Viewing profile — tnlogy
tnlogy
HN member- Joined
- Fri, Jun 20, 2025, 6:28 PM UTC
- HN karma
- 12
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About tnlogy
No profile information was provided.
Recent public activity
-
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…
-
comment
Comment #46045040
I would like the ”prompt” feature here as well, so I would know the reason for writing this comment!
-
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/
-
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.
-
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…
-
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 …
-
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…