HN user

sdsd

618 karma

Remember when Google and Facebook were the good guys?

Posts15
Comments239
View on HN

Some fears of mine: STDs, car crashes, losing my job, getting in trouble, harsh conflict, social ostracization, my kids getting hurt, getting sick, dying, losing my laptop, I mean I could go on and on. I think most fears are so rational and obvious we forget to even classify them as fears, instead reserving that label exclusively for irrational fears.

Out of the emotions, the feeling urging us to avoid negative consequences seems pretty useful haha

I love this, but while we're here I was wondering if any of you could recommend small niche Youtube channels that you love? I don't care what the niche is, I just love passionate oddballs.

No, the Tridentine (Latin mass) has many other qualities aside from just being in Latin that make it pretty spectacular compared to the Novus Ordo (post Vatican II) mass. You should find a church that does it near you, it's really incredible and quite unlike what you're used to if you've only ever experienced the modern mass.

I'm not Catholic but everyone should attend Latin mass at least once just as an artistic experience.

Magnifica Humanitas 2 months ago

for the last 15 years.

The scandal broke out in worldwide media starting in 2002 (not coincidentally, the same year South Park released Red Hot Catholic Love). This reminds me of when Contrapoints off-hand commented about how things were different in the 70s but that was "30 years ago".

I've been playing a lot of Go lately and it's lowkey ruined chess for me. I ended up uninstalling Lichess because I simple don't use it anymore. Nothing against chess, just my personal taste.

My friend code on BadukPop is EGVNY if anyone wants to play together!

The US is responsible for over 10% of world manufacturing, putting them in second place of all countries (after China).

When people claim that America is losing manufacturing jobs

That percentage goes down every year due to reduced manufacturing but also jobs are lost to high-tech automation in manufacturing. But it's still a buttload.

Neovim 0.12.0 4 months ago

My favorite thing about Neovim is how easy it is to customize (I know, I know, but keep reading, it's about to get spicier) with LLMs. I got sick of Bear and Obsidian and had DeepSeek bash Vim's head in until it was the todo + calendar app of my dreams. Since OpenCode can easily interact with Vim during the terminal, it can itself test whether its changes work until it meets the criteria I set. No going back.

I'm Mormon, and doing family history research is one of my favorite church activities. Appreciate unexpectedly seeing us mentioned in a positive light online!

Why I love NixOS 4 months ago

I feel the same way about Guix with nonguix channel enabled. NixOS is awesome but I prefer Guile to Nix's language and I enjoy the docs more. But definitely sister OSes.

Language birth 4 months ago

I'm currently learning Kiche, a Mayan language from Guatemala. My whole life I've lived in the Americas, but only hearing European languages: Portuguese in Brazil, French in Haiti, English in the USA, and Spanish almost everywhere else. For the first time in my life I'm in a place where most conversations happen in an actual American language and it's pretty incredible. But it also makes me a bit sad. What if America had kept it's linguistic and cultural diversity like Europe and Asia got to? Even Africa came out less homogeneously Europeanized.

But no sense in crying over what could've been. I'm grateful that at least a smidgen survives.

Not as glamorous as everyone else but I'm learning Neovim to manage my todolist (replacing Obsidian). My goal is to just keep it at a single page, since instead of having power, a todo list really benefits from simplicity.

I'm on infosec.exchange and there's plenty of content, especially since it federates so I get content from all over the fediverse. I don't mind that there are only several very large instances, since federating to them from a tiny or even personal instance is no problem.

MacBook Neo 5 months ago

Oh yeah well I run 500 VMs of Windows Vista each with an instance of DeepSeek botting Neopets stocks for me. I make more neopoints in a day than you'll make in USD in a year.

/s but I suppose I've developed a work flow that adapts to the RAM I've always had. I've seen people with zillions of tabs and I do wonder if it's really that much more productive than the occasional HTTP request to reopen one. I find leaving things open as a form of bookmarking clouds my mental space too much.

I do intend to have beastly RAM on my new desktop so who knows, maybe I'll be like you in a year.

MacBook Neo 5 months ago

I've been using 8 GB on my M3 for years as a security engineer, doing pretty heavy development. I usually have like 15 Brave tabs open, several terminals, a game (PokeMMO) and a small DeepSeek model, lots of Claude Code instances running, Obsidian, and LadyBird, among other small things. I honestly have no idea what people do with all that RAM.

I wondered if this would be about PokeMMO, which I've recently started playing. Basically, they made a commercial Pokemon game by gluing the first five ROMS together, and they get around intellectual property by making players supply their own ROMs (which they assume you've acquired legally) for copyrighted assets.

It's incredibly fun. I'm pricklypears2 if anyone wants to play together. And if the devs read this, please add Mimikyu somehow I beg you <3

LLM=True 5 months ago

I was about to comment the same thing. Usually I don't call the function directly, but via the tty command in my shell scripts:

  if tty -s; then
    echo "Standard input is a TTY (interactive mode)."
  else
    echo "Standard input is not a TTY (e.g., piped or redirected)."
  fi
Now I wonder how _isatty_ itself detects whether a file descriptor is associated with a terminal!

As a Guix lover and LLM tooling enthusiast, I complete agree. Administrating my system via Claude Code is so much easier. LLMs work better on a system that's hackable via text.

LearnixOS 7 months ago

That's a good suggestion to OP but as a user, I find it adds character and makes it feel human in an increasingly LLM-polished internet.

Semi-related, I've wanted to learn Plankalkül for some time but have had immense difficulty "getting it". Has anyone on here gotten the hang of it?