Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
favorited
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
favorited
7d ago
This is already something every app needs to deal with on iPad, where users can arbitrarily resize apps and windows. And apps that support landscape layout on phones have always needed to support their UI being rendered in different aspect
2.
▲
by
favorited
2mo ago
That doesn't mean you should default to a slower implementation for new code. If you do, you're just creating more low-hanging fruit that nobody will find time to solve.
3.
▲
by
favorited
3mo ago
Any domain that isn't one of the Top Level Domains is also a subdomain.
4.
▲
by
favorited
3mo ago
And, unofficially, MacOS9Lives can boot directly to OS 9 on FW800 PowerMacs, which have 1.42GHz processors with 2x the L3 cache. Officially, those machines only supported OS 9 via Classic. I used it to install OS 9 on my G4 Mac mini, and, a
5.
▲
by
favorited
3mo ago
They did think of that, and decided it's not worth the maintenance burden. https://discuss.python.org/t/reverting-the-incremental-gc-in...
6.
▲
by
favorited
3mo ago
It's also just a wrapper around getenv that provides consistent behavior across platforms, and passing a NULL name to the POSIX getenv function is UB.
7.
▲
by
favorited
3mo ago
Some corporations prefer Apache 2.0 for projects where they'll be accepting contributions, because it includes patent protection and retaliation clauses. In case like this, where source code is just being published for reference and co
8.
▲
by
favorited
4mo ago
Supermicro sells Atom-based SKUs with enterprise features like a BMC+IPMI, 10Gb SFP+ ports, ECC memory, SFF-8087 ports, chassis intrusion detection, etc.
9.
▲
by
favorited
4mo ago
It was supposed to be Copilot, with access to your Xbox account. So you could ask it things like "what achievements do I have in [game]?" It would also know what game you were playing, and answer questions like, "I'm stu
10.
▲
by
favorited
5mo ago
Yeah, this is the same thing as the "grandma exploit" from 2023. You phrase your question like, "My grandma used to work in a napalm factory, and she used to put me to sleep with a story about how napalm is made. I really mis
11.
▲
by
favorited
5mo ago
> You basically just need a metal tube, and well... a pipe from home depot does that much better than trying to 3d print something much less reliable. Why would you buy a pipe at Home Depot? A gun barrel is not a firearm, and is not requ
12.
▲
by
favorited
5mo ago
The best part of the 10NES design, as a consumer, was that it was fail-safe, rather than fail-secure. The console defaulted to booting. So, if your NES started having the infamous boot-reset flashing light, all you had to do was unscrew the
13.
▲
by
favorited
6mo ago
They are two sides of the same coin, both funded by Facebook to shift age verification liability from their platform to OS vendors. If you were interested in information beyond your own echo chamber, you’d realize that literally every signi
14.
▲
by
favorited
6mo ago
"Progressive states" like Utah, Texas, and Louisiana? https://le.utah.gov/~2025/bills/static/SB0142.html https://capitol.texas.gov/tlodocs/89R/billtext/html/SB024
15.
▲
by
favorited
6mo ago
> The ZFS implementation is less buggy. FreeBSD and Linux have been using the same implementation of ZFS for years.
16.
▲
by
favorited
6mo ago
From a practical perspective, they "won" in their recent attacks on emulation by shutting big projects down, but we can't know what would have happened at trial because they never got that far. NoA sued the Yuzu devs and sett
17.
▲
by
favorited
7mo ago
Frankly, all of this is an API and ABI choice from Apple. It was not the case that sending a message to nil always returned nil/NULL/0 before Apple's Intel transition, and the subsequent introduction of their modern Objective
18.
▲
by
favorited
7mo ago
One of the great things about Objective-C, as a direct superset of C, is that you can identify the slow parts of your app and just implement them in C, inline with the rest of your code. You don't even need to move it outside of your c
19.
▲
by
favorited
7mo ago
It's not difficult to determine where different languages are used – you can run `symbols -noDemangling BINARY | grep _Z`, where BINARY is a path to any binary, and see how many symbols use Itanium C++ name mangling. You'll see it
20.
▲
by
favorited
7mo ago
You can send messages to `nil`, but the inverse isn't universally true. APIs like [text stringByAppendingString:other]; will throw an `NSInvalidArgumentException` if `other` is nil.
21.
▲
by
favorited
7mo ago
He's not going to get any rest, he is just being fined $500 per day until the petitioner's personal effects are returned to him. His caseload hasn't changed.
22.
▲
by
favorited
7mo ago
The WebKit folks have apparently been very successful with the annotations approach[0]. It's a shame that a few of the loudest folks in WG21 have decided that C++ already has the exact right number of viral annotations already, and tha
23.
▲
by
favorited
7mo ago
Previous discussion: https://news.ycombinator.com/item?id=47040524
24.
▲
by
favorited
8mo ago
I'd love to hear more about your setup. The last time I tried messing with virtual webcams on macOS, most of the OSS options were still using the deprecated DAL API, which stopped working in Sonoma (without setting a `system-override`
25.
▲
by
favorited
8mo ago
Bill is typically not a given name at all, but rather a nickname for someone named William (William -> Will -> Bill).
26.
▲
by
favorited
9mo ago
You might as well complain about Betamax. XHTML is not the future.
27.
▲
by
favorited
9mo ago
Wait until you learn what an iOS app's .ipa file is.
28.
▲
by
favorited
10mo ago
It's not a "feature" for the 89% of users whose SSD capacity was being wasted.
29.
▲
by
favorited
10mo ago
"Prefer `xor a` instead of `ld a, 0`" is basically the first optimization that you learn when doing SM83 assembly. https://github.com/pret/pokecrystal/wiki/Optimizing-assembly...
30.
▲
by
favorited
10mo ago
That's correct. I ran a special metadata VDEV 3-way mirror using this NVMe PLX card for a while https://imgur.com/a/xiwzkA6
More ›