frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

AI is creating ghostwriting jobs on LinkedIn

https://www.ft.com/content/7a5e15e4-799a-4476-ba9f-018b1d82c76f
1•uxhacker•5m ago•0 comments

SensorTap: One command, every sensor your machine has

https://baselashraf.com/sensortap/
1•BaselAshraf81•6m ago•1 comments

Royce on San Francisco

https://www.astralcodexten.com/p/royce-on-san-francisco
1•babelfish•8m ago•0 comments

Show HN: Make Art Not Apps

https://www.makeartnotapps.com/
1•hellojomp•9m ago•0 comments

How Israel exports the technology of occupation around the world

https://www.universiteitleiden.nl/project0100/news/book-review-the-palestine-laboratory
2•paimapi•10m ago•0 comments

Destroying Humanity Is Against the Law

https://www.theatlantic.com/ideas/2026/09/ai-risk-criminal-law/688615/
1•samizdis•11m ago•0 comments

Apple's M6, M7 and M8 Chips Show How AI Is Reshaping the Company

https://twitter.com/markgurman/status/2100252758859489391
2•alwillis•12m ago•0 comments

Elyx

https://elyx.design/
2•frizlab•13m ago•1 comments

Principles for a New Utopianism

https://institute.deepmind.com/essays/principles-for-a-new-utopianism/
1•cfowles•15m ago•0 comments

Trove of Never-Before-Seen Records Reveal How the Wealthiest Avoid Income Tax

https://www.propublica.org/article/the-secret-irs-files-trove-of-never-before-seen-records-reveal...
4•paimapi•15m ago•0 comments

Cookie converter and Claude session check I use

https://claudecookie.com/
1•kirill_orlov•19m ago•0 comments

House Defies Automakers and Mandates AM Radio in New Cars

https://www.wsj.com/business/autos/house-defies-automakers-and-mandates-am-radio-in-new-cars-5479...
4•fortran77•19m ago•2 comments

Netanyahu seeks to strip citizenship as threats to NAZA film directors intensify

https://www.theguardian.com/world/2026/sep/16/threats-against-israeli-directors-gaza-documentary-...
2•hebelehubele•22m ago•0 comments

Nature Is Our Learning Environment

https://periodic.com/news/nature-is-our-learning-environment
1•gmays•22m ago•0 comments

American, United, Southwest scale back schedules as fuel shock reshapes flying

https://www.reuters.com/business/american-airlines-warns-high-fuel-prices-could-force-capacity-ad...
1•awnird•22m ago•0 comments

Ms. Rachel on Gaza Controversy, YouTube Fame, and Her New Album

https://www.rollingstone.com/culture/culture-features/ms-rachel-youtube-album-gaza-controversy-12...
2•ledoge•23m ago•0 comments

Open-1B: the first model you don't have to trust

https://www.gensyn.ai/news/introducing-open-1b-auditable-training
1•modinfo•24m ago•0 comments

OpenAI says CEO Altman will attend Trump's state dinner for Xi

https://www.reuters.com/world/china/openai-says-ceo-altman-will-attend-trumps-state-dinner-xi-202...
1•tartoran•24m ago•1 comments

Show HN: OpenCode Mentor - An anti-vibecoding, programming mentor configuration

https://github.com/davejpeters/opencode-mentor
1•davejpeters•25m ago•1 comments

Show HN: Hometowns – Map the area codes in your contacts list

https://benaduggan.github.io/hometowns/
2•benaduggan•26m ago•0 comments

The LLMs Yearn for the Spines

https://buttondown.com/hillelwayne/archive/the-llms-yearn-for-the-spines/
4•srijan4•27m ago•0 comments

Show HN: unSnag – Display tasks you can do and graph task dependencies

https://unsnag.app
1•hydropax•27m ago•0 comments

We're not ready for superpersistent AI

https://www.natesilver.net/p/were-not-ready-for-superpersistent
2•JumpCrisscross•34m ago•0 comments

Show HN: Vending Machine Lab – Build business, leave for 2 wks, see what breaks

https://vending-machine-lab.pages.dev/
1•professorgc•34m ago•0 comments

Reversing AIs tech job displacement

https://gist.github.com/mxfactorial/34ec46591752cc6955c842d436b01604
1•mxfactorial•36m ago•0 comments

Show HN: Interakt – open-source self-hosted search and AI chat for your website

https://github.com/alphasolutionsrepo/interakt
2•interakt•39m ago•0 comments

Gnome 51, "A Coruña"

https://release.gnome.org/51/
3•plaguna•39m ago•0 comments

Artemis II Launch 35mm High Speed Film (01.apr.2026)

https://images.nasa.gov/details/KSC-20260401-MH-AJN01-0001-Artemis_II_Launch_35mm_High_Speed_Film...
2•HelloUsername•40m ago•0 comments

A 3D Rasterizer for Embedded Devices

https://github.com/CubeCoders/Jet
1•SamuraiLion•40m ago•0 comments

Breaking the 1.58-bit Barrier for Ternary LLMs

https://arxiv.org/abs/2609.16338
28•matt_d•41m 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?