frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Age requirements for managing an Apple Account in the UK

https://support.apple.com/en-gb/126788
1•comprev•1m ago•0 comments

I Created Rosie's mRNA Vaccine Protocol

https://twitter.com/paul_conyngham/status/2036940410363535823
1•paulscon•2m ago•1 comments

I built a tiny CLI that writes my commit messages from Git diff

https://github.com/saccofrancesco/gitsloth
1•s4ccofr4ncesco•2m ago•0 comments

The Future of Trash [pdf]

https://dsny.cityofnewyork.us/wp-content/uploads/reports/future-of-trash-april-2023.pdf
1•ChadNauseam•2m ago•0 comments

GPU's Are Being Wasted

https://getlilac.com/blog/gpu-scarcity-paradox
2•luew•5m ago•1 comments

PiClaw v1.6.6 – The Karate Kid

https://github.com/rcarmo/piclaw/releases/tag/v1.6.6
2•rcarmo•5m ago•0 comments

New Jira Hard Limits

https://community.atlassian.com/forums/Enterprise-articles/Growing-our-investment-in-a-faster-cle...
1•rfmc•5m ago•0 comments

Zephyr Zero JavaScript Framework

https://github.com/daltlc/zephyr-framework
1•daltonlcarr•5m ago•0 comments

Promote your products like a pro

https://instant-ugc.com/?red=abdelk
1•Locas•6m ago•0 comments

No Classification Without Representation

https://materialize.com/blog/no-classification-without-representation/
2•pranshum•7m ago•0 comments

Helix – Self-healing SDK for AI agent payments (open source)

https://helix-cnj.pages.dev/
1•adrianhihi•9m ago•0 comments

Attributed Claude activity over the last 90 days on GitHub

https://www.claudescode.dev/?window=90d
4•nojito•11m ago•0 comments

How do you handle security and access control in MCP and RAG pipelines?

1•Jatiioo•12m ago•0 comments

I Did Not Predict What Is Going on in Private Equity and Credit

https://www.aqr.com/Insights/Perspectives/I-Did-Not-Predict-What-is-Going-on-in-Privates
2•toomuchtodo•12m ago•0 comments

Sony and Honda Hit the Brakes on a $102,900 EV

https://www.wsj.com/business/autos/sony-honda-put-brakes-on-electric-vehicle-jv-4a244d24
2•bookofjoe•13m ago•2 comments

Deploy agents like code. Open source, MIT tool

https://docs.actionllama.org
1•b_asselstine•14m ago•0 comments

Technology: The (nearly) perfect USB cable tester does exist

https://blog.literarily-starved.com/2026/02/technology-the-nearly-perfect-usb-cable-tester-does-e...
2•birdculture•14m ago•0 comments

Stedi's $70M Series B to Build the Only AI-Enabled Clearinghouse

https://www.healthcareittoday.com/2025/09/09/announcing-stedis-70-million-series-b-to-build-the-o...
1•doppp•16m ago•0 comments

Qualified Health raises $125M to scale enterprise AI at health systems

https://www.fiercehealthcare.com/ai-and-machine-learning/qualified-health-locks-125m-fresh-fundin...
1•doppp•17m ago•0 comments

The Price of Truth

https://harmoniousdiscourse.substack.com/p/the-price-of-truth
1•larve•17m ago•0 comments

Woman who never stopped updating her lost dog's chip reunites with him after 11y

https://www.cbc.ca/radio/asithappens/11-year-dog-reunion-9.7140780
4•gnabgib•19m ago•0 comments

Show HN: A plain-text cognitive architecture for Claude Code

https://lab.puga.com.br/cog/
3•marciopuga•21m ago•0 comments

Laws Suppressing Boycotts of Israel Violate Civil Liberties

https://www.aclu.org/news/free-speech/laws-suppressing-boycotts-israel-dont-prevent-discriminatio...
5•KoftaBob•22m ago•0 comments

Draw-things-CLI: local media generation from command-line on your Mac

https://releases.drawthings.ai/p/draw-things-cli-local-media-generation
2•liuliu•23m ago•0 comments

