Viewing profile — rienko
rienko
HN member- Joined
- Fri, Sep 26, 2014, 9:24 PM UTC
- HN karma
- 23
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About rienko
No profile information was provided.
Recent public activity
-
comment
Comment #47201814
We tend to find Qwen3-Coder-Next better at coding at least on our anecdotal examples from our codebases. It's somewhat better at tool calling, maybe the current templates for Qwen3…
-
comment
Comment #47201752
use a larger model like Qwen3.5-122B-A10B quantized to 4/5/6 bits depending on how much context you desire, MLX versions if you want best tok/s on Mac HW. if you are able to run so…
-
comment
Comment #33018552
the cpu is certified by AMD to be running up to 105 celsius, but it thermal throttles automatically at 95 celsius, so out of the box probably not enough to boil water, but just bar…
-
comment
Comment #32085988
To me this happens when the CPU starts throttling due to high temperatures, if you don't have something like menumeters installed it probably won't show itself on any other native …
-
comment
Comment #31171047
Ever since my team started using Splunk (circa 2012), we claimed for a more open version we could tinker with and not cost an arm and a leg to ingest multiple terabytes of daily da…
-
comment
Comment #30026558
This, but with extra noise around the signature and with at least 4 unique copies, max number of times one has to sign full name a document (in my personal xp). Whomever is going t…
-
comment
Comment #30009713
They are a small company with small revenue Funding (1) $1.7M Yearly Revenue (2) How much funding can they realistic provide for those priorities? State grants from Horizon Europe …
-
comment
Comment #26552795
If you do a 'shards install --ignore-crystal-version', it should mostly work. There aren't many breaking changes from v0.36.1.
-
comment
Comment #26552751
It's very good for CLI apps, and quick one programs, web dev is decent Lucky is an awesome framework, the compile times make the code-compile-reload cycle subpar, specially if you …
-
comment
Comment #26546603
multithreading is working with the -Dpreview_mt option, it's decent if the units of work are large enough at least 0,01ms, otherwise the channel overhead will dominate. I find the …
-
comment
Comment #26546379
This comes from my experience building a prototype cli application, the language itself fells very productive, and the stdlib is robust fast and useful. Compiling isn't fast. By th…
-
comment
Comment #26287310
At our company we have a bunch of Macbook pro 13" with butterfly keyboards that nobody wants to use internally, that in combo with the new M1s really made the resale value drop, it…
-
comment
Comment #19955519
I’ve researched many moon ago, breaking symmetries dynamically by adding clause conflicts. You take the search space build a graph with it and pass it to a Graph homomorphism detec…