frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

After rewriting SQLite in Rust, Turso turns its sights on Postgres

https://www.theregister.com/databases/2026/07/29/after-rewriting-sqlite-in-rust-turso-turns-its-s...
1•theanonymousone•13s ago•0 comments

Kirin XE90 and X90 Plus mark Huawei's first PC processors despite sanctions

https://www.notebookcheck.net/Kirin-XE90-and-X90-Plus-mark-Huawei-s-first-public-unveiling-of-PC-...
1•yogthos•1m ago•0 comments

Lose an engine at V1, Falcon 10x holds power on the good side [pdf]

https://www.dassault-aviation.com/wp-content/blogs.dir/1/files/2026/06/Falcon-10X-backgrounder-in...
1•r2sk5t•3m ago•1 comments

APFS is case-insensitive by default

https://swild.dev/dev/apfs-case-insensitive/
1•wslh•3m ago•0 comments

Show HN: a Rust coding agent that is compatible with Claude Code plugins/skills

https://github.com/KonghaYao/peri
1•sowild_fun•5m ago•0 comments

US Considers Creating Finra-Like Watchdog to Vet Top AI Models

https://www.bloomberg.com/news/articles/2026-07-17/us-considers-creating-finra-like-watchdog-to-v...
1•achow•6m ago•0 comments

Musk's X says Australia social media ban crackdown undermines international law

https://www.reuters.com/legal/government/musks-x-says-australia-social-media-ban-crackdown-underm...
1•1vuio0pswjnm7•7m ago•0 comments

Cocoa prices are easing. So why is chocolate still so expensive?

https://www.cnbc.com/2026/07/26/cocoa-prices-chocolate-lindt-barry-callebaut-nestle.html
1•walterbell•7m ago•0 comments

Closed models refuse to help researcher swat Linux bug

https://www.theregister.com/ai-and-ml/2026/07/29/closed-models-refuse-to-help-researcher-swat-lin...
1•justworks•9m ago•0 comments

NSF pilots 4-year PhDs with industry research placements

https://www.nsf.gov/news/nsf-partners-universities-industry-pilot-initiative-four
1•osnium123•11m ago•0 comments

AI Facebook Ads Creator: Create High-Converting Video Ads

https://textideo.com/use-cases/facebook-ad-video-generator
1•cloaud•12m ago•0 comments

Things You Never Hear

1•mr-pink•13m ago•0 comments

Show HN: Numbat – Agent Runtime Detection and Response

https://github.com/perplexityai/numbat
1•kpollls•14m ago•0 comments

Roundup of August 2026 Bootstrapper Events

https://bootstrappersbreakfast.com/2026/07/28/roundup-of-august-2026-bootstrapper-events/
1•skmurphy•22m ago•1 comments

Scientists find a simple way to stop cavities without drilling

https://www.sciencedaily.com/releases/2026/07/260729010719.htm
1•ninjahawk1•23m ago•0 comments

Kuna: Decompiler Development in the Age of Coding Agents

https://noelo.org/blog/kuna-release/
1•matt_d•25m ago•0 comments

Show HN: How we use AI agents for support in an open-source project (Seafile)

2•Daniel-Pan•26m ago•0 comments

OpenAI cyberattack caused by rogue AI agent worse than initially reported

https://www.tag24.com/en/tech/openai-reveals-cyberattack-caused-by-rogue-ai-agent-was-worse-than-...
1•geoffbp•28m ago•0 comments

Nvidia's chips may be novel, but its 'circular financing' isn't

https://www.ft.com/content/33714af0-a646-4271-8078-49a87182917f
2•justworks•31m ago•0 comments

Scientists Uncover Hidden Structures Beneath the Amazon

https://www.sciencealert.com/completely-transformed-my-understanding-scientists-uncover-hundreds-...
1•thunderbong•33m ago•0 comments

Can you make a Wii U gamepad from a Raspberry Pi? [video]

https://www.youtube.com/watch?v=si-TUEwC5_M
3•mister_mort•36m ago•0 comments

We discovered a new variant of Super Mario Bros

https://nintendowire.com/news/2026/07/29/we-discovered-a-new-super-mario-bros-variant/
1•hn1986•41m ago•0 comments

Art as Compression

https://feed.grantcuster.com/post/2026-07-29-10-20-08-art-as-compression
1•msephton•48m ago•0 comments

Higher Airfares Are Looming on Busy Routes as AI Squeezes Out Bargains

https://www.bloomberg.com/news/articles/2026-07-29/higher-airfares-loom-on-busy-routes-as-ai-sque...
3•petethomas•49m ago•0 comments

xAI sues Minnesota over its law banning 'nudification' technology

https://apnews.com/article/minnesota-artificial-intelligence-nudification-x-elon-musk-deepfake-13...
7•devonnull•53m ago•4 comments

Talk to Your Area (Askaround.me)

1•SahibzadaAM•1h ago•0 comments

Show HN: Legionlinuxtui – Control Lenovo legion laptops in the terminal

https://github.com/nooneknowspeter/legionlinuxtui
3•nooneknowspeter•1h ago•0 comments

The Programming Tourist

https://amrshawky.com/posts/cs-correction/
3•amr_shawky•1h ago•0 comments

Is Mythos good at cyber because it kept hacking Anthropics sandboxes in training

https://www.lesswrong.com/posts/QKDoZe6EKhxnFjLWK/is-mythos-good-at-cyber-because-it-kept-hacking...
3•lukaspetersson•1h ago•0 comments

The Art of Life [video]

https://www.youtube.com/watch?v=7gUh8j5ui0o
2•momentmaker•1h ago•0 comments
Open in hackernews

Ask HN: How are you using LLMs for coding?

2•mraza007•1y ago
What have been your tips and tricks when coding with LLMs

Comments

benoau•1y ago
Whenever it gets in a cycle of fucking up, I ask it to break the code down into smaller functions and write a test suite for each individually.

Tell it what language or packages to use or it might make selections that add dependencies or require installing stuff on your computer.

Tell it how you want your code written or it will be an extra chore to accommodate linting requirements.

Basically just being very explicit.

GianFabien•1y ago
I mostly write low-level code in Python and JS. When working with a new API, I would sometimes find it difficult to locate information to fix problems. With ChatGPT I simply rubber duck my problem. It usually only takes a couple of iterations to zoom into the core solution.
Flundstrom2•1y ago
Copilot in visual studio to fix compiler errors and let it type all the boilerplate code by TAB-ing. Sometimes it even manages to spit out an entire - and correct - function.

Mistral Le Chat for more advanced questions and figuring out things that copilot can't.