Live data from Hacker News

Viewing profile — mook

mook

HN member
Joined
Tue, Jan 17, 2012, 5:41 AM UTC
HN karma
1,828
Public activity
837 items

About mook

No profile information was provided.

Recent public activity

  1. comment
    Comment #49142314

    I agree; in practice, probably only the public error types, though. If it can return fmt.Errorf("…%w…") I probably only need the type of the wrapped error, not whatever type the im…

  2. comment
    Comment #49125192

    I was under the impression that SHAKEN / STIR was supposed to do that by authenticating the phone numbers displayed against the telco that made the call. But as the other comment s…

  3. comment
    Comment #49029094

    Isn't prompt injection basically social engineering for LLMs already anyway?

  4. comment
    Comment #49029065

    Hmm, I don't know the area well; why would 2FA have been relevant here? From the (unverified) story, the account was administratively handed over via support; there was no indicati…

  5. comment
    Comment #49008269

    Interesting. At a smaller company I worked at, the CEO was a sales role, as far as I could tell.

  6. comment
    Comment #48942587

    At scale, testing software is appreciably more expensive than using hardware. That's why at most people test a tiny slice of it, and ships out broken software in the hopes of fixin…

  7. comment
    Comment #48942544

    That's why we have Android Auto: move the updates to a thing that already has frequent Internet connection, and if the update goes wrong it's clearly the fault of this other compan…

  8. comment
    Comment #48929796

    Nice, [3] reminded me of OpenGrok † the old Sun project that was basically LXR on steroids. † https://oracle.github.io/opengrok/

  9. comment
    Comment #48917194

    I keep getting things like "denial of service when the SCSS or whatever parse is given malicious input”. Great, that's part of the build chain, all of its inputs are stuff we contr…

  10. comment
    Comment #48914160

    But updates to broken packages are still allowed: if a new version is pushed within the three days, it does not reset the cool-down. You just get a pull request to update to a know…

  11. comment
    Comment #48910448

    I don't see how you can tell it's AI, instead of just your co-workers having no respect for language. See: management-speak using "double-click".

  12. comment
    Comment #48800422

    I think it's implied to be refusing to unpublish at the request of the author; unpublishing due to outside forces is probably inevitable. If some unsupportable content got introduc…

  13. comment
    Comment #48783195

    For some reason, that holds an appxbundle per the article. I'd suspect they needed to run some pre- or post-install code (maybe to check for their hardware?).

  14. comment
    Comment #48675140

    I use KeepassXC, but I have no need to share passwords with other people. In a corporate situation that would probably not work as well.

  15. comment
    Comment #48646742

    Don't forget the insurance, plus the hospital has costs that must be paid for too. A surgery with _just_ the surgeon and no support staff isn't one I'd want to be in. (Not in the m…

  16. comment
    Comment #48587882

    This is the sort of trademark violation where I can get behind proper enforcement. It's using the name of an unrelated project for advertisement (attention).

  17. comment
    Comment #48567224

    That page eventually leads to the CVE page: https://msrc.microsoft.com/update-guide/vulnerability/CVE-20... While that's still pretty vague, it sounds like the issue was that somet…

  18. comment
    Comment #48560952

    It sounds like it's the editorial decision (of what to promote) is the accountable thing; that seems reasonable to me. Looking at the comments on that thread, it sounds like non-ed…

  19. comment
    Comment #48529476

    That's because the client certificate interface in browsers is supremely dumb. It always just lists all certificates you have, with very little context in the UI, and hopes that's …

  20. comment
    Comment #48520974

    There's the https://en.wikipedia.org/wiki/Ideographic_Description_Charac... that kind of does that. The problem is that there's character divergence (see all the brouhaha about Uni…

  21. comment
    Comment #48508839

    Isn't the post office heroics normally when it's not deliverable? If the sender wrote down 744 Evergreen Terrace but they meant 742, that mail will be delivered to your neighbor an…

  22. comment
    Comment #48422433

    I haven't used EDN, but I know YAML has an equivalent feature, and that had been a security issue in some instances because it deserialized into objects the system wasn't expecting…

  23. comment
    Comment #48422384

    I think there's definitely groups on both sides, and I feel like it's similar to cryptocurrency a few years back. There's people really into it, and in response there's people real…

  24. comment
    Comment #48407931

    Since people cannot work from prison, corporations should be equivalent: they may not conduct any business. But since people in prison are still responsible for things like rent, c…

  25. comment
    Comment #48326326

    Would git worktrees be useful in that use case? It just adds a new checkout in a different directory without duplicating the git data (blob storage).