Viewing profile — IceDane
IceDane
HN member- Joined
- Mon, Apr 14, 2014, 11:50 AM UTC
- HN karma
- 911
- Public activity
- 399 items
- HN profile
- View on Hacker News ↗
About IceDane
No profile information was provided.
Recent public activity
-
comment
Comment #49004768
Sure. And I'm sure that their users will take kindly to being banned with prejudice and without recourse. By adopting this policy they are committing to policing it and acting as j…
-
comment
Comment #49003526
Well, that's their prerogative, I guess. But the burden of proof will be on them, of course. They can't expect users to prove a negative. There are simple tells that would reveal a…
-
comment
Comment #48994980
I think if you're suggesting that Steve Yegge somehow invented having agents collaborate, you're way off base. People started talking about agents collaborating very, very early on…
-
comment
Comment #48988371
Also famously terrible. If not for the walled garden and the fact that anthropic can take away our ability to use custom harnesses any day, I would not be using CC. Given some of t…
-
comment
Comment #48988350
Everything Steve yegge has done has been trash. That's why nobody is talking about beads or gas town. It was clear even in the beginning that it was a borderline AI-psychosis-fuele…
-
comment
Comment #48959567
There's a good way and a bad way to use tools. My suggestions were based on my extensive usage of the tools in question.
-
comment
Comment #48958160
It has to be both. You can lay things out in memory so they are tightly packed together and thus ostensibly cache efficient but that doesn't help you if you index into that data st…
-
comment
Comment #48958025
Stop using compaction. Stop treating sessions as something you keep alive for weeks. Set up a proper workflow for handing off work and start handing off well before maximum context…
-
comment
Comment #48932624
But push is not for use in production? It's for development. You generate a single custom migration that sets strict, apply it, and then you can use push as you want (during develo…
-
comment
Comment #48932613
It's really weird to me how the SQLite author is clearly a very smart guy and talented developer and then his argument against type safety effectively just boils down to > But I do…
-
comment
Comment #48910039
But only just. It doesn't really replace graph databases. It's mostly a slightly more convenient ways to write certain kinds of queries, but it doesn't come with anything else you …
-
comment
Comment #48910028
Unfortunately AGE is very immature and optimized even simple traversal queries rather poorly.
-
comment
Comment #48870179
You can output assembly with any toolchain, yes. But there's no runtime, at least if you mean in the sense that the code is executed by a runtime.
-
comment
Comment #48836683
Why not just do like.. actual engineering, and stay in control of what the LLM builds?
-
comment
Comment #48821557
Why on earth would you deliberately choose to do whatever the fuck it is you did with the scroll and the animations for each paper when scrolling through the landing page? What are…
-
comment
Comment #48809753
Slowly but surely dynamic programming proponents discover the value of statically verifiable correctness. Who'd have thought?
-
comment
Comment #48791722
Martine just straight up sucks. Vendoring your components gives you the best of both worlds. You get a full component library but retain the ability to modify them as you want. You…
-
comment
Comment #48742658
But Kubernetes isn't postgres or ruby or containers. It's the orchestration service. Your comparison doesn't make sense.
-
comment
Comment #48721288
This example is not only wrong for what you intend to demonstrate but even if it wasn't, it's not problematic. In typescript the proper way to do this is using branded types and ex…
-
comment
Comment #48698178
If the goal is to convince me not to use this: mission accomplished. This looks awful on mobile.
-
comment
Comment #48671486
The examples for the M5 exploit and the other stuff immediately make me think that the author is an idiot. I'm not calling you an idiot - I'm saying that if I were to read a techni…
-
comment
Comment #48626953
Nobody in Denmark actually thinks of Lars Andersen as any sort of serious privacy activist. He is a drug-addled moron who just happens to dabble in those things. He's an idiot and …
-
comment
Comment #48617068
Like the sibling said: CORS is the relaxation of default security features. It's even in the name: Cross-Origin Resource Sharing.
-
comment
Comment #48495728
> According to my rough computation (N=1), a Claude Max 20x at $200 gives you access to around $8k According to my own personal `cc-usage` script, I'm just about to hit $15k in the…
-
comment
Comment #48423467
> I don't see an asymmetry in the abstraction. Both vectors and maps are associative structures - you can assign a key to a value - the only difference is that vectors have a more …