Viewing profile — resonious
resonious
HN member- Joined
- Wed, Jun 14, 2017, 12:38 AM UTC
- HN karma
- 3,587
- Public activity
- 820 items
- HN profile
- View on Hacker News ↗
About resonious
No profile information was provided.
Recent public activity
-
comment
Comment #49133784
I think you want to make sure you don't hold a database connection while waiting on other slow async work (like outgoing HTTP requests). Then you can more feasibly have more worker…
-
comment
Comment #49133659
> At 7 it may seem excitingly ambitious to build huge things out of Lego, then at 14 to teach yourself calculus, till at 21 you're starting to explore unanswered questions in physi…
-
comment
Comment #49133648
That probably is what it means and I think there's still value in the analysis.
-
comment
Comment #49063305
This is huge... At least from what I've seen, many companies (even if they don't know it) are largely sloppy R&D shops. Most people are on projects that are highly speculative and …
-
comment
Comment #49063079
> if the code goes boom, it's on the developer This is the same argument C (and Zig!) people have for manual memory management. You can avoid memory problems by being a good develo…
-
comment
Comment #49057743
This varies wildly person to person but for me, it's not only about the means. It's a combination of means and end. If I want the computer to do something, and the only way to get …
-
comment
Comment #49044523
The game changes when it's not just "Opus vs Sonnet", but "Opus vs GLM". The amount saved is way more than even $0.04. And it's not only money but speed. Some providers can serve G…
-
comment
Comment #49036367
This sounds like not the best workflow. If your prompt is that long, you may not be spending your time very efficiently. Splitting problems into smaller problems is huge. You want …
- comment
-
comment
Comment #49002124
How much does it cost? I even made an account and I cannot find pricing anywhere...
-
comment
Comment #48999546
So it's GLM-5.2 performance for almost twice the price. That said, the speed looks really good. I think it's competitive with Fireworks's GLM 5.2 Fast, although Fireworks is still …
-
comment
Comment #48993283
Why does KV cache matter if they show it's cheaper anyway?
-
comment
Comment #48993264
The article shows that it's still cheaper to pay for the switch than it is to let the frontier model do all the work. At least in benchmarks. If you want to interact with plans the…
-
comment
Comment #48988520
> for frontier work. I'll agree that GPT 5.6 may well be the best given the above contstraint, but for run-of-the-mill dev tasks (real ones, not benchmark ones), GLM 5.2 still blow…
-
comment
Comment #48978846
Oh My Pi has it. I'm a big OMP shill right now. Seems not very popular, but it has the stability of Pi with the features Opencode (and more I think; OMP has web browsing and a more…
-
comment
Comment #48972151
Just features for the client. The same stuff I was shipping before but much faster and more stable.
-
comment
Comment #48968310
Trust me there are plenty of us using cloud AI to actually ship stuff. We just aren't writing blog posts about it.
-
comment
Comment #48963589
The artificialanalysis cost per task chart has DeepSeek as the clear winner and Fable as the clear loser. But I would still pick Fable for some tasks, so that also can't be all the…
-
comment
Comment #48931432
> But artificial intelligence, far more than any tool we’ve ever created, intends us not just to sit forward and behave, but to cease to think critically, to cease to imagine, and,…
-
comment
Comment #48914342
I consider myself an LLM maximalist, at least in the context of software engineering. Even after delegating everything you can to LLMs, there's still work left for you. And it's fa…
-
comment
Comment #48905761
Right I saw them saying something along the lines of "they're good at subagents". But this seems true even with third party harnesses. So I'm wondering what Codex is hiding.
-
comment
Comment #48905697
I've also seen Google indexing pages with random values in the path that don't get linked to statically (server asks for the URL then redirects to it immediately). I'm pretty sure …
-
comment
Comment #48905579
I guess this implies that non-Codex harnesses get a little bit worse? In wondering what's so special about their subagents system that they feel the need to hide these messages...
-
comment
Comment #48902840
"This is the part where you think/learn" and "this is the part where you just let the LLM figure it out" is a fine format for advice nowadays I think. I am getting a little tired o…
-
comment
Comment #48902830
This seems like a lot. I told my oh-my-pi agent to build my ios app for me and send it to me remotely. After some chugging, it gave me a tailscale funnel link. And it worked. I did…