frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Codex Harness in OpenClaw

https://openclaw.ai/blog/openai-models-in-openclaw-done-right
2•sjf•5m ago•0 comments

AI Slopification and Writing

https://ordinaryintelligence.substack.com/p/ai-slopification
1•mldev_exe•6m ago•0 comments

7 in 10 Americans oppose data centers being built in their communities

https://www.washingtonpost.com/nation/2026/05/13/7-10-americans-oppose-data-centers-being-built-t...
2•1vuio0pswjnm7•7m ago•0 comments

Hey You, Start Communicating

https://kevquirk.com/hey-you-start-communicating
2•Curiositry•11m ago•0 comments

I'm trying to optimize in person recruiting

https://www.get-resume.app
1•JaiJC•15m ago•0 comments

Princeton will supervise exams for first time in 133 years because of AI

https://www.independent.co.uk/news/world/americas/princeton-proctor-exams-ai-b2976111.html
2•smurda•16m ago•0 comments

Cut Off: why access to frontier AI will soon be scarce and selective

https://writing.antonleicht.me/p/cut-off
1•thoughtpeddler•20m ago•0 comments

Savepoint – A CLI for TDD

https://github.com/NamtaoProductions/savepoint
1•rrvsh•20m ago•1 comments

Plain Text. Paper, Less (PTPL)

https://ellanew.com/tagged/ptpl
5•jethronethro•22m ago•0 comments

UFerris a Versatile Learner Board for Rust Embedded Beginners

https://www.theembeddedrustacean.com/uferris
1•stmw•24m ago•0 comments

New Linux LPE, 5.10 and above (ptrace_may_access mm-NULL + pidfd_getfd)

https://github.com/0xdeadbeefnetwork/ssh-keysign-pwn
1•Tiberium•26m ago•1 comments

Velonus – Open-source AppSec scanner that deduplicates SAST noise

https://github.com/AliAmmar15/Velonus
1•AliAmmar15•26m ago•0 comments

OpenAI Considers Legal Action Against Apple in Strained Relationship

https://www.nytimes.com/2026/05/14/technology/openai-apple-legal-action.html
2•donohoe•30m ago•0 comments

XS Programming Language

2•xs-lang•30m ago•0 comments

Show HN: Easy Locality Domain Lookup

https://locality-domains.pages.dev/
2•ronbenton•31m ago•0 comments

15% of AI agent skill files carry hardcoded credentials with DB write access

https://securityboulevard.com/2026/05/capsule-security-analysis-details-scope-of-vulnerable-ai-ag...
2•Armor1AI•37m ago•0 comments

Supply Chain Inheritance

https://www.citriniresearch.com/p/semis-memo-supply-chain-inheritance
2•gmays•37m ago•0 comments

A Private Way to Chat with AI

https://about.fb.com/news/2026/05/incognito-chat-whatsapp-meta-ai/
2•spullara•48m ago•1 comments

Anthropic agrees terms of $30B funding deal at $900B valuation

https://www.ft.com/content/9deae3c6-716d-4f4d-8b09-434d8519f847
2•mmmmmbop•49m ago•0 comments

Claude Code Issue that important facts were forgotten when sessions were reseted

https://github.com/rkceve/Sanma
1•rkceve•1h ago•0 comments

Elevated error rates on Opus 4.7

https://status.claude.com/incidents/8z7l5zcy0v3b
27•rob•1h ago•21 comments

Interactive explorer for Bun's Rust migration

https://bun-to-rust-fanahova.zocomputer.io/
1•FanaHOVA•1h ago•0 comments

Build iterative repair loops with Codex

https://developers.openai.com/cookbook/examples/codex/build_iterative_repair_loops_with_codex
4•gmays•1h ago•1 comments

AI detected a person in the Blessed Sacrament

https://twitter.com/trad_west_/status/2055029902349598827
1•marcofloriano•1h ago•2 comments

From a Telegram conversation to verified AI agents in 49 days

https://credexai.live/hub
1•eedgerton•1h ago•0 comments

MCP Is Not Enough

https://mukulsingh105.github.io/articles/linkedin-article.html
2•azhenley•1h ago•0 comments

Show HN: Openvid – open-source cinematic screen recorder and mockup editor

https://github.com/CristianOlivera1/openvid
2•cristianolivera•1h ago•0 comments

June 9. Dead man switch and MS RCE drops promised?

https://deadeclipse666.blogspot.com/
2•throw2024•1h ago•1 comments

I built a live map for tracking military aircraft activity worldwide

https://skyrane.com/
3•Anaxader•1h ago•0 comments

We built a machine-readable merchant verification layer for AI shopping agents

https://github.com/warwickwood-cell/gengeo-agent-registry
2•gengeo-ai•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...