Live data from Hacker News

Viewing profile — sse

sse

HN member
Joined
Fri, Apr 09, 2021, 8:18 PM UTC
HN karma
9
Public activity
6 items

About sse

No profile information was provided.

Recent public activity

  1. comment
    Comment #47301783

    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 a…

  2. comment
    Comment #43497099

    In 2D, it would become sokoban, wouldn't it?

  3. comment
    Comment #39459728

    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-eco..…

  4. comment
    Comment #36729684

    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 sandbox…

  5. comment
  6. comment
    Comment #26755608

    "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 …