Live data from Hacker News

Viewing profile — benmmurphy

benmmurphy

HN member
Joined
Sun, Jun 26, 2011, 1:27 PM UTC
HN karma
2,309
Public activity
939 items

About benmmurphy

No profile information was provided.

Recent public activity

  1. comment
    Comment #49219482

    ‘The counters tell the story’ might be something they consider odd. But I’m not familiar with the author’s style so they could have had these tics pre-LLM or they picked up these t…

  2. comment
    Comment #49141231

    Looking at the function the addr value should always equal end but also it looks like on x86 this value is discarded in pte_free_tlb so maybe this is not the problem or I’m looking…

  3. comment
    Comment #48320749

    In the UK you can make an order of information to compel directors of a company that is in debt to answer questions about company assets, accounts and records under oath. This can …

  4. comment
    Comment #48320672

    I think if the consignor has not taken the correct steps then there is a risk the receiver would be able to pay other secured creditors using the consignors assets. For example if …

  5. comment
    Comment #48142855

    hackernews capitalising Int makes this question kind of confusing. Because the question is meant to be about c++ behaviour but `Int` is not a standard c++ type. But Int is not java…

  6. comment
    Comment #48122995

    I think the original commenter confused taking the CUBIC implementation from the kernel and rewriting that in Rust for use in their QUIC implementation or they just jumbled their w…

  7. comment
    Comment #48057839

    I think UUIDv7 could make sense but I suspect the recommendations in the spec predate UUIDv7. Also, if you want sorted schemes then there are slightly more efficient schemes than U…

  8. comment
    Comment #48051871

    Generating 16 random bytes is simpler than generating a random UUID

  9. comment
    Comment #47969707

    you know things are bad when lemire.me feels he needs to post an AI slop image :(

  10. comment
    Comment #47648035

    wasn't there some meme that 30u30 was some kind of predictor for fraud

  11. comment
    Comment #47648020

    The problem with Apache 2 is it might not be completely clear how this works with a Saas product. Of course if you are distributing binaries or source to customers then you are goi…

  12. comment
    Comment #47353297

    it seems like if these statements that were part of the grants were 1FA protected then they should not have been part of the grants in the first place. since having 1FA protected s…

  13. comment
    Comment #47155409

    The games are on github ( https://github.com/kennethpayne01/project_kahn_public/blob/m... ) which might give better context as to how the simulation was run. Based on the code the …

  14. comment
    Comment #47138490

    i think the use case for setHTML is for user content that contains rich text and to display that safely. so this is not an alternative for escaping text or inserting text into the …

  15. comment
    Comment #46717645

    i'm not sure if Dtrace interpreter was safer than EBPF. I guess in theory it should be because a JIT is just extra surface area but I'm not sure in practice. Both EBPF and DTrace h…

  16. comment
    Comment #46588841

    There might be health problems associated with these drugs but they need to be compared to the next best option. I think for a lot of people on these drugs the next best option is …

  17. comment
    Comment #46554329

    I can't imagine what would happen if federal agents killed someones son, wife and dog in a firefight when executing a warrant based on a crime that looked like entrapment while a D…

  18. comment
    Comment #46496660

    for phones its a bit difficult because i don't think you can egress out ip traffic without root or jailbreak on iphone and iOS. but i guess on desktop this should be possible

  19. comment
    Comment #46489769

    sshuttle as described sounds like a normal CONNECT proxy which this is able to detect: https://sshuttle.readthedocs.io/en/stable/how-it-works.html like its similar to connect or so…

  20. comment
  21. comment
    Comment #46278524

    That reminds me of an old cold war joke. In China you are free to criticise western governments on Weibo. What is the problem?

  22. comment
    Comment #46220603

    i would say the c-code is broken because the queue push method has undesirable behaviour when capacity is reached. for example if you push onto a full task queue then it just leaks…

  23. comment
    Comment #46218517

    or try to travel to an islamic country with an Israeli stamp on your passport or an Israeli passport.

  24. comment
  25. comment
    Comment #46156048

    agreement on raising the minimum wage is suspect because its a controversial econ position and presumably some form of UBI or 'negative income tax' is a much better alternative whi…