Feed aggregator
Another German state heads down the open source sovereignty road
Stride Game Engine
Article URL: https://www.stride3d.net/
Comments URL: https://news.ycombinator.com/item?id=48842232
Points: 1
# Comments: 0
I built a $10M run rate AI Startup in 150 days [video]
Article URL: https://www.youtube.com/watch?v=VMyHC7qUrhI
Comments URL: https://news.ycombinator.com/item?id=48842190
Points: 1
# Comments: 0
SanDisk has highest unrealized losses
Article URL: https://old.reddit.com/r/StockMarket/comments/1uqmktf/sandisk_has_highest_unrealized_losses/
Comments URL: https://news.ycombinator.com/item?id=48842177
Points: 1
# Comments: 0
Chrome 150 Update Patches 27 Vulnerabilities
The security refresh resolves 13 use-after-free bugs, including two critical-severity flaws found by Google.
The post Chrome 150 Update Patches 27 Vulnerabilities appeared first on SecurityWeek.
The potential role of iron fuel in Europe's clean energy transition
Why new €3 customs charge tells a bigger story about global trade
Article URL: https://www.rte.ie/brainstorm/2026/0709/1582146-3-euro-customs-charge-online-shopping-global-trade-supply-chains/
Comments URL: https://news.ycombinator.com/item?id=48842131
Points: 2
# Comments: 0
The 4th Amendment Moves to the Cloud: Chatrie and the Future of Digital Privacy
Article URL: https://www.wilmerhale.com/en/insights/client-alerts/20260702-the-fourth-amendment-moves-to-the-cloud
Comments URL: https://news.ycombinator.com/item?id=48842120
Points: 1
# Comments: 0
Show HN: PandaPage – host an HTML page with one curl, no signup, auto-expires
I wanted to put a quick HTML page online to share, a mockup or a one-off demo, without a signup, a git repo, or a build step. Existing options all wanted one of those, so I built this.
One request creates a site:
``` curl -X POST https://pandapage.clawshop.sh/api/deploy \ -H "content-type: application/json" \ -d '{"files":{"index.html":"hi"}}' ```
You get back a URL like pandapage.clawshop.sh// and a token. The token is the only thing gating updates and deletes, so there are no accounts. You can also POST a zip instead of JSON, and binaries go as base64.
Pages expire after 24h by default (configurable per deploy from 10 minutes to 7 days, and re-deploying resets the clock). Expiry is a KV key TTL, so a page starts returning 404 the moment it lapses, and an R2 lifecycle rule sweeps the underlying files a few days later. No cron job.
Because it is just a JSON API with no auth handshake, coding agents can deploy to it directly. I gave Claude Code a short prompt and now "host this page" turns into a live URL. That was the actual motivation, giving agents a place to publish.
Stack is a single Cloudflare Worker that does both the deploy API and file serving, with R2 for the files and KV for metadata plus TTL. Whole thing is a few hundred lines.
Known tradeoffs: no auth means anyone with the URL sees the page, and anyone can create sites (expiry plus an R2 lifecycle rule keep storage bounded). No custom domains per site yet. Path-based rather than subdomain-based, so absolute asset paths need to be relative.
Happy to answer questions about the design.
Comments URL: https://news.ycombinator.com/item?id=48842119
Points: 1
# Comments: 0
Local codereview tool for handing structured review to agent
Article URL: https://github.com/rosenbjerg/local-review
Comments URL: https://news.ycombinator.com/item?id=48842085
Points: 1
# Comments: 1
Probelock – lockfile for LLM tool calling
Article URL: https://github.com/kelkalot/probelock
Comments URL: https://news.ycombinator.com/item?id=48842075
Points: 1
# Comments: 0
Show HN: Reddit-opportunities – See who is asking for you in Reddit
Article URL: https://karmybot.com/reddit-opportunities
Comments URL: https://news.ycombinator.com/item?id=48842066
Points: 1
# Comments: 0
New Horizons Pluto probe just woke itself up after 321 days of hibernation
Show HN: Facebook Videos Downloader
Save Facebook videos from profiles, groups, pages, feeds, and even videos embedded on other websites — all with a single click.
Comments URL: https://news.ycombinator.com/item?id=48842028
Points: 1
# Comments: 0
Show HN: Stockoscope – 5-dimension stock analysis where you set the weights
Article URL: https://stockoscope.com
Comments URL: https://news.ycombinator.com/item?id=48842023
Points: 1
# Comments: 0
1-in-2 phones sold in Africa exfiltrate whole-device activity to China
Article URL: https://www.nowsecure.com/blog/2026/07/08/what-the-transsion-telemetry-research-means-for-mobile-security/
Comments URL: https://news.ycombinator.com/item?id=48842014
Points: 3
# Comments: 0
Zine 0.12.0
Article URL: https://zine-ssg.io/log/?v0.12.0#v0.12.0
Comments URL: https://news.ycombinator.com/item?id=48842005
Points: 2
# Comments: 0
Former GitHub CEO launches competitor designed for the age of vibe coding
Facebook takes no action on AI far-right influence campaign flagged a month ago
Article URL: https://www.independent.co.uk/news/uk/home-news/facebook-far-right-ai-video-life-in-britain-b3004975.html
Comments URL: https://news.ycombinator.com/item?id=48841855
Points: 1
# Comments: 0
8Layers Raises $2.9 Million for Identity Security Platform
The Spanish startup has closed an extended pre-seed funding round two months after launching its digital identity protection platform.
The post 8Layers Raises $2.9 Million for Identity Security Platform appeared first on SecurityWeek.
