Live data from Hacker News

Viewing profile — Hixon10

Hixon10

HN member
Joined
Sat, Sep 22, 2018, 3:25 PM UTC
HN karma
236
Public activity
52 items

About Hixon10

blogger on lovely http://hixon.ru/

Recent public activity

  1. comment
    Comment #49140222

    Some examples for the upcoming release https://go.dev/doc/go1.27

  2. story
  3. comment
    Comment #48686994

    Yeah, Recently Alexey Milovidov said that they might start using Rust in some parts, but clearly it felt that he prefers C++ - https://youtu.be/PW_jmFwYy5U?si=Y-mM4sjaHBLm96gz

  4. story
  5. story
  6. comment
    Comment #48457296

    It is interesting, that both non-Linux OS build similar solutions. Microsoft showed https://learn.microsoft.com/en-us/windows/wsl/wsl-container last week.

  7. story
    Ask HN: How do you use Local LLMs? (April 2026)

    Recently, we've gotten a few new local LLMs (Gemma 4, Qwen 3.6). I'm curious, what use cases do you have for local LLMs (beyond the obvious ones, like replacing Gemini, ChatGPT, or…

  8. comment
    Comment #46750233

    It sounds super cool, your idea and implementation for await and transactions. Because of my limited Rust knowledge, it's hard for me to understand how difficult it was to implemen…

  9. story
    Ask HN: What high-effort, high-reward skills have you developed in 2025?

    It would be interesting to hear what current tech skills have a steep learning curve but pay off a lot afterward. Some examples (not sure they're the best ones, but just to illustr…

  10. comment
    Comment #45408945

    I see, thanks! I don't have much experience in Rust, aside from some pet projects. Which features of Rust's type system are needed to implement such behavior? (It's unclear to me w…

  11. comment
    Comment #45401337

    "Zero-Copy In-Memory Cache Abstraction: Leveraging Rust's robust type system, the in-memory cache in foyer achieves a better performance with zero-copy abstraction." - what does th…

  12. story
  13. comment
    Comment #43033479

    Yeah, I like your examples. In such scenarios, it makes sense when we're just trying to protect against our own bugs rather than a user deliberately sending a path that leads to th…

  14. comment
    Comment #43026693

    > Why would it use `chroot`? I am not sure, is this custom Os.Root implementation good enough to relay on it? I see that it is based on openat, and validation of paths/symlinks. Bu…

  15. comment
    Comment #43022575

    What would be an use case for `os.Root`? Based on my understanding ( https://github.com/golang/go/issues/67002 ), it is related to security. However, under the hood, it doesn't use…

  16. story
  17. story
  18. comment
    Comment #42819969

    FerretDB blog post https://blog.ferretdb.io/ferretdb-releases-v2-faster-more-co...

  19. story
  20. comment
    Comment #42707760

    What do you think about deterministic simulation testing, which is currently trending?

  21. story
    Ask HN: What are your favorite Tech podcasts in 2025?

    Many podcasts have shut down after COVID. On the other hand, there are new players in town. So, I'm wondering, what are you listening to these days? My current top is: 1. https://w…

  22. comment
    Comment #42653229

    It's a bit sad that many modern databases were recently acquired. They had the potential to bring a lot of innovations. 1. https://www.warpstream.com/ 2. https://www.orioledb.com/ …

  23. story
  24. comment
    Comment #42484717

    > Here's where Rivet's architecture gets fun – we don't rely on a traditional orchestrator like Kubernetes or Nomad for our runtime. Instead, our orchestrator is powered by an in-h…

  25. comment
    Comment #42315448

    > But it uses atomic clocks and shit to cheat the cap theorem It is public information?