frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

An open-source diagram skill for designer

https://github.com/cathrynlavery/diagram-design
1•Nina_antalpha•2m ago•0 comments

Is PDF a Problem for AI?

https://pdf4wcag.com/blog-news/is-pdf-a-problem-for-ai
1•JilBill•9m ago•2 comments

Finding All Solutions to LinkedIn-Queens Puzzle

https://wyounas.github.io/model-checking/puzzles/2026/06/06/finding-all-solutions-to-linkedin-que...
1•simplegeek•12m ago•0 comments

SpaceX sues to block release of tax-break records for its Texas Terafab project

https://www.businessinsider.com/spacex-terafab-tax-break-records-ai-transparency-texas-2026-9
1•snikolaev•12m ago•0 comments

Show HN: 1080p is 920px tall – 1k real browser viewports

https://screensize.net/reports/viewport-stats
1•zenpe•12m ago•0 comments

Language Makes Power Feel Like Common Sense

https://linguistically.substack.com/p/antonio-gramsci-how-language-makes
1•akbarnama•13m ago•0 comments

Australian insurer offers discount to self-driving car owners

https://www.smh.com.au/business/consumer-affairs/humans-make-mistakes-insurer-offers-discount-to-...
2•Alien1Being•14m ago•0 comments

Human bottleneck will not let AI replace any jobs

2•jatindavis05•16m ago•0 comments

Open-source project: Use ChatGPT Web models directly in Codex

https://github.com/miuuyy/codex-chatgpt-web
1•Moon_Y•20m ago•0 comments

Confessions of an Unrepentant Slop Snob

https://charity.wtf/p/confessions-of-an-unrepentant-slop
1•BerislavLopac•22m ago•0 comments

Show HN: Descles, response level LLM message control with HITL approval flows

https://www.descles.com/
1•chiatzen•26m ago•0 comments

If Astra was trained on 100k Blackwell GPUs, what happens with 1M Rubin?

https://twitter.com/JensenHuang/status/2096700264569090384
2•aurareturn•26m ago•1 comments

South Africa's weigh-and-pay shops are tackling 'poverty tax' head on

https://www.theguardian.com/global-development/2026/sep/14/south-africa-weigh-and-pay-shops-food-...
1•ljf•28m ago•0 comments

Three Reasons Europe learned to distrust Big Tech before America did

https://thebulletin.org/premium/2026-09/three-reasons-europe-learned-to-distrust-big-tech-before-...
1•vrganj•29m ago•0 comments

My experience of September 11, 2001, from across the Hudson

https://medium.com/freedomofthought/if-nobody-loved-me-the-city-did-27ad19dbcb8a
1•raynchad•29m ago•0 comments

Ansto nuclear reactor marks 20 years of health and technology innovation

https://www.abc.net.au/news/2026-09-14/ansto-opal-nuclear-reactor-celebrates-20-years/107132928
1•ggm•30m ago•0 comments

Teaching a fruit fly to play chess

https://flychess-hq.vercel.app
1•qsort•30m ago•0 comments

The Cost of Omelas – 10 centuries of total people killed by nation states

https://omelas-dj1.pages.dev
1•epsteingpt•39m ago•1 comments

War over robotaxis in NYC heats up with retracted Waymo report, 'Autokill' novel

https://gothamist.com/news/war-over-robotaxis-in-nyc-heats-up-after-retracted-waymo-report-and-au...
1•tape_measure•40m ago•0 comments

What an ERC-4626 price test shows

https://medium.com/@giladha/what-an-erc-4626-price-test-actually-shows-9fce352c5bde
1•giladha•40m ago•0 comments

Show HN: I made an unlimited TikTok video generator to get views on the internet

https://cloney.app
1•phanahm•41m ago•0 comments

Ask HN: Why are HDMI connectors hard to reach in 2026?

1•final_moss•42m ago•1 comments

No cities on the Moon – there isn't enough water, scientists say

https://www.frontiersin.org/news/2026/09/14/no-cities-on-the-moon-there-isnt-enough-water-frontie...
2•geox•44m ago•0 comments

Another Slice of Swiss Cheese for Untrusted Monitoring

https://www.lesswrong.com/posts/zJWgfsad8o9Y8E9sb/another-slice-of-swiss-cheese-for-untrusted-mon...
2•joozio•45m ago•0 comments

Every tool you need, right in the browser

https://footrue.com/
2•rajeshrajappan•48m ago•0 comments

Can Geneticists Fight Disease by Targeting 'Nurture' Instead of 'Nature'?

https://www.nytimes.com/2026/09/08/science/epigenetic-editing.html
1•hodgesrm•48m ago•0 comments

Apple's Always-Listening Tech: A Privacy Nightmare Waiting to Happen

https://this.weekinsecurity.com/watch-what-you-say-apple-opens-the-door-to-a-nightmare-world-of-a...
1•signa11•49m ago•0 comments

Why big tech will hate the Australian tax office's latest ruling

https://theconversation.com/why-big-tech-will-hate-the-australian-tax-offices-latest-ruling-291571
4•billybuckwheat•50m ago•0 comments

Michaelsoft Binbows

https://binbows.net/
2•austinallegro•57m ago•0 comments

Closure Compiler: A JavaScript checker and optimizer

https://github.com/google/closure-compiler
3•csmantle•58m 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?