frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: Claude renamed my VM from the inside?

1•twooclock•3m ago•0 comments

How to bring down cheap, low-flying drones

https://www.economist.com/science-and-technology/2026/06/01/how-to-bring-down-cheap-low-flying-dr...
2•austinallegro•4m ago•1 comments

Colossal Squid Are Everywhere. We've Been Looking Wrong [video]

https://www.youtube.com/watch?v=-W1Mwd0BWT4
2•mpweiher•7m ago•0 comments

Show HN: Topaz – A small Unicode-first language that compiles to Rust

https://github.com/studiohaze/topaz
1•yo_tafo•8m ago•1 comments

Do call yourself a programmer, and other career advice (2013)

https://yosefk.com/blog/do-call-yourself-a-programmer-and-other-career-advice.html
1•downbad_•10m ago•0 comments

Show HN: Ensure actionable Google Forms responses using automatic feedback

https://workspace.google.com/marketplace/app/ai_response_feedback_for_forms/1081979139028
1•komlan•12m ago•0 comments

DeepSeek raises $7B at $50B valuation

https://digg.com/tech/lxwv71a1?rank=6
2•ilreb•13m ago•2 comments

Keep Alive, fire powered WiFi survival guide (2015)

https://arambartholl.com/keepalive/
1•thenthenthen•14m ago•1 comments

Horsewood Before and After: What Users Are Saying in 2026

https://finance.yahoo.com/sectors/healthcare/articles/horsewood-urgent-report-2026-horse-19110038...
1•rapijats•15m ago•1 comments

Specification Based Programming

https://shape-of-code.com/2026/06/14/specification-based-programming/
1•jruohonen•15m ago•1 comments

Don't write to two systems. Write to one [video]

https://www.youtube.com/watch?v=OfE_GlT-QKo
2•acairns•16m ago•0 comments

The mathematical secrets hidden at the heart of Barcelona's Sagrada Família

https://theconversation.com/the-mathematical-secrets-hidden-at-the-heart-of-barcelonas-sagrada-fa...
3•jruohonen•22m ago•0 comments

Munim free offline expense tracker for Indian households with recurring expenses

https://play.google.com/store/apps/details?id=com.arbharat.munim&hl=en_US
2•rajukumargupta•22m ago•0 comments

Worse Is Better

https://en.wikipedia.org/wiki/Worse_is_better
2•salviati•28m ago•0 comments

Microsoft turns to Amazon for help with GitHub's AI-driven capacity issues

https://www.businessinsider.com/microsoft-github-amazon-ai-cloud-capacity-2026-6
2•TMWNN•28m ago•0 comments

Amazon CEO's Talks with U.S. Officials Triggered Crackdown on Anthropic Models

https://www.wsj.com/tech/ai/amazon-ceos-talks-with-u-s-officials-triggered-crackdown-on-anthropic...
3•Khaine•30m ago•0 comments

67% Cost Savings with PD Disaggregation Using Ray and vLLM on AMD MI325X

https://www.anyscale.com/blog/ray-vllm-prefill-decode-disaggregation-amd-mi325x-67-percent-savings
2•robertnishihara•31m ago•0 comments

Java's Project Valhalla lands a preview in JDK 28

https://www.theregister.com/devops/2026/06/15/javas-project-valhalla-finally-lands-a-preview-in-j...
2•pjmlp•32m ago•0 comments

SAMF- Deterministic Moscow guardrails for LLM multi-agent loops

https://github.com/NanoPrompt/samf-framework
1•nanoprompter•37m ago•0 comments

Show HN: SharePad – share a USB iPad as a clean window in any call

https://sharepad.co/
2•jonyardley•40m ago•0 comments

Vellum Studio – Word to PDF Offline Android App

https://play.google.com/store/apps/details?id=com.vertexapp.vellumpdfstudio.app&hl=en_US
1•vertexapps•43m ago•1 comments

The Return of Rigorous Full-System Timing Simulation

https://www.sigarch.org/the-return-of-rigorous-full-system-timing-simulation/
2•matt_d•48m ago•0 comments

AI Agents Enable Adaptive Computer Worms

https://cleverhans.io/worm.html
2•xyzal•49m ago•0 comments

Can open-source beat OpenAI?

https://restofworld.org/2026/tiezhen-wang-china-us-open-source-ai/
5•devonnull•57m ago•0 comments

Show HN: FlashQwen – A from-scratch CUDA inference engine for Qwen3

https://github.com/frankkk96
2•langtang1996•58m ago•0 comments

Visual Studio Code is designed to fracture (2022)

https://ghuntley.com/fracture/
2•Tomte•1h ago•0 comments

How to set a static IP address for an Nginx outbound proxy

https://outboundgateway.com/blogs/nginx-static-ip-outbound-proxy/
2•thomster•1h ago•0 comments

Language integrated LLMs as an OCaml function

https://anil.recoil.org/notes/language-integrated-llms
3•matt_d•1h ago•1 comments

AI Is Not Conscious, but It Is Becoming Our Unconscious

https://theconvivialsociety.substack.com/p/ai-is-not-conscious-but-it-is-becoming
1•mellosouls•1h ago•0 comments

I Could've Rickrolled the FIFA World Cup. All I Needed Was My ID

https://bobdahacker.com/blog/fifa-hack
106•BobDaHacker•1h ago•18 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?