frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

S&P Dow Jones Indices Consultation on Treatment of MegaCap Companies

https://press.spglobal.com/2026-06-04-S-P-Dow-Jones-Indices-Consultation-on-Treatment-of-MegaCap-...
1•pradn•36s ago•0 comments

ProlificTea

1•TheProfitKing•1m ago•0 comments

Silent Slide

https://www.silentslide.app
1•bicoastalai•2m ago•0 comments

Librecode (Yet Another Agent Harness)

https://github.com/omarluq/librecode
1•omarluq•3m ago•0 comments

Show HN: Papernews – self-hosted daily newspaper PDF for your reMarkable

https://github.com/marcj/papernews
2•bourbonproof•7m ago•0 comments

Kubelize – Free tool to manage multiple Kubernetes clusters

https://kubelize.me/
1•garymoon•8m ago•0 comments

Afar and Below: The Story of the Wyoming Trona Miners [video]

https://www.youtube.com/watch?v=JsYmw6FtSIA
1•Teever•9m ago•0 comments

Serving Transformers: Lessons from the Trenches – Stanford CS25 Transformers [video]

https://www.youtube.com/watch?v=ZUdIsRZhWXI
1•matt_d•11m ago•0 comments

Can you solve this hw prompt?

https://docs.google.com/document/d/1OMI3ioBeifmtClDXrmiXOe4WE4dYfJpPFVJxgPYpvX4/edit?tab=t.0
1•NYKidzzz•11m ago•1 comments

Using Ropes for Computation

https://wiki.xxiivv.com/site/knots_computing.html
1•cmod•12m ago•0 comments

Living in an Alive World

https://longreads.com/2026/06/02/jenny-odell-deep-listening-soft-eyes/
1•bookofjoe•12m ago•0 comments

No special treatment for SpaceX in the S&P 500 [pdf]

https://www.spglobal.com/spdji/en/documents/indexnews/announcements/20260604-1483731/1483731_spdj...
1•borski•13m ago•0 comments

Anticompetitive directors

https://www.columbialawreview.org/content/anticompetitive-directors/
1•hhs•14m ago•0 comments

Constrained Adaptive Rejection Sampling

https://arxiv.org/abs/2510.01902
1•matt_d•15m ago•0 comments

Foxconn and TSMC are running an 800-year-old operating system

https://twitter.com/josefchen/status/2060346552959303981
1•josefchen•15m ago•0 comments

Show HN: Skim any YouTube video. be happy

https://chromewebstore.google.com/detail/skim-get-to-the-point-fre/eenbaojdcmnbdlhkmambidocigepdobm
1•betterhealth12•17m ago•0 comments

Atari Robot Demo by Boz [video]

https://www.youtube.com/watch?v=cAKIhNi2v_Q
1•dp-hackernews•18m ago•0 comments

Ask HN: Which game's online mode is the best "3rd space" to find co-founders?

1•JumpinJack_Cash•21m ago•0 comments

Do Transformers Need Three Projections? Systematic Study of QKV Variants

https://arxiv.org/abs/2606.04032
22•Anon84•24m ago•2 comments

Migrating Sidekiq Background Jobs to Temporal in Ruby on Rails (2025)

https://release.com/blog/temporal-vs-sidekiq
1•mooreds•24m ago•0 comments

Metadata in Malloy: Annotations and Tags (2025)

https://docs.malloydata.dev/blog/2025-06-16-annotations-and-tags/
1•mooreds•26m ago•0 comments

How MCP Is Changing the Way Product Teams Work with AI

https://bagel.ai/blog/how-mcp-is-changing-how-product-teams-work-with-ai/
1•mooreds•27m ago•0 comments

Man-Computer Symbiosis J. C. R. Licklider (1960)

https://groups.csail.mit.edu/medg/people/psz/Licklider.html
3•rballpug•28m ago•0 comments

How to Stop a Killer Asteroid

https://thereader.mitpress.mit.edu/how-to-stop-a-killer-asteroid/
3•EA-3167•32m ago•0 comments

How big tobacco helped shape the design of ultra-processed foods

https://www.ucsf.edu/news/2026/06/432011/how-big-tobacco-helped-shape-design-ultra-processed-foods
2•hhs•34m ago•0 comments

Latent Agents: A Post-Training Procedure for Internalized Multi-Agent Debate

https://arxiv.org/abs/2604.24881
2•PaulHoule•34m ago•0 comments

Valve says it's ready to launch the Steam Machine this summer

https://www.theverge.com/games/943657/valve-steam-machine-frame-summer-launch-verified
3•droidjj•36m ago•1 comments

Introducing Boron Buckyballs: Theory that B80 cages can’t be made is disproved

https://cen.acs.org/materials/nanomaterials/buckyballs-boron-buckminster-fullerene-nanomaterials/...
2•crescit_eundo•37m ago•1 comments

Shouting in the Datacenter (2008) [video]

https://www.youtube.com/watch?v=tDacjrSCeq4
1•st_goliath•38m ago•0 comments

RIP Tech Interviews, Oxy Will Not Miss You

https://sageox.ai/blog/rip-tech-interviews
1•skadamat•38m ago•1 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 ...