frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Trademark Violation: Fake Notepad++ for Mac

https://notepad-plus-plus.org/news/npp-trademark-infringement/
2•maxloh•5m ago•0 comments

Daintreehq/daintree: A delegation environment for orchestrating AI coding agents

https://github.com/daintreehq/daintree
1•ankitg12•9m ago•0 comments

Setting Up Server Monitoring for a Rails App on Hatchbox

https://blog.appsignal.com/2026/04/30/setting-up-server-monitoring-for-a-rails-app-on-hatchbox.html
1•andreigaspar•14m ago•0 comments

GameStop makes $55.5B takeover offer for eBay

https://www.bbc.co.uk/news/articles/cn0p8yled1do
3•n1b0m•14m ago•0 comments

Banks seek to offload risk to avoid 'choking' on data centre debt

https://www.ft.com/content/08aba5e4-5834-4e79-a48d-989a2c5bad0f
2•mindracer•16m ago•0 comments

The Clippy Paradox: How Note-Taking Became Its Own Irritation

https://medium.com/@vektormemory/the-clippy-paradox-how-note-taking-became-its-own-irritation-592...
1•vektormemory•17m ago•0 comments

Evals Skills for AI Agents

https://github.com/latitude-dev/eval-skills
1•paulaq•18m ago•0 comments

Are AI agents a scam? [video]

https://www.youtube.com/watch?v=IOoLqw4n4_g
2•mgh2•25m ago•0 comments

I developed an alternative to Jira with Claude in 8 days, all by myself.

https://is.team
5•spotlayn•27m ago•3 comments

Tractors, beige boxes and what's next

https://agourlay.github.io/the-transmission/
1•agourlay•27m ago•0 comments

MiniMovie: An Anti-IMDB

https://minimovie.info/
3•ghostbit•29m ago•0 comments

Friendlier LLMs tell users what they want to hear – even when it is wrong

https://www.nature.com/articles/d41586-026-01153-z
2•takyamoto•30m ago•0 comments

Chinese hospitals are selling de-identified patient data to fuel the AI boom

https://asia.nikkei.com/spotlight/caixin/chinese-hospitals-are-selling-patient-data-to-fuel-the-a...
2•giuliomagnifico•37m ago•0 comments

How does your team handle cloud cost review – dedicated process or ad hoc?

https://www.kloudaudit.eu/
1•leumasj•40m ago•0 comments

Control AI Risk with Pre-Built Frameworks and Ready-to-Run Evaluations

https://atlas.latticeflow.ai/
1•duguyue100•46m ago•1 comments

Screw You, Realtek

https://www.growse.com/2026/05/02/screw-you-realtek.html
2•growse•50m ago•1 comments

China's Rare Defiance of US Sanctions Sparks Showdown over Banks

https://finance.yahoo.com/news/chinas-rare-defiance-of-us-sanctions-sparks-showdown-over-banks-02...
2•akyuu•50m ago•0 comments

Richard Feynman on Teaching (1986)

https://sites.pitt.edu/~druzdzel/feynman.html
4•lucidplot•50m ago•0 comments

When did stories become so centred on good battling evil? And why? [video]

https://aeon.co/videos/when-did-stories-become-so-centred-on-good-battling-evil-and-why
1•mblome•50m ago•0 comments

I have had this M5 Mac <48 hours and this happened when I moved the hinge

https://old.reddit.com/r/mac/comments/1t1qgqe/i_have_had_this_m5_mac_for_less_than_48_hours_and/
2•croes•54m ago•0 comments

I'm a contractor – I built a $9.99/mo Bluebeam alternative for Mac

https://clankoot.ai/studio
1•_abinesh_•59m ago•0 comments

Personal AI Health and Therapy Companion

https://hanahealth.co.uk/
1•jamesawallner•1h ago•0 comments

A Russian Family Was Isolated for 40 Years, Unaware of WWII (2013)

https://www.smithsonianmag.com/history/this-russian-family-lived-alone-in-the-siberian-wilderness...
2•downbad_•1h ago•1 comments

What went into the machine and what came out: single-line fonts and engraving

https://www.205.tf/articles/what-went-into-the-machine-and-what-came-out
1•fanf2•1h ago•0 comments

Over 8M Thermos jars and bottles recalled after 3 people lost vision

https://www.goodmorningamerica.com/living/story/8-million-thermos-jars-bottles-recalled-after-3-1...
19•taubek•1h ago•10 comments

The piracy paradox at Udemy (2015)

https://www.troyhunt.com/the-piracy-paradox-at-udemy/
1•downbad_•1h ago•1 comments

Amazon EC2 Beta (2006)

https://aws.amazon.com/blogs/aws/amazon_ec2_beta/
1•downbad_•1h ago•1 comments

The End of Violence

https://www.barnesandnoble.com/w/the-end-of-violence-gary-slutkin-md/1148640975
1•rendx•1h ago•0 comments

Blink – AI powered Search. A knowledge destination

https://blink-oi.vercel.app
1•Pascal1997•1h ago•1 comments

Google Says Prompt Injection Moving from Theory into Real Abuse

https://www.searchengineworld.com/google-says-prompt-injection-moving-from-theory-into-real-abuse
2•cromulent•1h 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•11mo ago

Comments

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