Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
benmmurphy
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
benmmurphy
9d ago
Is there any concern in this scheme with losing access to storage either temporarily or permanently due to losing access to key shares?
2.
▲
by
benmmurphy
10d ago
I saw 'the results speak for themselves' but for me this article seemed to have less LLM-ese than some of the more recent obvious LLM prose posted to hackernews. As a reader I think its jarring because you just see a lot of articl
3.
▲
by
benmmurphy
21d ago
`==` is reference identity in java and that is the problem. so you can't treat an arbitrary object as a value type because somewhere in the program `==` might be called on it.
4.
▲
by
benmmurphy
29d ago
i'm not sure if there was an original pattern where the env var was in double quotes. https://github.com/snowflakedb/snowflake-connector-net/pull/... but if you have: X=$(echo "$BLAH") then in
5.
▲
by
benmmurphy
1mo ago
You should be able to do these increments/decrements in a database at the rate you can write WAL to the disk. But the problem is in a lot of these databases the transaction will hold locks until the WAL hits the disk which causes a mas
6.
▲
by
benmmurphy
1mo ago
‘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 tics from reading a lot of LLM content.
7.
▲
by
benmmurphy
2mo ago
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 at a different version. https://github.com/
8.
▲
by
benmmurphy
4mo ago
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 be done in County Court and my understanding it is inexpensi
9.
▲
by
benmmurphy
4mo ago
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 there are other creditors with liens on the inventory then y
10.
▲
by
benmmurphy
4mo ago
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 because java uses Integer and `Int` is not c# because c# ha
11.
▲
by
benmmurphy
4mo ago
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 wording. It does make sense to use an existing battle tested
12.
▲
by
benmmurphy
4mo ago
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 UUIDv7. With UUID you are always sacrificing some bits to dis
13.
▲
by
benmmurphy
4mo ago
Generating 16 random bytes is simpler than generating a random UUID
14.
▲
by
benmmurphy
5mo ago
you know things are bad when lemire.me feels he needs to post an AI slop image :(
15.
▲
by
benmmurphy
5mo ago
wasn't there some meme that 30u30 was some kind of predictor for fraud
16.
▲
by
benmmurphy
5mo ago
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 going to run into issues with Apache Licensing. But if you are
17.
▲
by
benmmurphy
6mo ago
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 statements in the grants allows the government to compel spee
18.
▲
by
benmmurphy
7mo ago
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 LLMs only have a rough idea of
19.
▲
by
benmmurphy
7mo ago
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 DOM but rather a method for displaying rich text. for exampl
20.
▲
by
benmmurphy
8mo ago
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 had bugs. Also, I always thought EBPF JIT was just
21.
▲
by
benmmurphy
8mo ago
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 continuing the status quo which has a lot of negative health
22.
▲
by
benmmurphy
8mo ago
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 Democrat was in office.
23.
▲
by
benmmurphy
8mo ago
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
24.
▲
by
benmmurphy
9mo ago
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 socks proxy except it is using SSH
25.
▲
by
benmmurphy
9mo ago
That reminds me of an old cold war joke. In China you are free to criticise western governments on Weibo. What is the problem?
26.
▲
by
benmmurphy
9mo ago
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 a task without any feedback to the caller that something ve
27.
▲
by
benmmurphy
9mo ago
or try to travel to an islamic country with an Israeli stamp on your passport or an Israeli passport.
28.
▲
by
benmmurphy
10mo ago
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 which would have the redistributive effects of a high
29.
▲
by
benmmurphy
10mo ago
I suspect the commit to fix is: https://github.com/facebook/react/commit/bbed0b0ee64b89353a4... and it looks like its been squashed with some other stuff to hide it or maybe there are other problems as well.
30.
▲
by
benmmurphy
10mo ago
I think sortition is a great idea but you would probably need a constitutional amendment if you wanted sortition in Congress or the Senate. I think the State's have some discretion over how elections are run but I don't think its
More ›