frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Participate in the 100M-row challenge for PHP

https://stitcher.io/blog/100-million-row-challenge
1•moebrowne•8s ago•0 comments

The Slow Death of the Power User

https://fireborn.mataroa.blog/blog/the-slow-death-of-the-power-user/
2•stargrave•5m ago•0 comments

The best tech interview prep tool and blogs

https://interviewgpt.deepchill.app/blogs
1•tiancaioyzy•5m ago•0 comments

GenesisDB on DigitalOcean: One Click, Done

https://www.genesisdb.io/blog/posts/2026-02-24/genesisdb-one-click-digitalocean
4•patriceckhart•7m ago•1 comments

Go's secret weapon: the standard library interface

https://fredrikaverpil.github.io/blog/2025/12/28/gos-secret-weapon-the-standard-library-interfaces/
1•hambes•8m ago•0 comments

Apple's Multibillion-Dollar Push to Make Chips in the U.S. [video]

https://www.youtube.com/watch?v=ktFlaBhpMu8
1•keepamovin•14m ago•0 comments

Amazon would rather blame its own engineers than its AI

https://www.theregister.com/2026/02/24/amazon_blame_human_not_ai/
1•beardyw•16m ago•0 comments

Slow Tuesday Night by R. A. Lafferty (1965)

https://www.baen.com/Chapters/9781618249203/9781618249203___2.htm
1•monort•19m ago•0 comments

Why the Intelligence Crisis Scenario Is Wrong

https://deadneurons.substack.com/p/why-the-intelligence-crisis-scenario
2•nr378•19m ago•0 comments

Data Crew's Route Optimiser Framework

https://tech.marksblogg.com/data-crew-route-optimiser-solver-framework.html
1•marklit•19m ago•0 comments

Managed Iceberg for Streaming with PostgreSQL Simplicity – RisingWave Open Lake

https://risingwave.com/lakehouse/
1•AnneWodell•19m ago•0 comments

FinCrew: Multi-Agent AI Financial Intelligence

1•adnan_builds•20m ago•1 comments

Pentagon sets Friday deadline for Anthropic to abandon ethics rules for AI

https://www.politico.com/news/2026/02/24/hegseth-sets-friday-deadline-for-anthropic-to-drop-its-a...
2•borski•24m ago•0 comments

Orbital datacenters are a pie-in-the-sky idea: Gartner

https://www.theregister.com/2026/02/25/gartner_orbiting_datacenter_peak_insanity/
1•beardyw•24m ago•0 comments

AMD and Meta strike $100B AI deal that includes 10% stock deal

https://www.tomshardware.com/tech-industry/artificial-intelligence/amd-meta-100-billion-deal
1•pjmlp•25m ago•0 comments

Core Banking Is a Terrible Idea. It Always Was

https://andrewbaker.ninja/2026/02/24/core-banking-is-a-terrible-idea-it-always-was/
2•jinonoel•25m ago•1 comments

Show HN: RAgent – Claude Code on a VPS So Remote Control Never Drops

https://github.com/Chris-bzst/ragent
1•chris-bzst•30m ago•0 comments

ShipGrowth – Discover, Compare and Submit Best AI Tools

https://shipgrowth.dev
1•duanhjlt•32m ago•0 comments

Stripe is reportedly eyeing deal to buy some or all of PayPal

https://techcrunch.com/2026/02/24/stripe-is-reportedly-eyeing-deal-to-buy-some-or-all-of-paypal/
1•taubek•34m ago•0 comments

Software engineers could go extinct this year, says Claude Code creator

https://fortune.com/2026/02/24/will-claude-destroy-software-engineer-coding-jobs-creator-says-pri...
3•bfmalky•35m ago•1 comments

Waymo Expands Autonomous Rides to Dallas, Houston, San Antonio, and Orlando

https://waymo.com/blog/2026/02/dallas-houston-san-antonio-orlando
4•integralpilot•36m ago•1 comments

Pg_doom

https://github.com/DreamNik/pg_doom
3•fla•39m ago•0 comments

Asahi Linux in the Cloud: Scaleway Launches Dedicated M2 Pro Mac Mini Servers

https://www.scaleway.com/en/mac-mini-asahi-linux/
3•Lwrless•40m ago•0 comments

Claw-Guard.org – Agentic Monetisation Middleware That Works

https://claw-guard.org
1•gmerc•40m ago•0 comments

WiseTech Global to cut 2k jobs as AI ends era of 'manually writing code'

https://www.abc.net.au/news/2026-02-25/wisetech-job-losses-losing-2000-over-next-two-years-coding...
1•BrissyCoder•41m ago•1 comments

Show HN: AGX v2 – From multi-agent chat to execution graph

https://github.com/ramarlina/agx
1•Mendrika•44m ago•0 comments

What's so hard about continuous learning?

https://www.seangoedecke.com/continuous-learning/
3•rbanffy•49m ago•0 comments

Show HN: Chorus – Open-source Agent and human collaboration platform on AI-DLC

https://github.com/Chorus-AIDLC/Chorus
2•fennu637•50m ago•0 comments

Show HN: I let Claude autonomously deploy OpenClaw and write an honest review

https://blog.rezvov.com/deploying-openclaw-sixteen-incidents-one-day
1•alexrezvov•50m ago•0 comments

Michael Faraday: Scientist and Nonconformist(1996)

http://silas.psfc.mit.edu/Faraday/
1•o4c•51m 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?