frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Talk. It types. Anywhere on your phone. $9.www.airtxt.ai

1•jeevkola•1m ago•0 comments

The Chaos Machine – Prediction markets and the triumph of crypto-anarchy

https://harpers.org/archive/2026/09/the-chaos-machine-finn-brunton-crypto-anarchism/
1•pseudolus•2m ago•0 comments

A 3 hour physics lesson to settle an online debate [video]

https://www.youtube.com/watch?v=z14X4dEADZ8
1•Eridanus2•2m ago•0 comments

GitHub blames 8-hour outage on autoscaling fail

https://www.theregister.com/saas/2026/08/19/github-blames-8-hour-outage-on-autoscaling-fail-and-v...
1•indigodaddy•2m ago•1 comments

Fantasy subgenres have changed in the last decade

https://thoughtsonfantasy.com/2026/08/12/fantasy-subgenres-changed-last-decade/
1•rdmuser•3m ago•0 comments

Account Will Be Deleted in 29 Days: R/GoogleSupport

https://www.reddit.com/r/GoogleSupport/comments/1vu4g9h/account_will_be_deleted_in_29_days/
1•xbmcuser•3m ago•0 comments

What Do Students Lose When They Stop Writing?

https://www.nytimes.com/2026/08/17/us/student-writing-essays-ai.html
2•apparent•5m ago•0 comments

London cabbies plot 'skulduggery' to take on robotaxis

https://www.ft.com/content/7f2d4be3-5879-439e-8060-339bac53ab40
1•admp•5m ago•0 comments

Openly Synthetic: Building an accountable AI newsroom in the age of covert ones

https://areyto.media/openly-synthetic
1•rendonroman•6m ago•0 comments

A young Nigerian man was lured to London in an organ-trafficking plot

https://www.theguardian.com/news/ng-interactive/2026/jul/30/body-snatchers-young-nigerian-man-lur...
1•gmays•7m ago•0 comments

Optimizing meshoptimizer to process billions of triangles in minutes (2025)

https://zeux.io/2025/09/30/billions-of-triangles-in-minutes/
2•corysama•7m ago•0 comments

Man Dressed as Darth Vader Defends Flock Cameras to San Diego City Council

https://thehill.com/policy/technology/6042349-darth-vader-flock-surveillance/
1•madihaa•9m ago•0 comments

Oh no, not again, or: Porting Phoenix LiveView to Go

https://blog.bilus.dev/posts/porting-liveview-to-go/
1•bilus•9m ago•1 comments

Netflix Conductor: The Next Chapter

https://netflixtechblog.medium.com/netflix-conductor-the-next-chapter-41ad21067649
1•opiniateddev•9m ago•0 comments

Monitoring America's federal data infrastructure

https://dataindex.us/
1•structuredPizza•10m ago•0 comments

"Off the charts" El Niño strongest ever recorded with months before it peaks

https://www.newscientist.com/article/2586031-off-the-charts-el-nino-is-already-the-strongest-sinc...
1•ck2•11m ago•1 comments

Apache Mynewt

https://mynewt.apache.org/latest/index.html
2•locknitpicker•12m ago•1 comments

Git Might Be the Best Message Forum for AI Agents

https://www.reddit.com/r/git/comments/1vunb1e/git_might_be_the_best_message_forum_for_ai_agents/
2•syumei•12m ago•0 comments

Citadel offloads 80% of portfolio scooped up from Situational Awareness

https://www.ft.com/content/1603577e-89d8-4cfa-884b-b83fbb8dd20e
4•cl42•14m ago•1 comments

OTel Isn't Going Well (and I Made a Spreadsheet About It)

https://matduggan.com/otel-isnt-going-well-and-i-made-a-spreadsheet-about-it/
2•hn_acker•16m ago•1 comments

Anon explains why search has become so bad

https://boards.4chan.org/g/thread/109605411/i-dont-know-where-to-publish-this-so-im-putting
3•frmersdog•17m ago•0 comments

Bid Directory for X Profiles

https://xme.lol
2•Elijen•17m ago•1 comments

The Summer the Ticks Took Over

https://www.nytimes.com/2026/08/20/magazine/tick-season-lone-star-alpha-gal-syndrome-lyme.html
2•bookofjoe•18m ago•1 comments

"No Disc, No Buy" Is Bigger Than Sony Expected

https://www.gadgetreview.com/no-disc-no-buy-is-bigger-than-sony-expected-angry-comments-hijacked-...
4•randycupertino•18m ago•2 comments

Goldman Says Hedge Funds Had Worst July vs. S&P 500 in 20 Years

https://www.cnbc.com/2026/08/21/goldman-hedge-funds-historic-underperformance-sp500-degrossing.html
3•tcp_handshaker•18m ago•0 comments

Show HN: Declarative-forms – await an object the way prompt() awaits a string

https://wolfoo2931.github.io/declarative-forms/
3•WolfOliver•21m ago•0 comments

Vesta Gives Claude Code Superpowers

https://github.com/kanjani-ai-research/Vesta
3•aug2uag•21m ago•1 comments

Uber Faces €825M Dutch Fine over Driver Suspensions

https://www.bloomberg.com/news/articles/2026-08-21/uber-faces-825-million-dutch-fine-over-driver-...
4•tcp_handshaker•22m ago•0 comments

The puzzling case of Britain's young people and what they think of AI

https://publicfirsttech.substack.com/p/gen-ai-the-puzzling-case-of-britains
3•giuliomagnifico•22m ago•0 comments

Sell the Truth

https://naval.substack.com/p/sell
3•tylerdane•23m ago•0 comments
Open in hackernews

Stresstest my AI chat – HAMMER IT

1•tobiaslins•1y 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•1y 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 "????"