tatterdemalion

joined 1 year ago
[–] tatterdemalion@programming.dev 2 points 23 hours ago

I've had two boards from them and both have worked without any issues and my last one was in service for 10 years.

[–] tatterdemalion@programming.dev 3 points 1 day ago* (last edited 1 day ago) (10 children)

Toyota

Roland + Yamaha + Steinway (Musical Instruments)

Sennheiser (Headphones)

Roc-N-Soc (Drum Throne)

SmartWool + Darn Tough (Socks)

Khul + Prana (Clothing)

Seasonic (Power Supply)

AsRock (Motherboard)

CloudFlare (DNS Registrar)

PrivateInternetAccess (VPN)

I'm curious if anyone would vouch for a TV manufacturer? Are there any good dumb TVs anymore? I have a Samsung smart TV and it is an absolute pain in the ass to use the remote UI. I have resorted to running KODI on a Linux box instead.

[–] tatterdemalion@programming.dev 5 points 6 days ago* (last edited 6 days ago)

Surely this will have a real impact instead of just making low-paid workers jobs much harder.

Nothing about networking?

Amazing. I love how many Linux people are migrating to my home instance.

[–] tatterdemalion@programming.dev 3 points 1 week ago (1 children)

Writing poetry => meth + crack???

[–] tatterdemalion@programming.dev 1 points 2 weeks ago (1 children)

Layton is baby puzzles. Or at least it made me feel that way after two levels.

You can't configure an immutable distro by a sequence of mutations.

Isn't that literally how ostree works?

Use udev rules to get a stable name.

Really this question has little to do with mathematical proof, because the basis of science is deductive, statistical knowledge.

Politicians start listening to scientists about climate change. They implement policies to reduce emissions. Humanity saves itself from itself.

 

I'm preparing for a new PC build, and I decided to try a new atomic OS after having been with NixOS for about a year.

First I tried Kinoite, then Bazzite, but even though KDE has a lot of features, I found it incredibly buggy, and it even had generally poor performance, especially in Firefox. I don't really have time to diagnose these issues, so I figured I would put in just a little more effort and migrate my Sway config to Fedora Sway Atomic.

I'm glad I did. The vanilla install of Fedora Sway is awesome. No bloat and very usable. I haven't noticed any bugs. Performance is excellent. And it was very straightforward to apply my sway config on top without losing the nice menu bar, since Fedora puts their sway config in /usr/share/sway.

I'm also quite happy with the middle ground of using an OSTree-based Linux plus Nix and Home Manager for my user config. I always thought that configuring the system-level stuff in Nix was the hardest part with the least payoff, but it was most productive to have a declarative config for my dev tools and desktop environment.

I originally tried NixOS because I wanted bleeding edge software without frequent breakage, and I bought into the idea of a declarative OS configuration with versioned updates and rollback. It worked out well, but I would be lying if I said it wasn't a big time investment to learn NixOS. I feel like there's a sweet spot with container images for a base OS layer then Nix and Home Manager for stuff that's closer to your actual workflows.

I might even explore building my own OS image on top of Universal Blue's Nvidia image.

Hope this path forward stays fruitful! I urge anyone who's interested in immutable distros to give this a try.

 
 

Who are these for? People who use the terminal but don't like running shell commands?

OK sorry for throwing shade. If you use one of these, honestly, what features do you use that make it worthwhile?

EDIT: Just to clarify, my point is I would almost always reach for fzf, fd, or rg before trying to manually search through a directory in a file manager.

EDIT2: A few people mentioned selecting files in a TUI. I don't find it any harder to select files using autocomplete. It might even be faster to start typing a name than it is it "scroll" through a list of files.

EDIT3: Here's a neat tool that can add some flexibility to your shell workflow: https://github.com/urbanogilson/lineselect

 

More specifically, I'm thinking about two different modes of development for a library (private to the company) that's already relied upon by other libraries and applications:

  1. Rapidly develop the library "in isolation" without being slowed down by keeping all of the users in sync. This causes more divergence and merge effort the longer you wait to upgrade users.
  2. Make all changes in lock-step with users, keeping everyone in sync for every change that is made. This will be slower and might result in wasted work if experimental changes are not successful.

As a side note: I believe these approaches are similar in spirit to the continuum of microservices vs monoliths.

Speaking from recent experience, I feel like I'm repeatedly finding that users of my library have built towers upon obsolete APIs, because there have been multiple phases of experimentation that necessitated large changes. So with each change, large amounts of code need to be rewritten.

I still think that approach #1 was justified during the early stages of the project, since I wanted to identify all of the design problems as quickly as possible through iteration. But as the API is getting closer to stabilization, I think I need to switch to mode #2.

How do you know when is the right time to switch? Are there any good strategies for avoiding painful upgrades?

view more: next ›