Live data from Hacker News

Viewing profile — EnnEmmEss

EnnEmmEss

HN member
Joined
Thu, Oct 19, 2023, 7:53 AM UTC
HN karma
44
Public activity
33 items

About EnnEmmEss

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #49034232

    Hi, Since you're here, I just wanted to alert you to the fact that the link you posted w.r.t donating to Jellyfin doesn't work. https://jellyfin.org/donate gives a 404 and the corr…

  3. comment
    Comment #48905396

    Card acceptance may be up (I can't comment one way or another) but last I was in India, a large number of POS seem to straight up block international Credit Cards.

  4. comment
    Comment #48758587

    Isn't that GP's own 3d engine?

  5. comment
    Comment #48758523

    As someone who's tried several keyboards, a key feature I've found myself unable to go without is contouring of the keyboard. Keyboards like Kinesis Advantage 2, Kinesis Advantage …

  6. comment
    Comment #48654134

    Not exactly. OPTIONS lets servers tell you that QUERY is supported if the client requests it and Status Code 405 lets servers tell you that QUERY is not supported. That's very diff…

  7. comment
    Comment #48654128

    To clarify, by REST spec I meant the state of access defined by https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/... .

  8. comment
    Comment #48642748

    Using GET with a Body doesn't work if you try using it in the browser with JS fetch for example[1]. Additionally, a lot of existing web servers by default ignore GET requests with …

  9. comment
    Comment #48639181

    Was reminded of this article when I read what you said: https://brooker.co.za/blog/2026/06/19/waiting.html I have an ancient Windows 98 computer which I used to use at my grandpare…

  10. comment
    Comment #47571284

    It's fun to see the Treedix tester come up on HN. I got one a few months back and have quite enjoyed using it. One thing which I did find interesting was that one of the cables had…

  11. comment
    Comment #45397916

    People say this but I really don't consider it to be as true as it once was. I can't even move my taskbar to the side in windows 11 without installing a third-party program to patc…

  12. comment
    Comment #45382860

    Happy to help :)

  13. comment
    Comment #45356107

    This is off-tangent but I find it a bit odd that the blog uses a URL fragment to load different articles when it's usually used to navigate within a page. A consequence of this see…

  14. comment
    Comment #45024710

    You're probably looking for https://scottstuff.net/posts/2025/06/10/timing-conclusions/ which discusses the overall conclusions of NTP vs PTP and is the culmination of several blog…

  15. comment
    Comment #44808206

    Many of those rules are kind of hazy though. Curly Quotes, em-dash, etc are also signs of using MS Word for writing for examples.

  16. comment
    Comment #44742572

    The report is definitely worth reading although I don't think the data is strong enough to draw significant conclusions from. I personally think that this should be studied more in…

  17. comment
    Comment #44681593

    TheZvi had a summarization of this here: https://thezvi.substack.com/i/168895545/not-announcing-so-fa... In short (there is nuance), Google cooperated with the IMO team while OpenA…

  18. comment
    Comment #44657375

    The problem is twofold: - all generated console scripts hardcode the path to python during creation for the shebang - some of the binaries generated by install processes can link t…

  19. comment
    Comment #44655540

    This is a pretty nice feature which I use quite often. There are still some edge cases where it cannot be used to the fullest extent though. https://github.com/astral-sh/uv/issues/…

  20. comment
    Comment #44496454

    I find it quite ironic you suggest Bosch as normal considering https://www.jeffgeerling.com/blog/2025/i-wont-connect-my-dis... (although that was admittedly for a dishwasher)

  21. comment
    Comment #44451681

    It's a pity there wasn't more discussion on this topic since I personally feel this was a well written post.

  22. comment
    Comment #44418361

    FAQ works fine for me now.

  23. comment
    Comment #44418112

    It looks like a pretty interesting product so I really hate to be that guy but the FAQ page at https://vexlio.com/faq/ straight up doesn't work (whenever I click any of the questio…

  24. comment
    Comment #44325662

    Discussion from beginning of 2023: https://news.ycombinator.com/item?id=34627712

  25. comment
    Comment #43384238

    Jason Ordendorff's talk [1] was probably the first time I truly grokked the concept of unsafe in Rust. The core idea behind unsafe in Rust is not to provide an escape from the guar…