frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

How HN: Ironkernel – Python expressions, Rust parallel

https://github.com/YuminosukeSato/ironkernel
1•acc_10000•1h ago

Comments

acc_10000•1h ago
I built this after watching 7/8 CPU cores idle during a Monte Carlo sim. multiprocessing added 189ms serialization overhead to a 9ms computation.

ironkernel lets you write element-wise expressions with a Python decorator, compiles them to a Rust expression tree at definition time, and executes via rayon on all cores. ~2k lines of Rust, ~500 lines of Python.

The win is expression fusion: NumPy evaluates `where(x > 0, sqrt(abs(x)) + sin(x), 0)` as 5 passes with 4 temporaries. ironkernel fuses into 1 pass, zero temporaries, and skips dead branches (no NaN from sqrt of negatives). 2.25x NumPy on compound expressions at 10M elements. For BLAS ops like SAXPY, NumPy is faster — ironkernel doesn't call BLAS.

Early stage: f64 only, 1-D only, expression subset only (intentional — parallel safety guarantee). Numba warm is 3.2x faster (LLVM JIT vs interpreter).

Matrixes

https://code.kx.com/phrases/matrix/
1•tosh•51s ago•0 comments

The Landscape Architecture of Auroras on Demand

https://bldgblog.com/2026/03/the-landscape-architecture-of-auroras-on-demand/
1•arbesman•1m ago•0 comments

Open Source Gave Me Everything Until I Had Nothing Left to Give

https://kennethreitz.org/essays/2026-03-18-open_source_gave_me_everything_until_i_had_nothing_lef...
1•speckx•1m ago•1 comments

Show HN: Playing LongTurn FreeCiv with Friends

https://github.com/ndroo/freeciv.andrewmcgrath.info
1•verelo•2m ago•0 comments

How to Not Get Hacked Through File Uploads

https://www.eliranturgeman.com/2026/03/14/uploads-attack-surface/
1•birdculture•4m ago•0 comments

Months to minutes: AI feature-gap harness

https://dheer.co/feature-gap-harness/
1•bushido•5m ago•0 comments

Robinhood is making a social network

https://www.theverge.com/tech/896989/robinhood-social-network-beta
2•cdrnsf•5m ago•0 comments

How to Make Sense of AI

https://commoncog.com/how-to-make-sense-of-ai/
1•jger15•6m ago•0 comments

Silicon Valley Musters Behind-the-Scenes Support for Anthropic

https://www.nytimes.com/2026/03/18/technology/silicon-valley-anthropic-pentagon.html
2•goplayoutside•6m ago•0 comments

Argus-AI – G-ARVIS scoring for LLM observability in 3 lines of Python

https://github.com/anilatambharii/argus-ai
1•anilsprasad7•7m ago•0 comments

Show HN: CameraClaw – record and review what OpenClaw did in its sandbox

https://github.com/SharpAI/CameraClaw
3•aegis_camera•9m ago•0 comments

I built a Shopify bundling app that runs natively through checkout

https://www.getappfox.com/
1•rishabh0530•10m ago•0 comments

Getopt: Go package for POSIX/GNU-style command line parsing

https://pkg.go.dev/gitlab.com/natano/getopt
1•PaulHoule•10m ago•0 comments

VPN interest spikes in Brazil as mandatory age verification law takes effect

https://www.techradar.com/vpn/vpn-privacy-security/vpn-interest-spikes-in-brazil-as-mandatory-age...
1•mmaia•10m ago•0 comments

Meta is becoming too efficient, the Bull Case

https://josephblumenfeld.substack.com/p/the-case-for-meta
1•InvestingEasy•11m ago•0 comments

A speed reading UX to train focus

https://cyrusradfar.com/speed-read/https://paulgraham.com/words.html
1•cyrusradfar•12m ago•1 comments

Show HN: Nora – AI that finds you the right health plan

https://norahelps.com
1•nliang86•13m ago•0 comments

Show HN: Knowza.ai – Free 10-question trial now live (AI-powered AWS exam prep)

https://www.knowza.ai/
2•johnnyChiv•13m ago•0 comments

Majority of People Prioritize Environmental Protection over Economic Growth

https://www.uvm.edu/gund/news/global-study-finds-majority-people-worldwide-prioritize-environment...
2•robtherobber•15m ago•0 comments

Today in Apple history: Apple strikes deal w/ toymaking giant to produce Pippin

https://www.cultofmac.com/apple-history/apple-pippin-game-console
1•rvnx•16m ago•0 comments

Show HN: Open Prompt Hub – Don't share code, share intent

https://news.ycombinator.com/from?site=openprompthub.io
1•jacomoRodriguez•17m ago•0 comments

We ran 600 agent evals – steering hooks hit 100% accuracy, prompts hit 82%

https://strandsagents.com/blog/steering-accuracy-beats-prompts-workflows/
2•aspittel•18m ago•0 comments

Elon Musk's X teases new dislike button on replies

https://mashable.com/article/x-teases-new-dislike-button-on-replies
1•fortran77•19m ago•4 comments

Ask HN: Are algorithmic feeds fundamentally misaligned with user intent?

1•civichalls•21m ago•1 comments

Drone company backed by Erik Prince surges 500% in Wall Street debut

https://www.ft.com/content/fe8898aa-cc23-40a7-a366-157cac697767
1•bookofjoe•21m ago•1 comments

Fact Check: Alec and Kaleb Are Alive and Well

https://www.shrinerschildrens.org/en/news-and-media/news/2026/03/fact-check-alec-and-kaleb-are-al...
1•rolph•23m ago•0 comments

Browser extension that makes LLMs appear to run slowly (ChatGPT and Claude)

https://slowllm.lav.io/
2•teetaa•26m ago•1 comments

Show HN: What if AI agents can trade with each other

https://openstall.ai
2•ljhnick•28m ago•2 comments

Gitmore – Real-time engineering visibility from Git activity

https://gitmore.io
2•amitousablitou•30m ago•2 comments

I Built a Spy Satellite Simulator in a Browser. Here's What I Learned

https://www.spatialintelligence.ai/p/i-built-a-spy-satellite-simulator
3•cyrc•30m ago•1 comments