frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Apple's Plan to Power Siri with ChatGPT Was a Predictable Failure

https://futuresearch.ai/blog/apple-openai-failure/
1•mckennameyer•21s ago•0 comments

Isla Sorna Flyover – Jurassic World Archipelago – Captured in 4K [video]

https://www.youtube.com/watch?v=K1s3SB5EaH0
1•Eridanus2•43s ago•0 comments

Hitchhiker's Guide to the Protein Shift

https://www.weplanet.org/event-details/hitchhikers-guide-to-the-protein-shift
1•doener•43s ago•0 comments

An AI coding agent injected blockchain dead-drop malware into my repo

https://gist.github.com/mihai-r-lupu/d94afd240658c37fb0924609f159431b
1•mihailupu•45s ago•0 comments

The Original Super Mario 64 Is Now Playable on GBA

https://retrododo.com/the-original-super-mario-64-is-now-playable-on-gba/
1•ibobev•1m ago•0 comments

Don't Route or Peer Lists (Drop) – Use with Firewalls and BGP

https://www.spamhaus.org/blocklists/do-not-route-or-peer/
1•speckx•2m ago•0 comments

Vaul: Drawer Component for React

https://vaul.emilkowal.ski/
1•doener•4m ago•0 comments

1597 bots blocked in 24h on a standard VPS – is yours protected?

https://github.com/rockballslab/vps-secure
1•rockballslab•4m ago•1 comments

Additive Blending on the Nintendo 64

https://phoboslab.org/log/2026/05/n64-additive-blending
1•ibobev•5m ago•0 comments

Home Conputer Tycoon

https://computertycoon.app/?lang=en
1•doener•5m ago•0 comments

I like it, but I hate it more (AI)

https://douxx.blog/i-like-it-but-i-hate-it-even-more
1•dblog•5m ago•0 comments

QEMUtiny - QEMU escape vulnerability if cxl is used

https://github.com/v12-security/pocs/tree/main/qemu
2•Tiberium•6m ago•0 comments

The Underground Market That Unlocks Stolen iPhones

https://www.infoblox.com/blog/threat-intelligence/lookalike-domains-expose-the-iphone-theft-economy/
1•speckx•8m ago•0 comments

Centralized Dead-Letter Queue for Easy Troubleshooting of Distributed Systems

https://carlosblanco.github.io/architecture/backend/2026/05/15/event-driven-architecture-troubles...
2•carlosomar2•8m ago•0 comments

Dear bartending, I still love you

https://spicymelonblog.com/dear-bartending-i-still-love-you/
1•aralsamuel•8m ago•0 comments

Typograms: A portable ASCII diagram format that renders to SVG

https://google.github.io/typograms/
3•matijash•11m ago•0 comments

Tech Layoff Wave Has Hit 100k Jobs This Year

https://www.statista.com/chart/36198/tech-and-startup-employees-laid-off-worldwide/
2•speckx•11m ago•0 comments

Earth is flying through ancient supernova dust

https://www.sciencedaily.com/releases/2026/05/260513221751.htm
1•flockyflock•12m ago•0 comments

Django LiveView vs. Phoenix LiveView: a real benchmark

https://en.andros.dev/blog/80134668/django-liveview-vs-phoenix-liveview-a-real-benchmark/
1•andros•13m ago•0 comments

GitLab is betting a 19th-century economic theory will shape its AI era

https://thenewstack.io/gitlab-ai-agents-jevons-paradox/
2•Brajeshwar•14m ago•0 comments

Show HN: CtxVault – receipts for AI context, not another memory store

https://ctxvault.github.io/ctxvault/
1•LuxBennu•15m ago•0 comments

Show HN: Cchost – Run multiple isolated Claude Code accounts on one machine

https://github.com/allenhack638/cchost
1•allenbenny038•15m ago•0 comments

TypeScript Refactoring Interview Questions

https://reactdevelopment.substack.com/p/typescript-refactoring-interview
1•javatuts•17m ago•0 comments

Mental bugs due to lack of imagination

https://nahurst.substack.com/p/mental-bugs-due-to-lack-of-imagination
2•nathanh•23m ago•0 comments

Show HN: Formal Verification with Lean

https://www.daniellowengrub.com/blog/2026/04/30/lean
1•lowdanie•27m ago•0 comments

Digital Twin – An AI Clone of Yourself (Claude and ElevenLabs and Cloudflare)

https://aimirrortwin.com
1•sumhead•27m ago•1 comments

Zig vs. Rust in 2026

https://zackoverflow.dev/writing/zig-vs-rust-in-2026/
4•ibobev•29m ago•0 comments

Microsoft and Apple bets on new mascots in bid to seem more cuddly

https://www.bbc.com/news/articles/c99l1zzp8xzo
1•reconnecting•29m ago•0 comments

Kicking the Tyres on Harbor for Agent Evals

https://rmoff.net/2026/04/09/kicking-the-tyres-on-harbor-for-agent-evals/
1•eigenBasis•31m ago•0 comments

There's a $50B company hiding inside Salesforce

1•emmanol•31m ago•1 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...