frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Long March-10B first landing [video]

https://www.youtube.com/watch?v=x9XDsiG40Uk
1•whwhyb•34s ago•0 comments

NeverDeliver, a fake online shop for the dopamine hit without the spending

https://never-deliver-shop.vercel.app
1•truffleMaestro•55s ago•0 comments

Whitegoods that aren't, but should be

https://www.rubenerd.au/whitegoods-that-arent-but-should-be/
1•Tomte•4m ago•0 comments

QR and Barcode Scanner

https://play.google.com/store/apps/details?id=com.qrcode.scanner.barcode.reader.qr.generator&hl=e...
1•karlnelsone•5m ago•1 comments

China may restrict foreign access to Chinese open-source AI models

https://www.reuters.com/technology/artificial-intelligence/china-weighs-silicon-curtain-around-so...
2•crowd51•7m ago•0 comments

Can AI Answer the $3T Question?

https://techcrunch.com/2026/07/09/can-ai-answer-the-3-trillion-question/
1•mjs06•7m ago•0 comments

The Future of Meta Superintelligence: A 1 Year Progress Update

https://newsletter.semianalysis.com/p/the-future-of-meta-superintelligence
1•mji•8m ago•0 comments

Old Photo to New Photo Online

https://oldphototonewphoto.com
1•keepscreenawake•9m ago•0 comments

Ask HN: How are you hiring engineers now?

1•nshmadhani•12m ago•3 comments

Show HN: Banana Battle – DOS Gorillas rebuilt as a web game

https://michael480th.github.io/Banana-Battle/
1•arrozconcosas•14m ago•1 comments

Anyone Mosh Coding Yet?

https://moshcoding.com
1•buffer_overlord•21m ago•0 comments

Why Industry 5.0 is more than AI-powered analytics

https://geekyants.com/blog/industry-40-built-visibility-industry-50-must-automate-decisions-says-...
2•Krishnaswaroop•23m ago•1 comments

Soaring 'McMansion' insurance prices create opening for commercial group

https://www.ft.com/content/e5c6684b-f401-405a-86f2-b5e96cb535a1
1•petethomas•25m ago•0 comments

Bayeux Tapestry delivered to British Museum in dead of night

https://www.bbc.co.uk/news/articles/cly9r54e5r4o
1•zeristor•25m ago•0 comments

Elvebredd for iOS

https://apps.apple.com/us/app/elvebredd/id6760745063
1•klausmikelson•27m ago•0 comments

The Feel-Good Story of the World Cup Is Too Good to Be True

https://www.theatlantic.com/technology/2026/06/world-cup-tourists-america/687572/
1•mmooss•28m ago•0 comments

Promising inference software, written in Zig

https://zml.ai/posts/llmd/
1•sachamorard•32m ago•0 comments

Turn off this Meta setting before someone generates AI images of you

https://www.malwarebytes.com/blog/ai/2026/07/turn-off-this-meta-setting-before-someone-generates-...
3•taubek•34m ago•1 comments

TinyToT – Tree of Thoughts Inference Server

https://github.com/guilt/TinyToT
1•vkaku•35m ago•1 comments

AI subscriptions cut quotas and raised prices in early 2026

https://wellstsai.com/en/post/ai-subscription-shakeout-2026-claude/
1•Tint6666•37m ago•0 comments

Reuters World News Podcast

https://www.reuters.com/podcasts/reuters-world-news/
1•gurjeet•38m ago•0 comments

China's provinces asked to bail out risk-fraught regional banks

https://www.chinabankingnews.com/p/chinas-provinces-asked-to-bail-out
2•andsoitis•49m ago•0 comments

Publishers Are Preparing to Opt Out of Google Search

https://www.adweek.com/media/publishers-opt-out-google-search/
8•giuliomagnifico•52m ago•0 comments

Lisp as the Maxwell's Equations of Software

https://michaelnielsen.org/ddi/lisp-as-the-maxwells-equations-of-software/
36•andsoitis•52m ago•1 comments

Experiment with tiny quantum universe: time 'arises' from changes in disorder

https://www.sciencedaily.com/releases/2026/07/260709160632.htm
2•alok-g•53m ago•1 comments

Neuralwatt Doubling the Price

https://portal.neuralwatt.com/pricing
2•MehrdadKhnzd•54m ago•0 comments

The great AI data centre cover-up

https://www.ft.com/content/7800ba0f-1420-49fe-b260-9838632a19a4
2•1vuio0pswjnm7•1h ago•1 comments

AI Investors Buying Accounting Companies and Force Them to Use OpenAI [video]

https://www.youtube.com/watch?v=2dp98vEGWq0
2•xbmcuser•1h ago•0 comments

Zeno's Paradox and Infinite Sums – Lectures on Infinity (Lecture 1) [video]

https://www.youtube.com/watch?v=4Y9p0yp8Mow
2•FillMaths•1h ago•0 comments

Italy privacy watchdog fines Character.ai owner over age-check failures

https://www.reuters.com/business/italy-privacy-watchdog-fines-characterai-owner-over-age-check-fa...
1•1vuio0pswjnm7•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?