frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Outrageously Small Neural Networks: 6,616 tok/s on One Intel AMX Core [pdf]

https://huggingface.co/gdiamos/amx-reasoning-v1-instruct/blob/main/paper.pdf
1•gdiamos•1m ago•1 comments

AI economics. OpenAI financials leaked ahead of IPO

https://nixie.substack.com/p/ai-economics-openai-financials-leaked
1•u1hcw9nx•1m ago•0 comments

Show HN: DiskBuddy – Visualize Your Mac Storage in 8 Different Ways

https://www.diskbuddy.com
1•mohitvaswani•16m ago•0 comments

The purpose of DNS is to spread scams

https://shkspr.mobi/blog/2026/09/the-purpose-of-dns-is-to-spread-scams/
3•CoderLim110•17m ago•1 comments

Version Control Second Coming

https://psantosl.github.io/posts/version-control-second-coming/
1•sasham•23m ago•0 comments

Work hard – nobody cares how good you used to be

https://www.theguardian.com/fashion/2026/sep/07/work-hard-nobody-cares-how-good-you-used-to-be-pa...
2•teleforce•25m ago•0 comments

Show HN: Free Spotify Canvas Maker

https://www.neuralframes.com/tools/spotify-canvas-maker
1•nicollegah•28m ago•0 comments

Show HN: GPT-5.1 returned 0 bytes, שָׁרְט isn't Hebrew, AGI criterion defined

https://www.reddit.com/r/ArtificialInteligence/comments/1w9kgcl/gpt51_returned_0_bytes_gpt52_surf...
1•rayanpal_•28m ago•0 comments

Show HN: Free Song to Lyrics

https://www.neuralframes.com/tools/song-to-lyrics
1•nicollegah•28m ago•0 comments

NATO Is Losing the Information War. Here Is How to Win

https://foxandlion.pub/analysis/nato-is-losing-the-information-war.-here-is-how-to
5•agrantic•30m ago•1 comments

AI Escape Incident Tracker

https://ai-escape.watch/#registry
1•FinAck-Sec•33m ago•1 comments

Look, Mom, I pressed a button

https://galoisrepresentations.org/2026/09/05/look-mom-i-pressed-a-button/
2•robinhouston•34m ago•0 comments

The Evolution of Coding Agents

https://twitter.com/kushbhuwalka/status/2096856441063870969
1•kushbhuwalka•35m ago•0 comments

LG smart TVs caught logging audio with screen off and snooping on local devices

https://www.notebookcheck.net/LG-smart-TVs-caught-logging-audio-with-screen-off-and-snooping-on-l...
2•chris_overseas•35m ago•0 comments

Show HN: I wrote a guide to rendering video from plain HTML/CSS/GSAP

https://sidheart.gumroad.com/l/lyudd
2•SifatAhmed•35m ago•1 comments

Who Cares If AI Is Conscious–It's Basically Alive

https://www.wired.com/story/who-cares-if-ai-is-conscious-its-basically-alive/
1•joozio•36m ago•1 comments

ORM experience, Redis speed, PostgreSQL durability,functions without boundaries

https://github.com/orbsh/okm
1•orbsh•36m ago•0 comments

Show HN: Plethora, Social platform and SDK around games and interactive content

https://plethora.studio/
1•pratt3000•37m ago•2 comments

Show HN: Open-source agent memory layer, 96% on LongMemEval, local-first

https://github.com/everest-an/Awareness-Market
1•AwarenessAI•39m ago•0 comments

PC Tweaker – Windows settings with per-change restore, built in Rust

https://github.com/AurelioAvila/pc-tweaker-app
1•Aurelioavila•43m ago•0 comments

Necessist, a tool to identify broken tests

https://github.com/trailofbits/necessist
1•mkhq•44m ago•0 comments

Privacy Leakage from Gradients in Split-LLM Training

https://arxiv.org/abs/2609.04382
1•hevalon•44m ago•0 comments

Laffer Curve

https://en.wikipedia.org/wiki/Laffer_curve
1•nomilk•47m ago•0 comments

Canadian Pedestrian Network Database

https://www150.statcan.gc.ca/n1/en/catalogue/34260004
1•marklit•51m ago•0 comments

CRISPR editing of ANGPTL3: one-time precision therapy for dyslipidaemia

https://www.nature.com/articles/s41392-026-02605-8
1•emerongi•52m ago•0 comments

1M Lines of AI-Assisted Code in 2025

https://jonathanclark.com/posts/ai-coding-million-lines-2025.html
1•profstasiak•54m ago•0 comments

Elizabeth Holmes A24 Movie – You Can See Everything – Official Teaser HD [video]

https://www.youtube.com/watch?v=GGJSRFWALTI
1•sounddetective•58m ago•0 comments

Wan 3.0 at 68% of Alibaba Cloud's international list price, Prime at 78%

https://reapi.ai/models/wan-3-0
1•andrew06124•58m ago•0 comments

Pandora's Vox: On Community in Cyberspace (1994)

https://gist.github.com/kolber/2131643
1•Gecko4072•58m ago•0 comments

China Prepares for Space Warfare(apparently)

https://www.reuters.com/world/asia-pacific/us-china-arm-space-warfare-hunter-satellites-orbital-w...
3•KinetiNode•1h ago•0 comments
Open in hackernews

Show HN: Powering React with Python (WASM)

https://medium.com/@olokobayusuf/powering-react-with-python-wasm-a7f3c52e34ad
3•olokobayusuf•1y ago
A few weeks ago, Theo T3 posted a read-through of a Medium article showing how to augment an AngularJS website with WebAssembly in order to compute a factorial.

I've been building a general(-ish) purpose Python compiler, mainly focused on numerical computing and AI inference. I figured it would make a good exercise to create something similar, this time with a bit more number crunching.

I vibe-coded a Lightroom-esque image editor UI (thanks Claude!) then wrote a tiny Python function that does a contrast adjustment using PyTorch. It gets compiled to wasm with what I'm building, and runs blazing fast thanks to vectorized 128-bit wasm intrinsics (I wonder if we'll get 256-bit anytime soon).

Play with it here: https://github.com/olokobayusuf/photo-editor . I'm exploring building a WebGPU-powered tensor framework to go even faster. Let me know what you think!

Comments

olokobayusuf•1y ago
Link to original article that kickstarted all of this: https://medium.com/@eugeniyoz/powering-angular-with-rust-was...