frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Gopilotty – Agent for Interactive Terminal

https://github.com/goverture/gopilotty
1•bandana•3m ago•0 comments

How Prisoner Swap Negotiations Work – Authorized Account – Insider [video]

https://www.youtube.com/watch?v=8Y4xt7tFfIg
1•sipofwater•5m ago•0 comments

Show HN: Simple tool to compare directory contents using smart comparators

https://github.com/BlueBrain/dir-content-diff
1•adrien-berchet•13m ago•0 comments

WinUI vs WPF vs UWP

https://avaloniaui.net/blog/winui-vs-wpf-vs-uwp
1•breve•13m ago•0 comments

Israel's underground jail, Palestinians held without charge, never see daylight

https://www.theguardian.com/world/2025/nov/08/israel-underground-jail-rakefet-palestinians-gaza-d...
1•hebelehubele•15m ago•0 comments

4KUpScaler – Elevate Your Visuals with the Power of AI

https://www.4kupscaler.com/
1•aiwebwin2025•15m ago•1 comments

Upway just raised $60M from Sequoia and others, valuing the company at $400M

https://micromobility.io/news/upway-raises-60-million-to-scale-its-refurbished-e-bike-network
1•prabinjoel•16m ago•0 comments

Tell-HN: Identity Verification Provider Used by LinkedIn Transfers Gov ID to USA

1•DyslexicAtheist•18m ago•0 comments

LoRA Model – LoRA-focused image generation hub that reduces "choice friction"

https://loramodel.org
1•dallen97•22m ago•1 comments

Lumpenproletariat

https://en.wikipedia.org/wiki/Lumpenproletariat
1•dsego•31m ago•0 comments

ArahiAI – A no-code platform for building AI agents that take real actions

2•innovalabs•33m ago•0 comments

It's much easier to hold computers accountable than to hold humans accountable

https://andymasley.substack.com/p/its-much-easier-to-hold-computers
2•NavinF•35m ago•2 comments

Google Threat Intel Group AI Threat Tracker:Advances in Threat Actor AI Tool Use

https://cloud.google.com/blog/topics/threat-intelligence/threat-actor-usage-of-ai-tools
1•RA2lover•53m ago•0 comments

The Robot Swarms Are Coming

https://www.wsj.com/tech/ai/the-robot-swarms-are-coming-c7e8425f
1•pretext•54m ago•0 comments

Riding in a Chinese Robotaxi Is Pretty Smooth–That's a Problem for Waymo

https://www.wsj.com/business/autos/china-robotaxi-self-driving-waymo-254ce0a1
3•pretext•56m ago•0 comments

Web browser add-on that prevents YouTube's automatic translations

https://github.com/YouG-o/YouTube-No-Translation
1•faust201•58m ago•0 comments

U.S. Export Promotion Executive Order "AI Stack"

https://www.hyperdimensional.co/p/dont-overthink-the-ai-stack
1•walterbell•1h ago•1 comments

Making Democracy Work: Fixing and Simplifying Egalitarian Paxos

https://arxiv.org/abs/2511.02743
2•otrack•1h ago•0 comments

Ask HN: What do you hate about hiring?

1•dark7•1h ago•3 comments

Vigilante Lawyers Expose the Rising Tide of A.I. Slop in Court Filings

https://www.nytimes.com/2025/11/07/business/lawyers-ai-vigilantes.html
2•pretext•1h ago•1 comments

Ask HN: I know how to build it, now I want to break it

1•indiedev_001•1h ago•0 comments

The hidden trust problem in API formats

https://apichangelog.substack.com/p/the-hidden-trust-problem-in-api-formats
1•bpedro•1h ago•0 comments

Largest spider web hosts two solitary species of spiders

https://www.scientificamerican.com/article/worlds-largest-spider-web-discovered-in-bizarre-sulfur...
1•mighty_plant•1h ago•0 comments

Blocking AI Notetakers

https://old.reddit.com/r/sysadmin/comments/1oqzqqg/blocking_ai_notetakers/
4•taubek•1h ago•0 comments

Show HN: Threads Media Downloader

https://chromewebstore.google.com/detail/threads-media-downloader/hcheccflijdeknphebbpjdipidinacln
1•qwikhost•1h ago•1 comments

Ask HN: Do any OLAP databases pass sqllogictest suite?

1•rustic-indian•1h ago•0 comments

Async QUIC and HTTP/3 made easy: Tokio-quiche is now open-source

https://blog.cloudflare.com/async-quic-and-http-3-made-easy-tokio-quiche-is-now-open-source/
1•the_arun•1h ago•0 comments

Promptingpicks

https://promptingpicks.com
1•chrisian12•1h ago•0 comments

Ask HN: Is everyone only hiring senior developers? And is it because of AI?

8•elcapithanos•1h ago•3 comments

Show HN: Free open-source file scanner (pompelmi)

https://github.com/pompelmi/pompelmi
1•SonoTommy•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•5mo ago

Comments

uberman•5mo 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•5mo 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•5mo 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•5mo 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?