frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Willingness to look stupid

https://sharif.io/looking-stupid
158•Samin100•3d ago•62 comments

Malus – Clean Room as a Service

https://malus.sh
1173•microflash•17h ago•428 comments

Vite 8.0 Is Out

https://vite.dev/blog/announcing-vite8
130•kothariji•2h ago•9 comments

Prefix sums at gigabytes per second with ARM NEON

https://lemire.me/blog/2026/03/08/prefix-sums-at-tens-of-gigabytes-per-second-with-arm-neon/
13•mfiguiere•4d ago•1 comments

Bubble Sorted Amen Break

https://parametricavocado.itch.io/amen-sorting
308•eieio•13h ago•94 comments

Shall I implement it? No

https://gist.github.com/bretonium/291f4388e2de89a43b25c135b44e41f0
1144•breton•9h ago•432 comments

“This is not the computer for you”

https://samhenri.gold/blog/20260312-this-is-not-the-computer-for-you/
254•MBCook•5h ago•124 comments

ATMs didn’t kill bank teller jobs, but the iPhone did

https://davidoks.blog/p/why-the-atm-didnt-kill-bank-teller
388•colinprince•16h ago•416 comments

Reversing memory loss via gut-brain communication

https://med.stanford.edu/news/all-news/2026/03/gut-brain-cognitive-decline.html
286•mustaphah•14h ago•113 comments

Hyperlinks in Terminal Emulators

https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda
24•nvahalik•3h ago•9 comments

Understanding the Go Runtime: The Scheduler

https://internals-for-interns.com/posts/go-runtime-scheduler/
84•valyala•3d ago•3 comments

Document poisoning in RAG systems: How attackers corrupt AI's sources

https://aminrj.com/posts/rag-document-poisoning/
107•aminerj•17h ago•40 comments

The Met releases high-def 3D scans of 140 famous art objects

https://www.openculture.com/2026/03/the-met-releases-high-definition-3d-scans-of-140-famous-art-o...
263•coloneltcb•15h ago•50 comments

Celebrating Interesting Flickr Technologies

https://medium.com/@brightcarvings/celebrating-flickr-technology-3c93c8ddecc2
20•steerpike•22h ago•4 comments

IMG_0416 (2024)

https://ben-mini.com/2024/img-0416
56•TigerUniversity•3d ago•7 comments

US private credit defaults hit record 9.2% in 2025, Fitch says

https://www.marketscreener.com/news/us-private-credit-defaults-hit-record-9-2-in-2025-fitch-says-...
333•JumpCrisscross•18h ago•397 comments

Can you instruct a robot to make a PBJ sandwich?

https://pbj.deliberateinc.com/
23•mooreds•3h ago•26 comments

Grief and the AI split

https://blog.lmorchard.com/2026/03/11/grief-and-the-ai-split/
120•avernet•8h ago•172 comments

Bringing Chrome to ARM64 Linux Devices

https://blog.chromium.org/2026/03/bringing-chrome-to-arm64-linux-devices.html
87•ingve•10h ago•44 comments

Innocent woman jailed after being misidentified using AI facial recognition

https://www.grandforksherald.com/news/north-dakota/ai-error-jails-innocent-grandmother-for-months...
549•rectang•10h ago•281 comments

Big data on the cheapest MacBook

https://duckdb.org/2026/03/11/big-data-on-the-cheapest-macbook
340•bcye•19h ago•273 comments

WolfIP: Lightweight TCP/IP stack with no dynamic memory allocations

https://github.com/wolfssl/wolfip
119•789c789c789c•15h ago•19 comments

Launch HN: IonRouter (YC W26) – High-throughput, low-cost inference

https://ionrouter.io
61•vshah1016•12h ago•24 comments

Are LLM merge rates not getting better?

https://entropicthoughts.com/no-swe-bench-improvement
137•4diii•19h ago•121 comments

Show HN: Global Maritime Chokepoints

https://ryanshook.org/chokepoints/
5•RyanShook•2h ago•1 comments

Show HN: Axe – A 12MB binary that replaces your AI framework

https://github.com/jrswab/axe
175•jrswab•17h ago•100 comments

Show HN: OneCLI – Vault for AI Agents in Rust

https://github.com/onecli/onecli
139•guyb3•14h ago•41 comments

Long overlooked as crucial to life, fungi start to get their due

https://e360.yale.edu/features/fungi-kingdom
123•speckx•17h ago•39 comments

DDR4 Sdram – Initialization, Training and Calibration

https://www.systemverilog.io/design/ddr4-initialization-and-calibration/
90•todsacerdoti•3d ago•19 comments

Lost Doctor Who Episodes Found

https://www.bbc.co.uk/news/articles/c4g7kwq1k11o
13•edent•1h ago•1 comments
Open in hackernews

Vite 8.0 Is Out

https://vite.dev/blog/announcing-vite8
124•kothariji•2h ago

Comments

slopinthebag•1h ago
> Currently, the Oxc transformer does not support lowering native decorators as we are waiting for the specification to progress

Does Oxc also support TS runtime features like constructor parameter properties and enums? I seem to recall in the beta that they had enabled --erasableSyntaxOnly, presumably because Rolldown / Oxc didn't support doing a full transform.

ameliaquining•42m ago
Yes, those work fine: https://playground.oxc.rs/?options=%7B%22run%22%3A%7B%22lint...

For that matter, TypeScript's version of decorators ("experimental decorators") also works: https://playground.oxc.rs/?options=%7B%22run%22%3A%7B%22lint...

What's not supported is the current draft proposal for standardized ECMAScript decorators; if you uncheck experimentalDecorators, the decorator syntax is simply passed through as-is, even when lowering to ES2015.

johnfn•1h ago
Vite 8 is pretty incredible. We saw around an 8x improvement (4m -> 30s) in our prod build, and it was nearly a drop-in replacement. Congrats (and thank you!) to the Vite team!
brandensilva•59m ago
Man the perf changes for this version are awesome. Thanks Vite.
pkilgore•44m ago
Congratulations!
hackernewsman71•11m ago
holy shit - Vite 8 - rhymes in french! Did they mention that somewhere?
soulchild77•10m ago
Awesome! Too bad Next.js will never profit from these incredible community efforts, because Vercel suffers from NIH.
verma_yatharth•7m ago
I tried it and I saw more than 6x improvement in speed. It's on the top. Awesome tool 1