frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: GPX File Tools – convert maps, plan routes, edit, merge and more

https://gpxfile.pro/gpx-route-planner
1•jway66•1m ago•0 comments

The First Transatlantic Telegraph Cable Was a Bold, Beautiful Failure

https://spectrum.ieee.org/the-first-transatlantic-telegraph-cable-was-a-bold-beautiful-failure
1•sparsesignal•1m ago•0 comments

Windows Server 2003: The Road to Gold Part One: The Early Years

https://web.archive.org/web/20040202024836/http://www.winsupersite.com/reviews/winserver2k3_gold1...
1•ksec•2m ago•0 comments

AI-found bugs aren't proving any easier to exploit despite the hype

https://www.theregister.com/security/2026/07/28/ai-found-bugs-arent-proving-any-easier-to-exploit...
1•Tomte•3m ago•0 comments

Amazon, Meta, Microsoft face skeptical investors, Google report sparks sell-off

https://www.cnbc.com/2026/07/28/hyperscalers-face-higher-capex-scrutiny-after-alphabet-report-pan...
1•1vuio0pswjnm7•5m ago•0 comments

French musician Kavinsky found dead

https://www.euronews.com/culture/2026/07/29/dj-kavinsky-known-for-his-track-nightcall-found-dead-...
2•bristleworm•6m ago•0 comments

Super Intelligent AI Brain

https://github.com/RATCAR302/Fractal-Pyramidal-Wave-Computer
2•RATCAR302•6m ago•0 comments

Show HN: Experiments with Weather Data

https://strataweather.com/map
2•chrisfreder•8m ago•0 comments

NPM publish-time malware scanning and dual-use metadata

https://github.blog/changelog/2026-07-28-npm-publish-time-malware-scanning-and-dual-use-metadata/
2•Bobaso•10m ago•1 comments

Do LLMs Know What Other LLMs Don't? Peer-Probing as Scalable Evaluation

https://arxiv.org/abs/2607.24780
3•tcp_handshaker•10m ago•0 comments

Is this Reddit's moment for local news?

https://localnewsinitiative.northwestern.edu/posts/2026/07/27/reddit-pro-for-publishers-dallas-mo...
2•thm•10m ago•0 comments

The full-length interview with Elon Musk [video]

https://www.youtube.com/watch?v=XuoqKYxDHVc
2•shinryuu•12m ago•0 comments

Adaptive Agentic Attacks on LLM Vulnerability Detectors via Adversarial Comments

https://arxiv.org/abs/2607.24964
2•tcp_handshaker•12m ago•0 comments

US to loosen environmental safeguards on space industry

https://www.france24.com/en/live-news/20260728-us-to-loosen-environmental-safeguards-on-space-ind...
2•geox•12m ago•0 comments

I vibe coded a Metal backend for JAX

https://github.com/eterevsky/metaljax
2•eterevsky•13m ago•1 comments

Cracken Releases BlackSea, Open-Source Tool to Bait AI Cyber Attackers

https://github.com/cracken-ai/blacksea
2•rusty_cracken•13m ago•1 comments

Fish Audio S2.1 Pro

https://twitter.com/FishAudio/status/2082152596739862853
2•smusamashah•14m ago•0 comments

Show HN: ElNinoLive – live tracker for the 2026–27 El Niño

https://www.elninolive.com
2•slavkovl•15m ago•0 comments

A 24-year-old bug in the Linux Kernel (2021)

https://engineering.skroutz.gr/blog/uncovering-a-24-year-old-bug-in-the-linux-kernel/
2•downbad_•16m ago•0 comments

Document-borne AI worms can self-propagate through Copilot for Word

https://enklypesalt.com/posts/context-collapse-part3-ai-worming-through-word/
9•Canopy9560•16m ago•1 comments

Proposed UK data centres could pay £100M in deposits for power demands

https://www.bbc.co.uk/news/articles/c9q90q9qnn2o
3•camtarn•17m ago•1 comments

Show HN: JungOcean – Free personality test with no email gate and local storage

https://jungocean.com
4•LeoLeaS•18m ago•0 comments

The mean means nothing: data visualization to debug a latency problem

https://fzakaria.com/2026/07/27/the-mean-means-nothing
2•fanf2•18m ago•0 comments

Hedge funds face demands to stump up collateral as AI stocks tumble

https://www.ft.com/content/5c8a2816-8f28-4257-8707-b22ebaa6089c
3•samizdis•19m ago•1 comments

The Single-Threaded Human

2•lundha•19m ago•0 comments

I'm testing AI on the customer orders that ERPs can't parse

https://www.zentriqai.com/challenge
3•Enes_Erdem•20m ago•0 comments

Show HN: Steadra.dev is for automated QA with no effort

https://steadra.dev
2•anghelcontiu•20m ago•1 comments

New 3D-printed barracks open at Fort Bliss AI

https://www.stripes.com/branches/army/2026-07-28/fort-bliss-3-d-barracks-opening-22393339.html
2•theanonymousone•21m ago•0 comments

Why Brilliant Mathematicians Choose Coding over Research and Where This May Lead

https://zenodo.org/records/21673213
2•epyre•23m ago•0 comments

Tree Style Tab

https://addons.mozilla.org/en-US/firefox/addon/tree-style-tab/
3•Velocifyer•24m 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...