frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Going Critical

https://meltingasphalt.com/interactive/going-critical/
1•surprisetalk•2m ago•0 comments

Tom Stoppard's Arcadia saved lives

https://lithub.com/how-tom-stoppards-arcadia-literally-saved-lives/
1•speckx•2m ago•0 comments

The first open-source, agentic video production system

https://github.com/calesthio/OpenMontage
1•grajmanu•3m ago•0 comments

BadBlocker: 11M Users, One Server Call Away from Compromise

https://www.island.io/blog/badblocker-11-million-users-one-server-call-away-from-compromise
1•Tomte•3m ago•0 comments

Digital Restaurants: The rarity of the pad and pen

https://micahblachman.com/p/digital-restaurants
1•subdomain•4m ago•0 comments

Incident CVE-2026-LGTM

https://nesbitt.io/2026/06/26/incident-report-cve-2026-lgtm.html
2•mooreds•5m ago•0 comments

Show HN: Repositron a typed CRUD for SQLAlchemy with no per-table boilerplate

https://repositron.fa.dev.br/
1•felipeadeildo•6m ago•0 comments

Show HN: Novakit.tech – pre-built Claude Code skills, no prompting required

https://novakit.tech/
1•snehalpateldev•7m ago•0 comments

Show HN: Ponder – the best articles and essays on the internet

https://www.readponder.com/
1•wingdiction•7m ago•0 comments

Guardrails for Offensive AI Agents

https://dest.host/b/guardrails-for-offensive-ai-agents/
2•escape_42•11m ago•0 comments

Google hallucinated that I am sponsored by Ground News

https://www.youtube.com/post/UgkxsAIUDMQTYc15yQqURsGy0Kg7O1x2TtnB
5•RicoElectrico•12m ago•0 comments

The world is heating up, and policies are not helping

https://theoryofchange1.substack.com/p/summer-is-coming-what-game-of-thrones
1•ewidar•12m ago•0 comments

Show HN: Jargo – a Golang port of Pipecat for conversational-AI apps

https://github.com/gojargo/jargo
2•fallais•13m ago•0 comments

Space Shuttle Endeavour's 20-story vertical display

https://californiasciencecenter.org/about-us/samuel-oschin-air-and-space-center/go-for-stack
1•uticus•13m ago•0 comments

For Whom the Bell Curves

https://hollisrobbinsanecdotal.substack.com/p/for-whom-the-bell-curves
1•HR01•14m ago•0 comments

Best run X account in the Canadian startup world

https://x.com/falcongx_
1•cts-i-cts-d•15m ago•0 comments

OpenCQRS 2 Is There

https://github.com/open-cqrs/opencqrs
2•goloroden•16m ago•0 comments

Bevy – A refreshingly simple data-driven game engine built in Rust

https://github.com/bevyengine/bevy
3•modinfo•17m ago•0 comments

Tar: A slop-free alternative to rsync

https://drewdevault.com/blog/rsync-without-rsync/
3•surprisetalk•18m ago•1 comments

Onplana – ChatGPT and Claude do work through one shared project plan

https://onplana.com/agents
2•Onplana•18m ago•0 comments

Free Software and LLM Contribution Policies

https://www.sicpers.info/2026/06/free-software-and-llm-contribution-policies/
3•grahamlee•19m ago•0 comments

Show HN: Regulo – an adaptive semaphore for saturation control

https://github.com/greenstick/regulo
2•bnjemian•20m ago•0 comments

White House asks OpenAI to limit its next model release

https://www.cnn.com/2026/06/25/tech/openai-limit-release-white-house
2•TechTechTech•21m ago•0 comments

Engineering for Bounded Cognition

https://shapeofthesystem.com/posts/2026/02/03/bounded-cognition
2•supermatt•21m ago•0 comments

Imposter scams led fraud reports to FTC in 2025, causing $3.5B in losses

https://www.cnbc.com/2026/06/26/imposter-scams-led-fraud-reports-to-ftc-in-2025-3point5-billion-l...
2•pseudolus•23m ago•0 comments

The closed-source LLM premium has collapsed

https://runware.ai/blog/the-closed-source-llm-premium-has-collapsed
3•theally•28m ago•0 comments

Codex AI Agent Skill Development for UI Design and Development

https://rapidkt.com/pages/blog/codex_ai_agent_skill_development_for_ui_design_and_development
2•greenpau•31m ago•0 comments

VCupid Skills – AI Fundraising Toolkit for Founders

https://github.com/maxoliverbr/vcupid-plugin
3•maxoliverbr•35m ago•0 comments

Show HN: Verity – self-healing review gate for Claude Code

https://verity.md
4•claudiacsf•36m ago•0 comments

Ant queen lays eggs that hatch into two species (2025)

https://www.science.org/content/article/ant-queen-lays-eggs-hatch-two-species
3•indigodaddy•36m ago•0 comments
Open in hackernews

Top Tips for Writing Code with AI

https://brettdidonato.substack.com/p/top-5-tips-for-writing-code-with
2•bsdpython•1y ago

Comments

uberman•1y ago
Solid, particularly the advice about context. I find with AI, less is better. Once you have "enough" context, adding more increases the risk of problems. The one I take exception with is the last. "You don't need to understand what the AI wrote". I feel you absolutely do need to understand what the AI wrote and if you don't you should not commit it.
bsdpython•1y ago
Thanks. I know the last one is controversial, but the way I am starting to think about it is that we are just moving to a new layer of abstraction. I no longer understand very well how hardware works, nor do I know in detail how a browser renders a page, nor the full fine details of how many of the libraries I use work. My own AI generated code, in pockets, is starting to work in the same way. And I'm starting to become OK with that risk.
sherdil2022•1y ago
The implementations for those abstractions are well tested (hopefully). Committing code that we don’t thoroughly test or have an understanding about is going to bite us sooner than later. They are landmines. Not abstractions.
bsdpython•1y ago
Is it possible we hit a wikipedia moment (it being more accurate than Encyclopedias) where the quality of typical ai generated code is better than popular open source libraries?