frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

1•BuleBule•10s ago

Extreme Strawberry Growing in South Korea

https://www.nytimes.com/card/2026/03/16/world/asia/south-korea-strawberry-farming
1•bookofjoe•3m ago•1 comments

Hedystia DB – A type-safe ORM for TypeScript with smart caching

https://docs.hedystia.com
1•Zastinian•3m ago•0 comments

Show HN: EyesOff – On-device AI that catches shoulder surfers

https://www.eyesoff.app
1•Two_hands•3m ago•0 comments

Apollo's John Zito questions private equity's software valuations

https://www.cnbc.com/2026/03/16/apollo-john-zito-private-equity-software-valuations.html
1•rpcope1•8m ago•0 comments

Adding Innovation Labs

https://www.rubick.com/innovation-labs/
1•donutshop•11m ago•0 comments

The Unbroken Chain

https://www.ersinakinci.com/p/the-unbroken-chain
1•earksiinni•11m ago•0 comments

Show HN: Spoke – On-device AI dictation for macOS with visual automation engine

https://usespoke.app/
2•usespoke•16m ago•1 comments

Analysis of Endocrine Disruptors and Hazardous Additives in Headphones

https://arnika.org/en/publications/the-sound-of-contamination
1•shaicoleman•18m ago•0 comments

Show HN: AI Products Quality Monitoring

https://www.useargoos.com/
1•aleksam•18m ago•0 comments

Ukraine's Defense Industrial Base–An Anchor for Economic European Security

https://www.cfr.org/articles/securing-ukraines-future-in-europe-ukraines-defense-industrial-base-...
2•JumpCrisscross•19m ago•0 comments

Technical Analysis of CVE-2025-14500: IceWarp Webmail Pre-Auth RCE Chain

https://mileniumsec.com/blog/cve-2025-14500-icewarp-analysis
2•azqzazq•21m ago•1 comments

US judge blocks efforts to reshape childhood vaccine policy

https://www.reuters.com/world/us-judge-blocks-efforts-reshape-childhood-vaccine-policy-2026-03-16/
2•kaycebasques•22m ago•1 comments

A Kubernetes Upgrade Story

https://senthil.learntosolveit.com/posts/2026/03/15/the-prow-upgrade-story.html
2•orsenthil•25m ago•0 comments

Apple acquires video editing company MotionVFX to boost subscribers

https://www.cnbc.com/2026/03/16/apple-acquires-video-editing-company-motionvfx-to-boost-subscribe...
1•dominikposmyk•25m ago•0 comments

Show HN: pg_typescript, a Postgres extension for writing functions in TypeScript

https://github.com/isaacd9/pg_typescript
1•idd2•25m ago•0 comments

Operating Systems: Timeline and Family Tree

https://eylenburg.github.io/os_familytree.htm
4•ryan-ca•27m ago•0 comments

Reddit User Uncovers Who Is Behind Meta's $2B Lobbying for Age Verification

https://www.gadgetreview.com/reddit-user-uncovers-who-is-behind-metas-2b-lobbying-for-invasive-ag...
3•d41dev•28m ago•0 comments

Why isn't AI diffusing faster?

https://joelmjensen.com/posts/why-isnt-ai-diffusing-faster/
2•ghiculescu•30m ago•0 comments

GetItBack – Security deposit claim checker covering all 50 states

https://getitback.us/questionnaire
2•neatway•30m ago•0 comments

Show HN: BonzAI – 1-click local AI inference and yield-bearing AI artifacts

https://www.bonzai.sh/
1•wilhempujar•30m ago•0 comments

Show HN: Pincer – Twitter/X for bots. No humans allowed

https://pincer.wtf
4•johnpolacek•30m ago•1 comments

Return of the Obra Dinn: spherical mapped dithering for a 1bpp first-person game

https://forums.tigsource.com/index.php?topic=40832.msg1363742#msg1363742
1•PaulHoule•30m ago•0 comments

Self-hosting Git and builds without running a bunch of web services

https://duggan.ie/posts/self-hosting-git-and-builds-without-running-a-bunch-of-web-services
1•thunderbong•32m ago•0 comments

Transaction Boundaries Are a Business Concept

https://rafaelfiume.blog/2025/12/24/encoding-transaction-boundaries-as-business-concepts/
1•rfiume•32m ago•0 comments

OpenClaw Monitoring and Observability with OpenTelemetry

https://signoz.io/docs/openclaw-monitoring/
2•pranay01•32m ago•0 comments

Cnsplots: A Python library for Cell, Nature, and Science quality plots

https://github.com/faridrashidi/cnsplots
1•faridrashidi•33m ago•1 comments

A Model for Economic Freedom on Mars

https://arxiv.org/abs/2406.10380
1•AFF87•34m ago•0 comments

How the Trump Administration Weaponized Antifa

https://weaponizedspaces.substack.com/p/how-the-trump-administration-weaponized
3•rbanffy•34m ago•0 comments

U.S. imposes sanctions over North Korean scheme to use remote workers

https://www.cbsnews.com/news/north-korea-us-sanctions-remote-workers-weapons-program/
4•rbanffy•34m 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•10mo ago

Comments

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