frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

LLM Networking with MikroTik

https://blog.greg.technology/2026/07/14/llm-networking-with-mikrotik.html
1•gregsadetsky•15s ago•0 comments

P2P local file transfer based on WebRTC

https://pairdrop.net/
2•halb•1m ago•0 comments

Show HN: Swagsocial

https://swag.nomaakip.xyz/browse
2•wishyt•3m ago•0 comments

FCC to repeal 39% TV ownership cap in boost for Trump-friendly news orgs

https://arstechnica.com/tech-policy/2026/07/fcc-to-repeal-39-tv-ownership-cap-in-boost-for-trump-...
5•derbOac•5m ago•0 comments

Autonomous Security – EDR for AI Agents

https://a16y.ai
2•boxstream•6m ago•0 comments

The Truth About Whether Meta's NameTag Face Recognition Tech 'Exists'

https://www.wired.com/story/heres-the-truth-about-whether-metas-nametag-face-recognition-exists/
2•gnabgib•6m ago•0 comments

Locality-Aware Automatic Differentiation on the GPU for Mesh-Based Computations

https://dl.acm.org/doi/10.1145/3811338
2•matt_d•8m ago•0 comments

The Vorflux Manifesto: The Great Flattening

https://vorflux.com/manifesto
2•samaysharma•12m ago•0 comments

Windows 0-day drops the same day Microsoft releases record number of patches

https://arstechnica.com/security/2026/07/windows-0-day-drops-the-same-day-microsoft-releases-reco...
3•sbulaev•16m ago•0 comments

Industry Brief: Private 5G for Events and Venues [pdf]

https://framerusercontent.com/assets/djW6O0DOjVW0FmnYn1jZQOMlTU.pdf
2•y2so•17m ago•0 comments

Three Years of AI on Steam

https://fragwyz.substack.com/p/three-years-of-ai-on-steam
2•SLHamlet•20m ago•0 comments

Third-party app stores coming to Google Play next week as Epic settlement wit

https://arstechnica.com/gadgets/2026/07/third-party-app-stores-coming-to-google-play-next-week-as...
4•aucisson_masque•20m ago•0 comments

Show HN: Dropper

https://dropper.page
3•johnwheeler•22m ago•0 comments

You're Not in a Funk: You are not stuck. You are pointed the wrong direction

https://alexoppenheimer.substack.com/p/youre-not-in-a-funk
3•crescit_eundo•23m ago•0 comments

Five Signs Your Startup May Be a Hobby

https://www.skmurphy.com/blog/2026/06/23/five-signs-your-startup-may-be-a-hobby/
2•skmurphy•24m ago•1 comments

API client supporting Agents, gRPC, Kafka and MCP

https://github.com/dipjyotimetia/restura
2•dipjyoti_metia•27m ago•0 comments

AI Is Bayesian Evidence That We Live in a Simulation

https://jamesfbaker.substack.com/p/ai-is-bayesian-evidence-that-we-live
3•jamesbaker1•28m ago•0 comments

The FCC's Spam Call Proposal Is Just a Data Collection Scheme

https://www.eff.org/deeplinks/2026/06/fccs-spam-call-proposal-just-data-collection-scheme
3•Jimmc414•31m ago•0 comments

New Clues on Colorectal Cancer Among Young Adults

https://microwavenews.com/news-center/new-clues-colorectal-cancer-among-young-adults
2•CGMthrowaway•31m ago•0 comments

Show HN: Pullboard – a work queue for agents, built to run a quant desk

https://pullboard.dev/
2•Olscore•31m ago•0 comments

Sokoban Speedrun for RL

https://github.com/JeanKaddour/sokoban_speedrun
2•t55•32m ago•0 comments

Rzk: A Proof Assistant for Synthetic ∞-Categories

https://arxiv.org/abs/2607.12207
2•Jimmc414•34m ago•0 comments

FastAPI for Agents

https://github.com/agno-agi/agentos-railway
2•ashpreet-bedi•34m ago•0 comments

Verifying Probabilistic Programs in Rust

https://arxiv.org/abs/2607.12282
2•Jimmc414•35m ago•0 comments

The Best Ghostwritten Books

https://fivebooks.com/best-books/ghostwritten-books-joshua-lisec/
3•bookofjoe•37m ago•0 comments

Show HN: Redis Rubix Bridge a HTTP API Redis Gateway

https://github.com/rubix-studios-pty-ltd/rubix-redis-bridge
2•rubixvi•37m ago•0 comments

Speculative Growth and the AI "Bubble" [pdf]

https://economics.mit.edu/sites/default/files/2026-07/speculative_growth_AI_public.pdf
21•johnbarron•44m ago•10 comments

Show HN: Chariot – Elastic Claw Compute

https://www.chariots.sh/
5•benmax•45m ago•0 comments

Agents in Amnesia (AIAIO) – the game that teaches you about how you use AI

