Live data from Hacker News

Viewing profile — bmenrigh

bmenrigh

HN member
Joined
Tue, Jul 16, 2024, 9:15 AM UTC
HN karma
357
Public activity
64 items

About bmenrigh

No profile information was provided.

Recent public activity

  1. comment
    Comment #49265034

    I'm one of the BSidesSF CTF organizers and challenge authors (symmetric). The article is a few months old now (May) which is ancient history as far as AI advancements go. That said…

  2. comment
    Comment #49238302

    These sorts of manifesto essays have never resonated with me. To me it never was—- and never has been—- about freedom. It’s about curiosity and knowledge. The essay seems to glorif…

  3. comment
    Comment #48989059

    A pretty reasonable question. I guess it could be my ISP filtering. Or rather could have been, since the issue seems like it was transient. I'm now getting resolutions. Very strang…

  4. comment
    Comment #48988927

    I'm in the US and I'm either getting NXDOMAIN or NOERROR (with no A record answer) back from every big nameserver I try (my ISP, Google, Cloudflare, etc.). But a dig +trace archive…

  5. comment
    Comment #48636420

    The 2n choose n solution isn't at all intuitive to me but thinking about it in terms of 40 steps, 20 of them rightward and 20 of them downward an then looking at all distinct permu…

  6. comment
    Comment #48571183

    Oh I didn’t mean at all charging them. I mean licensing in the sense of granting rights for the purpose of training. Probably most labs would be fine adding the language to the tra…

  7. comment
    Comment #48570599

    I think at this point what the Netherlands, and any other country that wants a good model in their language should do, is gather up every piece of text ever written in that languag…

  8. comment
    Comment #48555536

    I was just looking at Unicorn last week because it's used by unipacker to do automated unpacking of binaries. I built a "toolbox" for gpt-5.5 to do semi-automated malware and explo…

  9. comment
    Comment #48292406

    Mini Micro seems to be built on Unity. The MiniScript portion of it is open source https://github.com/JoeStrout/miniscript but the version packaged for use by Unity costs some mone…

  10. comment
    Comment #48266022

    Every C program I've had codex write ended up costing me more time than had I just done it from the start myself. Whereas almost every Python program it's written for me saved me t…

  11. comment
    Comment #48247156

    The black box analysis needed to decode this is incredibly hard but also incredibly fun and rewarding to pull off. Very impressive work.

  12. comment
    Comment #48056457

    Ah I was a few years later on the TI-86. Around 1999. Between this, and SNES emulation (searching memory for values and adjusting things to see how they'd affect the game), I was d…

  13. comment
    Comment #47957054

    Which is exactly why I mentioned rejection of zero, negative numbers, etc. You can reject them, but doing so just throws away useful tools without gaining anything in return.

  14. comment
    Comment #47956958

    Rejecting infinity is a purely philosophical stance that doesn’t teach us anything about reality. There is a big difference between “infinity doesn’t exist” and “infinity doesn’t e…

  15. comment
    Comment #47956836

    The article doesn’t really tell us what is gained by rejecting infinity. And in general, why not also reject zero, negative numbers, irrational numbers, complex numbers, uncomputab…

  16. comment
    Comment #47644925

    Reminds me of around 2002 when MS slapped “.Net” onto everything.

  17. comment
    Comment #47508859

    Yeah but to the commenter I was replying to, I don't think it was clear that detail was relevant to the benchmark numbers they were quoting.

  18. comment
    Comment #47508012

    No, the gains here aren't very dramatic when compared properly (against fsync), and have nothing to do with AI help. The gains come down to Linux kernel support for certain synchro…

  19. comment
    Comment #47507966

    Those benchmark numbers are slightly misleading, as they are a comparison of Wine+ntsync against Wine+nothing. There has been a somewhat fast "fsync" library built around Linux's f…

  20. comment
    Comment #47432954

    I don’t fault Quanta (or 3b1b) for being the way they are. Each is serving their goal audience pretty well. My compliant is only that there should be a dozen more just like them, e…

  21. comment
    Comment #47403583

    Modern x86_64 has supported multiple page sizes for a long time. I'm on commodity Zen 5 hardware (9900X) with 128 GiB of RAM. Linux will still use a base page size of 4kb but also …

  22. comment
    Comment #47402981

    I recently started using Microsoft's mimalloc (via an LD_PRELOAD) to better use huge (1 GB) pages in a memory intensive program. The performance gains are significant (around 20%).…

  23. comment
    Comment #47331382

    Yeah I don’t get it. Shifts and rolls are among the simplest of all instructions to implement because they can be done with just wires, zero gates. Hard to imagine a justification …

  24. comment
    Comment #47242687

    My main skepticism here is whether the theorems have been properly replicated in the proof. Verifying that the proof really captured the mathematical statement seems like a manual,…

  25. comment
    Comment #47242476

    Yeah I learning about LPCAMM2 memory was far more interesting than the repairability score.