HN user

splitbrain

1,559 karma

See http://www.splitbrain.org

[ my public key: https://keybase.io/splitbrain; my proof: https://keybase.io/splitbrain/sigs/Mbzv7fAOd7WZxK43AkThLqUIz1tE-kUQneSsj3AQrHE ]

Posts20
Comments255
View on HN
news.ycombinator.com 5mo ago

Ask HN: How do you AI code from your phone?

splitbrain
7pts3
github.com 7mo ago

Show HN: Cloudflare-like are you human check using Apache mod_rewrite

splitbrain
1pts0
github.com 10mo ago

An open letter to the Rails Core team and Ruby community

splitbrain
10pts4
search.indieblog.page 10mo ago

Show HN: Search the IndieWeb, one query at a time

splitbrain
1pts2
ramalama.ai 11mo ago

RamaLama – Local LLMs with accelerated container images

splitbrain
3pts0
splitbrain.github.io 1y ago

Show HN: Web Editor to create printable PCB pinout diagrams that fit on the pins

splitbrain
1pts0
github.com 1y ago

Show HN: X11 tool to share a screen area in any video meeting

splitbrain
346pts154
opensourcepledge.com 1y ago

Pay your share – open-source Pledge

splitbrain
6pts2
indieblog.page 3y ago

Show HN: Indiblog.page now with filterable list and random blog suggestions

splitbrain
1pts0
indieblog.page 4y ago

Show HN: Discover the IndieWeb, one blog post at a time

splitbrain
241pts68
github.com 4y ago

Skyoffice – A browser based virtual office

splitbrain
5pts1
github.com 5y ago

New GitHub Issues Beta

splitbrain
599pts212
twitter.com 7y ago

Is Travis CI Closing?

splitbrain
5pts0
www.wikimatrix.org 7y ago

Show HN: WikiMatrix – wiki comparison site relaunched

splitbrain
9pts5
blog.gadflyllc.com 8y ago

Self-Driving RVs, Not Cars, Will Bring About the True Paradigm Shift (2016)

splitbrain
55pts54
medium.com 8y ago

Retiring the Green Padlock

splitbrain
5pts2
ma.ttias.be 9y ago

DNS Spy enters public beta – monitor your DNS entries

splitbrain
2pts0
www.splitbrain.org 9y ago

JavaScript CDNs by the numbers

splitbrain
3pts0
commie.io 10y ago

Show HN: A pastebin with line comment support

splitbrain
1pts1
www.howsmyssl.com 12y ago

How's my SSL?

splitbrain
231pts86

it’s giving a lecture about the problems you’re pondering in the shower; it’s thinking out loud about the ways in which your project doesn’t work at all.

I'd love to do this. But I have learned that my brain does not work this way. The moment I explain my shower thought project to anyone, I immediately lose all interest in actually building it. I don't know why.

If I want to succeed building a new thing, I can not talk to anyone before I have actually built the first fully working version of it.

A password hasher PWA (JavaScript) https://www.splitbrain.org/blog/2026-01/02-password_hasher_p...

A GUI for the notmuch email indexer (PHP) https://www.splitbrain.org/blog/2026-01/09-gmail_backup_notm...

An AppImage installer (Go) https://www.splitbrain.org/blog/2026-01/20-appy_an_appimage_...

All three just this month. Each of them took me several hours, because they're not vibe coded but carefully reviewed and refined until I was reasonably happy with the resulting code. Could I have written them myself? Sure. Would I ever have started without claude? Hell no.

Offtopic: several of the embedded Bluesky posts at the end of the article show "The author of the quoted post has requested their posts not be displayed on external sites." Seems not to phase the PC Gamer "journalists".

A few years ago there was an Ask HN thread asking people here to show off their personal sites (https://news.ycombinator.com/item?id=30934529). Reading that thread gave me the idea to build indieblog.page (previously discussed at https://news.ycombinator.com/item?id=31002171). The list of blogs grew to nearly 5000 in the last years.

Alex Schroeder suggested to add a search engine on top of people's feeds as a way to search the Indieweb without adding even more crawlers to our collective infrastructure. I think it's a pretty cool way to quickly see what others have written on any given topic.

I am using the original RM1 nearly daily for the last 8 years or so as my primary note taking device. I bought it used because it was ridiculously expensive new. I was grandfathered in when they introduced the subscription. I really love the device, but I would never buy it with connectivity locked behind a subscription.

No, the traffic is not caused by client requests (like when your chat gpt session does a search and checks some sources). They are caused by training runs. The difference is that AI companies are not storing the data they scrape. They let the model ingest the data, then throw it away. When they train the next model, they scrape the entire Internet again. At least that's how I understand it.

How Not to Buy a SSD 11 months ago

I recently bought two SSDs from Chinese brands I had never heard before. My thinking being that they were reasonably priced (a bit cheaper than name brands but not by much) and that probably no-one would fake no-name brands. Reviews seemed to be mostly genuine as well. ¯\_(ツ)_/¯ so far they seem to work fine, we'll see.

Embedding was a nightmare - any inherited CSS from parent pages (margin, padding, line-height) would shift alignment.

This seems to be the perfect use case for a web component and its shadow DOM. Instead of using a div.editor, this component could wrap around a textarea and it would progressively enhance the textarea experience.

This sounds interesting. How big is your library of content? And did you do this for yourself or the whole family? If the latter, how does your family interact with it? Is it automatically running on a central TV? Or on their personal devices?

I think OP sums it up pretty well. If there isn't an existing module or one that does exactly what you want, your only way forward is to program your way out of it. That's just not something I want from my daily driver of a distribution. It doesn't help that this programming happens in a weird (to me) functional language.

I only got started with NixOS a couple of weeks ago and I must agree. I would never consider running Nix on my daily Desktop machine (I'm using Arch BTW). It's more work and hassle than it's worth it.

OTOH I just set it up as the base for my new DIY NAS. There it is limited to just the bare minimum of bringing the system up and providing some core services (including Samba). And for this I found Nix' declarative approach quite good. I can easily restore the root system from the backed up config alone.

Everything else will be handled by Docker compose stacks outside the Nix eco system (stored on the RAID).

https://www.splitbrain.org/blog/2025-08/03-diy_nas_on_nixos