Viewing profile — killerstorm
killerstorm
HN member- Joined
- Fri, Apr 20, 2007, 6:55 PM UTC
- HN karma
- 1,415
- Public activity
- 662 items
- HN profile
- View on Hacker News ↗
About killerstorm
No profile information was provided.
Recent public activity
-
comment
Comment #49241983
Are we sandboxing AI agent harness process, or the environment it executes commands in? Ideally, they should run in _different_ sandboxes. The environment might corrode the harness…
-
comment
Comment #49240950
What if it puts malicious code into test file and you allow `npm run test `?
-
comment
Comment #49196348
There are more than two types. Or, at least, more than one way to tinker with the code. Just like aleph_minus_one, I like to tinker at a higher level: find a more general way to so…
-
comment
Comment #49195009
In a short story titled 'Glory' Greg Egan described process where hydrogen and anti-hydrogen are forged together into a thin needle: > The end point of this process of nuclear scul…
-
comment
Comment #49190129
Google's revenue is 10x up in the last 10 years.
-
comment
Comment #49189305
What's the obvious limitation? To Yann LeCun it was "obvious" that you can't build a world model from a text, so he predicted that even "GPT 5000" can't predict that an object sitt…
-
comment
Comment #49184658
This is literally an opinion of one dude which is not backed by any kind of quantitative evidence. It's actually possible to answer this question rigorously: 1. Define a scientific…
-
comment
Comment #49170029
The reason writing is hard might be that post-training pulls style into a particular direction. In other words, big labs are much more interested in making "AGI" than in making a g…
-
comment
Comment #49167450
I think main reason people choose React now is "nobody was fired for choosing React". (That used to be a saying about IBM as a vendor.) People can build their career around React. …
-
comment
Comment #49166890
Actually browsers already come with a minimal UI library. It's called HTML + CSS + JS. There's actually no need to make any wrappers - you describe what you want in HTML and make i…
- comment
-
comment
Comment #49149400
Yeah it's also specifically trained to disprove Jacobian conjectures, and so on...
-
comment
Comment #49147215
Well, if the developer read libngu's random.c he would have noticed that it uses rng_get() and that it's asking for MICROPY_HW_ENABLE_RNG (albeit the failsafe is defective, reading…
-
comment
Comment #49104163
Yes, basically we just need really good, strong parentheses. E.g. see Yoshua Bengio "Scientist AI". Or multi-stream LLMs
- comment
-
comment
Comment #49033702
I used ballpoint pens in school but I don't like the process: my hand often feels too tense, and getting handwriting legible is a lot of effort. Once I switched to fountain pens I …
-
comment
Comment #49033578
What's "concern of imminent disaster"? Anthropic said their latest model is good at finding zero-days exploits. That's just empirically true. They aren't selling vuln search produc…
-
comment
Comment #49033050
Yeah... There was no "reading" in our ancestral environment, it's rather unnatural for a human brain to focus on the page where nothing happens. Some people can adapt to that, othe…
- comment
-
comment
Comment #49003319
You're confusing PR with marketing. Flaws they find aren't going to convince customers to buy the product. But they need to inform the public of what they doing as it's part of the…
- comment
-
comment
Comment #48999118
Headline? It was buried in a model card. They just honestly report not-quite-incident because it's quite close to the incident OpenAI had. Nothing wrong with it.
-
comment
Comment #48946774
It boots into BASIC which makes it really easy to learn BASIC. It feels like a programmable computer even to kids who know nothing about programming, as the only way to get anywher…
-
comment
Comment #48946673
Yep. My father build a ZX Spectrum clone for me somewhere around 1991. Few years later he also got Commodore 64 as a gift from German engineers he was working with. I think both of…
-
comment
Comment #48944645
The part of brain which cares about efficiency and waste have "atrophied" decades ago in most devs. More likely they just never cared... E.g. > A 1.6GB Docker image for a Node app.…