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"…
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…
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…
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…
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…
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…
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…
If you do a 'shards install --ignore-crystal-version', it should mostly work. There aren't many breaking changes from v0.36.1.
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.…
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…
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…
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…
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…
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"…
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…
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…
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…
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…
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…
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…
If you do a 'shards install --ignore-crystal-version', it should mostly work. There aren't many breaking changes from v0.36.1.
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.…
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…
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…
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…
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…