frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Amiga Unix: Linux-based cross-compiler setup for AMIX

https://github.com/isoriano1968/gcc-cross-amix
1•doener•55s ago•0 comments

Neumann probe game (playable with browser or or API)

https://neumann-probe.net/
1•Gnieark•1m ago•1 comments

Roast my startup – Google but returns TikTok-style videos

https://www.bluhe.ai/
1•dhavd•1m ago•0 comments

RewindOS – Searchable screen history for Linux local

https://github.com/jaypopat/rewindos
1•jp011•3m ago•1 comments

Unicorn – The Ultimate CPU Emulator

https://www.unicorn-engine.org/
1•tosh•5m ago•0 comments

OmniPreview – code preview, ZIP/folder browser, 29 file formats in Mac QuickLook

https://github.com/Invernomut0/QuickLookWithSteroids
1•invernomuto0•5m ago•0 comments

Electrifying the Cow Path

https://sebas.fika.bar/electrifying-the-cow-path-01KSJS9QM201WECVBBV2HKAV6M
1•mooreds•6m ago•0 comments

SpaceX IPO Stress Tests Crypto's Bid to Reinvent Stocks

https://www.bloomberg.com/news/articles/2026-06-15/spacex-ipo-stress-tests-crypto-s-bid-to-reinve...
1•monkeydust•7m ago•0 comments

Javier Milei: Argentina invites AI to free itself

https://www.ft.com/content/f93022fe-43f7-437d-abd8-06c457c0a43c
1•mooreds•8m ago•1 comments

Covid vaccination cut risk of adverse heart events, large study finds

https://www.statnews.com/2026/06/15/covid-vaccination-cardiovascular-protection-jama-study/
2•thinkcontext•8m ago•0 comments

Learn Agent Substrate

https://learn.agentsubstrate.dev/
1•mooreds•9m ago•0 comments

SpaceX to buy Cursor AI parent Anysphere for $60B

https://www.cnbc.com/2026/06/16/-spacex-to-buy-cursor-ai-parent-anysphere-for-60-billion.html
1•furkansahin•11m ago•0 comments

SpaceX Cements $60 Billion Deal to Take Over AI Startup Cursor

https://www.bloomberg.com/news/articles/2026-06-16/spacex-cements-60-billion-deal-to-take-over-ai...
1•flippyhead•12m ago•0 comments

DuckDB Internals: Why Is DuckDB Fast? (Part 1)

https://www.greybeam.ai/blog/duckdb-internals-part-1
1•marklit•12m ago•0 comments

Tlbic: A Time-Limited Basic Income System Designed with AI, v6.1

https://drive.google.com/file/d/1NJA8clb_wkotSnUkBPGZMw8Dywa5caiF/view?usp=drive_link
1•michikawa59•13m ago•0 comments

A Company That Was Nobody: The Case for AI-Agent Corporations

https://sebas.fika.bar/a-company-that-was-nobody-01KTRGPQ9G7T66N98PMY0SN8BT
1•smtx•13m ago•0 comments

Want to get a data center online quickly? Give it some flex

https://www.technologyreview.com/2026/06/16/1138591/data-center-online-quickly-electric-grid-flex/
1•joozio•15m ago•0 comments

The Implementation Trilemma: Substance-Independence Is Incomplete

https://philpapers.org/rec/GIOTIT
1•cgio•20m ago•0 comments

Why is it important for a matrix to be square? (2018)

https://math.stackexchange.com/questions/2811951/why-is-it-important-for-a-matrix-to-be-square
1•downbad_•21m ago•0 comments

Evaluating different LLMs for their security research capabilities

https://zeroquarry.com/research/models-capabilities/
1•eskibars•23m ago•0 comments

Boston University grad students demonstrate flaw in MBTA tap-to-pay system

https://www.nbcboston.com/news/local/it-was-shocking-bu-grad-students-say-theyve-found-a-flaw-in-...
1•ripe•26m ago•0 comments

Show HN: Write SaaS apps where users control where their data is stored

https://linkedrecords.com/
3•WolfOliver•26m ago•0 comments

About ASCII art and Jgs font (2023)

https://velvetyne.fr/news/about-ascii-art-and-jgs-font/
1•Luc•28m ago•0 comments

Stepyard - local automations in YAML, extendable with Python, no server needed.

https://github.com/rorlikowski/stepyard
1•rorlikowski•30m ago•0 comments

Celebrating seven years of the Fairphone 3

https://www.fairphone.com/stories/celebrating-seven-years-of-the-fairphone-3
2•ravenical•32m ago•0 comments

Finplan.me – offline expense tracker for Android no accounts or cloud

https://play.google.com/store/apps/details?id=com.finplan.me.finplan.me&hl=en_US
1•ivarlev•34m ago•0 comments

SpaceX to buy Cursor AI coding agent operator Anysphere for $60B

https://www.reuters.com/legal/transactional/spacex-buy-anysphere-60-billion-2026-06-16/
15•itsmarcelg•35m ago•3 comments

Do you tend to follow the rules that suppliers made?

1•carnoxen•36m ago•0 comments

Starlink ends free dish perks ahead of new Standard and Mini kits launch

https://www.notebookcheck.net/Starlink-ends-free-dish-perks-ahead-of-new-Standard-and-Mini-kits-l...
1•ashitlerferad•39m ago•0 comments

Revisiting the Inmos Transputer – Also in the News

https://www.rs-online.com/designspark/revisiting-the-inmos-transputer
2•rbanffy•39m 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•1y ago

Comments

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