Live data from Hacker News

Viewing profile — IdiotSavage

IdiotSavage

HN member
Joined
Fri, May 01, 2026, 11:33 AM UTC
HN karma
202
Public activity
78 items

About IdiotSavage

No profile information was provided.

Recent public activity

  1. comment
    Comment #49083755

    I hate the round corners. It's already too much on 15, but way worse on 26. It looks like "Baby's first OS", designed by Fisher-Price.

  2. comment
  3. comment
    Comment #49058045

    > Another important feature of a tool like this is the ability to tolerate errors: I can't imagine a Linux today that would be able to even boot if the shell was extra pedantic abo…

  4. comment
    Comment #49055901

    What if there was a less cryptic way to have mandatory arguments, something harder to get wrong, like param( [parameter(mandatory)] $name ) "Hello, $name!" And then: $ ./script.ps1…

  5. comment
    Comment #49045892

    Is any of MIT's stuff "open"? Clicking around on news.mit.edu I see lots of cool ideas. Articles mention "the software allows users to...", yet I never see a link to actual softwar…

  6. comment
    Comment #49035765

    Meanwhile in Japan: https://www.youtube.com/watch?v=z9FsQXYVgUE

  7. comment
    Comment #48988812

    In this thread: bash experts with arcane knowledge, unintentionally demonstrating how awful bash is. The obvious solution would be to use something more sane, like PowerShell or nu…

  8. comment
    Comment #48917087

    Interestingly the "activate on release" logic was implemented in computer GUIs long before touchscreens were common, used purely by mouse-click (a physical button).

  9. comment
    Comment #48917039

    My point was about user expectations / users not being aware when the button triggers. Your argument has nothing to do with that.

  10. comment
    Comment #48917008

    Isn't this exactly why browsers implemented "private mode"? Why don't they inform users about how to properly use private mode, which works with any website, instead of rolling the…

  11. comment
    Comment #48793960

    > But a button that works like that in a GUI would feel wrong. No, it doesn't. It feels way more responsive. My pet peeve is "stopwatch apps" which trigger on release instead of on…

  12. comment
    Comment #48706467

    You're wrong. "Users should vote and comment when they run across something they personally find interesting—not for promotion." https://news.ycombinator.com/newsguidelines.html#:~…

  13. comment
  14. comment
    Comment #48669772

    If you want to see what a random distribution looks like: jot -r 100 0 1 | rs -t 10 I noticed my "fake randomness" is lacking long sequences of the same key. I feel like I'm "predi…

  15. comment
  16. comment
    Comment #48629536

    Only in theory. A 3D printer doesn't need to sustain lateral forces - a router does. It might not be built for this.

  17. comment
    Comment #48629457

    The docs say that's the default: https://docs.deno.com/runtime/desktop/backends/#webview-(def...

  18. comment
    Comment #48629156

    More fun facts: Omitting those characters makes it good for generating passwords if they need to be typed in by hand. Double-clicking a base58 string always selects the whole strin…

  19. comment
    Comment #48566563

    Or the more recent memory of the F1 ad pushed via the wallet app.

  20. comment
  21. comment
    Comment #48488003

    This is just a continuation of common StackOverflow advice to "make it work", which the LLMs use as "knowledge": https://stackoverflow.com/a/28002687 https://stackoverflow.com/a/32…

  22. comment
    Comment #48459807

    Already works with nightly: https://doc.rust-lang.org/nightly/cargo/reference/unstable.h... #!/usr/bin/env -S cargo +nightly -Zscript ---cargo [package] edition = "2024" [profile.d…

  23. story
  24. comment
    Comment #48356112

    I think you've misunderstood the analogy. Just ignore it, analogies mostly break down anyways. > a model capable of completing the tasks assigned to it The thing is, the "task assi…

  25. comment
    Comment #48355848

    I find that hard to believe. The AI companies will want to control what's possible and find new things to do that "need" their services. Otherwise it would be like Intel and Micros…