frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Video Conferencing with Postgres

https://planetscale.com/blog/video-conferencing-with-postgres
1•tosh•16s ago•0 comments

Surge in giant sinkholes threatens Turkey's farmers

https://www.theguardian.com/world/2026/feb/28/i-live-in-constant-fear-surge-in-giant-sinkholes-th...
1•FailMore•2m ago•0 comments

Show HN: A VCluster in Docker with Terraform and Istio

https://github.com/madduci/vind-with-mesh
1•madduci•7m ago•0 comments

Show HN: Colored Title Bar – unique colors per VS Code workspace

https://github.com/wstuckey/colored-title-bar
2•wstuckey•9m ago•0 comments

Echoslate – Offline todo and Kanban tracker for programmers (MIT, .NET 8)

https://github.com/pjmavcom/echoslate
1•pjmavcom•9m ago•0 comments

Show HN: Bridge your Claude/OpenAI subs into a team API with per-key cost caps

https://github.com/Shreyas-Dayal/ai-cli-bridge
1•shreyas8•9m ago•1 comments

FounderSpace – AI-guided startup validation in 30 minutes

https://www.founderspace.work
1•VladCovaci•12m ago•1 comments

P5.lcd

https://p5.lcd.tulv.in/
1•atulvi•17m ago•0 comments

US and Israel carrying out strikes against Iran

https://www.cnn.com/world/live-news/israel-iran-attack-02-28-26-hnk-intl
30•simonebrunozzi•20m ago•4 comments

The March of Nines

https://kk.org/thetechnium/the-march-of-nines/
1•ahmaman•21m ago•0 comments

Song about afterlife from AI perspective [video]

https://www.youtube.com/shorts/DZGvrqNP7lg
1•modinfo•21m ago•0 comments

Show HN: TapPause – A dead-simple timer for intentional breaks

https://apps.apple.com/hk/app/tappause-pause-timer/id6758304453
1•louischen•22m ago•1 comments

I built a startup game because I wanted one to play

https://capturn.io
3•disobae•22m ago•1 comments

U.S. and Israel Conduct Strikes on Iran

https://www.nytimes.com/live/2026/02/28/world/iran-strikes-trump
20•gammarator•22m ago•0 comments

Japan aims for world first in space-based solar power

https://www.asahi.com/ajw/articles/16293144
2•helsinkiandrew•24m ago•0 comments

Simulation for Agentic Evaluation

https://yortuc.com/posts/simulation-for-agentic-evaluation/
2•xyortuc•25m ago•0 comments

Israel says it has attacked Iran, declares state of emergency

https://www.cnbc.com/2026/02/28/trump-us-military-iran-strikes-middle-east-oil.html
21•LordAtlas•28m ago•6 comments

Show HN: PicShift – Convert images in the browser using WebAssembly

https://picshift.app/
1•pod4g•29m ago•1 comments

I Just Cancelled My ChatGPT Pro Plan

https://aifordevelopers.substack.com/p/i-just-cancelled-my-chatgpt-pro-plan
4•dariubs•33m ago•0 comments

Trump directs US agencies to toss Anthropic's AI

https://www.reuters.com/world/us/trump-says-he-is-directing-federal-agencies-cease-use-anthropic-...
2•frb•38m ago•0 comments

Huk vs. Naniwa Starcraft [video]

https://www.youtube.com/watch?v=rFllSVjK5hY
1•marysminefnuf•41m ago•0 comments

Show HN: I built GeoQuests where people can request photos of a place

https://geoquests.io
2•Swain123•43m ago•0 comments

Israel launches attack on Iran, defence minister says

https://www.bbc.com/news/live/cn5ge95q6y7t
14•Philpax•45m ago•5 comments

Israel launches strike against Iran, declares state of emergency across country

https://www.cnn.com/2026/02/28/middleeast/israel-attack-iran-intl-hnk
30•lavp•46m ago•6 comments

Ask HN: AI driven "legacy" Debug and Monitoring Tools

1•chris_money202•49m ago•0 comments

AI Mistakes Are Infuriating Gamers as Developers Seek Savings

https://www.bloomberg.com/news/articles/2026-02-25/ai-mistakes-are-infuriating-gamers-as-develope...
4•breve•49m ago•0 comments

AI Doomer Doublethink: The Orwellian Worldviews in the AGI Discourse

https://internetofbugs.substack.com/p/ai-doomer-doublethink-the-orwellian
2•edward28•50m ago•0 comments

EUrouter – Integrate the latest AI models, without sending data outside the EU

https://www.eurouter.ai
4•fahrradflucht•52m ago•0 comments

What's cooking in git.git (Feb 2026, #11)

https://lore.kernel.org/git/xmqq8qcdof3f.fsf@gitster.g/
3•todsacerdoti•56m ago•0 comments

Poker4U – Educational game theory and better life decisions

https://github.com/Lameda12/poker4u
4•Alamedin_ishere•58m 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•10mo 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•10mo ago
Link to original article that kickstarted all of this: https://medium.com/@eugeniyoz/powering-angular-with-rust-was...