Live data from Hacker News

Viewing profile — lukax

lukax

HN member
Joined
Wed, Jan 11, 2012, 10:29 PM UTC
HN karma
896
Public activity
144 items

About lukax

No profile information was provided.

Recent public activity

  1. comment
    Comment #49131912

    Yes. They are. https://news.ycombinator.com/item?id=46389934

  2. comment
    Comment #49095941

    They somehow forgot to mention that Hugging Face tried to use frontier models to analyze the attack but all models rejected. They had to use GLM 5.2 deployed locally. https://huggi…

  3. comment
    Comment #48941656

    Also for WASM? It's just not really there compared to Rust's wasm bindgen.

  4. comment
    Comment #48925035

    I can highly recommend Rust for this. The same Rust engine powering web app (WASM + React), iOS (SwiftUI), Android (Kotlin Compose) and desktop (Tauri). https://github.com/koofr/va…

  5. comment
    Comment #48841379

    Could it be that users of Pi are more senior and know better how to prompt and that's why the pass rate is higher?

  6. comment
    Comment #48841354

    Yes, this is a known issue. A significant amount of Edit tool calls fails in Pi witg newer models. https://lucumr.pocoo.org/2026/7/4/better-models-worse-tools/

  7. comment
    Comment #48817021

    Well, Microsoft just started offering Kimi K2.7 through Copilot hosted on Azure. https://github.blog/changelog/2026-07-01-kimi-k2-7-is-now-av... Cursor Composer 2 and 2.5 are also …

  8. comment
    Comment #48728663

    It's refreshing to see a tech article that isn't about AI. It feels like 5 years ago.

  9. comment
    Comment #48717145

    NUMA can cause really crappy performance. We deployed a Go based LLM gateway in Kubernetes deployed on a server with hundreds of CPU cores. We didn't explicitly set GOMAXPROCS so G…

  10. comment
    Comment #48636940

    Well, that's how data for training LLMs is scraped.

  11. comment
    Comment #48480489

    Zero data retention policies.

  12. comment
    Comment #48299023

    There is also Retrotick. https://retrotick.com/ It simulates x86 (win32 and win16) and implements Windows APIs in javascript and renders window frames with DOM and contents with ca…

  13. comment
    Comment #48284320

    Huawei Ascend AI Accellerators. DeepSeek V4 model architecture was optimized for Chinese hardware.

  14. comment
    Comment #48283888

    That's just not true. Let's say you have a form validation library with a public api that supports custom validators Validate(name string, value string) bool. Then you decide that …

  15. comment
    Comment #48245084

    I wonder what would happen if they used Kimi 2.5 directly instead of Cursor Composer 2.5. Composer is a fine tune of Kimi. Probably they didn't want to test "Chinese" models.

  16. comment
    Comment #47925601

    It looks like migration to Azure is not going very well https://news.ycombinator.com/item?id=45517173

  17. comment
    Comment #47925571

    They are migrating from their own datacenters to Azure

  18. comment
    Comment #47815042

    See the implementation of Python's math.isclose https://github.com/python/cpython/blob/d61fcf834d197f0113a6a...

  19. comment
    Comment #47815009

    You generally want both relative and absolute tolerances. Relative handles scale, absolute handles values near zero (raw EPSILON isn’t a universal threshold per IEEE 754). The usua…

  20. comment
    Comment #47756926

    Do you really need to roll your own NIO HTTP server? You could just use Jetty with virtual threads (still uses NIO under the hood though) and enjoy the synchronous code style (same…

  21. comment
    Comment #47756860

    Rust wasm ecosystem also needs a lot of crates to do anything useful, a lot of them unmaintained.

  22. comment
    Comment #47671335

    Combine that with CVE-2025-24010 and any website was able to read any file on developers' computers. https://github.com/advisories/GHSA-vg6x-rcgg-rjx6

  23. story
  24. comment
    Comment #47300103

    Looks nice but still a bit sad that Flutter is used instead of something native given that they don't need the app to be cross-platform. Well, even Microsoft uses React Native for …

  25. comment
    Comment #47225181

    Sorry, I commented too soon. Did you also try Soniox? Why did you decide to use Deepgram's Flux (English only)?