frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Not Cool

https://placesjournal.org/article/not-cool-paris-heatwave-climate-sustainability/
1•littlexsparkee•5m ago•0 comments

Pangram Has Emerged as the Gold Standard of AI Detection. Should You Trust It?

https://www.wired.com/story/pangram-has-emerged-as-the-gold-standard-of-ai-detection/
1•bko•8m ago•0 comments

Mammut vs. Arc'terx – Brand Comparisons

https://www.lydiascapes.com/mammut-vs-arcteryx-brand-comparison/
1•Cider9986•9m ago•0 comments

Simple Is Not Small

https://jyn.dev/simple-is-not-the-same-as-small/
1•zdw•12m ago•0 comments

Navigating Code Reviews as a Code Author [video]

https://www.youtube.com/watch?v=zygtgvHp_MM
1•BiraIgnacio•13m ago•0 comments

Stop obsessing about the goddamn robot

https://despairlabs.com/blog/posts/2026-09-03-stop-obsessing-about-the-robot/
2•zdw•17m ago•0 comments

Tell HN: The Thoughts and Woes of a Full-Time Founder Part 1

3•lcampbellsoup•17m ago•0 comments

Ant Group open-sources LingBot-Vision for dense spatial perception

https://github.com/Robbyant/lingbot-vision
1•fourfire•18m ago•0 comments

Balance of Power Geopolitics in the Nuclear Age (1985)

https://archive.org/details/msdos_Balance_of_Power_1985
1•Levitating•21m ago•0 comments

The Death of Educational Content on YouTube [video]

https://www.youtube.com/watch?v=-Gnrp_caPvo
4•jahnu•22m ago•0 comments

Microsoft to impose time limits on Xbox cloud gaming subscribers

https://www.cnbc.com/2026/09/03/microsoft-xbox-game-pass-cloud-limits.html
1•bluedino•23m ago•0 comments

Hugging Face is too important to fall into Nvidia's hands

https://www.theregister.com/ai-and-ml/2026/09/03/hugging-face-is-too-important-to-fall-into-nvidi...
5•mdp2021•26m ago•2 comments

18 Ways You Can Use a Domain Name

https://www.developeddomains.com/strategies/
1•bhartzer•32m ago•0 comments

Nvidia Personal AI Router (Pair)

https://www.nvidia.com/en-us/ai-on-rtx/personal-ai-router/
3•BiraIgnacio•32m ago•0 comments

Show HN: Photosynthesis – iPhone app captures from 2 lenses, stitches to 1 photo

https://apps.apple.com/us/app/photosynthesis-2-lens-camera/id6780102370
1•sajomes•32m ago•0 comments

Hanzi Writer: JavaScript library for Chinese stroke order animations and quizzes

https://hanziwriter.org/
1•rahimnathwani•33m ago•0 comments

56k.rip – the 1996 dial-up internet experience

https://56k.rip/
2•thunderbong•34m ago•0 comments

The Multiplayer AI Manifesto

https://multiplayer-ai.com/
4•ibrahima•36m ago•0 comments

Show HN: Chrome tab group cleaner for Claude Code created tab groups

https://github.com/franzenzenhofer/chrome-tab-group-cleaner
1•franze•44m ago•0 comments

NYC mayor Mamdani imposes 1 year ban on AI for schools through 8th grade

https://www.nyc.gov/mayors-office/news/2026/09/mayor-mamdani-and-chancellor-samuels-put-students-...
15•DeepLogin•45m ago•6 comments

GTP-6 Astra

https://www.youtube.com/watch?v=1QNsdr-Qx_I
2•htk•48m ago•0 comments

Show HN: If I had to design a nuclear fusion power plant(Idea Sketch)

https://github.com/PJHkorea/discrete-filament-router
2•PJHkorea•48m ago•0 comments

4K Analog Video Feedback Device

https://www.youtube.com/watch?v=koDCabeh5kQ
1•CharlesW•48m ago•0 comments

macOS 27 Simulator by OpenAI Astra

https://macos-27-simulator.mweinbach.chatgpt.site/
2•tristanj•49m ago•2 comments

Coder's registry infrastructure compromised to push malicious modules

https://www.bleepingcomputer.com/news/security/coders-registry-infrastructure-compromised-to-push...
2•sbulaev•52m ago•0 comments

(George) Lucas Museum of Narrative Arts

https://lucasmuseum.org
3•rawgabbit•52m ago•0 comments

Star Trek S01e20 "Court Marshall"

https://en.wikipedia.org/wiki/Court_Martial_(Star_Trek:_The_Original_Series)
2•Jimmc414•54m ago•0 comments

Protecting Engineers' Skills in the AI Era

https://spectrum.ieee.org/ai-engineer-skills
22•rbanffy•59m ago•12 comments

There are many agent harnesses, but this one is mine

https://earendil.com/posts/there-are-many-agent-harnesses-but-this-one-is-mine/
1•zdw•1h ago•0 comments

Anxious or outgoing? Study links Big Five personality traits to genetic variants

https://www.nature.com/articles/d41586-026-02761-5
2•geneticdrifts•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?