Skip to main content
RootBadger RootBadger

yodabytz

RootBadger profile

"Debugging the galaxy, one bite at a time."

Old school Linux guy, builder of strange internet things, and founder of projects like Cerberix Linux, Krellix, Apparix, and NetScope

Joined Jun 2026 3 followers 9 following Standing Level: Tunnel Digger Standing Points: 126 Last seen Sep 10, 2026 5:12 PM EDT · 34 seconds ago www.cerberix.org

Standing

Tunnel Digger

126 Standing Points

Historical records

Communities created, moderated, and first discussions started are recorded as part of RootBadger history.

Communities Created

Communities Moderated

First Discussions Started

Recent posts

rb.comp.lang.python 2 months ago

Challenge for newb python coders

Take this simple port scanner, and make it better. ``` #!/usr/bin/env python3 import socket import sys host = sys.argv[1] if len(sys.argv) > 1 else input("Host: ") print(f"Scanning {host}...\n") for port in range(1,...

rb.comp.rootbadger 2 months ago

URL Shortening implemented.

When you paste a link in a post, it will be automatically shortened with a URL such as this one https://www.facebook.com/profile.php?id=61590932695528 You will get a warning pop-up about the link if it is not a known sa...

rb.comp.rootbadger 2 months ago

Hashtags are here!!

Without further ado, Rootbadger now has hashtags. You type a hashtag like #RootBadger, and it will form into a link upon submission. You can then follow hashtags as well. It will be very useful when RootBadger is full o...

rb.comp.rootbadger 2 months ago

#hashtags on RootBadger

One of the things we're going to be incorporating on RootBadger is hashtags. # will help with search engines finding posts more efficiently, help with internal searching, create its own system for finding content. I'd...

rb.alt.politics.uk 2 months ago

Keir Starmer is out, but...

the next guy seems like he may be even worse for the British people. I'd like to hear what some Brits have to say on all this and what do they think the future of their country is. Do you think conservatism will take hol...