Viewing profile — jes5199
jes5199
HN member- Joined
- Sat, May 30, 2009, 5:49 AM UTC
- HN karma
- 3,703
- Public activity
- 1,488 items
- HN profile
- View on Hacker News ↗
About jes5199
Recent public activity
-
comment
Comment #48873825
I’m building a heavily parallel dataflow system. I thought Rust might be good for concurrency.
-
comment
Comment #48873811
what’s the difference
-
comment
Comment #48873807
this is the same thing we said about offices in the fluorescent era
-
comment
Comment #48856487
I tried that, but the Rust build process was too painful, and agents seemed to burn a lot of tokens guessing how to get the code to compile. I rewrote my project in Elixir and it’s…
-
comment
Comment #48415368
a tmux session where every window is a claude code instance in a different checkout of the repo and then an MCP+Channels system that let’s the claudes DM each other plus the Telegr…
-
comment
Comment #48332493
I think this article underestimates how weird things could get if we had low employment but a vast surplus of material goods. I don’t think a society has ever really been in that p…
-
comment
Comment #48331597
no, but they weren’t exactly churning out new features in the 2010s either
-
comment
Comment #47956680
I could not agree less. People used to call Python “executable pseudocode” - in that spirit, Haskell is executable pseudo-math. If you’ve done enough higher math that a professor’s…
-
comment
Comment #47944193
it was kind of a miracle that it held together as well as it did pre-Microsoft. I think to some degree, they got lucky, and were able to coast on being in the right place at the ri…
-
comment
Comment #47656051
somewhat better leadership, I think
-
comment
Comment #47485716
This is just CRDT merges and better diffs?? I think the future of version control is much, much weirder than this. Like if you have CRDTs why not have ephemeral branches with real-…
-
comment
Comment #47452000
one of the other head-exploding experiences from that startup was when a major cell-phone company sat down with us and said, we have an idea: the ad-free cell phone. What if, every…
-
comment
Comment #47451961
it was a single monthly subscription to a bundle, and the clever part is we would measure time spent on each site and divide up the money proportionally, so the site you spent the …
-
comment
Comment #47451926
yes perhaps only the big players have this problem
-
comment
Comment #47440536
I used to work at a startup that was trying to replace ads as the funding source for news (we failed, obviously) but the crazy thing we discovered is that the people who run news w…
-
comment
Comment #47440461
anything can be reliable if you have good tests
-
comment
Comment #47214969
instead of committing code, we should just save videos of all of the zoom meetings about the code
-
comment
Comment #47069719
there’s a million small scale AI apps that just aren’t worth building because there’s no way to do the billing that makes sense. If anthropic wanted to own that market, they could …
-
comment
Comment #46788508
I was wondering when I’d see someone try this! I started work on a very similar idea last year but kept getting distracted by weirder and weirder ideas along the way, and never shi…
-
comment
Comment #46686663
I asked Claude a few days ago and it said it didn’t have access to the /clear command? maybe it was wrong or maybe that has changed
-
comment
Comment #46683691
I guess I feel like if we’re rewriting device drivers then we’re in a turing tarpit. I think there’s room for innovation at what is traditionally considered the application level -…
-
comment
Comment #46683594
I’m actually building an “OS” that’s up a level. it’s more like git, it has a concept of files but they’re documents in a distributed store. I can experiment with interaction patte…
-
comment
Comment #46683571
I forked the anthropic Ralph Wiggum plugin: https://github.com/jes5199/chief-wiggum there’s some debate about whether this is in the spirit of the _original_ Ralph, because it keep…
-
comment
Comment #46669263
I’m not sure it still makes sense to do OS research so close to the metal. Most computing is done up on the application level, and our abstractions there suck, and I haven’t seen a…
-
comment
Comment #46521922
I've been using Telegram bot to talk to a Claude SDK agent who talks to my Claudes via tmux commands (all running on a DigitalOcean VPS)