Hacker News
Vigolium: Open-Source Vulnerability Scanner
Article URL: https://www.helpnetsecurity.com/2026/05/27/vigolium-open-source-vulnerability-scanner/
Comments URL: https://news.ycombinator.com/item?id=48290233
Points: 1
# Comments: 0
This Film Cost $500,000 to Make. $400,000 Was AI Compute Costs
Article URL: https://www.wsj.com/cio-journal/this-cannes-film-cost-500-000-to-make-400-000-was-ai-compute-costs-a823b08d
Comments URL: https://news.ycombinator.com/item?id=48290214
Points: 2
# Comments: 1
Cyberduck – Talk with a Duck
Article URL: https://rubberduckdebugging.com/cyberduck/
Comments URL: https://news.ycombinator.com/item?id=48290212
Points: 2
# Comments: 0
Bangladesh measles cases: children die within months
Article URL: https://www.bbc.com/news/articles/cwy2d5d7wn5o
Comments URL: https://news.ycombinator.com/item?id=48290177
Points: 2
# Comments: 0
Federal Bureau of Investigations Internet Crime Report 2025 [pdf]
Article URL: https://www.ic3.gov/AnnualReport/Reports/2025_IC3Report.pdf
Comments URL: https://news.ycombinator.com/item?id=48290165
Points: 1
# Comments: 0
California cheese mogul turned to AI agents to save his $50M business
Four Big Takeaways from the FBI's Report on Internet Crime
Article URL: https://www.wsj.com/tech/cybersecurity/internet-crime-fbi-report-fd7c16e8
Comments URL: https://news.ycombinator.com/item?id=48290149
Points: 2
# Comments: 1
98% Match. Wrong Person - Proton [video]
Article URL: https://www.youtube.com/watch?v=MJ8yFRa_q4E
Comments URL: https://news.ycombinator.com/item?id=48290148
Points: 1
# Comments: 0
Show HN: Tasmap – Canva for Maps
Hi there,
I'm building a map tool - Tasmap. It combines the functions of articles, maps, and design. The goal is let people can easily build beautiful maps without design/engineering effort. There are many demo and use-cases on landing page, take a look and give it a try :)
- Eddie Hsu
Comments URL: https://news.ycombinator.com/item?id=48289698
Points: 1
# Comments: 0
Show HN: Stumbleback – StumbleUpon for the bookmarks you've been hoarding
Hi HN,
I have about 2000+ bookmarks that I will never read. Probably you do too. I keep collecting new stuff to read, the list grows longer each day, but I barely get around to reading them, and the problem, as I realised, is more to do with the analysis paralysis on what to read. Sort of like how we spend so much time figuring out what movie to watch on Netflix.
So I made a simple Chrome extension: it picks one bookmark at random, drops you on the page, and gives you two buttons on a floating toolbar - Stumble (next random one) or Done (mark read and move to the next random one). That's it. It takes away the burden of decision altogether, and it's sort of fun to engage with because of the variability (and novelty) of what it loads next, while still being within the universe of things I've been wanting to get to. Also, I've added daily goal and streaks to keep me motivated to get through the list and turn it into a daily habit.
You can simply Right-click -> Add to Stumbleback for new saves, otherwise it just reads your existing Chrome bookmarks, or you can paste URLs as well, no separate database.
It's free. Would love feedback from anyone who's tried to get through their reading list of things and failed.
Comments URL: https://news.ycombinator.com/item?id=48289683
Points: 1
# Comments: 0
Tell HN: Android Chrome deletes your browsing history silently
Under specific, but still indefensible circumstances, which I just learned is somehow the intended behavior.
I don't think I quite understand what computing has become at this point. I keep encountering situations where the SWEs, who write and maintain software that I assumed to be trustworthy, decide that superficial considerations are more important than data integrity or user control of critical decisions. It keeps happening, so it's not a mistake or an oversight. Some of you genuinely think that this is how software should work.
Low system storage causes a write error which corrupts the database which houses the history
Comments URL: https://news.ycombinator.com/item?id=48289674
Points: 1
# Comments: 0
The Other Side of On-Call
Article URL: https://i0exception.substack.com/p/the-other-side-of-on-call
Comments URL: https://news.ycombinator.com/item?id=48289661
Points: 1
# Comments: 0
Did the Pope use AI to write about the dangers of AI?
Article URL: https://www.theverge.com/ai-artificial-intelligence/937801/pope-leo-xiv-magnifica-humanitas-ai-pangram
Comments URL: https://news.ycombinator.com/item?id=48289660
Points: 2
# Comments: 1
An invisible problem in California housing
Article URL: https://jonharris665470.substack.com/p/what-the-hell-are-we-building-here
Comments URL: https://news.ycombinator.com/item?id=48289645
Points: 1
# Comments: 0
Advancing Mathematics Research with AI-Driven Formal Proof Search
Article URL: https://arxiv.org/abs/2605.22763
Comments URL: https://news.ycombinator.com/item?id=48289633
Points: 1
# Comments: 0
Shareholder groups push companies for stricter AI oversight
Article URL: https://www.theglobeandmail.com/business/article-ai-oversight-artificial-intelligence-shareholder-tech/
Comments URL: https://news.ycombinator.com/item?id=48289630
Points: 2
# Comments: 1
Show HN: Posthorn, self-hosted mail without the mail server
Introducing Posthorn, a self hosted email gateway. One docker container (or Go binary) between every self hosted app on your VPS and your transactional email provider. Set up Posthorn once, point your apps to it, done.
I was trying to deploy Ghost on a DigitalOcean droplet and found that DO and many different VPS services have started to block the default SMTP ports to try to combat the various types of abuse they get. To actually configure my app, I had to hack together a Postfix relay.
In another project, I had a static site which had a contact form, but my free Formspree account was occasionally hitting usage limits and I desperately wanted some of the anti-spam features they had gated behind their paid accounts so I put together a caddy module to catch HTTP POSTs and bounce them to my provider.
I kept bumping into these same email issues. Many of the services I wanted to host (Gitea, Mastodon, Umami, Comentario) ran into the same limitations. This felt like a really common issue that had no good solution.
Posthorn is what I built to solve this. It's a small Go binary (or 10 MB docker image) that sits between your self hosted apps and your transactional email provider of choice (shipping with support for Postmark, Resend, Mailgun, Amazon SES or an outbound SMTP relay). It also accepts POSTs from HTML forms to support static site needs while adding security layers such as honeypot fields, origin checks and IP rate limiting. There's also a JSON HTTP API that supports Bearer auth for backend scripts or cron jobs that just want a /send endpoint.
I now use this personally in multiple scenarios and I've spent a lot of time beating this up and testing against what I can validate. I'd love to hear how this might be useful for you, what breaks and any feedback you might have. It's open source under Apache 2.0 and I'd love contributions. I'm planning to support and grow this for the long haul.
Code: https://github.com/craigmccaskill/posthorn
Docs: https://posthorn.dev/
Longer write up: https://craigmccaskill.com/introducing-posthorn/
Previous HN discussion on the exact issue I'm trying to solve: https://news.ycombinator.com/item?id=43620318
Comments URL: https://news.ycombinator.com/item?id=48289624
Points: 1
# Comments: 0
Ho-scale slot car racing in the Santa Cruz Mountains
Article URL: https://stewartraceway.org/
Comments URL: https://news.ycombinator.com/item?id=48289611
Points: 1
# Comments: 0
Microsoft Edge Multiple Vulnerabilities
Article URL: https://www.hkcert.org/security-bulletin/microsoft-edge-multiple-vulnerabilities_20260527
Comments URL: https://news.ycombinator.com/item?id=48289609
Points: 1
# Comments: 0
Tintello: A color quiz where cobalt is named after a goblin
Article URL: https://medium.com/@paul.gedeon/tintello-judgment-is-harder-to-delegate-than-code-54fa16d09508
Comments URL: https://news.ycombinator.com/item?id=48289603
Points: 1
# Comments: 0
