HackerTrans
TopNewTrendsCommentsPastAskShowJobs

splitbrain

1,559 karmajoined 15 lat temu
See http://www.splitbrain.org

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

Submissions

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

7 points·by splitbrain·6 miesięcy temu·3 comments

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

github.com
1 points·by splitbrain·7 miesięcy temu·0 comments

An open letter to the Rails Core team and Ruby community

github.com
10 points·by splitbrain·10 miesięcy temu·4 comments

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

search.indieblog.page
1 points·by splitbrain·10 miesięcy temu·2 comments

comments

splitbrain
·3 dni temu·discuss
I came to the same conclusion when I built my NAS. Just Nix for the system, zfs for raid and docker compose for any service I might want to run. https://www.splitbrain.org/blog/2025-08/03-diy_nas_on_nixos
splitbrain
·3 miesiące temu·discuss
> 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.
splitbrain
·4 miesiące temu·discuss
Is that available somewhere? Maybe as a blog post on how you set this up?
splitbrain
·6 miesięcy temu·discuss
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.
splitbrain
·6 miesięcy temu·discuss


  Learn how it works. -> This page is incomplete
A pity. It's obvious what the "latest" would be, but what is the best? How is that decided?

Shameless plug: for randomly discovering IndieBlogs check out https://indieblog.page/
splitbrain
·6 miesięcy temu·discuss
All kinds of personal blogs are welcome at https://indieblog.page no matter your fame on Hackernews.
splitbrain
·7 miesięcy temu·discuss
Shameless plug as always when the topic comes up: submit your blog to https://indieblog.page to be discovered. subscribe to its RSS feed or mastodon account to discover indie blogs one random post at a time.
splitbrain
·8 miesięcy temu·discuss
Shameless plug: Submit your blog to https://indieblog.page and you'll get the occasional random reader who might even become a RSS subscriber.
splitbrain
·8 miesięcy temu·discuss
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".
splitbrain
·9 miesięcy temu·discuss
I wish there were any SBCs under 10 bucks. Remember the promise of the RPi Zero being 5$? That promise never came true.
splitbrain
·9 miesięcy temu·discuss
Unfortunately it seems not to have any wireless connectivity.
splitbrain
·9 miesięcy temu·discuss
I was in the same boat and built my own commenting system. It has an importer for disqus (so you don't lose your old comments) and also imports Mastodon replies.

https://www.splitbrain.org/blog/2025-03/26-meh_another_comme...
splitbrain
·10 miesięcy temu·discuss
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.
splitbrain
·10 miesięcy temu·discuss
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.
splitbrain
·10 miesięcy temu·discuss
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.
splitbrain
·5 lat temu·discuss
Instead of running full blown secondary HA instances for that, simply use ESPhome on a ESP32. I used that method to pick up the signals of a couple of bluetooth hygrometers in the cellar: https://www.splitbrain.org/blog/2021-08/16-humidity_control_...