https://github.com/sene1337/aiaio
2•notjoemama•46m ago•0 comments

We don't use AI in any of our design or production processes

https://mass-driver.com/article/from-human-hands
28•tony_cannistra•46m ago•13 comments
Open in hackernews

Show HN: Firefox in WebAssembly

https://developer.puter.com/labs/firefox-wasm/
54•coolelectronics•1h ago
This is the entire Firefox browser rendering to a <canvas> element. Gecko, all UI components, and the Spidermonkey JS engine are all compiled and running in WebAssembly.

Here are a few things you might find interesting:

- This is fully end to end encrypted! We use the WISP protocol for TCP-over-websockets.

- There is a novel WASM->JS JIT for experimental site speedup

- This port cost over 25k in opus/fable tokens for debugging and JIT research

This was just a fun experiment to push the boundaries of WebAssembly. For a more usable "browser in browser" experience, we also built https://github.com/HeyPuter/browser.js that eats a bit less RAM.

Comments

throwaway2027•50m ago
Obligatory https://www.destroyallsoftware.com/talks/the-birth-and-death...
rlmineing_dead•44m ago
I had this in mind when I first saw this project too LOL

Every year I need to rewatch this talk

mdlxxv•49m ago
"Yo dawg. I herd you like web browsers, so I put a browser in your browser, so you can browse the Web while you browse the Web".
ent101•44m ago
should've used this in the splash screen :(
eqrion•46m ago
> There is a novel WASM->JS JIT for experimental site speedup

I would love to see the details for this. SpiderMonkey had an attempted wasm32 JIT backend, but it was never finished.

edit: Apparently it also has some sort of WebAssembly interpreter backend too, which SpiderMonkey doesn't have.

som•37m ago
... doesn't support Firefox mobile apparently :D
rlmineing_dead•34m ago
Does firefox mobile (Android, since firefox mobile iOS is a WebKit wrapper) support about:config settings? if so you can enable wasm_js_promise_integration in about:config and have it working likely. I will test this on my Pixel 10 pro
rlmineing_dead•24m ago
hi reporting back, yes stock firefox mobile wont work but the BETA version will because it just added the WASM feature needed (firefox 153 adds it but regular mobile firefox lacks about:config support it seems)

and by "will work" I mean will render the first frame and then freeze

YMMV

coolelectronics•36m ago
Oh and for anyone asking, you can run firefox-wasm inside firefox-wasm inside firefox! I only got this to load once though since it gets pretty unstable at that level.
degamad•31m ago
I'm so glad this exists, I've been considering doing something like this for a few months.

I recently got a TV based on VIDAA os, a locked-down linux-based OS where everything is rendered from Web pages. It has a built-in browser that doesn't support ad-blocking (I suspect VIDAA is profiting from showing ads on the TV), and you can't install new apps unless they're Web pages.

This would hopefully allow one to run Firefox within the existing browser, then install uBlock Origin within Firefox... I know what this weekend's project is going to be...

coolelectronics•27m ago
We also plan on adding extension support to https://github.com/HeyPuter/browser.js soon, which should hopefully cover use cases like that as well without the full overhead
shevy-java•1m ago
Firefox should really bundle ublock origin as-is. I install it afterwards anyway but I don't understand Mozilla here. They seem to want to stay behind Google.
MajesticHobo2•27m ago
Browser sandboxing is now fully solved.
azakai•24m ago
Prior art: WebKit.js, the WebKit rendering engine ported to JS

https://github.com/trevorlinton/webkit.js/

sangeeth96•23m ago
edit: I misunderstood, that's $25k not 25k tokens :/ time to log off.

this is so rad! 25k tokens is a lot less than i thought this'd take -- what were the difficult bits in the porting process? also, was firefox preferred because parts of it are already in rust?

coolelectronics•16m ago
$25k of tokens, closer to 30 billion I believe. It only took a few days to actually get the engine up, the hard parts where most of the effort was spent was squeezing out performance and increasing stability, as well as attempting the JIT.

Firefox was chosen because its single-process support was in a better place than chromium/blink. WebKit is also possible, it was done by a friend of mine earlier https://github.com/theogbob/WebkitWasm

sangeeth96•8m ago
ah, i misunderstood. that seemed way too low in terms of actual tokens lol. i'll log off now. interesting details and didn't know about WebkitWasm. hope to read more soon.
ohonbob•18m ago
Since coolelectronics posted his firefox wasm here ill post my sideproject (we worked on these around the same time), Webkit In WebAssembly (And actually modern and usable! Unlike the older trevorlinton/webkit.js project)

https://github.com/theogbob/WebkitWasm

Not as polished as the firefox port but is a fully working port of webkit ported with fable, opus and some glm 5.2.

jedisct1•5m ago
"This browser doesn't support WebAssembly JSPI, which Firefox WASM needs to run."