Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
benchloftbrunch
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
benchloftbrunch
14d ago
Idk how you're defining "robust competition", but NVIDIA and CUDA definitely rule the GPU computing space right now, at least judging from a biased sample of what I read online. Those who experienced computing in the 1990s an
2.
▲
by
benchloftbrunch
29d ago
Good luck getting hundreds of millions of people to act in concert.
3.
▲
by
benchloftbrunch
4mo ago
Xor isn't Turing complete sadly.
4.
▲
by
benchloftbrunch
4mo ago
It's not UB. Integer promotion applies, the signed int is implicitly coerced to unsigned (or the other way around - don't remember which.)
5.
▲
by
benchloftbrunch
4mo ago
Yeesh, one illegal move attempt means you just lose? That's harsh...
6.
▲
by
benchloftbrunch
4mo ago
Javascript/PCRE/etc regexes have additional features (like backreferences) that give them strictly more computational power than a regular DFA/NFA. (Still not Turing complete though without external control flow to support ar
7.
▲
by
benchloftbrunch
4mo ago
So it is NP (in fact P)
8.
▲
by
benchloftbrunch
4mo ago
We Americans can't understand ourselves either.
9.
▲
by
benchloftbrunch
4mo ago
Right wing anti-environmentalist political statement.
10.
▲
by
benchloftbrunch
4mo ago
Updated nginx on all my company's VMs as soon as I found out about this
11.
▲
by
benchloftbrunch
4mo ago
Nintendo Switch does not run Linux, it runs a proprietary OS called Horizon based on the Nintendo 3DS firmware. Not sure but it might or might not have some BSD code in the network stack or something.
12.
▲
by
benchloftbrunch
4mo ago
I'd bet even more Linux usage is ChromeOS which even more barely counts, and certainly both are dwarfed by Android which simply doesn't count.
13.
▲
by
benchloftbrunch
5mo ago
It's like simple n-gram Markov chain algorithms vs modern LLMs for text
14.
▲
by
benchloftbrunch
5mo ago
Read that as "only depends on the base dotnet runtime." I think the C# compiler at least can emit native code these days, but I'm not primarily a dotnet dev either so not too familiar with that.
15.
▲
by
benchloftbrunch
5mo ago
27 unique levels. 40KB minus a handful of spare bytes and some unused code. The max the NES can support without mappers. Modern NES homebrew and demoscene can do fancier stuff with this budget given the extra decades of learned tricks, bu
16.
▲
by
benchloftbrunch
6mo ago
Best (for older kids) would be a dumb cell phone like we had in the 2000s. Good for phone calls, texting, and simple offline apps like casual games, camera and music player. Maybe email. Definitely no web browser, youtube, or social media c
17.
▲
by
benchloftbrunch
6mo ago
Problem with f16 is that hardware support is still "new" and can't be relied on in consumer grade CPUs yet.
18.
▲
by
benchloftbrunch
7mo ago
GP is asking about the text prompt itself, not the generated image. If pure text can qualify as CSAM in Australia then it's a logical question.
19.
▲
by
benchloftbrunch
8mo ago
I believe this means "VBMACXOR16X16X16" is now officially the longest x86 mnemonic
20.
▲
by
benchloftbrunch
9mo ago
Question: why did they decide to make /usr/bin the "primary" and /bin the symlink? Methinks it should have been the other way around as was the original Unix design before the split. Also the first URL is serving me
21.
▲
by
benchloftbrunch
9mo ago
Thankfully it's trivially easy to disable OneDrive via the task manager startup tab. Never had any issues with MSFT sneakily turning it back on either. This super aggressive OneDrive shit is also why I've stopped putting most thin
22.
▲
by
benchloftbrunch
9mo ago
And on macOS if you need bash > 3.2
23.
▲
by
benchloftbrunch
9mo ago
What is the alternative to PGP for the specific use case of secure email? That doesn't mandate dealing with the X509 certificate bureaucracy?
24.
▲
by
benchloftbrunch
9mo ago
As long as you don't have any security compliance requirements and/or can afford the cost of self hosting your LLM, sure. Anyone working in government, banking, or healthcare is still out of luck since the likes of Claude and GPT
25.
▲
by
benchloftbrunch
9mo ago
I would add to that, replace #include with a proper module system that fixes the encapsulation and redundant parsing problems once and for all. It's 2025 and C++ modules still aren't suitable for real world use yet despite being s
26.
▲
by
benchloftbrunch
9mo ago
No doubt Nintendo was involved in the lobbying effort for this. Back in the 80s they successfully pushed to amend Japanese copyright law to ban game rentals.
27.
▲
by
benchloftbrunch
11mo ago
Per IEEE 754, yes, but JS the language doesn't distinguish between NaN representations.
28.
▲
by
benchloftbrunch
11mo ago
Also, NaN is the only value in JS that isn't === to itself, so if for some reason you want to test for strict value identity with the value NaN of type number, that's one way to do it: if(x !== x) ... // x is NaN
29.
▲
by
benchloftbrunch
11mo ago
In other words, certain people banned for political reasons are now being unbanned for political reasons.
30.
▲
by
benchloftbrunch
11mo ago
Looks like an early stage, immature project, but it's a neat concept. It seems Windows Defender flags the zip download as a trojan. Likely false positive since scans on the unzipped exe (Defender and virustotal) come back clean. I'
More ›