frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Bet on German Train Delays

https://bahn.bet
1•indiantinker•1m ago•0 comments

Agentmap – Like SKILL spec but for code. A frontmatter for source code files

https://github.com/remorses/agentmap
1•xmorse•1m ago•1 comments

Iran Strikes U.S. Military Communication Infrastructure in Mideast

https://www.nytimes.com/2026/03/03/world/middleeast/iran-strikes-us-military-communication-infras...
2•TheAlchemist•1m ago•0 comments

What 127.5M forms can tell you about the state of front-end regex input v

https://amandastjerna.se/blog/127-million-forms/
1•fanf2•2m ago•0 comments

The next era of social media: built and run in Europe, ruled by our laws

https://www.eurosky.tech
1•doener•4m ago•0 comments

American Snacking Habits Are Transforming the Restaurant Industry

https://www.theatlantic.com/health/2026/03/restaurant-snack-meal-menu/686220/
1•fortran77•8m ago•1 comments

Solidjs releases 2.0 beta – The <Suspense> is Over

https://github.com/solidjs/solid/releases/tag/v2.0.0-beta.0
1•evertheylen•9m ago•1 comments

The Corporate Bullshit Receptivity Scale

https://www.sciencedirect.com/science/article/abs/pii/S0191886926000620
1•robtherobber•10m ago•0 comments

Bugsight – CLI tool that analyzes errors and suggests fixes

https://github.com/Arnel-rah/bugsight
1•nel123•10m ago•0 comments

The Context Optimization Layer for LLM Applications

https://github.com/chopratejas/headroom
1•selvan•11m ago•0 comments

Show HN: Ungrind – the solopreneur CRM that updates itself

https://ungrind.ai
1•magnumpowerz•12m ago•0 comments

I built Formguard – form back end without DB or APIs

https://formguard.strivio.world
1•sh20raj•13m ago•1 comments

Show HN: CUP – MCP but for desktop UI (open spec for computer use agents)

https://github.com/computeruseprotocol/computeruseprotocol
2•k4cper-g•13m ago•2 comments

Google Analytics Made Beautiful

https://analyticsma.de/
1•daniloao•14m ago•0 comments

Ask HN: How do you catch OpenAPI drift before the UI breaks?

1•losalah•14m ago•1 comments

ClawOS:Linux Panel for OpenClaw,nanobot,picoclaw,nullclaw

https://github.com/mrytsr/clawos
1•mrytsr•16m ago•0 comments

LocalStack: Community edition abandoned, users will need to create an account

https://blog.localstack.cloud/the-road-ahead-for-localstack/
1•greatgib•18m ago•0 comments

Show HN: You don't forget password, You just forget pattern

https://drp.kingname.info/
1•kingname•19m ago•1 comments

CIA working to arm Kurdish forces to spark uprising in Iran, sources say

https://www.cnn.com/2026/03/03/politics/cia-arming-kurds-iran
3•Imustaskforhelp•19m ago•2 comments

Which LLMs fold under pressure? We made 6 LLMs argue 300 hard cases to find out

https://servanda.ai/benchmarks/the-post-training-stress-test
1•luke14free•19m ago•1 comments

From RGB to L*a*b* color space (2024)

https://kaizoudou.com/from-rgb-to-lab-color-space/
1•kqr•19m ago•0 comments

Show HN: SFT to convert a base language model into a conversational chat model

https://github.com/onurkanbakirci/Llama-2-7b-oasst-sft
1•onurkanbkrc•20m ago•0 comments

OpenAI in talks to deploy AI across NATO classified networks

https://www.marketscreener.com/news/openai-in-talks-to-deploy-ai-across-nato-classified-networks-...
1•_____k•20m ago•0 comments

Donx64mcp-dbg – an injected DLL debugger toolkit with an MCP server for x64 apps

https://github.com/d0nk3yhm/donx64mcp-dbg
1•d0nk3yhm•20m ago•1 comments

Molmo 2: video understanding, pointing, and tracking

https://github.com/allenai/molmo2
1•tamnd•20m ago•0 comments

Erratic ILS Signal Causes a Missed Approach

https://www.boldmethod.com/learn-to-fly/safety/erratic-ils-signal-causes-a-missed-approach/
1•kqr•21m ago•0 comments

Show HN: Dirsv – live reload server for dir browsing, GFM, and more filetypes

https://github.com/letientai299/dirsv
1•letientai299•22m ago•0 comments

Wikipedia articles on the Iran war are being rewritten in real time

https://medium.com/@chris_50496/the-world-is-burning-wikipedia-is-being-rewritten-in-real-time-5c...
2•membrshiperfect•23m ago•1 comments

Toyota and Stellantis exit Tesla's EU regulatory pool for 2026 – Ford remains

https://www.schmidtmatthias.de/post/toyota-and-stellantis-exit-tesla-s-eu-regulatory-pool-for-202...
1•doener•23m ago•0 comments

Slack bot coding agent built on pi (mom)

https://github.com/badlogic/pi-mono/tree/main/packages/mom
1•rmhsilva•23m 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?