rb.alt.spam
•
3 weeks ago
I've been digging into the ingredients in Relief Factor, and there's really no
mystery to what's in it. It's a blend of fish oil, curcumin, icariin,
resveratrol, and black pepper extract.
I tracked down matching supplem...
rb.alt.spam
•
3 weeks ago
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 #software
rb.alt.test
•
3 weeks ago
I known it's nuts.
I've tried both tmux and Zellij, and I always end up back on tmux. Zellij looks
nice and it's easy to get started with, but tmux has years of polish behind it.
It's on just about every Linux server, works great over SSH,...
Bili Morguhn was one of my favorite characters in the Horseclans books. He
didn't have immortality or strange powers. He earned his reputation by being one
hard son of a bitch with a huge axe.
The part that always stick...
The Kzinti are far more than giant warrior cats. They're a species shaped by an
environment where aggression was rewarded and hesitation was punished. On their
homeworld, survival likely favored those who fought first, d...
rb.alt.hackers
•
3 weeks ago
I'm looking to expand my OSINT toolkit. What websites, utilities, or services do
you use for gathering information during investigations or research? Feel free
to share your favorites along with a brief description of wh...
RootBadger now lets group owners and moderators upload a custom OpenGraph image
for their group. This is the image that appears when your group link is shared
on social media, helping your group stand out with a more att...
The Puppeteers are probably the smartest cowards ever written into science
fiction.
They're brilliant, patient, and always ten moves ahead—but if there's even the
slightest chance of danger, they'll make absolutely sure...
If you're into severe weather, Ryan Hall Y'all is one of the best YouTube
channels I've come across. During major outbreaks, his network of storm chasers
often streams live from just yards away from tornadoes, while he e...
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 collection of installabl...
A themeable Qt 6 desktop system monitor in the spirit of GKrellM.
A skinny vertical panel of stacked "krell" monitors — CPU, memory, disk, net,
sensors, and more — driven by a clean-sheet native theme format that any us...
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,...
One thing that always impressed me about Robert L. Forward was how he'd stop the
story just long enough to explain the science. Most authors would simply say,
"Here's the new drive." Forward wanted you to understand how...
One thing that struck me while rereading *Timemaster* is how much Randy Hunter
reminds me of Elon Musk—not because they're identical, but because they share
the same relentless drive to solve problems everyone else consi...
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.alt.test
•
1 month ago
Testing url shortening
https://www.reddit.com/r/Metalcore/comments/v7rxbh/the_story_behind_what_the_fuck_is_up_dennys/
For RootBadger Android 0.1.17 / version code 41, the current app build includes
these changes/features:
- Hashtag support inside the app.
- Hashtag links stay inside the app instead of opening a browser.
- Hashtag...
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...
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...