Live data from Hacker News

Viewing profile — anonova

anonova

HN member
Joined
Sun, Feb 06, 2011, 3:15 AM UTC
HN karma
891
Public activity
204 items

About anonova

No profile information was provided.

Recent public activity

  1. comment
    Comment #49161132

    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. https://v…

  2. comment
    Comment #48984299

    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 …

  3. comment
    Comment #48940218

    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

  4. comment
    Comment #48469577

    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.

  5. comment
    Comment #48387980

    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…

  6. comment
    Comment #48386548

    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...

  7. comment
    Comment #47793742

    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 pol…

  8. comment
    Comment #46770283

    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.

  9. comment
    Comment #43394451

    For your first point, I'd recommend using Krita ( https://krita.org/ ) and its generative AI plugin: https://github.com/Acly/krita-ai-diffusion / https://www.interstice.cloud/

  10. comment
    Comment #41604531

    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.wunde…

  11. comment
    Comment #38795699

    I was excited for this one to replace a bunch of single type Box returns, but there are still quite a few limitations using -> impl Trait in traits in general. It's still discourag…

  12. comment
    Comment #38087289

    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/

  13. comment
    Comment #33384463

    I wouldn't be surprised if this is more a legal issue since Microsoft was granted a patent on rANS encoding, which is used in JPEG-XL: https://www.theregister.com/2022/02/17/micros…

  14. comment
    Comment #32516525

    > 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#issuec…

  15. comment
    Comment #29130862

    > 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 …

  16. comment
    Comment #29039386

    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 grea…

  17. comment
    Comment #28525720

    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/

  18. comment
    Comment #26331980

    An officially supported Rust SDK should be a high priority, IMO. The de facto AWS library Rusoto ( https://github.com/rusoto/rusoto ) went into maintenance mode is in need of maint…

  19. comment
    Comment #24862618

    After buying a transmitter/controller, Liftoff ( https://store.steampowered.com/app/410340/ ) is a great simulation to learn how to fly.

  20. comment
    Comment #24664538

    Adaprox has various "finger bots" for those who don't want to build their own: https://www.adaprox.io/

  21. comment
    Comment #24332577

    Yes, it was introduced in Ruby 2.6 (2018): https://www.ruby-lang.org/en/news/2018/12/25/ruby-2-6-0-rele...

  22. comment
    Comment #24332547

    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…

  23. comment
    Comment #24227295

    > 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

  24. comment
    Comment #24077038

    I find it absolutely frustrating that Rust packaging/crates.io doesn't support namespaces. The arguments I've read are always theoretical/what ifs, but I've yet to be convinced the…

  25. comment
    Comment #23564825

    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: https://g…