Viewing profile — cztomsik
cztomsik
HN member- Joined
- Mon, May 29, 2017, 6:02 PM UTC
- HN karma
- 584
- Public activity
- 358 items
- HN profile
- View on Hacker News ↗
About cztomsik
Recent public activity
-
comment
Comment #49269128
I will leave this prediction here and maybe come back in few years: 1. JS is mem-safe, single-threaded, and there are lots of training data. Easily my first choice. I'd put Python …
-
comment
Comment #48472075
no, it's just clickbait. - Rust is huge, many options, many programming styles - typical Rust project has lots of transitive dependencies - there is nothing in Rust that disallows …
-
comment
Comment #48458570
"single binary, no dependencies besides crypto" would be an advantage, "written in Rust" tells nothing, except (successfully) trying to clickbait
-
comment
Comment #47888426
Jordan Keller worked at Moonshot? Or am I missing something? I thought he is the original author. https://x.com/kellerjordan0/status/1842300916864844014
-
comment
Comment #47886567
So is this the first AI lab using MUON for their frontier model?
-
comment
Comment #47780930
I am working on a TUI framework for tokamak https://github.com/cztomsik/tokamak so I can then use it for my local agent harness. The currently separate PoC now lives in codeberg ht…
-
comment
Comment #47605770
I hope you are kidding, how is that a test of any capabilities? it's a miracle that any model can learn strawberry because it cannot see the actual characters and ALSO, it's likely…
-
comment
Comment #47229719
+1 - if there was a new mini, I'd buy instantly
-
comment
Comment #47217832
great to hear I could help :) yeah, no worries - I totally understand :)
-
comment
Comment #47149689
I see that you did the NAPI bridging yourself - not that there's anything wrong with that but you might be interested in this tiny lib I wrote some time ago https://github.com/czto…
-
comment
Comment #47072659
Only few isolated parts were integrated into Firefox, everything else was simply thrown away and abandoned, and IMO it was for a good reason. I've been programming in Rust for 5 ye…
-
comment
Comment #46793418
interesting how things like these were top stories just few years ago (and they are still the kind of content which I enjoy reading about) and now nobody upvotes anymore (this was …
-
comment
Comment #46764336
I'm following Owain Evans on X and some of the papers they've been sharing are much worse. IIRC there was something with fine-tuning a LLM to be bad actor, then letting it spit out…
-
comment
Comment #46730439
And I thought that I'm the only one saying that. I bought my first mac just because of that, it was rock-solid, it was unix, and it came with ruby/python/xxx preinstalled so that I…
-
comment
Comment #46691268
React is not simple (preact is) and what's worse, it gets more and more overengineered in order to solve the problems they have themselves created (accidental complexity in your vi…
-
story
Show HN: Zig parser in ~70 lines of JavaScript
I wanted something lighter than zig autodoc so I've implemented (and golfed a bit) a custom parser using parser combinators in JS. It's not 100% correct and it's also not meant to …
-
comment
Comment #46605166
IIRC all the cmix submissions are using NN (and were for long time)
-
comment
Comment #46204798
I guess there are different levels of meta-programming. You can go really far in Rust/C++ too but I think Zig is really unique that you can write a function, which takes a type, it…
-
comment
Comment #45633704
I don't have enough experience with CPP and/or Clang but Zig compiles its whole build system and stdlib specifically for each project, so in that light I think the Zig compiler is …
- story
-
comment
Comment #45099984
The situation has improved a little bit over the last few months but LLMs are still only barely usable in languages like C/C++/Zig - and it's not about prompting. I would say that …
-
comment
Comment #45051060
Do you have any links? It's a bold statement, and I have not personally noticed anything like that (but I am also not actively following him anywhere)
-
comment
Comment #45032726
NOBODY should EVER be perma-banned just because you disagree with them! What the hell?
- story
-
comment
Comment #44731840
I don't know, I have mixed-bag experiences and it's not really improving. It greatly varies depending on the programming language and the kind of problem which I'm trying to solve.…