frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The problem with Europe's Big Tech breakup: It's still hooked

https://www.politico.eu/article/europe-big-tech-donald-trump-alexander-scholtes-breakup-still-hoo...
1•andrewstetsenko•2m ago•0 comments

PAI

https://github.com/nirholas/PAI
1•nlch•2m ago•0 comments

Show HN: Resumemind – A developer-first resume builder

https://resumemind.com
1•bryden_cruz•4m ago•0 comments

Hyprglaze

https://github.com/slastra/hyprglaze
1•dadass•6m ago•0 comments

We train LLMs like dogs, not raise them: RLHF and sycophancy

https://old.reddit.com/r/ControlProblem/comments/1sr0ewp/we_are_training_llms_like_dogs_not_raisi...
1•musculus•7m ago•0 comments

FAA sets records in effort to hire gamers as air traffic controllers

https://www.nextgov.com/people/2026/04/faa-sets-records-effort-hire-gamers-air-traffic-controller...
2•speckx•7m ago•0 comments

U.S. Personnel Who Died in Mexico Were Working for the CIA, Sources Say

https://theintercept.com/2026/04/21/cia-mexico-deaths-drugs/
5•jbegley•7m ago•0 comments

Real-Time Crime Centers Draw on Video Surveillance

https://statetechmagazine.com/article/2026/04/how-real-time-crime-centers-draw-video-surveillance
1•speckx•7m ago•0 comments

The MACL extended attribute

https://eclecticlight.co/2026/04/21/the-macl-extended-attribute/
1•chmaynard•7m ago•0 comments

Hawaii and Alaska Are Feeling the Brunt of the Energy Shock

https://www.wsj.com/finance/commodities-futures/hawaii-and-alaska-are-feeling-the-brunt-of-the-en...
1•JumpCrisscross•7m ago•0 comments

What makes for good research managers, mentors, and leaders?

https://austinpatrick.substack.com/p/what-makes-for-good-research-managers
1•AustinLikesAI•7m ago•0 comments

The zero-days are numbered

https://blog.mozilla.org/en/privacy-security/ai-security-zero-day-vulnerabilities/
4•mccr8•8m ago•0 comments

DJI Mic Mini 2 Ad Leaked [video]

https://www.youtube.com/watch?v=C1gqq7r8zDo
1•thebiblelover7•8m ago•0 comments

Open source Postgres platform with branching

https://xata.io/blog/open-source-postgres-branching-copy-on-write
1•tee-es-gee•8m ago•0 comments

Limitless Acquired by Meta

https://www.limitless.ai/
2•camjw•9m ago•0 comments

Quantifying Underwater Acoustic Noise and Its Possible Effects on Fishes

https://www.mdpi.com/2077-1312/14/7/610
1•PaulHoule•9m ago•0 comments

Show HN: Spectrum – Deploy AI Agents to iMessage, WhatsApp, Telegram, and More

https://photon.codes/spectrum
2•danielsdk•11m ago•0 comments

The Stress of Elite Chess Is Wearing Down the Game's Champions

https://thewalrus.ca/the-stress-of-elite-chess-is-wearing-down-the-games-champions/
1•mellosouls•12m ago•0 comments

Agentic Coordination, Human Delivery

https://dontdos.substack.com/p/what-if-the-robots-came-for-the-org
1•sirnicolaz•13m ago•0 comments

Force all app traffic into the [VPN] tunnel

https://mullvad.net/en/blog/force-all-app-traffic-into-the-tunnel
1•Cider9986•13m ago•0 comments

Dark Factories: Retooling for LLM Velocity

https://medium.com/@sitapati/dark-factories-retooling-for-llm-velocity-7a7597806821
1•sitapati•13m ago•0 comments

AI is capturing cognition – and most companies are building a talent debt

https://fortune.com/2026/04/15/ai-literacy-talent-pipeline-entry-level-jobs-jeff-raikes-microsoft...
1•rafaelc•14m ago•0 comments

What employers expect software engineers to do with AI

https://corvi.careers/blog/software-engineers-ai-employer-expectations/
1•sp1982•17m ago•1 comments

Vaccines mean malaria deaths should be falling – not rising

https://www.nature.com/articles/d41586-026-01253-w
1•gnabgib•17m ago•1 comments

VoiceCtrl – Real-time mic volume coach for Mac/Windows (Tauri, ~8MB)

https://voicectrl.app/
1•frankely•18m ago•0 comments

Show HN: FieldOps-Bench an open eval for physical-world AI agents

https://www.camerasearch.ai/benchmark
1•Aeroi•19m ago•1 comments

Code is free, technical debt isn't: Notes from AI Engineer Europe

https://arize.com/blog/code-is-free-technical-debt-isnt-notes-from-ai-engineer-europe/
1•greenpinia•20m ago•0 comments

AI Voices Are Easier to Understand Than Human Voices

https://publishing.aip.org/publications/latest-content/ai-voices-are-easier-to-understand-than-hu...
1•geox•20m ago•0 comments

The Three Layers of Software Engineering

https://layers.lifebeyondfife.com/
1•lifebeyondfife•20m ago•0 comments

Replacing server-side AI search with iOS 26's new headless browser

https://folding-sky.com/blog/ios-26-macos-26-swiftui-headless-browser-webpage-webview
1•bluepeter•21m 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•11mo ago

Comments

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