frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Astra can keep notes across context windows

https://twitter.com/gabrielchua/status/2096097151524978891
1•tosh•1m ago•0 comments

GateKeep402, Deterministic pre-payment guardrails for AI agents

https://github.com/al1-nasir/gatekeep402
1•al1nasir•1m ago•0 comments

Claude-API-guard, a CI check that catches Claude/OpenAI SDK breaking changes

https://github.com/MarkMoneyMan/Claude-api-goat
1•MarkMoneyMan•2m ago•0 comments

Remember Filmstrips? These Dedicated Souls Are Racing to Save Them

https://www.nytimes.com/2026/09/04/movies/filmstrips-archives.html
1•bookofjoe•2m ago•1 comments

X blocks Twitter from using 'Twitter' name

https://www.reuters.com/legal/litigation/x-corp-blocks-social-media-startup-using-twitter-name-20...
1•gverrilla•4m ago•0 comments

Tesla's stock drops 6% as Cybercab update 'underwhelms' Wall Street

https://www.cnbc.com/2026/09/04/teslas-stock-drops-as-cybercab-update-underwhelms-nhtsa-probe.html
1•1vuio0pswjnm7•4m ago•0 comments

Math Academy Eurisko, 5 Yrs Ltr: Student Outcomes from High School Math/CS Track

https://www.justinmath.com/math-academys-eurisko-sequence-5-years-later/
1•melvinroest•5m ago•1 comments

Seattle Times, Newsday sue OpenAI, Microsoft, alleging copyright infringement

https://www.reuters.com/legal/government/seattle-times-newsday-sue-openai-microsoft-alleging-copy...
1•1vuio0pswjnm7•6m ago•0 comments

Python 3.15.0 candidate 2 is here

https://blog.python.org/2026/09/python-3150-rc2/
1•asterwise•7m ago•0 comments

A simple cron-like job scheduling library for Rust

https://github.com/lholden/job_scheduler
1•Bluestein•8m ago•0 comments

Authors Wrangle with Publishers over $1.5B Anthropic A.I. Settlement

https://www.nytimes.com/2026/09/05/books/anthropic-settlement-ai-copyright-books.html
1•sbulaev•8m ago•0 comments

Show HN: I ate diet catering for a year and gained 5kg, so I built this

1•miemex•8m ago•0 comments

From Inbound to Outbound –> use it wisely

https://callprep.app/
1•AIcallprepapp•13m ago•1 comments

Redium

https://github.com/rolandbrake/Redium
1•rolandbrake•13m ago•0 comments

"Trust, not features, is the real deficit": VMware tries to appease SMBs

https://arstechnica.com/information-technology/2026/09/trust-not-features-is-the-real-deficit-vmw...
2•joozio•14m ago•0 comments

CSS for Printing to Paper (2025)

https://voussoir.net/writing/css_for_printing
2•Tomte•14m ago•0 comments

Violent Anti-Tech Extremism Has Roots in History

https://www.techpolicy.press/violent-antitech-extremism-has-roots-in-history/
1•DeepLogin•16m ago•0 comments

UN approves world map reflecting true size of Africa

https://www.dw.com/en/un-approves-world-map-reflecting-true-size-of-africa/a-79040629
1•6581•18m ago•0 comments

The NX bit is not just about security

https://purplesyringa.moe/blog/guest/the-nx-bit-is-not-just-about-security/
1•theanonymousone•21m ago•0 comments

Escaping CreateProcess() Arguments on Windows

https://holyblackcat.github.io/blog/2026/09/05/escaping-createprocess-arguments.html
1•leduyquang753•23m ago•0 comments

Show HN: I built an AI that audits businesses. It's first job was to catch me

https://www.moltybeeai.com/#pricing
2•DIMAZA•27m ago•0 comments

Reverse engineering the Meta RayBan Stories to avoid using Meta AI spyware

https://github.com/KonradIT/storiesclient
2•konraditurbe•29m ago•1 comments

Open Source WebRTC baby monitor (use 2 old smartphones)

https://baby.schatzschloss.de/start.html
1•mrnicegyu11•30m ago•0 comments

Laws of Software Project Management

https://www.lucasfcosta.com/blog/laws-of-software-project-management
1•lucasfcosta•34m ago•0 comments

Microsoft's MAI-Transcribe-2 Undercuts OpenAI, Google and ElevenLabs

https://venturebeat.com/infrastructure/microsoft-ais-mai-transcribe-2-undercuts-openai-google-and...
1•JumpCrisscross•34m ago•0 comments

Palestine Shadow Library

https://monoskop.org/Palestine_Shadow_Library
1•joebig•35m ago•0 comments

LG TVs aren't the only ones spying on you [video]

https://www.youtube.com/watch?v=IvFu343KNek
5•someonebaggy•39m ago•0 comments

Show HN: InterMCP – Pure-Rust MCP engine (457k ops/s, <3.8MB RAM)

https://github.com/Bharathcoorg/intermcp
1•bharathcoorg•41m ago•0 comments

Terpstra Keyboard

http://terpstrakeyboard.com/
2•cl3misch•42m ago•0 comments

Claude's new system prompt doesn't want to reproduce song lyrics

https://simonwillison.net/2026/Sep/2/claudes-new-system-prompt/
3•Bluestein•43m 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 ...