frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

I put agentic AI through a real engineering stress test. Here's what I learned

https://www.anthonyputignano.com/p/i-put-agentic-ai-through-a-real-engineering
1•anthonyp•3m ago•0 comments

Meta Ramps Up Efforts to Disrupt Industrialized Scamming

https://www.wired.com/story/meta-ramps-up-efforts-to-disrupt-industrialized-scamming/
1•Brajeshwar•3m ago•0 comments

Ask HN: How could I optimize the performance of my web Liquid (Gl)ass project?

1•winaviation•4m ago•0 comments

Generate videos from simple ideas using NovaVideo

https://nova-video.onesolo.app
1•henrybit•4m ago•1 comments

Study: Human brain is not capable of performing two tasks simultaneously

https://pressemitteilungen.pr.uni-halle.de/index.php?modus=pmanzeige&pm_id=6040
1•giuliomagnifico•4m ago•0 comments

So You Want to Do Agentic Development

https://taoofmac.com/space/blog/2026/03/08/2130
1•rcarmo•5m ago•0 comments

Htmx and ECharts: tiny SSE/polling extension for live charts

https://github.com/marcingolenia/htmx-echarts
1•oO0Jinx0Oo•6m ago•1 comments

Boosting Android Performance: Introducing AutoFDO for the Kernel

https://android-developers.googleblog.com/2026/03/BoostingAndroid%20PerformanceIntroducingAutoFDO...
1•fastest963•7m ago•0 comments

What Makes a Successful Standard?

https://sphericalcowconsulting.com/2026/02/24/what-makes-a-successful-standard/
1•mooreds•11m ago•0 comments

Upcoming Vote on Chat Control: Renew Deal Is Worse Than Rejected Draft Report

https://www.patrick-breyer.de/en/upcoming-vote-on-chat-control-new-sd-epp-and-renew-deal-is-worse...
2•latexr•12m ago•0 comments

Mouth Taping for Sleep: Does It Work? (2025)

https://www.sleepfoundation.org/snoring/mouth-taping-for-sleep
1•mooreds•12m ago•0 comments

The Corporate Miscreants Driving the Affordability Crisis

https://newrepublic.com/post/207422/corporate-miscreants-driving-affordability-crisis
1•mooreds•12m ago•0 comments

The Fort Strength Training Wearable Tracks Your Sets (2026)

https://www.wired.com/story/fort-strength-training-wearable-launch/
1•joozio•12m ago•0 comments

Show HN: YC W26 AgentMBOX agent self-onboarding mailboxes

https://agentmbox.com
1•jpzk•12m ago•0 comments

1kB Club

https://1kb.club/
1•TigerUniversity•13m ago•0 comments

Covenant-72B: Pre-Training a 72B LLM with Trustless Peers Over-the-Internet

https://twitter.com/tplr_ai/status/2031388295972929720
1•rzk•14m ago•0 comments

WinGet abused to deliver malicious payloads

https://blog.compass-security.com/2026/03/winget-desired-state-initial-access-established/
1•uneven9434•16m ago•0 comments

Remembra – Open-source semantic memory for AI agents

https://github.com/remembra-ai/remembra
1•remembradev•17m ago•0 comments

NVSentinel: Nvidia's open-source GPU resilience system for Kubernetes

https://github.com/NVIDIA/NVSentinel/
1•mchmarny•17m ago•1 comments

Show HN: gists.sh – Beautiful Viewer for GitHub Gists

https://gists.sh
1•linuz90•18m ago•2 comments

Give your AI agents reversibility and governance before they touch your host

https://github.com/markamo/envpod-ce
2•markamo•23m ago•1 comments

Crow Attack Tracker

https://giscourses.net/crowtrax/crowtrax.html
1•TigerUniversity•25m ago•0 comments

Show HN: Jottit – Publish in seconds, reviving my 2007 project with Aaron Swartz

https://jottit.org
2•simonbc•26m ago•1 comments

Utility

https://github.com/loperfido/utility
1•loperfido•27m ago•0 comments

Simple End-to-end encrypted file sharing for iOS

https://stash-app.xyz/
1•alepacheco-dev•28m ago•0 comments

Show HN: MoodPulse App – a simple app to track your mood in seconds

https://apps.apple.com/us/app/moodpulse-app/id6760206782
1•powerwild•31m ago•1 comments

Computer History Museum Apple at 50 03/11/26 at 7pm Pacific

https://computerhistory.org/events/apple-at-50/
1•oldnetguy•31m ago•0 comments

Levitation – Mobile agent manager for Google Antigravity (open source)

1•gustavogb•32m ago•0 comments

AI investment agents modeled on Warren Buffett and 17 other legends

https://github.com/sophieamoure2026-ui/neuforge-legends
2•TitanSignal•34m ago•1 comments

Evolving the Node.js Release Schedule

https://nodejs.org/en/blog/announcements/evolving-the-nodejs-release-schedule
2•tbassetto•35m 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?