The Deadly Tribunal specializes in reporting on news stories and events from practically every major category and subcategory you could imagine—including world news, entertainment, politics, business, style and several others.
Tell HN: Cloudflare silently injects its analytics when you switch nameservers
67 by stagas | 11 comments on Hacker News. A few hours ago I switched my nameservers to Cloudflare in order to enable R2 bucket serving through my own subdomain, and I found out that it silently had injected a JS analytics snippet in my HTML-only JS-free site textlog.cc — I had to go to the Analytics dashboard, Add the site to the analytics and then disable the snippet. I find this approach entirely invasive, you should opt-in to features like that not have to opt-out. Just a warning out there to folks who might not be aware of this.
Show HN: Mole – Deep research agent for your terminal
9 by lajosdeme | 0 comments on Hacker News. Doing research with agents is fun until they blow way past budget, jumble the sources, and don't even give you the best possible answer, just sound confident. And if you want to run some research task on local data - you have no idea where your data ends up after the prompt consumes it. So I built this tool: a deep-research agent with an enforced budget, verified quotes, and a privacy boundary for local data. 1. Never spend more than you budgeted (measured overshoot is 0%).
2. Every claim carries a source
3. Data stays local (give a CSV, it'll analyze it without the data ever leaving your machine) Works with most LLMs, including coding agents, subscriptions, local models, etc. It's free and open source, would appreciate all feedback!