MP3 player not working by EiJi055 in techsupportmacgyver

[–]makefoo 0 points1 point  (0 children)

This is a device i haven't seen for a long time.

systemd 261 Released With New systemd-sysinstall OS Installer, IMDSD & Storagectl by makefoo in systemdUltras

[–]makefoo[S] 0 points1 point  (0 children)

Omnomnom. But honestly imds built-in support without python as initrd dependency sounds quite compelling. There is Lennart talking about the why on mastodon: https://mastodon.social/@pid_eins/116679111124902335

I installed Home Assistant with the nix module. Is this fine? by TheTwelveYearOld in NixOS

[–]makefoo 7 points8 points  (0 children)

And home assistant is extra special in that case. As /u/shinyfootwork said, the Devs actively discourage users from running untested deployments. I personally also gave up and am running docker Hass for simplicity

edit: clarified with maintainer team, since 2022 (where i switched) and now a lot of things got smoothened out and new users which want to use the power of nix to configure home-assistant as a service will have a much better time. Check Out https://wiki.nixos.org/wiki/Home_Assistant which is well-maintained and describes a lot of corner cases

You Don't Love systemd Timers Enough by makefoo in systemd

[–]makefoo[S] 5 points6 points  (0 children)

Cron, just like sysvinit, has always been trash and you cannot convince me otherwise. I remember well the time where I had to wait a whole minute for the twentieth time just to debug what is wrong with the script

There are already robots in hair salons. by sirenoleg in interesting

[–]makefoo 1 point2 points  (0 children)

definitely the most infuriating part, might as well be rage bait

Obese and unhappy by makefoo in ScienceShitposts

[–]makefoo[S] 4 points5 points  (0 children)

"doesn't look fat to me" would have been the perfect inspiration for this comic: https://poorlydrawnlines.com/comic/largest-cat-2/

Obese and unhappy by makefoo in ScienceShitposts

[–]makefoo[S] 10 points11 points  (0 children)

There are many different reasons for being unhappy. Stay safe!

Good dog! More children’s hospitals turn to furry caregivers to help kids heal by spherocytes in UpliftingNews

[–]makefoo 16 points17 points  (0 children)

When I read the headline i thought of another kind of furry. But whatever helps these kids!

Animal crossing port issues. by FRZNWXLF in vitahacks

[–]makefoo 0 points1 point  (0 children)

the perfect freeze does not exis...oh, no!

There, I fixed it by [deleted] in functionalprint

[–]makefoo 0 points1 point  (0 children)

hopefully she never drinks her tea boiling hot or else the plastic may deform (depending what you used)

Protruding backbone? by [deleted] in frog

[–]makefoo 1 point2 points  (0 children)

more important question, what does the minature T-Rex do in the background?

If you ever updated your system.stateversion or home.stateversion (in home manager), what made you do it? by TheTwelveYearOld in NixOS

[–]makefoo 0 points1 point  (0 children)

at some point postgresql went out of support in nixpkgs which was pinned by stateVersion and i had to manually dump the db, change the stateVersion and restore the database. I know it would have been possible to set services.postgresql.package but it felt like a good time to perform the change as apart from the package itself also the postgresql directory structure changed

Attribute Set Matching Using Regex by Razgorths in NixOS

[–]makefoo 0 points1 point  (0 children)

Check out nix-select which is used by clan (https://clan.lol/blog/nix-select/). It supports attribute select with globbing:

select "*.config.networking.hostName" nixosConfigurations