Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sse
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
15 ms
·
1.
▲
by
sse
6mo ago
Having a VCS that stores changes as refactorings combined with an editor that reports the refactorings directly to the VCS, without plain text files as intermediate format, would avoid losing information on the way. The downside is tight co
2.
▲
by
sse
1y ago
In 2D, it would become sokoban, wouldn't it?
3.
▲
by
sse
3y ago
The one I'm most excited about is improved error recovery: https://soft-dev.org/pubs/html/diekmann_tratt__dont_panic/ https://drops.dagstuhl.de/storage/00lipics/lipics-vol166-ec
4.
▲
by
sse
3y ago
The USB driver itself can not access arbitrary memory. But it may be able to program the DMA controller of the USB peripheral to access arbitrary memory. So the WebAssembly sandboxing of a driver alone is not enough. You still need some har
5.
▲
by
sse
5y ago
"performance and control of C" also means that you can make datastructures with arbitrary pointers, right? The simplest example that doesn't work in rust is a linked list. How can you do that when you only have multiple stack