tatterdemalion

joined 1 year ago
[–] tatterdemalion@programming.dev 1 points 22 hours ago* (last edited 22 hours ago) (1 children)

I'll check it out.

Not sure how definitive that OPM classification is, but I see OPM as a seinen that deconstructs shonen via satire. It presents the absurdity of the superhero endgame with a troubled god-like protagonist. It also redefines what it means to be a hero in a realistic and inspiring way (via Mumen Rider).

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

I love that the EU is cracking down on tech, but I also wish the US government could get in on that awesome rake.

I'm not in the market, but I've actually had similar thoughts of building a project on top of NixOS that's focused on self-hosting for homes and small businesses. I recently deployed my own router/server on a BeeLink mini PC and instead of using something like OpenWRT, I used NixOS, systemd-networkd, nftables, etc.

DM me if you want to discuss more. I think the idea has potential and I might be interested in helping if you can get the business model right (even if it just ends up being some FOSS thing).

[–] tatterdemalion@programming.dev 9 points 2 days ago* (last edited 2 days ago) (3 children)

I'm generally picky about how I spend large amounts of time. As an adolescent I watched like 700 episodes of One Piece but I eventually gave up. At this point I can't be bothered with any Shonen; they're the equivalent of junk food. Even Mob Psycho 100 started getting tiresome in season 3.

I've never appreciated bishoujo/harem garbage; I had coworkers that watched it regularly and it was very off-putting. They are horny and delusional, pretending there is substance.

But I still think there's a lot of solid art in manga/anime. I tend to look for popular seinen manga that turned into anime, like Akira, Berserk, Monster, Ghost in the Shell, Death Note, One Punch Man. But even some of those end up going downhill or failing to evolve out of the "edgy and violent" stage, e.g. Attack on Titan.

Clearly the garbage is what makes money, which is a huge shame.

And AFAIK Hayao Miyazaki does not like to be associated with the Anime genre and would prefer being grouped with the likes of Disney. And I think that's quite appropriate.

I do this by necessity because the medium-sized carts are most popular and they're usually only available in the parking lot anyway.

lol I came looking for this. I can't watch the whole video because I get so upset.

Fair, but it's also limited to the very top of the bell curve at any point in time.

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

The fastest marathon time for men is 2 hours 1 minute and for women it is 2 hours 14 minutes.

It's an unacceptable leap in logic to infer (from that statement) anything about populations of men and women. You've picked only a single sample from each population and chosen that highly biased representative.

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

In Settings > Blocks > Blocked Instances

I think it's just the communities that don't appear.

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

Actually I can read this. Apparently blocking instances doesn't block their comments in communities that aren't hosted on the blocked instance.

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

Sorry if this sounds like a conspiracy theory, but how do we know that BlueSky isn't padding their stats with internal bots? I could see this being a viable strategy to attract users and overcome the social network bootstrapping problem.

So... It's expensive and mediocre at everything?

Sorry if that sounds harsh but I honestly can't think of a reason I'd want one of these.

 

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 ›