frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Write/read review your interview at a company

https://www.apply-tracker.com/en/company-reviews
1•mirnumbing•37s ago•0 comments

The Friendship That Made Google (2018)

https://www.newyorker.com/magazine/2018/12/10/the-friendship-that-made-google-huge
1•tosh•46s ago•0 comments

NASA's Curiosity Mars Rover Discovers Field of Honeycomb Textures

https://www.nasa.gov/missions/mars-science-laboratory/curiosity-rover/nasas-curiosity-mars-rover-...
1•Tomte•1m ago•0 comments

It's cute how Grandma doesn't even know how to blood tithe to the Data Lord

https://www.mcsweeneys.net/articles/its-cute-how-grandma-doesnt-even-know-how-to-blood-tithe-to-t...
1•diafygi•1m ago•0 comments

Show HN: Vest.fyi – equity calculator shows range of outcomes and benchmarks

https://vest.fyi/
1•egyptianblue•1m ago•0 comments

FastGen-PDD: Parallel Decoding Distillation for Image and Video Generation

https://research.nvidia.com/labs/genair/pdd/
1•gmays•4m ago•0 comments

Ancient Sea Worms Have "Biometal" Jaws

https://nautil.us/these-ancient-sea-worms-have-biometal-jaws-1283391
1•Brajeshwar•5m ago•0 comments

Ledgerful – I built a local tool to catch when AI invents stuff in my code

https://www.ledgerful.dev
2•ryan-b•8m ago•1 comments

Stateless MCP is cheaper to scale

https://jeffauriemma.leaflet.pub/3msdu742fik24
2•jdauriemma•9m ago•0 comments

Google is killing Google Assistant next month

https://www.neowin.net/news/another-one-bites-the-dust-google-is-finally-killing-google-assistant...
2•bundie•10m ago•0 comments

Offensive Internet Posture

https://bruceediger.com/posts/offensive-machine/
2•DaOne256•11m ago•1 comments

Batteries are getting cheaper while gas gets pricier. Here's why

https://theconversation.com/batteries-are-getting-cheaper-while-gas-gets-pricier-heres-why-287956
2•epistasis•11m ago•0 comments

Wikipedia: AI or Not Quiz

https://en.wikipedia.org/wiki/Wikipedia:AI_or_not_quiz
1•hiccuphippo•11m ago•0 comments

Show HN: HUD, an open-source minimal terminal UI for ClaudeCode, Codex, OpenCode

https://github.com/adrida/hud-mode
2•adam_rida•12m ago•1 comments

Jellyware

https://twitter.com/thorstenball/status/2085017920782877041
1•tosh•12m ago•0 comments

Desktop Touch ID sensor for $20 [video]

https://www.youtube.com/watch?v=tB3lk-PNA6I
1•androng•13m ago•1 comments

What went wrong with data lakes? A 15-year reality check

https://arxiv.org/abs/2606.08266
2•alvis•13m ago•0 comments

Ghosthub: Tmux/SSH-native macOS terminal based on libghostty

https://ghosthub.ai/
1•wesm•15m ago•0 comments

See the Sun like never before with most detailed images yet

https://www.bbc.com/news/articles/c36d4376nd2o
2•neversaydie•15m ago•0 comments

She Believed Big Tech Could Change the World. Just Not for the Worse.

https://www.nytimes.com/2026/08/04/books/review/dont-be-evil-claire-stapleton.html
1•mitchbob•15m ago•1 comments

AI agents can't yet do open-ended AI research

https://www.normaltech.ai/p/ai-agents-cant-yet-do-open-ended
1•randomwalker•16m ago•0 comments

The next 50 years: humanity, AI, power

https://www.youtube.com/watch?v=_V_ed5fuexA
1•irln•17m ago•0 comments

Show HN: XBin – The app workspace you rewrite from inside

https://xbin.dev/
1•devttyeu•20m ago•0 comments

Stochastic parrot or not, it is less of a turkey than the colleague 2 desks over [pdf]

https://link.springer.com/content/pdf/10.1007/s00146-026-03095-6.pdf
1•alphadelphi•20m ago•0 comments

TP-Link patches Omada ZTP flaws allowing hackers to breach networks

https://www.bleepingcomputer.com/news/security/tp-link-patches-omada-ztp-flaws-allowing-hackers-t...
1•Brajeshwar•21m ago•0 comments

Hark Handoff

https://hark.com/articles/introducing-hark-handoff
1•lairv•22m ago•0 comments

BrooklynVegan, Alt Press Hit with Mass Layoffs

https://pitchfork.com/story/brooklynvegan-alt-press-hit-with-mass-layoffs/
2•cdrnsf•22m ago•0 comments

Fed's Kashkari says 'now is the time to start slowly moving' rates up

https://www.cnbc.com/2026/08/05/feds-kashkari-says-now-is-the-time-to-start-slowly-moving-rates-u...
11•mapping365•23m ago•0 comments

MorphIcons

https://www.morphicons.com
1•linolevan•24m ago•0 comments

Monitors for Work

https://etbe.coker.com.au/2026/08/05/monitors-for-work/
2•edward•25m 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...