Viewing profile — benmmurphy
benmmurphy
HN member- Joined
- Sun, Jun 26, 2011, 1:27 PM UTC
- HN karma
- 2,309
- Public activity
- 939 items
- HN profile
- View on Hacker News ↗
About benmmurphy
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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 …
-
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 …
-
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…
-
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…
-
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…
-
comment
Comment #48051871
Generating 16 random bytes is simpler than generating a random UUID
-
comment
Comment #47969707
you know things are bad when lemire.me feels he needs to post an AI slop image :(
-
comment
Comment #47648035
wasn't there some meme that 30u30 was some kind of predictor for fraud
-
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…
-
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…
-
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 …
-
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 …
-
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…
-
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 …
-
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…
-
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
-
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…
- comment
-
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?
-
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…
-
comment
Comment #46218517
or try to travel to an islamic country with an Israeli stamp on your passport or an Israeli passport.
- comment
-
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…