[-] JustEnoughDucks@feddit.nl 3 points 5 hours ago

I love the absurdity of game reviewers 😂

  • "This game is the pinnicle of its genre"

  • "This is the 1 game I would bring to a desert island"

  • "one of the most captivating puzzle games ever"

85%, 88%, 70%, a C to a B. That is just above average.

Meanwhile you get an absolute broken AAA piece of crap that barely functions, incoherant story, generic and boring and those same reviewers say "70-80%". So there is a <10% difference between absolutely mastering a genre and releasing straight garbage?

[-] JustEnoughDucks@feddit.nl 1 points 6 hours ago* (last edited 6 hours ago)

True, but it is also completely different use cases and they have different goals.

Windows on a 2-in-1 is also not as good as an iPad. They are desktop OS's with tablet functionality as a nice to have. They will never be as smooth of an experience as a mobile-first OS.

The trade off is 100x better compatibility with many apps, especially FOSS. inkscape, krita, KiCAD, FreeCAD, coding IDEs, MATLAB/scipy, games, etc... They are all available out of the box without a mediocre mobile port.

The flexibility to functionally use it as a full-blown computer (and not reliant on a monopolized, centralized app store) is the reason you get it and not an iPad. Of course it won't be as good as a tablet because it wasn't made for that.

You can also say "the iPad will never be as good of a drawing experience as a dedicated high-end drawing tablet." Like of course. That isn't its function and goal.

[-] JustEnoughDucks@feddit.nl 2 points 18 hours ago

It has sent me down some dead end roads in the past 6 months, and the time estimate is always far off even without traffic, but other than that it has been great and I can actually change night and day mode in my car manually because google maps is forever stuck in night mode for some reason.

[-] JustEnoughDucks@feddit.nl 5 points 1 day ago

Spinning metal storage is cheapish now, but now a 4K movie takes up a much larger amount of space.

If you measure storage by €/1 hour media with 4k HDR vs older prices and 720p, it is likely quite similar.

[-] JustEnoughDucks@feddit.nl 1 points 1 day ago

I thought the explosive crossbow got needed into oblivion with the ammo changes or whatever. I have been rolling the eruptor and it is pretty good

[-] JustEnoughDucks@feddit.nl 2 points 2 days ago

I got in one private tracker and I like that system a lot. I seed my torrents for years because I don't do a ton of very popular stuff, and I like some older shows. Like The Mentalist season packs on TG are at like a 30:1 for me because not many others seed them.

However, the private tracker doesn't use standard naming which sometimes fucks up searches and *arr, also, there are barely any seeders or leechers so a lot of media is hit or miss both downloading and uploading. Of the 50 or so things that I downloaded since I got on, 1 has a positive seed ratio, so thank mods for duration seed points...

[-] JustEnoughDucks@feddit.nl 1 points 3 days ago

Piracy is a service issue. Tale as old as digital media.

Also, copyright law is simply intentionally terrible and so is the TV industry. Just do royalties based on watch time, not stupid exclusivity...

[-] JustEnoughDucks@feddit.nl 1 points 3 days ago* (last edited 3 days ago)

Do people know if he is using one of the yaml configs on github or has his own?

