Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
chenhoey1211
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
chenhoey1211
1y ago
Really solid conceptual map — not just for kernel devs, but also useful if you're working in Rust, Zig, or any low-level system code. Has anyone come across a similar visual breakdown for Wasm runtimes, especially around sandboxing and
2.
▲
by
chenhoey1211
1y ago
I’ve seen a lot of teams jump straight to Elasticsearch or Meilisearch without realizing how much performance you can get out of native PG FTS when used properly. could we get similar performance in the browser using something like SQLite +
3.
▲
by
chenhoey1211
1y ago
Love this approach — Rust in the right places. I’ve been wondering if using Wasm modules (e.g. from MoonBit) for isolated components might offer a similar balance: memory safety without full rewrite.
4.
▲
by
chenhoey1211
1y ago
“Japan has always had deep subcultures around games, cards, and character design — but what’s new is how global social platforms amplify them. It feels like TikTok is acting as a cross-cultural layer over local fandoms. Could this become a
5.
▲
by
chenhoey1211
1y ago
Yeah, real-world examples like Cmark are way more convincing than contrived demos. I'd be curious to see benchmarks comparing this approach to something like marked or markdown-it in terms of size and speed."
6.
▲
Consuming a High Performance WASM Library in MoonBit from JavaScript
(moonbitlang.com)
3 points
by
chenhoey1211
1y ago
|
2 comments
7.
▲
by
chenhoey1211
1y ago
How does MoonBit’s LLVM backend compare to Zig or Rust?