Live data from Hacker News

Viewing profile — ISV_Damocles

ISV_Damocles

HN member
Joined
Wed, Sep 26, 2012, 2:58 PM UTC
HN karma
571
Public activity
126 items

About ISV_Damocles

No profile information was provided.

Recent public activity

  1. comment
    Comment #45645119

    Most of the big OSS AI codebases (LLM and Diffusion, at least) have code to work on any GPU, not just nVidia GPUs, now. There's a slight performance benefit to sticking with nVidia…

  2. comment
    Comment #45226232

    UTF-16 is also just as complicated as UTF-8 requiring multibyte characters to cover the entirety of Unicode, so it doesn't avoid the issue you're complaining about for the newest l…

  3. comment
    Comment #42481403

    Replying to this one since you apparently can't reply to a comment that has been flagged. Why was the grandparent flagged? Google's S2 library has been around for more than a decad…

  4. comment
    Comment #41927660

    This article touched on a point that I feel is very relevant: unexpected show cancellations, apparently now happening for Apple TV+, as well. Netflix and Disney+ trained me to not …

  5. comment
    Comment #41721076

    You're moving the goalposts. Your original post had zero mention of unsafe Rust. You have now latched onto this as somehow proving Rust is less safe than Python and Java despite al…

  6. comment
    Comment #41720805

    Please see: https://news.ycombinator.com/item?id=41720769 You can absolutely opt-out of lifetime management in Rust. It's not usually talked about because you sacrifice performance…

  7. comment
    Comment #41720769

    `drop` is an optimization. You never have to call it if you don't want to, Rust will automatically free memory for you when the variable goes out of scope. Rust won't let you do th…

  8. comment
    Comment #41720613

    Agreed. My personal experience is Rust is more safe than Python as you get runtime errors when your interpreted Python code has a type error in it, but that's a compiler error in R…

  9. comment
    Comment #41225406

    I personally only use AMD (excepting one test machine), but Intel does have the best single-thread performance[1] so if you have some crufty code that you can't parallelize in any …

  10. comment
    Comment #40915079

    The suggestion to use AR glasses with this keyboard computer feels very Ghost-in-the-Shell cyberpunk to me. Stepping onto a train and you find some guy with glasses sitting near th…

  11. comment
    Comment #40624688

    That would also be true with analog film when you start reaching the film grain size.

  12. comment
    Comment #39553026

    Please refer to my comment here: https://news.ycombinator.com/item?id=39551017

  13. comment
    Comment #39552313

    [flagged]

  14. comment
    Comment #39551561

    I am just clarifying why I consider it impossible. Production is not some place you're supposed to cowboy code, but instead have a reasonable expectation that you will be able to c…

  15. comment
    Comment #39551017

    It is impossible if you're being responsible. You don't choose a technology that could potentially block you from solving problems in the future unless it brings a huge value to yo…

  16. comment
    Comment #39550366

    The year in this link is very important. In the following year, the Elm team decided to not pay attention to the maxim "perfect is the enemy of good" and crippled their FFI story, …

  17. comment
    Comment #39204789

    This feels relevant to the conversation: https://twitter.com/BigSpiderBack/status/864309383106240512/...

  18. comment
    Comment #38562313

    > That's a problem with all encryption anyways. Inspection has to be done at the end-user's device. So I don't think it's fair to hold that against S/MIME. I don't think that has t…

  19. comment
    Comment #38557986

    I think we agree[0] on this. Email encryption isn't ever going to be a thing because of the way email itself works. But email signing would help a lot. I still don't think GPG does…

  20. comment
    Comment #38557771

    Kinda. But S/MIME has its own problems[0], mostly related to you as a recipient being unable to choose who is authorized to send you encrypted email (and so spam and malware filter…

  21. comment
    Comment #38557382

    Is anyone else kinda hoping that GPG/PGP loses enough respect in the tech community that something fresh comes along that really solves a lot of the UX and security issues they hav…

  22. comment
    Comment #38291974

    The messaging to the user should be actionable, so the exact filename going to them doesn't make any sense, but giving them a clear sentence of what exactly went wrong and what sho…

  23. comment
    Comment #38291747

    And you don't think anti-fraud teams use error logs triggered by users as a signal for potentially banning them? These teams are incentivized to eliminate fraudulent accounts that …

  24. comment
    Comment #38285479

    That's just security-by-obscurity and doesn't actually buy you anything except a speed bump for a hacker. It was a bogus argument from proprietary software vendors against open sou…

  25. comment
    Comment #37094845

    Not with a "White Hat" on, I think. If a user who is not you uses a browser using WEI (implicitly approving of this attestation tech) and connects to a website that uses WEI, that'…