I am currently developing a PoE ESP-C3 bridge for the LD2410 and 2450 (don't know if I will sell it or just have all of the files available to make yourself) do I am doing a bit of research. When I make mine open source anyway, I guess the license will be similar to the skreek version anyway so I can work off of his.

[-] JustEnoughDucks@feddit.nl 2 points 4 days ago

For taking campaign notes, bookstack might be an option. It is specifically organized in a book, chapter, page hierarchy.

I also use it for my journal and to do list just because I already used it. Probably not as full featured as obsidian though

[-] JustEnoughDucks@feddit.nl 3 points 5 days ago

That is literally the intention of a large group of very rich people, it is going as intended.

[-] JustEnoughDucks@feddit.nl 8 points 6 days ago

Definitely Red plus. They are quiet as hell and 12TB+ are helium filled.

Just got a 12TB a while ago and it is as quiet as my 4TB drives.

But for OP, just use software raid instead of hardware raid. There is very little point for homelabbers using hardware raid at this point without an existing setup.

71

Hey everyone,

I am completely stripping my house and am currently thinking about how to set up the home network.

This is my usecase:

  • home server that can access the internet + homeassistant that can access IoT devices

  • KNX that I want to have access to home assistant and vice versa

  • IoT devices over WiFi (maybe thread in the future) that are the vast majority homemade via ESPHome. I want them to be able to access the server and the other way around. (Sending data updates and in the future, sending voice commands)

  • 3 PoE cameras through a PoE 4 port switch

  • a Chromecast & nintendo switch that need internet access

Every router worth anything already has a guest network, so I don't see much value in separating out a VLAN in a home use case.

My IoT devices work locally, not through the cloud. I want them to work functionally flawless with Home assistant, especially anything on battery so it doesn't kill its battery retrying until home assistant polls.

The PoE cameras can easily have their internet access blocked on most routers via parental controls or similar and I want them to be able to send data to the on-server NVR

I already have PiHole blocking most phone homes from the chromecast or guest devices.

So far it seems like a VLAN is not too useful for me because I would want bidirectional access to the server which in turn should have access from the LAN and WiFi. And vice versa.

Maybe I am not thinking of the access control capability of VLANs correctly (I am thinking in terms of port based iptables: port X has only incoming+established and no outgoing for example).

I figure if my network is already penetrated, it would most likely be via the WiFi or internet so the attack vector seems to not protect from much in my specific use case.

Am I completely wrong on this?

20
submitted 4 months ago* (last edited 4 months ago) by JustEnoughDucks@feddit.nl to c/selfhosted@lemmy.world

I got immich with SSO up and running. It runs like a dream compared to Photoprism and is simple enough for me, but also has necessary features like user accounts.

There is one thing I couldn't find in the docs:

I already have a library of 5000 photos and 150 videos on my server that sync to my phone with Syncthing to 4 different directories (one for each phone I took the photos on) in Immich. Right now I have that directory as an external library, but I don't think this is the "right way."

My goal:

  • No duplicates between phone app and desktop app
  • Don't have to re-upload every image from my phone as my network is 100/30 mbps
  • Am able to manage my photos from the Immich app and web app (deleting photos that will propagate between devices)

Can I just map the "Upload" folder to that syncthing photo base folder and get parity between my phone and my server? Or do I have to re-upload everything from my phone? Or am I waiting for a feature that doesn't quite exist yet? I noticed some feature discussions about photo hashing and de-duplication.

I tried asking in a discussion on the repo, but nobody answers those much.

80
submitted 5 months ago* (last edited 5 months ago) by JustEnoughDucks@feddit.nl to c/linux_gaming@lemmy.ml

For the past few months or so, steam precaching has been out of control. I have to download between 10 and 30 GB of shader precache data per day. That is extremely ridiculous. Steam's shader caches are quite often almost as large as the game itself. For example: the image here is a game that is ~7GB for the full game, downloading 10GB of shader precache. If I download an average of 30GB of shaders per day, then that is almost 1TB of data downloaded written per month just in shaders...

Not to mention that games I play regularly like CS2 get a precache update literally every 2 days that is 5-10GB and if I manage to cancel it, there is 0 difference in performance at all.

Also fossilize replay that takes 20%-50% CPU load, sometimes for an hour and is the single highest user of disk IO on my entire system. I would be concerned about SSD wear if it was during the early times of ssd just because of the massive amount of writes.

I'm all for downloading shader precaching, but at normal intervals of after updates, not just randomly every few days when there hasn't been a game update in months or years. I don't want to delete all of my games because I only have 100/30 internet, so it would take me a long time too redownload games.

Has anyone else been seeing these ridiculous intervals and datasets of shader cache? Could there at least be a selective pre-caching setting only for games that I play regularly so I am not caching shaders for games that I haven't played in 2 years?

15
submitted 8 months ago* (last edited 8 months ago) by JustEnoughDucks@feddit.nl to c/networking@sh.itjust.works

Hey everyone,

There is no real "homenetworking" community like there was on reddit so I thought I would try my luck here.

I live in a 130m^2 house (~1500sqft) that is being completely stripped. That means I am putting in 12-14 Ethernet jacks in the rooms that might need it and have to completely redo my home network setup.

It is a house from the 1950s in belgium, so 21cm thick internal brick walls, a bit thicker concrete floors on the 2 levels. It is essentially a square (8m x 9m outer dimensions), and most of the advice on the internet is built for sprawling American wood houses which have completely different absorption of wireless signals. It has central stairs and essentially 4 rooms, 2 on either side with the kitchen in the back being bigger.

The little advice that I have seen is "brick walls -> get a bunch of access points" but that doesn't sit right with me.

  1. Currently we are using a Proximus (our ISP) modem/router in the northwest most far corner or the house and still get weak signal (enough for lower quality videos like Instagram reels) all the way in the southeast corner on the 2nd floor. It goes through 2 brick walls, a concrete floor, and a door and we can still use WiFi 6. Intuitively I would then set up something like an Asus rt-ax58u or a zenwifi XT8 mounted to the staircase wall or in the hallway in the center of the house. I don't know if that would be strong enough to reach everything we need, but it seems better to me than a router in each corner and blasting channel noise at our neighbors' houses since in belgium there isn't much side-garden if any.

  2. I have a home server running a variety of local and internet-facing services for myself and family. Due to ease of wiring, I would prefer running modem -> TP-SG1SG016DE -> Wireless Router and using an Asus router. Would the TPlink kind-of-managed-switch be able to isolate the modem fron the rest of the network and just run it to my router to use the LAN of the router for the rest of the ports on my switch? It has port isolation functionality, so I assume so. Then I don't have to run double Ethernet to the hall.

I want to go with Asus because I hear that they generally have more features than other brands. I for sure need port forwarding, QoS, disabling PnP, assigning static IP, and NAT loopback if possible so that local access of services doesn't have to go through cloudflare and can go directly to my reverse proxy. My TPlink Archer A7 that I use now can't do NAT loopback and it makes any file transfers limited by my 5:1: asymmetrical upload speed. Also having VLANs for any cameras would be great, but I think you can do something similar via parental controls on an ASUS (restricting a certain device IP's internet access.

Would the Asus rt-ax58u or a zenwifi XT8 have the festures that I would need for my simpleish home server?

Thanks for the help!

Edit: Tl;dr since nobody reads this long of a post:

  • I am running Ethernet (cat6) to every room. Modern laptops as well as phones have no Ethernet port, so I need wifi

  • I am looking at 1 wireless router, no "mesh" bs at all. The advice of overstuffing a small house full of a dozen access points is overkill and detrimental to performance without power and channel usage tuning.

  • I have specific features I want in a router, can one of the listed ones do all of that like NAT loopback?

1
submitted 9 months ago* (last edited 4 months ago) by JustEnoughDucks@feddit.nl to c/jellyfin@lemmy.ml

Hello everyone,

I am trying to get my new A380 working on jellyfin for transcoding. My setup is headless so I have no X server or wayland installed.

I am running debian 12 bookworm with backported ZFS and kernel:

Linux Kiruna 6.4.0-0.deb12.2-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.4.4-3~bpo12+1 (2023-08-08) x86_64 GNU/Linux

According to everything I found, there is no need for any extra drivers as Intel card drivers are baked into the kernel and functional on 6.2+

I have followed the documentation regarding intel GPUs and added both /dev/dri and /dev/dri/renderD128 to my devices in jellyfin and restarted.

Executing vainfo in the container space returns this:

Trying display: drm
libva info: VA-API version 1.19.0
libva info: Trying to open /usr/lib/jellyfin-ffmpeg/lib/dri/iHD_drv_video.so
libva info: Found init function __vaDriverInit_1_19
libva error: /usr/lib/jellyfin-ffmpeg/lib/dri/iHD_drv_video.so init failed
libva info: va_openDriver() returns 1
libva info: Trying to open /usr/lib/jellyfin-ffmpeg/lib/dri/i965_drv_video.so
libva info: Found init function __vaDriverInit_1_19
libva error: /usr/lib/jellyfin-ffmpeg/lib/dri/i965_drv_video.so init failed
libva info: va_openDriver() returns -1
vaInitialize failed with error code -1 (unknown libva error),exit

vainfo on the main device sudo vainfo --display drm --device /dev/dri/card0 returns the same thing even though this command should work on headless servers.

executing docker exec -it jellyfin /usr/lib/jellyfin-ffmpeg/ffmpeg -v verbose -init_hw_device vaapi=va -init_hw_device opencl@va

for checking OpenCL gives this:

ffmpeg version 5.1.3-Jellyfin Copyright (c) 2000-2022 the FFmpeg developers
  built with gcc 11 (Ubuntu 11.4.0-1ubuntu1~22.04)
  configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-libs=-lfftw3f --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-libdrm --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libsvtav1 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-opencl --enable-vaapi --enable-amf --enable-libmfx --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc
  libavutil      57. 28.100 / 57. 28.100
  libavcodec     59. 37.100 / 59. 37.100
  libavformat    59. 27.100 / 59. 27.100
  libavdevice    59.  7.100 / 59.  7.100
  libavfilter     8. 44.100 /  8. 44.100
  libswscale      6.  7.100 /  6.  7.100
  libswresample   4.  7.100 /  4.  7.100
  libpostproc    56.  6.100 / 56.  6.100
[AVHWDeviceContext @ 0x55e4877d54c0] Trying to use DRM render node for device 0.
[AVHWDeviceContext @ 0x55e4877d54c0] libva: VA-API version 1.19.0
[AVHWDeviceContext @ 0x55e4877d54c0] libva: Trying to open /usr/lib/jellyfin-ffmpeg/lib/dri/iHD_drv_video.so
[AVHWDeviceContext @ 0x55e4877d54c0] libva: Found init function __vaDriverInit_1_19
[AVHWDeviceContext @ 0x55e4877d54c0] libva: /usr/lib/jellyfin-ffmpeg/lib/dri/iHD_drv_video.so init failed
[AVHWDeviceContext @ 0x55e4877d54c0] libva: va_openDriver() returns 1
[AVHWDeviceContext @ 0x55e4877d54c0] libva: Trying to open /usr/lib/jellyfin-ffmpeg/lib/dri/i965_drv_video.so
[AVHWDeviceContext @ 0x55e4877d54c0] libva: Found init function __vaDriverInit_1_19
[AVHWDeviceContext @ 0x55e4877d54c0] libva: /usr/lib/jellyfin-ffmpeg/lib/dri/i965_drv_video.so init failed
[AVHWDeviceContext @ 0x55e4877d54c0] libva: va_openDriver() returns -1
[AVHWDeviceContext @ 0x55e4877d54c0] Failed to initialise VAAPI connection: -1 (unknown libva error).
Device creation failed: -5.
Failed to set value 'vaapi=va' for option 'init_hw_device': Input/output error
Error parsing global options: Input/output error

I also have under environment this option:

- DOCKER_MODS=linuxserver/mods:jellyfin-opencl-intel

because I am using the Linuxserver.io version of jellyfin.

Starting a show with hardware encoding then enables (VAAPI or QSV) results in "This client isn't compatible with the media and the server isn't sending a compatible media format." so hardware encoding definitely isn't working.

Does anyone have any idea if this is because I don't have a display driver installed? According to FFMPEG it shouldn't need an X server environment

Solution 5 months later:

After a lot of debuging, giving up, and starting again recently. I noticed that intel GuC was loading on start but HuC was not. I ended up having to download the entire linux firmware git repo, extracting the i915 folder and dropping it in my /usr/lib/firmware/.

Now it works perfectly!

12
submitted 10 months ago* (last edited 10 months ago) by JustEnoughDucks@feddit.nl to c/homeimprovement@lemmy.world

Hey everyone!

We are renovating our atelier to be a temporary house while we completely strip and redo the main house for a few years.

One thing I am really struggling with is how to make a large 255cm x 65cm dirty concreate workbench into a kitchen countertop for 2 years or so.

We are based in Belgium, so wood prices are about 2x what they are in the US (250cm x 125cm OSB board is 50€ or so).

The height is already quite high for a countertop (for me and my girlfriend it is perfect) so adding a thick slab of butcher block or something would make it unusable.

I don't really know what my options are. Maybe a wood veneer? Some sort of cheap-ish tile?

We used some iron-on white to finish the edge of our custom sink cabinet made from some old office cupboards, maybe there are larger ones like that that would work for concrete?

We are trying to stay below 2cm thickness. Idealy 0.5cm or so, but that would be difficult.

If anyone has any ideas to throw out, we would be open to it! It is just temporary, so it doesn't have to last more than a few years

Thanks!

Edit: I realized I didn't have any good pictures of the bench itself since it always took a back seat, but here are a few bad ones to give an idea from in the beginning https://imgur.com/a/KgiqHrC

1

Hey guys, I have been looking at building a home gym (possibly outdoors) in my new house we are renovating.

I want to get back into lifting as it has been about 4 years since I did it seriously.

I was looking at bars and the market here is ridiculout it seems. I can't find a single stainless steel bar for under 475€($520). The Ohio bar is one of the cheaper ones at 550€ instead of $370. Of course I get why it is more expensive for an import bar, but I literally can't find any bar here non-imported that says that it is stainless steel that isn't calibrated and insanely expensive (550€+)

The difference here betweeen cerakote and stainless is even greater (>100€ in some cases).

I was hoping to just get a second hand rack, some basics weights, and a barbell for around 1000€ or so, but it looks like I would have to spend at least 2000€ to get any kind of setup. Cage here are 850€ or so on the lower end just by themselves.

I am looking at strengthshop.eu, roguefitness.eu, fitness-seller.nl, but I don't really know what are the best bang for your buck options.

It looks like one of those sites has a 340€ stainless steel ATX bar, but I don't know if that is a reliable brand.

Anyone in the EU with any advice?

3

I just started playing rimworld a week ago.

My first colony all died. I was researching drug policy and starting geothermal and blowback weapons, I was getting raided every couple of days and had 0 wind so I had to prioritize those. Suddenly, the plague infects 5 of my 6 people. 2 people survive with the least skills. Cassandra: Adventure difficulty. I followed all of the healing and rest guides and 1 person with the plague survived. This first time I got a few turtles and had major problems with 300+ turtles eating all of my food and unable to slaughter them as fast as they were spawning

I started a new colony also with Cassabdra: Adventure difficulty. I just reached the exact same point. Drug policy not done, this time not even geothermal or blowback done (so I would say early game). Plague. This time only 2 out of 6 die. Not bad. I survived.

NOPE: 2 days later, nuclear fallout and everyone has to stay inside for what? Months? Luckily I have only 1 turtle so I have 1000 rice and 1000 various meats built up in my much larger freezer with a open door chimney. Should be able to wait it out.

NOPE: the second day of fallout I had a multi-day solar flare knocking out all of my fridges.

Luckily the power came back before all of the meat spoiled and I got a mad muffalo for extra food.

I still don't know how to protect my chickens in the pen because I can't set a zone, but they seem to by chance sleep under the roof every few days and reduce their radiation. I don't have the available power or components to switch to indoor farming with sunlamps (and hydroponics not researched yet) so I might be screwed if my food runs out.

I read online "plague is a very unlucky roll early-mid game" and I got it twice in a row lol. Plus a toxic fallout immediately after. Sometime this game just decides to come and get you.

15

I have been upgrading after a few weeks of being too busy too. I constantly now run out of space on my 50GB root partition even when running -Sc after every update and reboot to make sure everything works...

It really is crazy that there is no option to put all the programs on another partition than root unless you make a separate partition for /usr that will somehow foresee what you will install in the future.

My /usr with all of my programs installed is 29GB and /var takes up 10 GB. That leaves just 10GB for everything else.

I have just followed the partitioning advice since my first 2016 install, but in the past few years, everything has just ballooned in size it seems and is now always a problem every few years no matter how big you make your root partition.

Is there a better solution for this? Can we place /usr files managed through managers in /home? I think that is against the pacman/yay way of working.

1

It's weird. I have been working from the office 5 days a week instead of the normal 2-3 days for a few months.

Now I only get to have my nice V60 coffee on the weekends because my 1 hour to 1h15 commute time takes up too much time.

I end up using the work coffee machine, which does grind whole beans for my coffee at work. It is very inconsistant. The same setting often gives either watery coffee or overextracted coffee depending on how it feels that minute.

It has made me really enjoy and savor my weekend coffee much more than when I was having good coffee every day. Like the contrast made me realize how good it already was without chasing a better grinder/better water/better methods.

Does anyone else have this sort of experience?

1
submitted 1 year ago* (last edited 1 year ago) by JustEnoughDucks@feddit.nl to c/selfhosted@lemmy.world

Hey lemmings,

I have a headless server that works beautifully. B450 with 2700X and 32GB of micron 3200MHz RAM.

I am currently running Debian 12 Bookworm on it. I am at kernel 6.1, but in preparation for 6.2 or 6.3 being backlogged, I want to buy an Arc A380 for transcoding since they are only 150€ here. Software was fine for a single video stream, but I bought a new house and will have 4 camera streams running. Plus I want to dabble in AV1 transcoding for media or storage of my camera streams

Currently there is neither X nor Wayland installed since it is exclusively with SSH that I do all of my work on it. After I install the GPU, I was wondering if it is possible to not even install X or Wayland since I will literally never use a display on it?

Would I still be able to do Jellyfin and Frigate transcoding without an X server? If I have to get one, does it matter if I choose X or Wayland for hardware transcoding?

Thanks!

view more: next ›

JustEnoughDucks

joined 1 year ago