HN user

nnx

6,099 karma

CTO on a budget.

Posts488
Comments327
View on HN
www.axios.com 2d ago

The secret Trump administration battle to fight Chinese AI

nnx
19pts5
developer.apple.com 1mo ago

New Domain for Sign in with Apple and iCloud+ Hide My Email

nnx
4pts0
help.shopify.com 1mo ago

EU right of withdrawal compliance for merchants selling to EU customers

nnx
2pts0
research.nvidia.com 1mo ago

PID: Fast and High-Resolution Latent Decoding with Pixel Diffusion

nnx
3pts0
blog.andr2i.com 2mo ago

Notes from Optimizing CPU-Bound Go Hot Paths

nnx
35pts5
hacks.mozilla.org 2mo ago

Trustworthy JavaScript for the Open Web

nnx
4pts0
foodtruckbench.com 2mo ago

DeepSeek V4 Pro: The First Chinese Model at the Frontier

nnx
5pts0
prismml.com 3mo ago

Ternary Bonsai: Top Intelligence at 1.58 Bits

nnx
225pts57
discourse.llvm.org 3mo ago

JSIR: A High-Level IR for JavaScript

nnx
84pts32
vibeisland.app 3mo ago

Dynamic Island for Your Agents

nnx
3pts0
rivet.dev 3mo ago

AgentOS: A portable open-source operating system for agents

nnx
5pts0
neciudan.dev 3mo ago

Start naming your useEffect functions, you will thank me later

nnx
3pts1
www.thenewatlantis.com 3mo ago

A Shakeup Is Coming for the Nation-State: AI and drones may shift basis of power

nnx
5pts0
github.com 3mo ago

Iris – a C inference pipeline for image synthesis models

nnx
4pts0
huggingface.co 4mo ago

Hugging Face Storage Buckets

nnx
1pts0
blog.cloudflare.com 4mo ago

A better streams API is possible for JavaScript

nnx
447pts156
github.com 4mo ago

CSS Proposal:near(<length>) pseudo-class for pointer proximity

nnx
2pts0
discrepancyreport.com 5mo ago

Lawyer says Google shut down his Gmail, Voice and Photos after NotebookLM upload

nnx
8pts2
groups.google.com 5mo ago

Go devs: What should we do with CLs generated by AI?

nnx
4pts0
webkit.org 5mo ago

Interop 2026

nnx
1pts0
www.getviktor.com 5mo ago

Viktor: A persistent agent in your Slack workspace

nnx
2pts0
almostnode.dev 5mo ago

Almostnode: Node.js in the Browser

nnx
1pts0
boyter.org 5mo ago

Boilerplate Tax – Ranking popular programming languages by density

nnx
14pts13
lemire.me 5mo ago

Converting floats to strings quickly (10x speedup over 30 years)

nnx
3pts0
github.com 5mo ago

AI Content Disclosure for HTML

nnx
1pts0
blog.google 5mo ago

Build with Gemini 3 Flash, frontier intelligence that scales with you

nnx
2pts0
antonz.org 6mo ago

Go 1.26 Interactive Tour

nnx
5pts0
leerob.com 6mo ago

Building low-level software with only coding agents

nnx
3pts0
www.kylegill.com 7mo ago

Next.js vs. TanStack

nnx
1pts0
radicle.xyz 7mo ago

Radicle is a sovereign code forge built on Git

nnx
13pts1

This looks very interesting, but I wonder how's the rewrite approach gonna impact the long-term maintenance and porting changes _back_ from Tree Sitter.

As you mention WASM-readiness, did you consider using the official Tree Sitter WASM builds nicely packaged with wazero (pure Go WASM runtime) ?

It may help staying sync with upstream for the long term and, while probably a bit slower, has nice security and GC advantages too.

Hmm no, because in the case of purchasing alcohol the ID check is 1:1, in time and in space, it's ephemeral (unless the clerk has extreme photographic memory).

In the case of an online-based ID check, even with nice looking privacy terms, there is no guarantee that your ID won't be stored forever and/or re-analyzed many times cross-checking with other services, and worse leaked.

It's sad to see Cloudflare slowly adding egress fees to their new services.

It was a core differentiator to never* have to worry about egress with them.

*: unless it's so large that it borders on abuse or require a larger plan

This suggests adding a `QWEN.md` in the repo for agents instructions. Where are we with `AGENTS.md`? In a team repo it's getting ridiculous to have a duplicate markdown file for every agent out there.

It's an unikernel design that is compiled as a single EFI binary and does not use virtual address spaces for process isolation.

Are you able to quantify what kind of performance improvement to expect from such a design?

My understanding is that this can completely skip overhead of syscalls and TLB, but I have no idea of how much performance benefits can it result in practice.

- start on device boot

Don't think it's possible on iOS, and I'm doubtful TikTok does this even if it were possible on Android.

- GPS location (browser can access location too if given permission ofc)

Actually this AND all of the other fingerprinting methods you listed also require user permission managed by the mobile OS (iOS/Android).

In effect there is nothing a 'native' app can get without user knowledge/consent that a web app could not. If there is, it should be considered a bug for mobile OS providers to fix.

I'm all for Apple opening up to other browser engines on iOS but at the same time I'm worrying that this is gonna end up in furthering Chrome as "the web" over time.

Especially considering iOS is far from having majority marketshare in EU compared to Android... this feels like forcing a minor player (iOS in EU) to help a major player (Chrome).