Viewing profile — stabbles
stabbles
HN member- Joined
- Tue, Apr 19, 2016, 8:44 PM UTC
- HN karma
- 3,123
- Public activity
- 831 items
- HN profile
- View on Hacker News ↗
About stabbles
No profile information was provided.
Recent public activity
-
comment
Comment #49250685
It will just thread some load-bearing seams through the paragraphs.
-
comment
Comment #49202095
People who care about their health aren't ignorant about that. I think that can apply to software too: if you care about safety or privacy you might think twice before using vibe-c…
-
comment
Comment #49185419
Your comment says he's stepping up, the HN title says he's stepping down, the article says he's stepping aside. Nobody says if it's a step forward or backward.
-
comment
Comment #49155336
In the Spack package manager [1] we're trying to work around this with directives: deprecated("@:1.3 +minizip", reason="cve", severity="high") So, you can define conditional deprec…
-
comment
Comment #49109572
Whether you agree with the policy or not, the way it's written is good. It just states the rules neutrally. See https://gcc.gnu.org/ai-policy.html . In various projects I see AI po…
-
comment
Comment #49005988
Imagine this: OpenAI runs their benchmarks of unreleased models on systems physically disconnected from the internet.
-
comment
Comment #48990668
To be fair, many shells have command caching, so they effectively roll their own exec syscall wrapper: $ python3 -c 'print("hi")' hi $ hash hits command 1 /usr/bin/python3
-
comment
Comment #48990306
Indeed, it's a libc construct.
-
comment
Comment #48989300
Nice, PT_INTERP is the only non-relocatable thing of ELF files and typically requires wrapper scripts/executables. Regarding shebangs, I've never understood why the kernel cannot r…
-
comment
Comment #48985245
Not really, a theorem with a hard proof can have simple but important corollaries. It's also not unthinkable that theorems exist with proofs that cannot reduce to something simple/…
-
comment
Comment #48938436
Banana Paper was on the shortlist
-
comment
Comment #48870787
If you take a frame you see it's neither random nor dots: https://i.imgur.com/CgtyGjl.png From a single frame you can definitely identify boundaries because the dots are sliding an…
-
comment
Comment #48739008
So the image model's benchmark is to generate an image with the corresponding SVG sources.
-
comment
Comment #48582407
Nix hashes the build inputs, for which deterministic builds are not required, only desirable.
- story
-
comment
Comment #48533034
Speeding up C/C++ compiler bootstrapping, starting at a single binary of https://github.com/haampie/shpack
-
comment
Comment #48505983
This begs for a modern version of https://csszengarden.com/ , where the CSS is generated by different LLMs and prompts.
-
comment
Comment #48426295
Isn't that covered by O_CLOEXEC?
-
comment
Comment #48397095
A medicine for those who anthropomorphize LLMs is to run the LLMs deterministically (without randomness and memory files). It feels very unnatural to get the same conversation verb…
-
comment
Comment #48353943
David Hume pointed this out in 1740, and his advise still applies: A reason should be given, for what seems altogether inconceivable, how this new relation can be a deduction from …
-
comment
Comment #48346307
I think this is fair criticism. It's hard to read this blog cause its premise is based on an "appeal to nature" fallacy.
-
comment
Comment #48319486
The Dutch version of this is to wave at the cheek.
-
comment
Comment #48245864
Is one day enough to find vulnerabilities? Who keeps an eye on new releases? Otherwise the problem continues to exist, just delayed by one day.
-
comment
Comment #48179208
Isn't it mostly the medium that's problematic? With an issue tracker it's easier to close as duplicate
-
comment
Comment #48168109
Isn't that rather difficult given the `.tar.gz` layers?