frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

You already have a Git server

https://gopeek-lovat.vercel.app/blog-you-already-have-a-git-server.html
2•sheelagay•2m ago•0 comments

Show HN: SaaS Pegasus – the original Django boilerplate, now MIT-licensed

https://github.com/saaspegasus/django-boilerplate
1•czue•7m ago•1 comments

Elon's Net Worth Today

https://whatselonworth.com/
2•Malfunction92•9m ago•1 comments

See How Sam Altman's Personal Investments Benefit from Ties to OpenAI

https://www.wsj.com/tech/ai/see-how-sam-altmans-personal-investments-benefit-from-ties-to-openai-...
1•thm•10m ago•0 comments

Show HN: DomainDash – uptime/SSL/domain checks for client sites

https://domaindash.io
1•edcs•10m ago•0 comments

Ask HN: Does in your workplace employee engagement / recognition is important?

2•mattsadowsky•10m ago•1 comments

Fil-C Linux/x86_64 version 0.680 Latest

https://github.com/pizlonator/fil-c/releases/tag/v0.680
2•sibellavia•12m ago•0 comments

Recursively Diff Packages

https://github.com/anthraxx/diffoscope
1•ankitg12•12m ago•0 comments

OCaml 5.5.0 Released

https://discuss.ocaml.org/t/ocaml-5-5-0-released/18265
2•dtoma•13m ago•0 comments

Run isolated sandboxes with full lifecycle control: AWS introduces MicroVMs

https://aws.amazon.com/blogs/aws/run-isolated-sandboxes-with-full-lifecycle-control-aws-lambda-in...
1•justincormack•14m ago•0 comments

I built a GPU back end for Emacs

https://en.andros.dev/blog/4b707a03/how-i-built-a-gpu-backend-for-emacs/
1•andros•15m ago•0 comments

Show HN: I built a PC-part picker that handles compatibility and shortages

https://pc-cool.com/
1•mesahm•17m ago•0 comments

Show HN: OpenTerm – A tiny, fast SSH client (no login, no cloud, free)

https://github.com/zhangshuo1991/openterm
1•zhangshuo1991•17m ago•0 comments

Sakana.ai releases a model competiting with Fable

https://sakana.ai/fugu-release/
2•LexSiga•17m ago•0 comments

A game where you're an OS and have to manage processes, memory and I/O events

https://github.com/plbrault/youre-the-os
2•exploraz•18m ago•1 comments

AI models capable of devastating attacks on governments and business months away

https://www.theguardian.com/technology/2026/jun/22/anthropic-claude-fable-ai-model-artificial-int...
1•eternalreturn•19m ago•0 comments

Reclassifying ARC as Historic – DKIM2 to solve the problem better

https://datatracker.ietf.org/doc/draft-ietf-dmarc-arc-to-historic/
1•peregrinus_13•19m ago•0 comments

NavigationServer2D in Godot: The Complete Guide

https://vav-labs.com/blog/navigationserver2d-godot-complete-guide/
1•Vav-Labs•19m ago•0 comments

Show HN: VibePantry – Photograph your kitchen, get recipes from what you have

https://vibepantry.com/
2•bigjick•20m ago•0 comments

In-App Avatar Integration

https://www.elias-schoko-shop.de/
1•eschwalme•22m ago•1 comments

standard.site

https://standard.site/
1•soheilpro•22m ago•0 comments

We found a bug in the hyper HTTP library

https://blog.cloudflare.com/hyper-bug/
1•soheilpro•23m ago•0 comments

Democratic Tech Alliance

https://democratic.technology/
2•doener•24m ago•0 comments

Hospitals switched to pen and paper to defeat a national cyber-attack

https://www.bbc.co.uk/news/articles/c4gyk756mzlo
2•mmarian•25m ago•0 comments

Show HN: Founder Pass – 6 indie dev tools lifetime for $14 (first 10 only)

https://xiaohou2503687-design.github.io/shipfast-oss/founder.html
1•shipfastcli•25m ago•1 comments

Metasearch: A self-hosted metasearch engine

https://github.com/tiagozip/metasearch
1•mrunix•29m ago•1 comments

Why AI Problems Are Becoming Philosophical Problems

https://kunyuan.substack.com/p/07concept-entrywhy-ai-problems-are
1•hufdr•30m ago•1 comments

ggsql 0.4.1: new release adds spatial plotting and in-layer aggregation

https://opensource.posit.co/blog/2026-06-23_ggsql_0_4_1/
2•thomasp85•30m ago•0 comments

Feedback on the logo for my programming language, Lopo

https://github.com/dominexmacedon-docs/lopo-docs/blob/main/lopo.png
1•dominex•33m ago•0 comments

Wlog: Claude Code token/cost/tool dashboard, single binary, no Grafana

https://github.com/openwong2kim/wlog
1•wong2kim•34m 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?