Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
rienko
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
rienko
7mo ago
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.5 are still not enjoying as "mature" support
2.
▲
by
rienko
7mo ago
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 something like mlx-community/MiniMax-M2.5-
3.
▲
by
rienko
4y ago
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 barely :P. the fun fact, is that if you manually reduce the pow
4.
▲
by
rienko
4y ago
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 Mac GUI. For a long time the workarounds I've
5.
▲
by
rienko
4y ago
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 data. Positioning as an opensource Splunk would be an interest
6.
▲
by
rienko
5y ago
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 to read it and check for digital, will probably check closer
7.
▲
by
rienko
5y ago
They are a small company with small revenue Funding (1) $1.7M Yearly Revenue (2) <$5M How much funding can they realistic provide for those priorities? State grants from Horizon Europe projects or similar could be an alternative source f
8.
▲
by
rienko
5y ago
If you do a 'shards install --ignore-crystal-version', it should mostly work. There aren't many breaking changes from v0.36.1.
9.
▲
by
rienko
5y ago
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 compare it to scripting languages. Performance is norma
10.
▲
by
rienko
5y ago
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 API nice and easy specially for those familiar with CSP
11.
▲
by
rienko
5y ago
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 the language design it won't ever be possible to be
12.
▲
by
rienko
6y ago
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 did leave us with a bad taste in the mouth.
13.
▲
by
rienko
7y ago
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 detector. Then you create adicional clauses that break the symmet