Viewing profile — wild_egg
wild_egg
HN member- Joined
- Wed, Dec 14, 2022, 7:20 PM UTC
- HN karma
- 1,172
- Public activity
- 401 items
- HN profile
- View on Hacker News ↗
About wild_egg
No profile information was provided.
Recent public activity
-
comment
Comment #49227605
This one does agentic search instead of compaction: https://github.com/wedow/harness Generally works quite well but it allows nested subagents and that can use a lot of tokens if t…
-
comment
Comment #49209312
> Shouldn't this be a pretty fundamental part of a degree? If you're in school right now for a CS or SWE related degree, I would imagine you're learning how code actually works, ho…
-
comment
Comment #49166647
I do understand that's what they have in mind. But that's not what immediate mode means. Function application is not the only criteria. We are talking about rendering into a browse…
-
comment
Comment #49166339
> immediate mode You keep using that word. I do not think it means what you think it means. React most definitely falls under what would be called a "retained mode" of some sort. A…
-
comment
Comment #49108031
What's wrong with the Tailscale free tier? There is also Headscale if you want to self host. https://headscale.net
-
comment
Comment #49106205
He says here that they have a direct Tailscale integration of the type that requires using the `tsnet` package, which is Go. Or at least would pull in the Go runtime as part of a s…
-
comment
Comment #49106163
> Yes, tmux should be good enough for agents tomorrow. But here we are, today. tmux is good enough for agents today . they're great at driving it, they're great at customizing it, …
-
comment
Comment #49093561
I don't understand what is broken with the browser's management of typed content. Do you have an example of UX that requires a custom state management layer on top?
-
comment
Comment #49092412
Would love to hear about which of those listed examples does not currently have native browser support.
-
comment
Comment #49091756
I've had decent results telling agents to use emacs for structural editing operations. Pretty rare that I need to move a function across files verbatim but that should only be a fe…
-
comment
Comment #49088041
more context beyond the changelog? what would you like to know?
-
comment
Comment #49087758
No auto-vectorization yet, but you may find this illuminating: https://www.stylewarning.com/posts/nbody
-
comment
Comment #49076854
Every one of those are things that the browser manages for you if you are using semantic markup and embracing web standards.
-
comment
Comment #49071257
Based on skimming the couple sibling comments, I believe the issue you have had with htmx is precisely that you have somehow conflated it with angular. If you think they're the sam…
-
comment
Comment #49069212
As someone who wrote a lot of angular back in the day, and who writes a lot of htmx in the current day... That comparison makes absolutely no sense. The only thing the 2 have in co…
-
comment
Comment #49042883
I'm doing a bunch of x86_64 assembly these days and Fable is simply not allowed to debug it. Hoping Opus 5 has a bit more freedom.
-
comment
Comment #49027016
Ah, I see the goal posts shifted. I thought the topic was whether an AI could "give you something truly original in the way many high-quality fictional stories are." Which was then…
-
comment
Comment #49020940
So only people who have fought in wars can write novels about fighting in wars?
-
comment
Comment #48982366
Is there a link anywhere for a docs site for this? Really curious to know what "deep data sources" they have set up for the Native Global Market Data feature.
-
comment
Comment #48973156
"The most amazing achievement of the computer software industry is its continuing cancellation of the steady and staggering gains made by the computer hardware industry." — Henry P…
-
comment
Comment #48972920
> If you are streaming in markdown and code and then doing syntax highlighting on this code in real time, then rendering it on the screen you are doing actual work. You are really,…
-
comment
Comment #48972619
Early 2000s tech could absolutely handle LLM agents as a client. They output like 1-2kbps and even dial up modems would have plenty of capacity for other traffic. The UI itself req…
-
comment
Comment #48971603
https://pierre.computer/writing/on-rendering-diffs
-
comment
Comment #48971380
There are two different arguments here. > These apps are doing real work taking text that is streaming in and doing syntax highlighting, calculating diffs, and rendering markdown. …
-
comment
Comment #48970726
No, the fundamental problem of these apps is that they are, for no reason, pretending they need a high powered game engine rendering loop. They don't. It's a text printout of histo…