Viewing profile — Hixon10
Hixon10
HN member- Joined
- Sat, Sep 22, 2018, 3:25 PM UTC
- HN karma
- 236
- Public activity
- 52 items
- HN profile
- View on Hacker News ↗
About Hixon10
Recent public activity
-
comment
Comment #49140222
Some examples for the upcoming release https://go.dev/doc/go1.27
- story
-
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
- story
- story
-
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.
-
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…
-
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…
-
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…
-
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…
-
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…
- story
-
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…
-
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…
-
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…
- story
- story
-
comment
Comment #42819969
FerretDB blog post https://blog.ferretdb.io/ferretdb-releases-v2-faster-more-co...
- story
-
comment
Comment #42707760
What do you think about deterministic simulation testing, which is currently trending?
-
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…
-
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/ …
- story
-
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…
-
comment
Comment #42315448
> But it uses atomic clocks and shit to cheat the cap theorem It is public information?