frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

One big winner in War on Iran: US natural gas exporters. Big loser: Europe

https://kdwalmsley.substack.com/p/one-big-winner-in-war-on-iran-us
1•comebhack•3m ago•0 comments

The User Is the Processor

https://aito.ai/blog/the-predictive-application/
1•arauhala•4m ago•0 comments

You got what you wanted. Why doesn't it feel like anything?

https://lanternhours.substack.com/p/you-got-what-you-wanted-why-doesnt
1•cuongvtran•6m ago•0 comments

Psychology Research Is Mostly Fine

https://www.astralcodexten.com/p/psychology-research-is-mostly-fine
1•Michelangelo11•7m ago•0 comments

FreeBSD Just Removed the Last of Its GPL-Licensed Code

https://hackaday.com/2026/07/28/freebsd-just-removed-the-last-of-its-gpl-licensed-code/
1•olalonde•8m ago•0 comments

Meta Is Fighting a Mountain of Social-Media Lawsuits at Just the Wrong Time

https://www.wsj.com/tech/meta-is-fighting-a-mountain-of-social-media-lawsuitsat-just-the-wrong-ti...
1•1vuio0pswjnm7•9m ago•0 comments

Rachel has a new brain. She hasn't noticed. Our cloud bill definitely has

https://old.reddit.com/r/consentbar/comments/1v8vdgu/rachel_got_a_brain_transplant_and_our_token_...
1•genesem•10m ago•0 comments

Jewellery Shops Colombo

https://www.careems.com
1•jayanath99•10m ago•0 comments

He wanted a true solar vehicle, so he built Solar Bear, an open-source trike

https://autos.yahoo.com/ev-and-future-tech/articles/wanted-true-solar-vehicle-built-164500021.html
1•moltean•10m ago•0 comments

Show HN: Fulltext search on PDFs and scanned images

https://github.com/Shadi/docs-search
1•_shadi•13m ago•0 comments

Cognitive Farmsteading

https://contraptions.venkateshrao.com/p/cognitive-farmsteading
1•swolpers•14m ago•0 comments

SpaceX stock-purchasing by Congress members fuels conflict concerns

https://www.cnbc.com/2026/07/28/spacex-stock-congress-lawmakers-ipo-conflict-of-interest.html
3•1vuio0pswjnm7•14m ago•0 comments

I 4x'd a 367x479 stamp-sized photo through 8 upscaling models

https://enlarger.app/blog/upscayl-vs-enlarger/
1•jaakkoc•15m ago•1 comments

Be careful downloading Windows 11 apps from Google

https://www.windowslatest.com/2026/07/27/be-careful-downloading-windows-11-apps-from-google-70-fa...
1•01-_-•17m ago•0 comments

From Code Generation to Risk Validation

https://luisvieira.me/blog/ai-across-the-sdlc
1•luisvieira_gmr•18m ago•0 comments

What's New in JavaScript? ECMAScript 2027

https://tc39.es/ecma262/
1•aanthonymax•18m ago•2 comments

Meta Got Everything It Wanted in a Secret Louisiana Data Center Deal

https://www.nytimes.com/2026/07/27/technology/meta-data-center-louisiana.html
3•01-_-•19m ago•0 comments

GPS Week Number Rollover

https://en.wikipedia.org/wiki/GPS_week_number_rollover
1•taubek•20m ago•0 comments

Did AI Hack HuggingFace?

https://www.youtube.com/watch?v=q2KCrmQz9WE
1•rustyhancock•21m ago•1 comments

Can anti-fraud make large-scale attacks unprofitable?

1•jezzwar•24m ago•1 comments

Show HN: DynoTable – The DynamoDB GUI with real SQL and your AI agent

https://dynotable.com/
1•dynotable•24m ago•0 comments

Self Hosting LLMs with Llama.cpp

https://data4sci.substack.com/p/self-hosting-llms-with-llamacpp
1•Anon84•29m ago•0 comments

Building the enterprise environment for agentic AI

https://www.technologyreview.com/2026/07/27/1140668/building-the-enterprise-environment-for-agent...
2•joozio•30m ago•0 comments

Kids who own phones have poorer reading comprehension scores VS those who don't

https://phys.org/news/2026-07-kids-cellphones-poorer-comprehension-scores.html
2•Markoff•33m ago•1 comments

Show HN: BeatFlow: Codex skill for composing music as editable multi-track MIDI

https://github.com/the0cp/beatflow-skill
1•vaergawdd•34m ago•0 comments

Hypothetical Types of Biochemistry

https://en.wikipedia.org/wiki/Hypothetical_types_of_biochemistry
1•frozenseven•34m ago•0 comments

GPS Isn't a Solved Problem. Xona Space to Become Critical Infrastructure?

https://beyondhorizonforesight.substack.com/p/gps-isnt-a-solved-problemits-one
1•beyondhorizonfs•35m ago•0 comments

Mango – Modern IRC Client for Mac, iPhone and iPad

https://mangoirc.chat/
1•Tomte•37m ago•0 comments

Yahtzee Strategy

https://ballparkfigures.substack.com/p/yahtzee
1•muti•37m ago•0 comments

Show HN: Build an Avatar-Cursor Integration

https://lee-ai.com/
1•eschwalme•37m 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?