frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Only Ada?: dominance of entrepreneurial white men as computing famous figures

https://www.tandfonline.com/doi/full/10.1080/03054985.2024.2432639
1•countrymile•56s ago•0 comments

The White House Wants Anthropic to Block All Jailbreaks. It May Not Be Possible

https://www.wired.com/story/the-white-house-wants-anthropic-to-block-all-jailbreaks-that-may-not-...
1•victormustar•1m ago•0 comments

Invalid GitHub events leading to job queuing

https://namespace-status.com/incidents/01KVBEJCE25NBJGE12VBQHJ54F
1•allanbreyes•3m ago•0 comments

Lessons Learnt from Writing an AI Agent

https://www.browserless.io/blog/writing-an-ai-agent
3•risingsong•4m ago•0 comments

ReixOS: Experimental microkernel written in Embedded Swift for ARM64

https://github.com/eliorodr2104/ReixOS
1•CharlesW•5m ago•0 comments

Intel Xeon 6 SoC DPU on a PCIe Card from Senao at Computex 2026

https://www.servethehome.com/this-is-an-intel-xeon-6-soc-dpu-on-a-pcie-card-from-senao-at-compute...
2•teleforce•5m ago•0 comments

Windows 11 25H2 – I'm so happy to not be using this

https://www.dedoimedo.com/computers/windows-11-june-2026-results.html
1•speckx•5m ago•0 comments

For fun and no profit – Cortex Clash

https://pkolarov.github.io/cortexclash/
1•pkzip1•5m ago•0 comments

The hacker sent by Anthropic to calm the government's nerves about AI safety

https://www.wsj.com/tech/ai/anthropic-mythos-safety-nicholas-carlini-20bceaa3
4•Brajeshwar•6m ago•0 comments

swift-os: A real operating system, written in Swift

https://swiftos.tech/
1•CharlesW•7m ago•0 comments

How the US electric grid is organized

https://www.diaztechworks.com/projects/us-grid
2•diaztechworks•10m ago•0 comments

ARM Never Made a Chip, Dolby Never Built a Speaker

https://www.cringely.com/2026/06/17/arm-never-made-a-chip-dolby-never-built-a-speaker/
1•dxs•11m ago•0 comments

Sealed Super Mario Bros. sells for a record $3M

https://www.theverge.com/games/949593/super-mario-bros-3-million-auction
2•bookofjoe•11m ago•1 comments

Fast Food and AI

https://antonmks.substack.com/p/fast-food-and-ai
2•antonmks•17m ago•0 comments

Top Reasons of Why Startups Fail

https://www.cbinsights.com/research/report/startup-failure-reasons-top/
1•gurjeet•18m ago•0 comments

Trump admin abandons fight against wind energy as clean energy output surges

https://insideclimatenews.org/news/15062026/trump-administration-abandons-fight-against-wind-energy/
3•dotcoma•18m ago•0 comments

Cohere's open agentic North Mini Code – accelerated with NVFP4 on spark-arena

https://forums.developer.nvidia.com/t/north-mini-code-in-nvfp4-1-65x-over-fp8-40-less-memory-zero...
2•deepseaOne•18m ago•0 comments

Leptos creator stepping down as active maintainer

https://github.com/leptos-rs/leptos/issues/4707
2•boyka•19m ago•0 comments

Show HN: ReplyVoice – mic overlay that transcribes into any app (Android + PC)

https://play.google.com/store/apps/details?id=com.nibrasapps.ses&hl=en_US
1•kedimuzafer•20m ago•0 comments

2026 Rousseeuw Prize for Statistics Awarded to the R Project

https://www.rousseeuwprize.org/2026
2•ionychal•20m ago•0 comments

Show HN: No-Nonsense Table of FIFA World Cup 2026 Top Scorers and Assist Leaders

https://tablerat.com/who-scored-the-most-goals-world-cup-2026
2•sm_euro•22m ago•0 comments

Zelda

https://www.nicksimson.com//posts/2026-zelda.html
2•speckx•22m ago•0 comments

'China's Instagram' Readies Hong Kong IPO That Could See It Valued over $70B

https://www.wsj.com/tech/chinas-instagram-readies-hong-kong-ipo-that-could-see-it-valued-at-over-...
1•samtheDamned•23m ago•0 comments

The wall: vibe coding, taste, and the part that doesn't get easier

https://gk3fyi.substack.com/p/the-wall
1•gk3•24m ago•0 comments

Omnigent: Meta-Harness for Coding Agents (Claude Code, Codex, Cursor, Pi)

https://github.com/omnigent-ai/omnigent
1•fzysingularity•25m ago•0 comments

MathWorks adds Renesas hardware support packages

https://www.designworldonline.com/mathworks-adds-renesas-hardware-support-packages/
1•lucamark•26m ago•0 comments

Mathesar Cloud: hosted Postgres with a spreadsheet-like interface

https://mathesar.org/blog/2026/06/17/announcing-mathesar-cloud
2•anish99•29m ago•1 comments

Has the answer to life's origins been hiding in our cells all along?

https://www.newscientist.com/article/2529162-has-the-answer-to-lifes-origins-been-hiding-in-our-c...
3•DonaldFisk•30m ago•0 comments

Joshua Baer, godfather of Austin's startup scene, dies in plane crash

https://www.kxan.com/news/local/austin/joshua-baer-godfather-of-austins-startup-scene-dies-in-pla...
2•csbrooks•33m ago•0 comments

Wang/Blob Tilesets

https://www.boristhebrave.com/permanent/24/06/cr31/stagecast/wang/blob_g.html
1•dested•34m 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 "????"