Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
winocm
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
winocm
11d ago
I am one of those "humans", allegedly. ;)
2.
▲
by
winocm
16d ago
That is such a good show.
3.
▲
by
winocm
26d ago
Oh man, #pragma aux.
4.
▲
by
winocm
1mo ago
Same.
5.
▲
by
winocm
1mo ago
Random inconsistencies such as using push/pop for individual registers instead of pusha/popa for space constrained bits or setting the same register to the same value twice in a row. Not to even mention that random WORDS are capit
6.
▲
by
winocm
1mo ago
The assembly really, really hurts to read.
7.
▲
by
winocm
3mo ago
Honestly, me too.
8.
▲
by
winocm
3mo ago
Honestly, I agree. I just can’t bring myself to trust an organization that allows these types of underhanded things to happen in the first place. The fact that this behavior even got to customers raises a lot of red flags for me.
9.
▲
by
winocm
3mo ago
https://www.theregister.com/systems/2026/06/25/micron-locks-... :(
10.
▲
by
winocm
3mo ago
On the note of PG&E, my electric bill averages to about $750 despite only running an air conditioner, several device chargers, a router, some lights and a fridge... Thanks PG&E.
11.
▲
by
winocm
3mo ago
Don't forget the word "epic" (in terms of the literary definition).
12.
▲
by
winocm
4mo ago
Perhaps I am the odd one out here, but a small part of me wants to see what happens when you run a proprietary SOTA model on a laptop.
13.
▲
by
winocm
4mo ago
https://halupedia.com/2048-united-states-presidential-electi... Amazing.
14.
▲
by
winocm
4mo ago
"AI can make mistakes, so double-check responses."
15.
▲
by
winocm
5mo ago
That just ended up inadvertently reminding me, Windows Vista is actually almost old enough to be at the minimum legal drinking age in the US. Windows 8 is nearly a decade and a half old as well. Time really does fly.
16.
▲
by
winocm
5mo ago
This almost sounds like The Monkey's Paw by Jacobs.
17.
▲
How to Fingerprint Users
(paradisefacade.com)
3 points
by
winocm
6mo ago
|
0 comments
18.
▲
by
winocm
10mo ago
Kinda sorts. The systems that the "MacOS on CHRP" thing ran on had a very strange looking device tree, with some bizarre combination of PC and Mac peripherals. Apple Cobra Open Firmware CHRP 1.1 B3 built on 08/18/97
19.
▲
by
winocm
11mo ago
Mildly related, sort of, one can prevent expansion of variadic macros as follows: #define printf(...) int (printf)(const char *, ...); I keep on seeing many random code bases just resort to #undef instead...
20.
▲
by
winocm
1y ago
You also get "Program Files (ARM)" (including a complementary "SysArm32") on older arm64 systems too.
21.
▲
by
winocm
1y ago
If you want to download SARS-CoV-2, here you go: https://www.ncbi.nlm.nih.gov/nuccore/NC_045512.2
22.
▲
by
winocm
1y ago
The latter is known as a "twiddle" in BSD land. (c.f: https://ftp.netbsd.org/pub/NetBSD/NetBSD-release-10/src/sys/... )
23.
▲
by
winocm
1y ago
At least since maybe the DEC Alpha 21264. It could address 48-bits of VA space, but that comes with caveats due to PALcode specific intricacies. I think VMS (or was it Tru64?) uses this mode, but many other OSes just use 43-bit or 40-bit ad
24.
▲
by
winocm
1y ago
LLVM SPIR-V's backend is a bit... questionable when it comes to code generation.
25.
▲
by
winocm
1y ago
Don't forget the infamous pattern used in some C projects too: struct foo decl = { .member = /* ... */ .next = &(struct nested_pointer) { .nested_member = /* ... */, }, .array = (stru
26.
▲
by
winocm
1y ago
Consider this implementation: https://llvm.org/doxygen/STLFunctionalExtras_8h_source.html
27.
▲
by
winocm
1y ago
Kind of. NIR is more oriented towards lowering and optimizing code for driver backends, as far as I know. SPIR-V is targeted towards the other end of the spectrum.
28.
▲
by
winocm
2y ago
Sounds about right. VMS is the only OS (that I know of) that uses all 4 processor privilege modes. Side note: The 21064 has such bizarre IPR mappings, the read values have lots of bits scrambled around compared to their write counterparts.
29.
▲
by
winocm
2y ago
The Alpha architecture was 64-bit from the very beginning (though the amount of addressable virtual memory and physical memory depends on the processor implementation). I think it goes something like: - 2106x/EV4: 34-bit physical,
30.
▲
by
winocm
2y ago
You’re not alone. I do the same, but often I keep the text editor in dark mode but the rest of the system on light mode to help provide contrast.
More ›