frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

My iPhone Blue Up

https://techinch.com/blog/iphone-13-pro-bluing
1•LorenDB•1m ago•0 comments

Hey HN Creator Here

https://codedoc.us
1•novatrope•1m ago•1 comments

Iran's Supreme Leader Ali Khamenei Was Killed and His Body Found

https://www.haaretz.com/israel-news/2026-02-28/ty-article-live/trump-not-happy-with-iran-nuclear-...
5•trakkstar•2m ago•0 comments

Show HN: VibeHQ Orchestrate multiple CLI agents as a real company team

https://github.com/0x0funky/vibehq-hub
2•0xfunky•4m ago•0 comments

Show HN: InterviewTrackr – All-in-one command center for CS job hunts

https://interviewtrackr.com/
1•princierKevin•4m ago•0 comments

Show HN: Chatlite – simple Ollama desktop chat app under 5 MB

https://github.com/that-one-arab/Chatlite
1•mo-dulaimi•4m ago•0 comments

Vector and Semantic Search in Stoolap

https://stoolap.io/blog/2026/02/27/vector-and-semantic-search-in-sql/
1•murat3ok•5m ago•0 comments

Khamenei Dead

https://twitter.com/BarakRavid/status/2027830773328302396
7•harscoat•6m ago•0 comments

Trump Deliberated on Iran for Weeks

https://www.cnn.com/2026/02/28/politics/trump-iran-strikes-decision
1•Bender•8m ago•1 comments

Show HN: Open-Plan-Annotator – Annotate Agent Plans Like a Google Doc 100% Local

https://github.com/ndom91/open-plan-annotator
1•ndom91•8m ago•0 comments

The Birth of Light

https://nautil.us/the-birth-of-light-1270615/
1•Bender•9m ago•0 comments

Show HN: A Rust compiler with ownership checking, written in PHP

https://github.com/mrconter1/rustc-php
1•mrconter11•12m ago•0 comments

Google quantum-proofs HTTPS by squeezing 15kB of data into 700-byte space

https://arstechnica.com/security/2026/02/google-is-using-clever-math-to-quantum-proof-https-certi...
1•Bender•12m ago•0 comments

Show HN: Nett – See what you can spend (not your bank balance)

https://nett.fyi
1•Clutchone2•13m ago•0 comments

Show HN: CranKen – A Math Puzzle Game for the Play.date

https://geistpro.itch.io/cranken
1•kgarten•14m ago•0 comments

The Making of Anthropic CEO Dario Amodei (2025)

https://kantrowitz.medium.com/the-making-of-anthropic-ceo-dario-amodei-449777529dd6
1•Kye•17m ago•0 comments

An Efficient Ralph Wiggum Loop on Raspberry Pi Powered by Mfbt [video]

https://www.youtube.com/watch?v=dz4hiw5Qvz0
1•dennisjoseph•17m ago•0 comments

Signs show that Khamenei is 'no longer with us', says Netanyahu

https://www.theguardian.com/world/live/2026/feb/28/israel-attacks-iran-as-blasts-heard-in-tehran-...
1•mitchbob•19m ago•3 comments

Be Careful with LLM Agents

https://maurycyz.com/misc/sandbox_llms/
1•maurycyz•19m ago•0 comments

Mquire: Linux memory forensics without external dependencies

https://blog.trailofbits.com/2026/02/25/mquire-linux-memory-forensics-without-external-dependencies/
2•nobody9999•20m ago•1 comments

Thinking Deeply About Theming and Color Naming

https://css-tricks.com/thinking-deeply-about-theming-and-color-naming/
1•todsacerdoti•21m ago•0 comments

Show HN: Didacu – The fastest way to learn something new

https://didacu.com
2•datadiego•21m ago•0 comments

UK reaches 90% Gigabit broadband coverage as full fibre rollouts continue

https://www.thinkbroadband.com/news/uk-reaches-90-gigabit-broadband-coverage-as-full-fibre-rollou...
1•ksec•25m ago•0 comments

Show HN: Get GPT-5.2, Grok-4.1-fast, KimiK2.5 and more LLMs at half the cost

https://frogapi.app
1•vnhc•27m ago•0 comments

Show HN: StatusLane – Minimal status pages and uptime for small SaaS

https://statuslane.dev
1•wharleyornelas•28m ago•0 comments

Bytewords – encoding bytes as one of 256 four-letter English words

https://developer.blockchaincommons.com/bytewords/
1•alcazar•28m ago•1 comments

Show HN: We ran a sycophancy experiment on Claude and built a music publication

1•structureonly•28m ago•0 comments

Apple 'accidentally' enabled Age Verification in the UK

https://old.reddit.com/r/ios/comments/1rgi5c0/apple_accidentally_enabled_age_verification_in/
1•_____k•29m ago•0 comments

Bypassing Noexec with Memfd_create(2)

https://gavinray97.github.io/blog/memfd-create-noexec
2•gavinray•29m ago•0 comments

Starts Club – YC-style startup idea validator

1•androbuddy•31m 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•9mo ago

Comments

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