HN user

0x1997

1,170 karma

blank

Posts95
Comments16
View on HN
www.perryts.com 1mo ago

Perry Compiles TypeScript directly to executables using SWC and LLVM

0x1997
125pts104
github.com 2mo ago

Pyrefly 1.0

0x1997
7pts1
rspack.rs 3mo ago

Rspack 2.0

0x1997
4pts2
github.com 3mo ago

SideX – A Tauri-based port of Visual Studio Code

0x1997
52pts41
github.com 3mo ago

Claude Code Cache Bug Analysis

0x1997
5pts1
github.com 3mo ago

Burning Tokens Fast

0x1997
3pts0
grafeo.dev 4mo ago

Grafeo – A fast, lean, embeddable graph database built in Rust

0x1997
245pts97
github.com 4mo ago

Oxyde ORM – a type-safe, Pydantic-centric asynchronous ORM with a Rust core

0x1997
1pts0
github.com 4mo ago

Django-Bolt: High-Performance Typed API Framework for Django

0x1997
1pts0
huggingface.co 5mo ago

MiniCPM-o 4.5: A Gemini Level MLLM for On-Device Mulitmodal Streaming

0x1997
2pts0
duckdb.org 5mo ago

Vortex Support in DuckDB

0x1997
41pts0
github.com 7mo ago

Pragmatic effect composition and validation for Rust

0x1997
2pts0
compio.rs 7mo ago

A story of compio: an async runtime for Rust built with completion-based IO

0x1997
1pts0
nnethercote.github.io 7mo ago

How to speed up the Rust compiler in December 2025

0x1997
2pts1
learn.microsoft.com 8mo ago

Visual Studio 2026 release notes

0x1997
3pts0
barrcodes.dev 8mo ago

Tackling the One Billion Row Challenge in Rust

0x1997
3pts0
github.com 8mo ago

Crossfire: High-performance lockless spsc/mpsc/mpmc channels for Rust

0x1997
102pts21
blog.rust-lang.org 8mo ago

Project Goals for 2025H2

0x1997
3pts0
fory.apache.org 8mo ago

Apache Fory – fast serialization powered by JIT and zero-copy

0x1997
2pts1
lalinsky.com 8mo ago

How I turned Zig into my favorite language to write network programs in

0x1997
329pts144
docs.google.com 9mo ago

Lightning Talk: Why Aren't We GUI Yet?

0x1997
3pts1
longbridge.github.io 9mo ago

GPUI Component

0x1997
2pts0
github.com 9mo ago

Tauri binding for Python through Pyo3

0x1997
168pts56
sinon.github.io 10mo ago

Comparison of New Python Type Checkers: Ty, Pyrefly, and Zuban

0x1997
5pts0
github.com 10mo ago

Vortex: An extensible, state of the art columnar file format

0x1997
2pts0
github.com 1y ago

UI components for building fantastic desktop application by using GPUI

0x1997
3pts1
www.pax.dev 1y ago

Pax – Build UIs Visually

0x1997
4pts0
www.unz.com 7y ago

Tiananmen Square, 1989 – Revisited

0x1997
2pts2
nanomsg.github.io 7y ago

Nng – nanomsg next generation

0x1997
3pts0
github.com 7y ago

Deno v0.1.0, rewritten in rust

0x1997
8pts0

Seriously, if you care about lock-free algorithms, zero-cost abstractions, control of memory management and avoiding false sharing, why use Go in the first place? C/C++ and Rust are much more practical choices, even Java has mature concurrent data structures. IMHO, Go is a sensible choice to achieve 80/100 raw performance. Beyond that, Go is just not the right tool.