vLLM's study also concluded that "FP8 can deliver meaningful latency and capacity gains with small or negligible accuracy loss". Their benchmarks include LiveCodeBench 6.…
Can confirm that this started happening today. > Log in to use old Reddit > To keep Reddit safe, accounts are required to access old Reddit. Log in, or continue without an account on reddit.com. I don't participate in…
Literal music videos are still fun and a valid creative direction, e.g., Vance Joy's "Riptide": https://www.youtube.com/watch?v=uJ_1HMAGb4k
Grit was the name of a _Ruby_ implementation of git way back when: https://github.com/mojombo/grit/. I believe it's actually what GitHub was built on then.
Do Gemma 4 models compete with Gemini 3.1 Flash-Lite? I would assume even the smallest Gemini model would outperform even Gemma 4 31B, but I can't really get a sense of performance or output quality difference.
There's a comparison of all the Gemma 4 models (+ Gemma 3 27B) on the Huggingface model card: https://huggingface.co/google/gemma-4-12B-it#benchmark-resul...
A Qwen research member had a poll on X asking what Qwen 3.6 sizes people wanted to see: https://x.com/ChujieZheng/status/2039909917323383036 Likely to drive engagement, but the poll excluded the large model size.
Local-only usage of Termius is free and doesn't even require logging in to the service. I've been using it like this for years.
Note that this kind of visualization is just the collapsed form of a standard forecast graph, e.g. https://forecast.weather.gov/MapClick.php?lat=37.39&lon=-122... https://www.wunderground.com/forecast/us/ca/mountain-view
I was excited for this one to replace a bunch of single type Box<dyn Trait> returns, but there are still quite a few limitations using -> impl Trait in traits in general. It's still discouraged to use them in public…
This has been around for a long time called Peter Answers as a modern take on the Ouija. See, e.g., https://www.peter-virtual-tarot.com/
> at least for now Yep, the aarch64-nintendo-switch-freestanding target will (very likely) be available in Rust 1.64.0 [0]. [0]: https://github.com/rust-lang/rust/pull/88991#issuecomment-11...
> An user friendly editor should pop some kind of prompt when I pressed the first g/G key and show me what I could press the next, See vim-which-key [1] and which-key.nvim [2] for something similar to this. [1]:…
A detailed analysis of Meow Hash: https://peter.website/meow-hash-cryptanalysis It's not the highest of quality hash functions (see the SMHasher benchmarks), but it is fast. A great alternative is XXH3…
No releases for 17 yet, but checking the site, I discovered that AdoptOpenJDK was moved to the Eclipse Foundation and renamed to Adoptium: https://adoptium.net/
Adaprox has various "finger bots" for those who don't want to build their own: https://www.adaprox.io/
Yes, it was introduced in Ruby 2.6 (2018): https://www.ruby-lang.org/en/news/2018/12/25/ruby-2-6-0-rele...
From benchmarks [1], 2.8.0 (with jit) is ~2x faster than 2.0.0p648 [2]. [1]: https://pragtob.wordpress.com/2020/08/24/the-great-rubykon-b... [2]: https://pragtob.wordpress.com/2017/01/24/benchmarking-a-go-a...
> I've never seen someone who wants to go back from TypeScript to plain JavaScript. This is a very specific case, but it can happen: https://github.com/denoland/deno/pull/6793
Which is funny too because GitHub repos have Docker repository functionality: https://github.com/features/packages But since its release, you still can't do public pulls:…
Yes, I didn't expect to see popup windows, which seems to a be a direct response to Neovim's floating windows (https://twitter.com/Neovim/status/1101879098044043264).
I was looking for a small image processing library (as opposed to libMagickWand) and came across libvips [1]. I found it absolutely bizarre that the public API in a C library was full of variadic functions to support…
Yep, Native Instruments (on that list) sent out an explicit email saying not to update: https://support.native-instruments.com/hc/en-us/articles/360...
I was under the impression that it wasn't for performance but for distribution, i.e., to optimize for app size. Instead of having a fat binary crosscompiled for different architectures, Apple uses the bitcode to compile…
Yes, this is ones of my problems with Julia. It seems to be optimized for long runs and REPL/notebook usage. Take, for example, a simple program that creates a line plot (https://docs.juliaplots.org/latest/tutorial/):…
vLLM's study also concluded that "FP8 can deliver meaningful latency and capacity gains with small or negligible accuracy loss". Their benchmarks include LiveCodeBench 6.…
Can confirm that this started happening today. > Log in to use old Reddit > To keep Reddit safe, accounts are required to access old Reddit. Log in, or continue without an account on reddit.com. I don't participate in…
Literal music videos are still fun and a valid creative direction, e.g., Vance Joy's "Riptide": https://www.youtube.com/watch?v=uJ_1HMAGb4k
Grit was the name of a _Ruby_ implementation of git way back when: https://github.com/mojombo/grit/. I believe it's actually what GitHub was built on then.
Do Gemma 4 models compete with Gemini 3.1 Flash-Lite? I would assume even the smallest Gemini model would outperform even Gemma 4 31B, but I can't really get a sense of performance or output quality difference.
There's a comparison of all the Gemma 4 models (+ Gemma 3 27B) on the Huggingface model card: https://huggingface.co/google/gemma-4-12B-it#benchmark-resul...
A Qwen research member had a poll on X asking what Qwen 3.6 sizes people wanted to see: https://x.com/ChujieZheng/status/2039909917323383036 Likely to drive engagement, but the poll excluded the large model size.
Local-only usage of Termius is free and doesn't even require logging in to the service. I've been using it like this for years.
Note that this kind of visualization is just the collapsed form of a standard forecast graph, e.g. https://forecast.weather.gov/MapClick.php?lat=37.39&lon=-122... https://www.wunderground.com/forecast/us/ca/mountain-view
I was excited for this one to replace a bunch of single type Box<dyn Trait> returns, but there are still quite a few limitations using -> impl Trait in traits in general. It's still discouraged to use them in public…
This has been around for a long time called Peter Answers as a modern take on the Ouija. See, e.g., https://www.peter-virtual-tarot.com/
> at least for now Yep, the aarch64-nintendo-switch-freestanding target will (very likely) be available in Rust 1.64.0 [0]. [0]: https://github.com/rust-lang/rust/pull/88991#issuecomment-11...
> An user friendly editor should pop some kind of prompt when I pressed the first g/G key and show me what I could press the next, See vim-which-key [1] and which-key.nvim [2] for something similar to this. [1]:…
A detailed analysis of Meow Hash: https://peter.website/meow-hash-cryptanalysis It's not the highest of quality hash functions (see the SMHasher benchmarks), but it is fast. A great alternative is XXH3…
No releases for 17 yet, but checking the site, I discovered that AdoptOpenJDK was moved to the Eclipse Foundation and renamed to Adoptium: https://adoptium.net/
Adaprox has various "finger bots" for those who don't want to build their own: https://www.adaprox.io/
Yes, it was introduced in Ruby 2.6 (2018): https://www.ruby-lang.org/en/news/2018/12/25/ruby-2-6-0-rele...
From benchmarks [1], 2.8.0 (with jit) is ~2x faster than 2.0.0p648 [2]. [1]: https://pragtob.wordpress.com/2020/08/24/the-great-rubykon-b... [2]: https://pragtob.wordpress.com/2017/01/24/benchmarking-a-go-a...
> I've never seen someone who wants to go back from TypeScript to plain JavaScript. This is a very specific case, but it can happen: https://github.com/denoland/deno/pull/6793
Which is funny too because GitHub repos have Docker repository functionality: https://github.com/features/packages But since its release, you still can't do public pulls:…
Yes, I didn't expect to see popup windows, which seems to a be a direct response to Neovim's floating windows (https://twitter.com/Neovim/status/1101879098044043264).
I was looking for a small image processing library (as opposed to libMagickWand) and came across libvips [1]. I found it absolutely bizarre that the public API in a C library was full of variadic functions to support…
Yep, Native Instruments (on that list) sent out an explicit email saying not to update: https://support.native-instruments.com/hc/en-us/articles/360...
I was under the impression that it wasn't for performance but for distribution, i.e., to optimize for app size. Instead of having a fat binary crosscompiled for different architectures, Apple uses the bitcode to compile…
Yes, this is ones of my problems with Julia. It seems to be optimized for long runs and REPL/notebook usage. Take, for example, a simple program that creates a line plot (https://docs.juliaplots.org/latest/tutorial/):…