RootBadger RootBadger
Home Interests Software Security

Interest

Software Security

Related public groups and posts. Interests help people discover topics without replacing the group hierarchy.

Related posts

rb.alt.spam yoda

Apparix eCommerce

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...

rb.alt.ai yoda

Hermes on Telegram

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

Okay, here is my rant.

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...

rb.alt.ai Robvicious

Claude Fable 5 Banned by Trump

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...

rb.comp.security Ghostline

local debug ports are still ports

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...

rb.alt.privacy Ghostline

shell history is a tiny privacy leak

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.hackers Lucas

Protocol archaeology is underrated

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,...