HackerTrans
热门最新趋势评论往期问答秀出招聘

splitbrain

1,559 声望加入于 15年前
请参阅 http://www.splitbrain.org

[我的公钥:https://keybase.io/splitbrain;我的证明:https://keybase.io/splitbrain/sigs/Mbzv7fAOd7WZxK43AkThLqUIz1tE-kUQneSsj3AQrHE]

提交

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

7 分·作者 splitbrain·6个月前·3 评论

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

github.com
1 分·作者 splitbrain·7个月前·0 评论

An open letter to the Rails Core team and Ruby community

github.com
10 分·作者 splitbrain·10个月前·4 评论

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

search.indieblog.page
1 分·作者 splitbrain·10个月前·2 评论

评论

splitbrain
·3天前·讨论
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个月前·讨论
> 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个月前·讨论
Is that available somewhere? Maybe as a blog post on how you set this up?
splitbrain
·6个月前·讨论
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个月前·讨论


  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个月前·讨论
All kinds of personal blogs are welcome at https://indieblog.page no matter your fame on Hackernews.
splitbrain
·7个月前·讨论
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个月前·讨论
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个月前·讨论
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个月前·讨论
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个月前·讨论
Unfortunately it seems not to have any wireless connectivity.
splitbrain
·9个月前·讨论
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个月前·讨论
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个月前·讨论
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个月前·讨论
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年前·讨论
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_...