frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Why Bother with Lint Rules If AI Writes the Code?

https://allstead.dev/blog/why-lint-when-ai-writes-the-code
1•willio58•2m ago•0 comments

The Great Gatsby

https://calmscroll.com/the-great-gatsby-f-scott-fitzgerald
1•amadeuspagel•5m ago•0 comments

Canada and France to Develop Space Systems

https://www.bloomberg.com/news/articles/2026-09-20/canada-france-to-develop-shared-space-launch-i...
1•Teever•9m ago•0 comments

Open Radar Code Architecture

https://orca.radioglaciology.com/
2•toomuchtodo•17m ago•1 comments

Applesauce: Transparent Compression for Apple File System Compression (AFSC)

https://github.com/Dr-Emann/applesauce
1•colechristensen•22m ago•0 comments

Jev – System-1 Agent Architecture Radar (open-source)

https://github.com/logicrw/awesome-jev-projects
2•noobplus•22m ago•0 comments

Nobel economists throw support behind California billionaire tax

https://www.ft.com/content/94ec0fee-53ab-4d7e-9b17-6b05608ad974
4•paulpauper•22m ago•0 comments

UK productivity grew twice as fast as thought after 2008 financial crisis

https://www.ft.com/content/560fc2ad-5c7e-4878-ae9b-a3183004c394
1•paulpauper•23m ago•1 comments

Jevcache

https://jevcache.sh/
1•handfuloflight•23m ago•0 comments

Victor Hugo Helped Save the Notre-Dame

https://news.artnet.com/art-world/art-bites-victor-hugo-notre-dame-2802365
2•ohjeez•24m ago•1 comments

ZCode: Z.ai's coding agent harness. Powerful, intelligent, extensible

https://github.com/zai-org/ZCode
1•doppp•30m ago•0 comments

Flock Partnered with Nonprofit That Uses AI to Rally Public Support

https://theintercept.com/2026/09/17/flock-cameras-ai-astroturf-support/
3•dp-hackernews•35m ago•0 comments

How to Post Train

https://howtoposttrain.com/
1•Nischalj10•39m ago•0 comments

A study of sequence weighting at scale

https://blog.janestreet.com/a-study-of-sequence-weighting-at-scale/
2•eatonphil•40m ago•0 comments

How Google is drafting AI chatbot laws around the country

https://www.npr.org/2026/09/18/nx-s1-5968878/ai-chatbots-safety-regulation-google
1•andsoitis•46m ago•0 comments

Giveaway Bot Services

https://discord.com/oauth2/authorize?client_id=1547251904277651578&permissions=4503599627783232&i...
1•jotajx•47m ago•0 comments

Nvidia's Jensen Huang rejects AI extinction warnings as "doomsday narratives"

https://www.cbsnews.com/news/jensen-huang-nvidia-rejects-ai-extinction-warnings/
4•AlexDragusin•50m ago•3 comments

ReBarUEFI: Resizable BAR for almost any UEFI system

https://github.com/xCuri0/ReBarUEFI
1•nateb2022•51m ago•0 comments

OpenAI Sees Burning Through $278B by 2030: FT

https://www.bloomberg.com/news/articles/2026-09-18/openai-projects-burning-through-278-billion-by...
3•sbulaev•51m ago•2 comments

The Roman Space Telescope, explained and up to date

https://romantelescope.info/
1•smcnally•55m ago•0 comments

The Pain Axis: LLMs Represent Self-Directed Harm and Act to Relieve It

https://arxiv.org/abs/2609.16247
1•Anon84•55m ago•0 comments

Show HN: Pollresults.org – free US election opinion poll API

https://pollresults.org
1•ronbenton•56m ago•0 comments

Chasing Speed of Light on TPU v6e

https://www.sailresearch.com/blog/tpu-v6e-gemma
2•simonpure•58m ago•0 comments

1k careers. One universe. Sign up not necessary

https://epie.life/
1•krnmythicx•1h ago•5 comments

Ask HN: Anyone Played with Jetson Orin Nano Super?

1•prologic•1h ago•0 comments

Show HN: Gdocs-me-up: a high-fidelity Google Docs exporter

https://github.com/behdad/gdocs-me-up
1•behdad•1h ago•0 comments

OpenPrompt – one workspace for developers using multiple AI coding tools

https://openprompt.tech
2•harafernando•1h ago•0 comments

Masked LFW (MLFW) Database

http://whdeng.cn/MLFW/index.html
1•teleforce•1h ago•0 comments

CostRift

https://costrift.com
1•DavidFerreira•1h ago•0 comments

Jev, Prolog, Pi, and the dream of probabilistic logic programming

https://deepclause.substack.com/p/jev-prolog-pi-and-the-dream-of-probabilistic
5•schmuhblaster•1h 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?