Viewing profile — snvzz
snvzz
HN member- Joined
- Sat, Jun 07, 2014, 7:19 PM UTC
- HN karma
- 11,382
- Public activity
- 6,327 items
- HN profile
- View on Hacker News ↗
About snvzz
No profile information was provided.
Recent public activity
-
comment
Comment #49208832
In seL4, a VMM escape, hard as that'd be, yields nothing. VMM handles all VM exceptions, and is just another user program. It has no higher capabilities than the VM itself.
-
comment
Comment #49203900
Eh, you'd have to pay me to use anything from Analogue. ModRetro put their effort where it matters[0], whereas Analogue aren't even honest about their hardware, with baseless claim…
-
comment
Comment #49192667
"open source" is the string that's missing in that announcement. The historical source code (AmigaOS git history up to at least when Commodore went bankrupt) should be MIT and in e…
-
comment
Comment #49192637
seL4 is open source and pretty small. What's stopping you?
- story
-
comment
Comment #49131305
No source code, no binary, just a page with some claims about code that might even exist. Eh.
-
comment
Comment #49131245
Censorship is now being called `guardrails`.
-
comment
Comment #49131238
RISC-V conveniently provides a `wfi` (wait for interrupts) instruction or hint -- it can act as a nop when not implemented.
-
comment
Comment #49107557
As of the recent launch of the ESP32-S31, all the ESP32 product lines have been migrated to RISC-V. Unsurprisingly, the old, non-standard, encumbered architecture is not missed.
- story
-
comment
Comment #49082668
If anything, there's a strong argument to switch to seL4.
-
comment
Comment #49037949
To record audio, sample it with an ADC. Then store digitally.
-
comment
Comment #49031249
>For one, it had a forbid() system call which would stop the scheduler from pre-empting the current running process. This is, by the way, equivalent to SCHED_FIFO on Linux. There a…
-
comment
Comment #49031235
The CUDA addition (a vendor-specific API) is definitely a mistake.
-
comment
Comment #49021894
Sounds very Whataboutism. This is about the latter, and not just the correctable ones; Detecting them also has worth.
-
comment
Comment #49021866
>the thing about ECC memory is that it doesn't support reporting of ECC errors Wait that. It does, and that's the point. Although the CPU and motherboard do of course also have to …
-
comment
Comment #49020549
Non-ECC memory. And into the trash it goes. Refer to https://news.ycombinator.com/item?id=48969530
-
comment
Comment #49020527
The keyword being latency. Even a powerful PC, such as running WinNT or Linux on my 9800x3d, doesn't feel as tight as my pretty basic Amiga 500 does. It's the difference between a …
-
comment
Comment #49015611
Easier than ever, with RISC-V Vector (RVV), which is part of RVA23.
-
comment
Comment #49006516
Drivers run in supervisor mode as part of Linux, unfortunately.
-
comment
Comment #49003149
LLMs gave that one last push: Linux is not sustainable. We need to start looking at seL4 as the base, instead.
-
comment
Comment #49002489
RISC-V is inevitable. RISC-V is rapidly growing the strongest ecosystem.
-
comment
Comment #49002483
However, if on LineageOS, which mind you is the only way to get updated (and thus safer) android versions in many devices, they simply block you. Awful.
-
comment
Comment #48980872
I run a 9800x3d with 96GB ECC (2x 48GB DDR5-5800). It was a pain to select a compatible board and source the RAM but glad I did, in June 2024... the RAM prices went up immediately …
-
comment
Comment #48941931
>On 32-bit (and thats where density matters) it's sill worse then Thumb even with compression extension. Thumb is really good, but this is no longer true as of late 2021, when bitm…