frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The most famous brand in physical security got pwned by ShinyHunters

https://www.theregister.com/security/2026/07/31/the-most-famous-brand-in-physical-security-got-pw...
1•Bender•4m ago•0 comments

The Major Labels Propose Rules to Keep AI Slop Off the Charts

https://www.ifpi.org/ifpi-rolls-out-global-principles-for-the-eligibility-of-recordings-developed...
1•m463•4m ago•0 comments

Airport sign fails to boot, officers on the scene

https://www.theregister.com/offbeat/2026/07/31/airport-sign-fails-to-boot-officers-already-on-the...
1•Bender•5m ago•0 comments

Flux9s: A K9s-inspired terminal UI for Flux and GitOps state

https://flux9s.ca/
1•bradpenney•5m ago•0 comments

That Viral Photo of San Francisco NIMBYs Shows Why Housing Is Winning

https://inpractice.yimbyaction.org/p/that-viral-photo-of-san-francisco
2•pumpkin88•8m ago•0 comments

Coldcard generated predictable wallet seeds for five years

https://coldcard-hack.up.railway.app/
2•madars•10m ago•0 comments

Zitron: "Everyone Has Been Sold a Lie" on AI [video]

https://www.youtube.com/watch?v=pHcZpvIfho0
2•Bender•11m ago•0 comments

Read the Novels and Forget Everything Else

https://hedgehogreview.com/web-features/thr/posts/read-the-novels-and-forget-everything-else
2•samclemens•12m ago•0 comments

A giddy Patti Smith meets fellow Chicago legend, Pope Leo XIV

https://apnews.com/article/vatican-patti-smith-pope-leo-8c1a76ec542d47b7b1a4c72f70b0c8b9
3•petethomas•13m ago•0 comments

$2M crime novel deal collapses amid questions over AI use

https://www.theguardian.com/books/2026/jul/31/crime-novel-deal-collapses-questions-ai-jerry-falad...
2•mellosouls•13m ago•0 comments

Tens of Thousands of Migrants voluntarily leave after crossing into Ceuta

https://apnews.com/article/spain-ceuta-migration-66839d113f24ba80d08b36d2b337201c
2•petethomas•16m ago•0 comments

Warez Your Website

https://www.arscyni.cc/file/warez_your_website.html
2•arscynic•19m ago•0 comments

Tanstack Charts

https://tanstack.com/charts/latest
2•geophph•20m ago•0 comments

When Your Chatbot Is So Eager to Help, It Forgot Whose Side It's On

https://industrycontents.com/agentic-ai-business-risk/
2•ticust•21m ago•0 comments

Recovering from Agentic Coding

https://www.jrzs.dev/blog/recovering-from-agentic-coding
2•jrhey•25m ago•0 comments

Framework choice explains ~0.06% of agentic AI security outcome (7,020 trials)

https://figshare.com/articles/preprint/Cross-Framework_Portability_of_Agentic_AI_Security_A_Contr...
2•waqarjaved•26m ago•0 comments

Yahoo just redesigned its weather app for the 'weather geek' in us all

https://www.fastcompany.com/91581251/yahoo-weather-app-redesign
2•apparent•27m ago•0 comments

Morioka Shoten

https://www.takram.com/projects/a-single-room-with-a-single-book-morioka-shoten
2•skogstokig•29m ago•0 comments

Why etymologies matter: How tracing words can illuminate history (2024)

https://resobscura.substack.com/p/why-i-love-etymologies
1•benbreen•30m ago•0 comments

'Antizuck' iOS app that claims to detect nearby smart glasses tops App Store

https://9to5mac.com/2026/07/31/antizuck-ios-app-that-claims-to-detect-nearby-smart-glasses-tops-a...
1•danorama•38m ago•0 comments

Votewire – Pin a poll, get results

https://votewire.vercel.app/
1•zay_dea•42m ago•0 comments

Suno Held Liable for Infringing German Song Copyrights

https://www.billboard.com/pro/suno-liable-gema-german-copyright-lawsuit/
1•tchalla•46m ago•0 comments

FoxSchema: Compare and migrate SQL database schemas across 10 dialects

https://foxschema.com/
1•thunderbong•47m ago•0 comments

They invented an infinite context window [video]

https://www.youtube.com/watch?v=XheXopWnX-Q
1•Gecko4072•50m ago•0 comments

Show HN: GAI – A Go runtime for typed, tool-using LLM agents

https://github.com/lace-ai/gai
2•samuel_kx0•50m ago•0 comments

Ask HN: Which Linux distribution is capitalizing on AI momentum?

1•orsenthil•50m ago•0 comments

Iran to get Chinese shoulder-launched missile systems in weeks, sources say

https://www.reuters.com/world/china/iran-get-chinese-shoulder-launched-missile-systems-weeks-sour...
2•mapping365•50m ago•0 comments

Russia is sharing valuable Intel with Iran, officials say, as U.S. war drags on

https://www.nbcnews.com/politics/national-security/russia-sharing-valuable-electronic-intel-iran-...
1•mapping365•51m ago•0 comments

Stream Axanar: The Gathering Storm – The Star Trek CBS doesn't want you to see [video]

https://www.youtube.com/watch?v=tt-58xdu33I
1•mmh0000•51m ago•0 comments

Show HN: Integer-only AI complete XOR with 99.7% accuracy all from scratch

https://github.com/Mojo0869/ABSL
1•Mojo_0869•52m 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.