Live data from Hacker News

Viewing profile — stabbles

stabbles

HN member
Joined
Tue, Apr 19, 2016, 8:44 PM UTC
HN karma
3,123
Public activity
831 items

About stabbles

No profile information was provided.

Recent public activity

  1. comment
    Comment #49250685

    It will just thread some load-bearing seams through the paragraphs.

  2. 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…

  3. 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.

  4. 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…

  5. 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…

  6. comment
    Comment #49005988

    Imagine this: OpenAI runs their benchmarks of unreleased models on systems physically disconnected from the internet.

  7. 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

  8. comment
    Comment #48990306

    Indeed, it's a libc construct.

  9. 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…

  10. 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/…

  11. comment
    Comment #48938436

    Banana Paper was on the shortlist

  12. 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…

  13. comment
    Comment #48739008

    So the image model's benchmark is to generate an image with the corresponding SVG sources.

  14. comment
    Comment #48582407

    Nix hashes the build inputs, for which deterministic builds are not required, only desirable.

  15. story
  16. comment
    Comment #48533034

    Speeding up C/C++ compiler bootstrapping, starting at a single binary of https://github.com/haampie/shpack

  17. comment
    Comment #48505983

    This begs for a modern version of https://csszengarden.com/ , where the CSS is generated by different LLMs and prompts.

  18. comment
    Comment #48426295

    Isn't that covered by O_CLOEXEC?

  19. 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…

  20. 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 …

  21. 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.

  22. comment
    Comment #48319486

    The Dutch version of this is to wave at the cheek.

  23. 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.

  24. comment
    Comment #48179208

    Isn't it mostly the medium that's problematic? With an issue tracker it's easier to close as duplicate

  25. comment
    Comment #48168109

    Isn't that rather difficult given the `.tar.gz` layers?