Live data from Hacker News

Viewing profile — zackoverflow

zackoverflow

HN member
Joined
Thu, Sep 16, 2021, 12:46 PM UTC
HN karma
1,410
Public activity
70 items

About zackoverflow

No profile information was provided.

Recent public activity

  1. comment
    Comment #48097079

    This is kinda possible already today with the Kitty graphics protocol, I made a demo here of rendering 3D graphics[1] with kitty. The actual important missing thing (and which ratt…

  2. story
  3. story
  4. comment
    Comment #45962336

    I recently came across this style of interpreter which V8 and HotSpot use. It works by actually writing the bytecode op handlers in assembly (or some other low-level language) and …

  5. story
  6. story
    Ask HN: Programmers who don't use autocomplete/LSP, how do you do it?

    I am totally fascinated by programmers who don't use many of the IDE features I take for granted today: autocomplete, language servers, and recently copilot So to the devs who don'…

  7. story
  8. story
  9. story
  10. comment
    Comment #38681089

    > Note that the context pointer came after the “standard” arguments. All things being equal, “extra” arguments should go after standard ones. But don’t sweat it! In the most common…

  11. story
  12. comment
    Comment #38127528

    Does anyone have any insight on why the PikeVM implementation is slower (it's based on the VM approach described here https://swtch.com/~rsc/regexp/regexp2.html ) I feel like compi…

  13. comment
    Comment #38127484

    Most of the time you don't need to do this, usually its the solution for when creating a graph structure with cyclic references. But when you do, and your data is mutable, generati…

  14. story
  15. comment
    Comment #37945385

    Hey HN, I got inspired by a recent hack someone did of creating flappy bird in MacOS Finder, so I tried to do the same with type-level Typescript. If you don't know, Typescript's t…

  16. story
  17. comment
    Comment #37051466

    I don't do anything related to data science, but I feel like doing it in Rust would be nice. You get operator overloading, so you can have ergonomic matrix operations that are type…

  18. story
  19. story
  20. story
  21. comment
    Comment #34992811

    > These "clean code" principles should not, and generally are not, ever used at performance critical code, in particular computer graphics. I agree that this is mostly true, but ma…

  22. story
  23. comment
    Comment #33956542

    Can you elaborate more about the guarantees about no waste?

  24. story
  25. story