

Is IOT LTCS version legally available for consumers? Or only for businesses?
Is IOT LTCS version legally available for consumers? Or only for businesses?
2nd vote for IKEA bulbs. They just work. (Also using ZigBee2mqtt and HomeAssistant)
SingleFile provides a faithful representation of the original webpage, so bloated webpages are indeed saved as bloated html files.
On the plus side you’re getting an exact copy, but on the downside an exact copy may not be necessary and takes a huge amount of space.
SingleFile is a browser addon to save a complete web page into a single HTML file. SingleFile is a Web Extension (and a CLI tool) compatible with Chrome, Firefox (Desktop and Mobile), Microsoft Edge, Safari, Vivaldi, Brave, Waterfox, Yandex browser, and Opera.
SingleFile can also be integrated with bookmark managers hoarder and linkding browser extensions. So your browser does the capture, which means you are already logged in, have dismissed the cookie banner, solved the capthas or whatever else annoyance is on the webpage.
ArchiveBox and I believe also Linkwarden use SingleFile (but as CLI from the server side) to capture web pages, as well as other tools and formats. This works well for simple/straightforward web pages, but not for annoying we pages with cookie banners, capthas, and other popups.
Lol, I’m just over a week in to learning NixOS and this feels so true 😂
I feel like I’m just starting on the incline, luckily I don’t have any sturdy rope on hand 😂
Reading your post again, you should start by moving your docker management from CasaOS to vanilla docker-compose files, and keep them in a git repo.
I still think you definitely should look in to NixOS and what it can offer, cause it seems like that is where your mindset is going.
But NixOS is a drastic change, you should start by just converting your individual services one by one from CasaOS management to docker-compose files. One compose file for all services is possible, but I would recommend one compose file for each service. Later you can move from Debian to NixOS while using the same docker-compose files.
I would like to have a system when I know what I did, what is opened/installed/activated and what is not
You sound like you need to to look in to Nix and NixOS. The TLDR is that everything is declared in a configuration file(s), which you can and should back up in git. The config files tell you exactly what you did , and the config file comments together with git commit history tell you why.
The whole system is built from this configuration file. Rollback is trivially easy, either by rebooting and selecting an older build during the boot manager, or reverting to an older git commit and rebuilding (no reboot required, so usually faster)
Now fair warning, Nix (and NixOS) is a big topic, very different from normal way of thinking about software distribution and OS. Nix is not for everyone.
You should also at the very least have a git repo for docker-compose files for your services. Again, that will declaratively tell you what you did and why.
Also, if NixOS is too extreme, you should also look in to declarative management tools like Ansible etc
Not a problem when self-hosting on own hardware. Especially in winter. Overly complicated spaceheater goes brrrr
Hard to say without knowing which method you used to install HomeAssistant.
But I never found mdns .local addresses to be very reliable. They work 80-90% of the time, but the remaining 10-20% are a hassle.
Instead I’d recommend you install PiHole (in a docker container is easiest). PiHole is a DNS server intended for network-level ad-blocking. But it also have a handy feature of defining local DNS entries, so you can have HomeAssistant.myhome or HomeAssistant.whatever (.local should not be used with PiHole local DNS because .local is meant for mdns)
Some key points regarding Proxmox:
For reference, my oldest Proxmox server is a 2013 AMD dualcore 16GB DDR2 ram with VMs on LVMthin on a single SSD, with legacy VM doing mdraid of 3 HDDs using hardware passthrough. Performance is still OK, the overhead from Proxmox is negligible compared to strain from the actual workloads
“QR & Barcode scanner” is Free an Open Source, and supports what you want (if i understood you correctly) https://github.com/wewewe718/QrAndBarcodeScanner
Looks like it’s not been updated in a while, but it works just fine. Available on F-Droid and on Google Play
On Windows the system wakes up when connected or disconnected from an AC adapter.
Does it? I could sweat my work laptop (windows 10) doesn’t , and I’m pretty sure I’d notice cause I sleep and move it a lot during a working day.
Is it a windows 11 thing? Or something to do with the so-called “hybrid sleep / hybrid boot”? (Pretty sure that’s disabled by corporate, and for friends and family I always disable that when their laptop goes in a boot crash loop). Does BitLocker matter ?
What if you put your laptop to sleep cause youre done using it and intend to pack up. Then you unplug it and put it in your backpack?
Oh cool, didn’t know you could do that
Ah, I didn’t even consider ads in the UI would be a thing. How disgusting
Regarding DRM, Netflix (and probably others) require the Widewine library to play back DRM content. This works perfectly fine on a normal Ubuntu PC, but does not work on the Pi because the library does not support ARM, only x86.
So Id just get any normal PC. Used enterprise mini PCs can be had for quite cheap, and they are small and efficient, and high quality. Search for HP, Dell or Lenovo mini PCs , or 1 litre PCs.
None at all? If so how? My friends with Apple TV get an obnoxious amount of ads in their YouTube app for example.
Haven’t tried it myself, but have heard in passing that they are generally not waterproof. Might be different for different materials or print orientations though?
Or you can do some post processing, add a coating, or vapor smooth?
Nice, my HM90s have a really great cooling solution for the CPU (big silent fan, fine finned heat sink). But no cooling on the bottom side of the main board, which houses the RAM, a NVMe and two 2,5" SATA SSDs.
As usual, the arch wiki is super helpful also for non-arch distros https://wiki.archlinux.org/title/Lm_sensors#Adding_DIMM_temperature_sensors
Yes, and a few KDE apps work great on Android.
But more FOSS is more better, so GTK on Android is great news for both Android users and GTK developers