frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The exploitation paradox in Open Source [pdf]

https://cfp.cfgmgmtcamp.org/media/ghent2026/submissions/KP9YPK/resources/slides-fontana-cfgmgmtca...
1•Tomte•42s ago•0 comments

Felix "fx" Lindner has died

https://blog.recurity-labs.com/2026-03-02/Farewell_Felix
1•is_taken•1m ago•0 comments

Emotional Bids and Other Neurodivergent Learnings

https://www.jerry.wtf/posts/affect-bids-and-other-neurodivergent-learnings/
1•personjerry•1m ago•0 comments

Kuwait shot down 3 US F-15E jets on accident, US Military says [video]

https://www.youtube.com/watch?v=ocwkL95tF8U
1•handfuloflight•2m ago•0 comments

Plug-In Solar Power Could Be Coming to a Balcony Near You

https://www.sierraclub.org/sierra/plug-solar-power-could-be-coming-balcony-near-you
1•jamesgill•2m ago•0 comments

DHS 7-Zone Mattress: Targeted Pressure Relief for Every Body Region

https://dreamhomestore.co.uk/collections/mattresses
1•lewisrichson•2m ago•1 comments

Fravia Searchlores Archive – Advanced Internet Searching

https://searchlores.nickifaulk.com/
1•TigerUniversity•2m ago•0 comments

Cursor for academic writing (open source)

https://github.com/octree-labs/octree
1•basilyusuf1709•3m ago•0 comments

Warp: Oz: the orchestration platform for cloud agents

https://www.warp.dev/blog/oz-orchestration-platform-cloud-agents
1•ianrahman•3m ago•0 comments

Gas prices soar as QatarEnergy halts LNG production after Iran attacks

https://www.aljazeera.com/news/2026/3/2/qatarenergy-worlds-largest-lng-firm-halts-production-afte...
2•speckx•4m ago•0 comments

Show HN: Try Archetype 360 – AI‑powered personality test, 3× deeper than MBTI

https://archetype360.app/
2•ddesposito•6m ago•0 comments

Nvidia to invest $4 billion in two photonics companies

https://www.cnbc.com/2026/03/02/nvidia-investment-coherent-lumentum.html
2•voxadam•6m ago•0 comments

Open Camera is a FOSS Camera App for Android

https://opencamera.org.uk/
2•tetris11•7m ago•0 comments

Macron to boost nuclear arsenal, involve European allies in doctrine change

https://www.reuters.com/world/europe/macron-says-france-will-increase-size-its-nuclear-arsenal-20...
3•Teever•8m ago•0 comments

A new spin on VPS hosting

https://lowendbox.com/blog/shellbox-the-coolest-new-take-on-hosting-provision-your-new-vps-via-co...
2•messh•8m ago•0 comments

Escape from Social Media

https://alf.bearblog.dev/escape-from-social-media/
1•speckx•8m ago•0 comments

The Anatomy of a Trace

https://encore.dev/blog/anatomy-of-a-trace
3•andout_•9m ago•0 comments

Show HN: I parsed 10 years of Japanese corporate filings into an API

https://axiora.dev/en
3•dahaleonkar•10m ago•0 comments

Show HN: AndroJack – A grounding gate for Android AI assistants

https://github.com/VIKAS9793/AndroJack-mcp
2•Vikas9793•11m ago•0 comments

OpenAI Built a Pipeline from Silicon Valley to the Surveillance State

https://matt728243.substack.com/p/the-supply-side-how-openai-built
5•resters•12m ago•1 comments

The Kremlin Banned These Books. You Can Find Them in a New York Library.

https://www.nytimes.com/2026/02/23/nyregion/hunter-college-soviet-banned-books.html
2•bookofjoe•12m ago•1 comments

A Nintendo 64 Rumble Pak so Bad that it's Good

https://phoboslab.org/log/2026/03/n64-rumble-pak
2•nilstycho•12m ago•0 comments

One of Amazon's data centers in the UAE caught fire after being hit by 'objects'

https://www.businessinsider.com/amazon-web-services-data-center-fire-objects-middle-east-strikes-...
3•0x002A•13m ago•0 comments

I read 44 books last year

https://www.jakeworth.com/posts/how-i-read-44-books-last-year/
2•jwworth•13m ago•0 comments

Language Model Contains Personality Subnetworks

https://arxiv.org/abs/2602.07164
2•PaulHoule•13m ago•0 comments

Show HN: UMC – Lossless compression that beats lzma by 7-46% on numeric data

https://github.com/gunnerhowe/Koba-UMC
2•gunnerlevi•14m ago•0 comments

Iran War Widens as Iran Attacks Saudi Oil Infrastructure

https://www.nakedcapitalism.com/2026/03/iran-war-widens-as-iran-attacks-saudi-oil-infrastructure-...
2•hackandthink•15m ago•0 comments

The Bull Case for Ambition

https://www.defmethod.com/essential-complexity/the-bull-case-for-ambition
1•joeleo46•16m ago•0 comments

Kickstarter's CEO on Running a Remote Company with a Four-Day Workweek

https://www.nytimes.com/2026/03/01/business/kickstarter-everette-taylor-interview-remote-four-day...
2•mooreds•18m ago•1 comments

Crypto's Richest Man Details His Secret Talks, Prison Time and Humbling Comedown

https://www.nytimes.com/2026/02/27/technology/cz-changpeng-zhao-binance-memoir-prison.html
1•JumpCrisscross•20m ago•0 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•9mo ago

Comments

qwertox•9mo ago
Rule #1: Always put deletions behind a flag which is disabled for the first couple of test runs.
turtleyacht•9mo 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•9mo 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•9mo ago
Oh, I see. Having a flag to skip deletion during test runs is a good rule then.
rvz•9mo 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•9mo ago
Who runs such an AI generated script without checking the code first?
qwertox•9mo 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•9mo ago
Right so lets just always run the code as is ?
qwertox•9mo 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•9mo 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•9mo ago
In which Roko's Basilisk fires a warning shot.
jethronethro•9mo ago
This is why you test code or a script before running it for real. Live and learn, I guess ...