frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Agent Skill to Force Docs in ASD-STE100 Simplified Technical English

https://github.com/AminBlg/SimpleEnglish
1•navs•1m ago•0 comments

ChipTycoon: An animated journey through how computer chips are made

https://laurentiugabriel.github.io/ChipTycoon/
1•laurentiurad•2m ago•0 comments

'Talk Is Cheap': Wall Street Delivers Harsh Verdict on Warsh Fed

https://www.bloomberg.com/news/articles/2026-07-30/-talk-is-cheap-wall-street-delivers-harsh-verd...
1•petethomas•2m ago•0 comments

The Town That Wants a Data Center Next Door

https://www.theatlantic.com/podcasts/2026/07/town-wants-data-center-next-door/688108/
1•rmason•5m ago•1 comments

Exploring Design Space for Soft Floating Robots in Indoor Environments

https://dl.acm.org/doi/10.1145/3800645.3813051
1•simonebrunozzi•5m ago•0 comments

LinkedIn Adds "Seems Like AI Slop" Button on Every Post

https://futurism.com/artificial-intelligence/linkedin-adds-button-report-seems-like-ai-slop
3•ilamont•5m ago•1 comments

Ask HN: I am going to apply for LFX(Linux foundation mentorship),any advices?

1•neverenderr•7m ago•0 comments

Strong static typing, a hill I'm willing to die on

https://www.svix.com/blog/strong-typing-hill-to-die-on/
1•tasn•7m ago•0 comments

SSH-cast – record / watch agents SSH sessions

https://github.com/kmeinke/ssh-cast
1•Merkur•9m ago•1 comments

A past and future of trade secrets

https://www.cabinetmagazine.org/issues/70/kofen.php
1•Hooke•9m ago•0 comments

Memo for Members and Affiliates of the Intergalactic Computer Network (1963)

https://www.thekurzweillibrary.com/memorandum-for-members-and-affiliates-of-the-intergalactic-com...
1•lioeters•11m ago•0 comments

Harness, not weights: four benchmark highs in coding, health, and drug discovery

https://www.medley.sh/blog/the-harness-is-the-capability-multiplier
1•akshay_budhkar•12m ago•0 comments

AI Won't Create a Permanent Underclass. Socialism Will

https://bturtel.substack.com/p/ai-wont-create-a-permanent-underclass
2•bturtel•14m ago•0 comments

The Middle-Aged Hiker (2002)

https://maltedmedia.com/books/mah/atborder.htm
1•Eridanus2•14m ago•0 comments

Will Amazon be the dominant commercial drone company?

https://philip.greenspun.com/blog/2026/07/30/will-amazon-be-the-dominant-commercial-drone-company/
1•mhb•14m ago•0 comments

P[drive failure]: how reliable is your NAS?

https://khz.ac/low-voltage/drive-failure.html
1•nosolace•16m ago•0 comments

After failing hidden test cases, I built a systematic checklist for

https://leetcopilot.dev/blog/how-to-design-test-cases-for-leetcode-problems
1•alexwang24•17m ago•0 comments

Musk Plans to Spend at Least $100M to Help Republicans in the Midterms

https://www.nytimes.com/2026/07/30/us/politics/elon-musk-midterms-republicans.html
1•JumpCrisscross•20m ago•0 comments

Row, Table, Join: No Longer Primitives

https://datumwise.ai/positions/row-table-join-no-longer-primitives
2•huayin•20m ago•0 comments

'We Were Simply Animals'

https://www.equator.org/articles/we-were-simply-animals-turati
1•amadeuspagel•21m ago•0 comments

After rewriting SQLite in Rust, Turso turns its sights on Postgres

https://www.theregister.com/databases/2026/07/29/after-rewriting-sqlite-in-rust-turso-turns-its-s...
1•Bender•22m ago•0 comments

EU opens call for seven 'gigafactories' to train next-generation AI technologies

https://www.euronews.com/my-europe/2026/07/30/eu-opens-call-for-seven-gigafactories-to-train-next...
4•billybuckwheat•22m ago•0 comments

Mythos attack on 3rd-round PQC algorithm candidate puts it out of commission

https://arstechnica.com/security/2026/07/mythos-uncovers-crypto-weaknesses-that-went-unknown-for-...
1•Bender•23m ago•0 comments

Amazon identifies North Korean group behind open-source supply chain attacks

https://aws.amazon.com/blogs/security/amazon-identifies-north-korean-hacker-group-behind-open-sou...
1•heisenbit•24m ago•0 comments

Google reveals Gemini Robotics 2.0, promising improved dexterity and safety

https://arstechnica.com/ai/2026/07/google-reveals-gemini-robotics-2-0-promising-improved-dexterit...
1•Bender•24m ago•0 comments

A Treatise on Restaurant Design

https://substack.com/@haterade/p-196473733
1•abelanger•24m ago•0 comments

Show HN: WiPhone Lab – Doom on an Open ESP32 Wi-Fi Phone

https://github.com/mulfyx/wiphone-lab
2•sqshi•24m ago•0 comments

AI-agent-only trade show, Ferrari Luce

https://www.marginpoints.com/issues/2026-07-30-ai-agent-only-trade-show-ferrari-luce
1•historian1066•26m ago•0 comments

Best MCP Gateways in 2026: A Hands-On Comparison

https://manveerc.substack.com/p/best-mcp-gateways
1•manveerc•26m ago•0 comments

Thieves Are Now Targeting AI Data Center Construction Sites

https://www.vice.com/en/article/thieves-are-now-targeting-ai-data-center-construction-sites-for-c...
1•cdrnsf•26m 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 "????"