ScottE

u/ScottE@lemm.ee
0 posts · 112 comments

Recent posts

No posts.

Recent comments

I use it everywhere, raidz2 on HDDs for a NAS also with mirrored NVMe root pool, and on a couple of laptops. zfsbootmenu is awesome, so I can boot into any snapshot, and a pacman hook that creates a snapshot whenever I upgrade packages. Even if it's overkill for some of my use, I use it anyway and trust it much more than anything else - it has a proven track record. Backups to rsync.net are a breeze with borg/borgmatic.

This advertisement for an awful commercial software package with a restrictive license in NO WAY helps the original poster learn FreeCAD.

on FreeCAD 1.0 released · c/freecad · 1 pts · 1y

1.0 has not been released yet. Maybe it'll happen this week, but as of this moment, RC4 is available but the actual release does not yet exist. Don't know why people keep posting and up voting incorrect and easily verifiable information.

Having said that, the release candidates have been great and this will be a great milestone for FreeCAD.

on Setup Suggestion · c/solardiy · 2 pts · 1y

You may want to consider going with a more DIY build vs the Ecoflow. I have one, and it's a good backup power solution, or for running a cooler fridge when camping, but it is not a UPS nor well suited to running daily loads (mine does not have LFP battery chemistry, so is only rated for something like 800 cycles).

I'd go check out what folks are doing for this sort of arrangement at https://diysolarforum.com - lots of good stuff there.

Next is to login and look at the logs, especially dmesg. Find out how to open a virtual terminal, probably ctrl+alt+f1 (or f2 etc) so you can bypass the display manager to login and poke around. Or try SSH from another system. There's a couple of ideas, good luck!

on Linux middle ground? · c/linux · 1 pts · 1y

And I hate when people take a single case and extrapolate it as a general statement.

By that argument Ubuntu is equally unstable as they have rolled out updates that broke grub resulting in unbootable systems - not during a full distro upgrade, but as Ubuntu specific patches to LTS.

In the end, we have choice, and choice is a good thing.

on Linux middle ground? · c/linux · -3 pts · 1y

Arch is not harder to maintain nor is it easier to break, that's a myth. If anything, it's the opposite, as a rolling release stays up to date, though it relies on the user keeping it up to date. If you get lazy with updates, then yes, you are going to have problems eventually.

on HACS · c/homeassistant · 2 pts · 1y

The ideal case for me is that I don't need HACS at all. My experience has been the same - I've happily been able to switch to core HA components and stop using HACS ones. It's great to see HA is not idle with success, they are continuing to make new features even when backwards compatibility may break.

on Java uses double ram. · c/linux · 29 pts · 1y

This is normal behavior. There is much more to the JVMs memory usage beyond what's allocated to the heap - there are other memory regions as well. There are additional tuning options for them, but it's a complicated subject and if you aren't actually encountering out of memory issues you have to ask if this is worth the effort to tune it.

I love my A6X2 Nomad, it's a great device. Note that it's an Android based device. For me, I have no interest in hacking it, side loading Android apps, or running Linux on it. It does exactly what I want it to out of the box and serves its purpose perfectly as a low power digital notebook.

I record everything on Plex off an antenna/hdhomerun and fast forward through all the cruft. We can watch about 3-4 hours of coverage each hour depending on the sport. There's no way I could watch it live. Plex will get a bit confused about whether or not an episode is new or not, so to prevent it missing anything I post process each file into a new library and fix up the episode name with a timestamp. This does result in some repeated recordings, but we just delete any matches we've already seen. Been doing it this way for the last few Olympics and it's manageable.

on Get an AMS · c/3dprinting · 1 pts · 1y

I love this feature too - never having to worry about filament running out and using up the last bit of every spool is so handy.

ZFS for nearly everything plus ZFSBootMenu EFI on root data pools. Get a bad upgrade? No problem, boot a previous snapshot (auto created with a pacman hook), which I had to do recently when 6.6.39 LTS kernel had a bug. Snapshots are also great when doing things such as upgrading postgres, hass, Plex, etc.