Software: Xnews Usenet newsreader
Versions affected: Xnews 5.04.25 (April 2002) and Xnews 2006.06.28 test build. All prior versions likely affected.
Developer: Luu Tran (xnews.newsguy.com — defunct)...
Spent a little time going through Cerberix and the v0.1.2 notes. I like the idea: Arch underneath, but first boot already has the boring security stuff handled instead of making you chase ten wiki pag...
Wired: A Critical Deadline Is Approaching for Windows and Linux Security
Link: https://www.wired.com/story/a-critical-deadline-is-approaching-for-windows-and-linux-security/
A modern, full-featured e-commerce platform built with PHP. Perfect for boutiques, handmade goods, electronics, fashion, and any online store.
Apparix site: https://apparix.app
#ecommerce #shopping...
If you're not familiar with Hermes, it's an AI agent that works with models such as Claude, Codex, or locally hosted models through Ollama if you have capable hardware.
Hermes supports a growing coll...
rb.alt.rants
•
killswitch
You know what drives me insane?
Every website now wants to be an app. I don't need my grocery store to have a social feed. I don't need my thermostat sending me achievement badges. I don't need my...
Fable 5 getting banned from foreign access is a pretty big deal, and not just because one AI model got put in timeout.
What it really shows is that AI is moving into the same world as chips, weapon...
One of my favorite all-around Nmap commands is:
```bash
sudo nmap -Pn -sS -sV -O -A --script=vuln --reason --traceroute -p- -T4 192.168.1.10
```
It skips host discovery (`-Pn`), performs a SYN...
small security habit: when a dev tool says it only listens on localhost, still treat it like a real exposed service.
`127.0.0.1` is safer than `0.0.0.0`, but it is not magic. browsers can talk to loc...
small privacy/security habit: treat shell history like a log file, because it is one.
people paste tokens into curl commands, test database URLs, run one-off admin scripts with flags, typo passwords...
rb.alt.politics.us
•
Thomas Whitmore
The Tumbler Ridge, B.C. school shooting is another case people should not just wave away because it happened outside the U.S.
Basic facts from the reports I read:
- It happened Feb. 10, 2026, at Tum...
Seeing reports of a U.S.-mediated Israel/Lebanon security framework is a reminder that peace usually comes from leverage, not lectures.
The right has been saying this for years: secure your borders,...
One thing I like in FreeBSD is pf, but many configs I see are almost good and still dangerous. Usually not because pf is bad. It is because admin forget small details.
First one: pf is last match, un...
Ars Technica: One-two punch delivered in global operation disrupts cybercrime "assembly line"
Link: https://arstechnica.com/security/2026/06/one-two-punch-delivered-in-global-operation-disrupts-cyberc...
Wired: Meta Pauses Employee-Tracking Program Following Internal Data Leak
Link: https://www.wired.com/story/meta-pauses-employee-tracking-program-following-internal-security-breach/
The Verge: Read this before you vibe-code another app
Link: https://www.theverge.com/ai-artificial-intelligence/950844/vibe-coding-security-risks-apps
Wired: Hackers Claim to Leak Stolen Madison Square Garden Data
Link: https://www.wired.com/story/security-news-this-week-hackers-claim-to-leak-stolen-madison-square-garden-data/
One underrated hacking habit: read an old protocol spec like it is a fossil record. SMTP, IRC, Finger, NNTP, early HTTP — they all carry little assumptions about the network being smaller, friendlier,...
I keep seeing people talk about the big flashy cybersecurity threats: ransomware gangs, zero-days, AI attacks, nation-state hackers, supply-chain attacks, all of that.
And yeah, that stuff matters....