frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Microsoft built a dedicated app that forces Bing everywhere on Windows 11

https://www.windowslatest.com/2026/08/22/microsoft-built-a-dedicated-app-that-forces-bing-everywh...
1•monoclerb•39s ago•0 comments

Six principles for evaluating cognitive capabilities in AI models

https://onlinelibrary.wiley.com/doi/10.1002/aaai.70061
1•Terretta•2m ago•1 comments

A.I. is everywhere in China. See for yourself

https://www.nytimes.com/interactive/2026/08/21/world/asia/china-ai-life.html
1•eternalreturn•6m ago•0 comments

It was great to have Raekwon at our office again

https://twitter.com/PalantirTech/status/2090889852405334118
1•mellosouls•10m ago•1 comments

Episode 2: Life After Stripe

https://jondlm.github.io/website/blog/life_after_stripe/
1•jondlm•13m ago•0 comments

Canada suspends trade negotiations with USA and match tariffs dollar for dollar

https://www.pm.gc.ca/en/news/statements/2026/08/21/statement-prime-minister-carney-canada-us-trad...
2•backlit4034•14m ago•0 comments

The Joy of Why (podcast): Are We Thinking Correctly About AI Intelligence?

https://www.quantamagazine.org/are-we-thinking-correctly-about-ai-intelligence-20260820/
1•Terretta•23m ago•1 comments

Procedural Three.js web design templates for agents

https://threeui.com/browse
1•luispa•23m ago•0 comments

Kayva – continuous care on the watch you wear

https://www.kayvahealth.com/
2•abhinav_rana•25m ago•0 comments

Bidad (Outcry). A Film by Soheil Beiraghi [video]

https://www.youtube.com/watch?v=Q2phizeC6Lo
1•fodmap•29m ago•1 comments

Comparing open vs. closed models across the eras of frontier models

https://newsletter.semianalysis.com/p/are-open-models-catching-up
2•giuliomagnifico•31m ago•0 comments

Enabling the next-generation trait solver on nightly

https://blog.rust-lang.org/2026/08/21/enabling-next-solver-on-nightly/
1•KolmogorovComp•37m ago•0 comments

Show HN: I built a tool for creating mock HTTP endpoints

https://www.http-response.com/
2•primalscreamer•38m ago•1 comments

Who Should Pay for Source Code Availability?

https://kristoff.it/blog/source-code-availability/
2•r3ason•39m ago•0 comments

Hidden Zillow listings created fake supply shock, raising NYC rents, lawsuit

https://arstechnica.com/tech-policy/2026/08/class-action-accuses-brokers-of-hiding-zillow-listing...
3•pseudolus•43m ago•0 comments

Z80–The 1970s Microprocessor Still Alive

https://www.computer.org/csdl/magazine/mi/2021/06/09623402/1yJTvlRLmhi
2•asdefghyk•50m ago•1 comments

Munder Difflin – Agent harness to run an office of your clones

https://munderdiffl.in/
2•simonpure•50m ago•0 comments

These animals can predict volcanic eruptions, storms and more

https://www.cbc.ca/documentaries/the-nature-of-things/these-animals-can-predict-volcanic-eruption...
1•svenfaw•52m ago•0 comments

At the moment: 472 gas-fired power plants are under development in the US

https://twitter.com/NatBullard/status/2090496193910730883
2•ksec•53m ago•0 comments

CyberStrike – open-source AI harness for offensive security (AGPL)

https://github.com/CyberStrikeus/CyberStrike
3•orhanyildirim•55m ago•1 comments

Math Academy – How Our AI Works

https://www.mathacademy.com/how-our-ai-works
1•olvy0•56m ago•0 comments

Panache: Language server, formatter, linter for Markdown, Quarto, and R Markdown

https://github.com/jolars/panache
1•fhchl•56m ago•0 comments

Saab Unveils Stealthy Supersonic 'Fighter Drone' Concept

https://www.twz.com/air/saab-unveils-stealthy-supersonic-fighter-drone-concept
1•madspindel•57m ago•0 comments

Waterloo's student rocketry team breaks a world record

https://uwaterloo.ca/news/engineering/waterloos-student-rocketry-team-breaks-world-record
3•pseudolus•1h ago•0 comments

ISRO will not make any launch vehicle, all tech to be handed to private sector

https://www.indiatoday.in/science/story/isro-will-not-make-any-launch-vehicle-all-tech-to-be-hand...
1•thunderbong•1h ago•1 comments

The hold that could not release itself

https://shitrat.ai/log/the-hold-that-could-not-release-itself
1•handfuloflight•1h ago•0 comments

Hermeus, a venture-backed defense aviation company

https://hermeus.com
1•ksec•1h ago•0 comments

MacStories is posting on Twitter again

https://mastodon.macstories.net/@viticci/117134048567780192
2•latexr•1h ago•1 comments

Homebrew 68K Machine Has a PCI Bus

https://hackaday.com/2026/08/20/homebrew-68k-machine-has-a-pci-bus/
4•birdculture•1h ago•1 comments

New chip mimics how cancer spreads

https://ecancer.org/en/news/28752-new-chip-mimics-how-cancer-spreads
2•giuliomagnifico•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?