frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

MediaRecorder Error Handling: Lessons from Browser Recordings

https://blog.addpipe.com/mediarecorder-error-handling/
1•octavn•15s ago•0 comments

The noise we make is hurting animals. Can we learn to shut up?

https://www.technologyreview.com/2026/04/16/1135179/anthropogenic-noise-hurting-animals/
4•joozio•6m ago•0 comments

BioNTech Antibody-Drug Demonstrated Clinically Meaningful Efficacy

https://investors.biontech.de/news-releases/news-release-details/biontech-and-dualitybios-antibod...
3•doener•8m ago•0 comments

Ask HN: How to disable ANSI color sequences in Claude CLI?

1•notpachet•8m ago•0 comments

The engineering behind BMW's next-gen hydrogen tanks [video]

https://www.youtube.com/watch?v=cGdmTt1GBYs
1•simonebrunozzi•8m ago•0 comments

The Web Is an Antitrust Wedge

https://infrequently.org/2026/04/the-web-is-an-antitrust-wedge/
2•aragilar•9m ago•0 comments

I Stay Sane Running a 'Default Dead' Startup

https://jannikweyrich.com/blog/2026/04/16/how-to-stay-sane-running-a-default-dead-startup.html
1•commanderj•12m ago•1 comments

P2: Object Storage Server with S3 Compatible API, MIT License

https://github.com/Suleman-Elahi/p2
1•isuleman•12m ago•1 comments

Show HN: I'm building Eigen, a self-hosted Google Workspace alternative

https://reindernijhoff.net/2026/04/eigen-six-months-later/
1•reindernijhoff•13m ago•1 comments

Ral: A shell grounded in programming language theory

https://lambdabetaeta.github.io/ral/
1•statusfailed•14m ago•1 comments

David Pierce Tried a Bunch of Android Phones and Then Bought an iPhone Again

https://daringfireball.net/2026/04/piece_android_iphone_apps
1•chalst•20m ago•0 comments

Ask HN: How does one get rich in Q2 2026?

1•roschdal•21m ago•0 comments

Second Skin [video]

https://www.youtube.com/watch?v=QIdiTzjIuII
1•simonebrunozzi•21m ago•0 comments

xsimd: C++ Wrappers for SIMD Intrinsics

https://github.com/xtensor-stack/xsimd
1•tosh•22m ago•0 comments

Show HN: Haindy, a CLI that gives coding agents computer use

https://github.com/Haindy/haindy
1•fkeegan•24m ago•0 comments

The Age of Snarky UI

https://thoughtbot.com/blog/the-age-of-snarky-ui
2•sondr3•24m ago•0 comments

Windsurf 2.0

https://windsurf.com/blog/windsurf-2-0
2•beaylott•25m ago•0 comments

Show HN: I built this to help me learn Duo in Crimson Desert

https://duodegen.vercel.app
1•pj4533•26m ago•0 comments

UK PM Starmer tells social media firms in No 10 meeting 'things can't go on ...

https://www.theguardian.com/uk-news/2026/apr/16/keir-starmer-social-media-firms-no-10-meeting
2•chrisjj•32m ago•2 comments

A brief generational overview of the tech industry

1•5color•33m ago•0 comments

Node.js 24.15.0 (LTS)

https://nodejs.org/en/blog/release/v24.15.0
1•salkahfi•33m ago•0 comments

Ancient DNA reveals pervasive directional selection across West Eurasia [pdf]

https://reich.hms.harvard.edu/sites/reich.hms.harvard.edu/files/inline-files/2026_Akbari_Nature_s...
8•Metacelsus•34m ago•1 comments

Cascade – Typed CSS AST, Parser, Pretty-Printer, and Optimiser for OCaml

https://github.com/samoht/cascade
2•TheWiggles•35m ago•0 comments

How to install Microsoft Office in any Linux distribution

https://gist.github.com/eylenburg/38e5da371b7fedc0662198efc66be57b
4•nogajun•37m ago•0 comments

Silicon Valley's Billion Dollar Design Scams [video]

https://www.youtube.com/watch?v=hDvAQf1cnr8
4•lionkor•39m ago•0 comments

AI cybersecurity is not proof of work

https://antirez.com/news/163
6•surprisetalk•43m ago•0 comments

Learn to Show Our Friendship for a Man When He Is Alive and Not After He Is Dead

https://daringfireball.net/2026/04/when_he_is_alive_and_not_after_he_is_dead
4•chalst•45m ago•0 comments

Show HN: Memorable – On-device AI search for iPhone photos, videos, screenshots

https://apps.apple.com/us/app/memorable-ai-photo-search/id6762152034
2•gautamdhameja•45m ago•0 comments

I built a school management system to replace spreadsheets and WhatsApp

https://edunationapp.com/launch
3•marjanatanasov•46m ago•0 comments

Codex Hacked a Samsung TV

https://blog.calif.io/p/codex-hacked-a-samsung-tv
21•campuscodi•47m ago•13 comments
Open in hackernews

Stresstest my AI chat – HAMMER IT

1•tobiaslins•11mo ago
Please stress test it - like hammer it hard: https://jazz-ai-chat.vercel.app

It was so delightful to build thanks to jazz.tools.

Vercel's Fluid compute makes it run efficient and scale endlessly

How does it work? Each message is created locally and added to the chat. At the same time I "wake up" a Vercel Function which consumes the chat, runs AI and writes directly into Jazz

The client just renders the state from Jazz. No real streaming required.

Source: https://github.com/tobiaslins/jazz-ai-chat

Whats Fluid Compute? When you run Serverless Functions, usually one invocations serves one request. With Fluid, multiple requests can be served by one function invocation, which is super useful when using AI (low CPU usage, only waiting for upstreams)

Whats Jazz? It's a new way to build apps. It's persistence (like a graph database) with permissions and sync built in.

You can access/write Jazz even from backend workers like here from Vercel Functions.

Comments

gus_massa•11mo ago
It needs a spinning circle or dots to show that the AI is thinking. (It can be just an animated gif :) .)

Sometimes it doesn't reply until I add a second question like "????"