frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Repo Bench – Repo Prompt

https://repoprompt.com/bench
1•mefengl•39s ago•0 comments

Halo BCA, Apakah Punya Wa 24 Jam

1•magsparky•1m ago•0 comments

Peer Review Request Agnosti-AI-Zero Day?

https://github.com/tattoosonmyskin/time-warp-exploit-white-paper
1•The_Reformer•1m ago•1 comments

Show HN: A list of CLI coding tools similar to Claude Code

https://github.com/omarabid/cli-llm-coding
1•csomar•2m ago•0 comments

Tools Take Power Away

https://faingezicht.com/articles/2025/06/05/tools-power/
1•speckx•3m ago•0 comments

Pimped Amiga 500

https://www.pimyretro.org/pimped-amiga-500/
1•onename•4m ago•0 comments

The Cities Skylines Paradox: how the sequel stumbled

https://selix.net/notes/the-cities-skyline-paradox
1•jhy•5m ago•0 comments

Halo BCA, Apakah Punya WhatsApp 24 Jam

1•muratt0707•5m ago•0 comments

After 14 years, I'm stepping down as CEO of Gumroad

https://twitter.com/shl/status/1991113997702054110
2•sahillavingia•5m ago•0 comments

GPU Secrets for Scalable AI Performance

https://content.knowledgehub.wiley.com/unlock-the-full-potential-of-ai-with-optimized-inference-i...
1•quapster•7m ago•0 comments

Show HN: Q⊗DASH – Rust/Python quantum operator framework for graph-based QC

1•dioniceOS•7m ago•0 comments

Show HN: Sidely a minimal ChatGPT sidebar for Chrome (no back end no injections)

https://chromewebstore.google.com/detail/sidely-chatgpt-sidebar/ibgipmeolfponfpmjhflfgkbcecpmcoo
1•parasochka•7m ago•0 comments

Raycast Released a Windows Beta

https://raycastapp.notion.site/Raycast-Windows-Beta-Manual-213d6e4a82158011b8b0e0760b5c7f63
1•ssgodderidge•8m ago•0 comments

Snow

https://rodgercuddington.substack.com/p/snow-a-winters-tale
1•freespirt•11m ago•0 comments

Show HN: SLFG: We Made Gets() Safe. Everyone Said It Was Impossible

1•DenisDolya•12m ago•0 comments

Phoenix Creator Argues Elixir Is AI's Best Language

https://thenewstack.io/phoenix-creator-argues-elixir-is-ais-best-language/
1•mooreds•13m ago•0 comments

Lloyds Banking Announces Acquisition of Curve

https://www.nasdaq.com/articles/lloyds-banking-announces-acquisition-curve
1•franze•13m ago•0 comments

The Valley of Code

https://thevalleyofcode.com/
1•AliCollins•13m ago•0 comments

Bullying Questions Answered

https://www.pacer.org/bullying/info/questions-answered/
1•mooreds•14m ago•0 comments

GitHub FOMO

https://lmika.org/2025/11/19/github-fomo.html
1•speckx•15m ago•0 comments

The need for Ochat in whistle blowing

https://www.ochat.fun/about.html
1•petercode•15m ago•0 comments

Unity and Epic Games: Open Interoperable Future for Video Gaming

https://www.unrealengine.com/en-US/news/unity-and-epic-games-together-advance-the-open-interopera...
1•tasoeur•16m ago•0 comments

Microsoft E Anthropic

1•jonasthimoteo•17m ago•0 comments

How to replicate the Claude Code attack with Promptfoo

https://www.promptfoo.dev/blog/claude-code-attack/
1•mooreds•18m ago•0 comments

Show HN: Papers with Code Meets Elicit.org – ResearchLit

https://researchlit.com
1•micksmi•19m ago•0 comments

Thunderbird Adds Native Microsoft Exchange Email Support

https://blog.thunderbird.net/2025/11/thunderbird-adds-native-microsoft-exchange-email-support/
2•babolivier•21m ago•0 comments

Show HN: We built an easy way to sync multiple Google Calendars

https://gcalsync.app
1•aggarwalachal•21m ago•0 comments

Unofficial, rules-compliant, browser based Arkham Horror: The Card Game

https://arkhamhorror.app
1•bramadityaw•22m ago•1 comments

ZK-KYC

https://zkp.com/
1•karenkhine•24m ago•1 comments

Show HN: Excel Custom Functions in Zig

https://github.com/AlexJReid/zigxll
1•alexjreid•24m 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•6mo ago

Comments

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