frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Human Control at Machine Speed

https://cacm.acm.org/blogcacm/human-control-at-machine-speed/
1•visha1v•31s ago•0 comments

I made a daily puzzle game for founders called Startup Chess

https://www.startup-chess.com
1•jarydhermann•46s ago•0 comments

Solaris, Our Interface World Models

https://runway.com/news/research/introducing-solaris
1•babelfish•1m ago•0 comments

Textual is no longer being actively maintained (IRC client)

https://github.com/Codeux-Software/Textual
1•delduca•2m ago•0 comments

GPU World

https://www.gpuworld.org/
2•tosh•3m ago•0 comments

Asleep at the wheel: More Tesla owners choosing to nap while their cars drive

https://www.nbcnews.com/tech/tech-news/tesla-fsd-sleep-wheel-full-self-driving-mode-nap-safe-dete...
2•bookofjoe•7m ago•1 comments

Enhancing the UEFI Update Capsules Experience for Open-Source Firmware

https://www.phoronix.com/news/OSS-Firmware-UEFI-Updates-Cap
1•pietrushnic•9m ago•1 comments

Apple's Phil Schiller Scales Back Role as John Ternus Era Begins

https://www.macrumors.com/2026/08/31/phil-schiller-stepping-down-app-store/
3•tosh•11m ago•0 comments

Use MCP-JS to control Modal Sandboxes

https://r33drichards.github.io/mcp-js/tutorials/modal/
1•someguy101010•11m ago•1 comments

Steam Deck / SteamOS hit over 30k Verified and Playable games

https://www.gamingonlinux.com/2026/08/steam-deck-steamos-hit-over-30-000-verified-playable-games/
2•speckx•12m ago•0 comments

ATM Flaws Reveal Key Weaknesses in the Software Supply Chain

https://www.wired.com/story/atm-flaws-reveal-key-weaknesses-in-the-software-supply-chain/
1•joozio•14m ago•0 comments

Spice Bag

https://www.tasteatlas.com/spice-bag
1•jjgreen•14m ago•0 comments

I Posted on Hacker News. Two AI Agents Emailed Me

https://www.dbpro.app/blog/i-posted-on-hacker-news-two-ai-agents-emailed-me
2•upmostly•15m ago•0 comments

NewsPulse, a news API that de-dupes and scores stories across sources

https://newspulse.io/
1•juanmauriciolop•15m ago•0 comments

Can an Engineer Speak Out for Reform?

https://www.strongtowns.org/journal/2026-8-31-can-an-engineer-speak-out-for-reform
1•oftenwrong•16m ago•0 comments

We Raced Seven AI Models to RCE

https://enclave.ai/hackingrace
1•talhof8•17m ago•0 comments

The Suffix Edge Case

1•newsoftheday•17m ago•0 comments

Show HN: RetainFast – cancellation flow widget that never touches your Stripe

https://retainfast.xyz
1•KovzX•18m ago•0 comments

Retinaa

https://retinaa.ch
2•sockaddr•20m ago•1 comments

Internet Explorer mode will be supported until at least 2029

https://learn.microsoft.com/en-us/lifecycle/faq/internet-explorer-microsoft-edge
2•gnuplustoejam•21m ago•0 comments

A ballooning problem: Weather warnings face rising risks from DOGE cuts

https://www.politico.com/news/2026/07/06/weather-warnings-budget-cuts-00986178
5•throw0101a•22m ago•1 comments

British Museum hosted Peter Thiel in private viewing of Bayeux tapestry

https://www.theguardian.com/culture/2026/aug/31/british-museum-hosted-palantir-founder-peter-thie...
6•tomwphillips•22m ago•0 comments

Konrad Zuse Museum shutting down due to lack of funding

https://www.heise.de/en/news/Zuse-Computer-Museum-ZCOM-in-Hoyerswerda-faces-closure-11344513.html
25•virtualritz•23m ago•6 comments

Anthropic legal fight with Pentagon shows shifting politics of AI

https://www.bloomberg.com/news/newsletters/2026-08-31/anthropic-legal-fight-with-pentagon-shows-s...
5•rndsignals•23m ago•0 comments

Rules of Knowledge Formulation

https://supermemo.guru/wiki/20_rules_of_knowledge_formulation
2•mkl95•23m ago•0 comments

The Llama.cpp Fork That Enables Qwen 3.8 27B Large Contexts for 16GB VRAM GPU

https://github.com/RaymondHuang210129/llama.cpp-adaptive-kv-streaming
4•dazhbog•25m ago•2 comments

I turned my security cameras into an automatic bird identification system

https://jasontucker.blog/how-i-turned-my-security-cameras-into-an-automatic-bird-identification-s...
21•speckx•28m ago•8 comments

Instagram cracks down on AI accounts pretending to be human

https://www.theverge.com/tech/986593/instagram-addresses-fake-ai-profile-slop
4•evolve2k•30m ago•1 comments

Apple Is Suddenly an AI Infra Stock as OpenAI Buys 10k+ Macs

https://247wallst.com/investing/2026/08/31/apple-is-suddenly-an-ai-infrastructure-stock-as-openai...
7•prabal97•31m ago•1 comments

The rest of the 7.3 merge window

https://lwn.net/SubscriberLink/1089791/94dc9b4ae3998556/
2•cjd8•32m ago•0 comments
Open in hackernews

Show HN: VibeSpec – A tool to generate structured specs for Spec2Code

https://vibespec.guaeca.com
1•paulistaunb•1y ago
I've been experimenting with a new concept called Spec2Code, and just launched a prototype SaaS tool named VibeSpec.

We hear a lot about no-code, low-code, or prompt-to-code—but these often rely on constant human input.Most agents today need us every few seconds: write a prompt, check the output, correct, repeat. You can’t step away. You definitely can’t ask them to build overnight.

Spec2Code is different. It draws from how engineers in aerospace or automotive define complex systems: with structured, layered specifications. The goal is to give agents enough information upfront that they can work autonomously for 15–30 minutes at a time—without micromanagement.

The hardest part? Writing those specs.

Nobody enjoys it, and tooling for structured requirements is basically non-existent in the software world.

So I built VibeSpec, a tool (and eventually, a framework) to turn loose ideas into structured, machine-usable specs—using agents designed specifically for that task.

Once done, the specs can be handed off to coding agents for implementation.

You can check it out here: https://vibespec.guaeca.com And here’s what the agents built from one of these specs: https:https://secretmessage.guaeca.com/

~10 minutes writing the spec with the agent ~10 minutes refining via “vibe coding” (adding missing cases) ~5 minutes testing + iterating

Would love to hear thoughts from others working on agent workflows or spec-driven development.