Live data from Hacker News

Viewing profile — tnlogy

tnlogy

HN member
Joined
Fri, Jun 20, 2025, 6:28 PM UTC
HN karma
12
Public activity
7 items

About tnlogy

No profile information was provided.

Recent public activity

  1. comment
    Comment #46801689

    Looks like a nice API. We have used the similar pattern for years, but with sqlalchemy and the same kind of sql statement for getting the next available job. Think it’s easier to h…

  2. comment
    Comment #46045040

    I would like the ”prompt” feature here as well, so I would know the reason for writing this comment!

  3. comment
    Comment #46031835

    Nice with another alternative. I have been using shapescript, which I think is easier than openscad, and available on ios. https://shapescript.info/

  4. comment
    Comment #45735564

    Made me think about this book https://webperso.info.ucl.ac.be/~pvr/book.html where the author creates a mini language and extends it in many different paradigms.

  5. comment
    Comment #44798985

    Someone seems to have saved my old self-compiling scheme-to-c compiler in about 1k lines of scheme code. https://github.com/veqqq/llvm_scheme/blob/main/compile.ccode... (also an ll…

  6. comment
    Comment #44331560

    My idea was to make a Vec of nodes with pointers to indexes in the vec, so it would be easier to send this array into the gpu. I wanted to make a minimal version example of making …

  7. comment
    Comment #44330543

    Nice! I made a small toy version myself to learn Rust and freshen up on ML. https://github.com/tnlogy/telegrad I wanted to store the graph in a heap to be able to send it to the gp…