DocumentAI – Feed your files, get a structured document (MVP)

https://documentai.aboneda.com/
1•aboneda•24m ago•0 comments

Tamp – Compression Proxy: 52% Fewer Tokens for Claude Code, Gemini, etc.

https://github.com/sliday/tamp
2•kulesh•25m ago•0 comments

ICE has been lying about being authorized to make arrests at immigration courts

https://bsky.app/profile/bradlander.bsky.social/post/3mhvpk32vxc2e
9•Avshalom•28m ago•0 comments

AI-powered pull request evaluation for open source maintainers

https://pr-triage-web.vercel.app
2•Holohydra•30m ago•0 comments

The Vibetracer

https://github.com/omeedcs/vibetracer
2•mambamental26•30m ago•0 comments

Legal AI startup Harvey raises $200M at $11B led by Sequoia, up from $8B in 2025

https://www.cnbc.com/2026/03/25/legal-ai-startup-harvey-raises-200-million-at-11-billion-valuatio...
2•thoughtpeddler•33m ago•2 comments
Open in hackernews

I asked Gemini for a script to move files to Cloudflare R2. It deleted them

https://twitter.com/levelsio/status/1921974501257912563
6•bundie•10mo ago

Comments

qwertox•10mo ago
Rule #1: Always put deletions behind a flag which is disabled for the first couple of test runs.
turtleyacht•10mo ago
It was truncating filenames, so /pics/1003-46.png overwrote /pics/1003-45.png because both were renamed /pics/1003-.png, or something like that.
qwertox•10mo ago
Truncating file names for the target. Then it proceeded to delete the source file. "Successfully deleted local file: ..."

I mean, look at the printout. It shows that it created the remote file with the truncated filename, then deletes the local file with the correct filename.

turtleyacht•10mo ago
Oh, I see. Having a flag to skip deletion during test runs is a good rule then.
rvz•10mo ago
Recently there was a story about an updater causing a $8,000 bill because there was a lack of basic automated tests to catch the issue. [0]

The big lesson here is that you should actually test the code you write and also write automated tests to check any code generated by an LLM that the code is correct in what it does.

It is also useless to ask another AI to check for mistakes created by another LLM. As you can see in the post, both of them failed to catch the issue.

This why I don't take this hype around 'vibe-coding' seriously since not only it isn't software engineering, it promotes low quality and carelessness over basic testing and dismisses in checking that the software / script works as expected.

Turning $70 problems found in development into $700,000+ costs in production.

There are no more excuses in not adding tests.

[0] https://news.ycombinator.com/item?id=43829006

victorbjorklund•10mo ago
Who runs such an AI generated script without checking the code first?
qwertox•10mo ago
To be fair, the code Gemini outputs in AI Studio is so extremely verbose that it is almost impossible to read through it.

It turns 10 lines of code which is perfectly fine to reason about into 100 lines of unreadable code full of comments and exception handling.

weatherlite•10mo ago
Right so lets just always run the code as is ?
qwertox•10mo ago
No. Not at all. I've settled to discussing my code with Gemini. That way it works very well. I explicitly say "Comment on my code and discuss it" or "Let's discuss code for a script doing this and that. Generate me an outline and let's see where this leads. Don't put comments in the code, nor exception handling, we're just discussing it".

Or you create elaborate System Instructions, since it adheres to them pretty well.

But out-of-the-box, Gemini's coding abilities are unusable due to the verbosity.

I've even gone so far to tell it that it must understand that I am just a human and have limited bandwidth in my brain, so it should write code which is easy to reason about, that this is more important than having it handle every possible exception or adding multiline comments.

rsynnott•10mo ago
> To be fair, the code Gemini outputs in AI Studio is so extremely verbose that it is almost impossible to read through it.

In which case, it should simply be considered unusable. Like, the sensible response to "tool is so inadequate that there is no reasonable way to make sure its output is safe" is to _not use that tool_.

rsynnott•10mo ago
In which Roko's Basilisk fires a warning shot.
jethronethro•10mo ago
This is why you test code or a script before running it for real. Live and learn, I guess ...