frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Kavka's Toxin Puzzle

https://en.wikipedia.org/wiki/Kavka%27s_toxin_puzzle
1•rzk•1m ago•0 comments

Harry Potter by Balenciaga (2026) [video]

https://www.youtube.com/watch?v=gtnt84CDP-s
1•GeoAtreides•1m ago•0 comments

I'm struggling and I don't have anyone else to share this with except you

3•owlcompliance•2m ago•0 comments

Queen's Wish: A Portmortem of Mixed Success

https://bottomfeeder.substack.com/p/queens-wish-a-portmortem-of-mixed
1•Tomte•2m ago•0 comments

The Agency: Meticulously crafted AI agent personalities

https://github.com/msitarzewski/agency-agents
1•danebalia•3m ago•1 comments

Practical Type Inference: High‑Throughput Recovery of Real‑World Types

https://arxiv.org/abs/2603.08225
1•matt_d•4m ago•0 comments

New 'negative light' technology hides data transfers in plain sight

https://www.unsw.edu.au/newsroom/news/2026/03/New-negative-light-technology-hides-data-transfers-...
1•wjSgoWPm5bWAhXB•5m ago•0 comments

'a window into the past': The homes revealing how Tudor people lived

https://www.bbc.com/culture/article/20260309-the-homes-revealing-how-tudor-people-really-lived
1•makaimc•6m ago•0 comments

Rabbit r1 with whatever model you want

https://github.com/ShayneP/rabbit-r1-livekit-skill
1•ShayneP•8m ago•1 comments

Request Copilot code review from GitHub CLI

https://github.blog/changelog/2026-03-11-request-copilot-code-review-from-github-cli/
2•danebalia•8m ago•1 comments

Microsoft brings new "Xbox mode" to Windows 11 PCs next month

https://www.windowscentral.com/microsoft/windows-11/windows-11-xbox-mode-announcement-gdc-2026-pr...
1•nikodunk•9m ago•0 comments

WordPress/PHP-AI-client: provider agnostic PHP client SDK to communicate with AI

https://github.com/WordPress/php-ai-client
1•ulrischa•9m ago•0 comments

Show HN: CAS – I reverse-engineered Claude Code to build a better orchestrator

https://github.com/codingagentsystem/cas
1•aceelric•9m ago•1 comments

Me preocupa más ver a un rumano con cara de "yo esto ya lo vi hace añOS"

https://borjamoskv.substack.com/p/el-tema-no-es-cuando-la-va-a-superar
1•borjamoskv•10m ago•0 comments

Stop rebuilding Word documents with PDF libraries

https://tmplvision.io/
1•benny00100•10m ago•1 comments

ThoughtWorks Retreat: Where does engineering go? [pdf]

https://www.thoughtworks.com/content/dam/thoughtworks/documents/report/tw_future%20_of_software_d...
1•danebalia•11m ago•1 comments

Someone forked and submitted my open-source project to a contest, and won $1000

https://cyao.dev/blog/contest.html
2•Cyao•11m ago•0 comments

Pro-Iran hackers claim cyberattack on major US medical device maker

https://www.cnn.com/2026/03/11/politics/pro-iran-hackers-cyberattack-medical-device-maker
7•zomg•13m ago•1 comments

PeerTube v8.1 Released

https://joinpeertube.org/news/release-8.1
3•toomuchtodo•14m ago•1 comments

Constellation Draw

https://neal.fun/constellation-draw
3•xia•16m ago•0 comments

Browserbase Fetch: Simple API for extracting web page content for AI agents

https://www.browserbase.com/blog/fetch-api
1•Kylejeong21•16m ago•0 comments

A Definition-Based Wordle Game

https://www.jlauf.com/dictle/
2•jlauf•17m ago•0 comments

Show HN: AutosArena – The most complete automotive data platform, available free

https://autos-arena.com
1•seeyam14•17m ago•0 comments

SetupClaw – White-Glove OpenClaw Deployment for Founders and Exec Teams

https://setupclaw.com
2•personjerry•18m ago•1 comments

Made my own programming language, kinda advanced

https://github.com/entrenchedosx/spl
1•redempt1on•19m ago•1 comments

Show HN: Pointify – Retro analog gauges for system stats and Claude usage

https://github.com/luftaquila/pointify
2•luftaquila•19m ago•0 comments

Charging Strategies for Battery Electric Trucks in Germany

https://www.mdpi.com/2032-6653/17/2/106
1•PaulHoule•19m ago•0 comments

Most Watched Software Engineering Talks of 2025

https://www.techtalksweekly.io/p/100-most-watched-software-engineering-talks-of-2025
2•m4lloc•19m ago•0 comments

Homebrew 5.1.0

https://brew.sh/2026/03/10/homebrew-5.1.0/
5•mikemcquaid•20m ago•1 comments

Show HN: Sandbox Flow – A Playground for Sandboxes

https://github.com/BandarLabs/sandboxflow
1•mkagenius•21m 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?