

Ha! I still love it though


Ha! I still love it though


I’ve been enjoying verb.


I’m half joking, but there’s a decent bit of autism in our house, and he fits in pretty well. He gets overstimulated pretty easy, exhibits a lot of self-soothing behavior, and doesn’t take cues well at all.


Our dog is absolutely autistic, and we could care less. His allergies on the other hand are a PITA.


Well said and thanks for expanding on the topic. It’s great to get more information out there and give others extra perspective.
I find Haskell fascinating too - it really changes your expectations of programming languages!


I’m not interested in arguing. You’re welcome to your opinion as well.
Multiple individuals noted the value of diving into non-GUI server administration, and I wanted to share a tool that could be of interest down the road.


😄 Sometimes it’s hard to remember the differential


The learning curve might be a little high in some regards, but you may want to try NixOS. There are quite a few services ready to enable and customize for self-hosting, and the design makes updating packages fairly simple.
To be clear, NixOS is not a “simple” solution, but it does work well for self hosting.


I’ve used several over the years, but right now I’m enjoying Hyprland. UWSM is also working well for session management.
Not sure this makes sense. I think the window shifts right as people continue to vote right.
From the Wikipedia article about the Overton window:
The most common misconception is that lawmakers themselves are in the business of shifting the Overton window. That is absolutely false. Lawmakers are actually in the business of detecting where the window is, and then moving to be in accordance with it.
I currently use Gnome on my laptop, but I’ve toyed with returning to KDE for a while. I used KDE briefly back in the v3 and v4 days felt like it was a bit bloated compared to Gnome v1 and v2. Cinnamon is nice but a bit heavyweight on graphics. I should probably return to XFCE or Mate.
These remarks could discourage others from reading a useful and well-written article.
I still use GnuPG on occasion, but I’ve benefited from incorporatingsops and age into repositories. They’re pretty slick.
You do you man. I’m just trying to share some information that helped me.
For what it’s worth, some say that PGP is bad and needs to go away. I found that article pretty interesting when learning sops.
Dockerfiles act as instructions for the docker (or compatible) CLI to use for building OCI container images. Images may or may not have layers and can be exported as a tarball for inspection (with tools like dive).
Nix provides native support for building container images, and the resulting archive must be loaded using docker load. There is another library (nix2container) that aims for better performance and relies on skopeo for copying the built image to a docker-compatible server, local or remote.
Just wanted to share a some of the information I’ve learned. Cheers!
I currently use NixOS and nix-darwin, and I’ve enjoyed the ride so far. I use flakes with direnv for reproducible development environments, and this has been working out well. I’ve also been impressed with using Nix to build OCI containers.
The learning curve isn’t flat, but the ecosystem is fantastic.
I almost feel bad that I haven’t. I’ve used their documentation for years but never installed the distro. Most recently I’ve been having fun with NixOS.


Thanks for posting. I was unaware of current events. That’s quite the rabbit hole!
I really think tools like voiden, hurl, and verb make sense. They make it easier to troubleshoot a system later or to share requests with other developers without leaving the repo. The only real challenge becomes handling authentication scenarios without putting secrets in plain text.
Speaking of writing a thesis, I imagine that leaves plenty of room for PTSD! I personally like the direnv support for emacs much more than other environments, and I’ve become a big fan of ripgrep and fuzzy finding.