• 0 Posts
  • 116 Comments
Joined 1 month ago
cake
Cake day: February 4th, 2026

help-circle
  • As much as possible, I pretend they’re just being friendly or I used to know them. That’s my acting motivation.

    It really fucks them up. lol

    Sometimes it shocks them out of their staring and you actually talk to them too. Which is especially funny because they begrudgingly go along with it.

    I love to kindly torture dickheads, and if it works out maybe they can stop staring at people.



  • Maybe this is bad advice, but I will genuinely smile and wave at people who are staring/glaring at me. Or if we’re close enough, I’ll literally say hi and kinda start a conversation. “Oh hi! How are you doing??”

    They often don’t know what to do, because in their head you were kind of a figment of their imagination, they never expect you to acknowledge them and actually be pleasant, because they’re so miserable.

    Often they’ll just look the other way with their bitchface, but then it’s quite funny that they can’t even handle someone being kind.

    Like, do you think I can’t see you looking at me (how stupid are you)? Hi!


  • That’s hilarious.

    “Every credential that was in Moltbook’s Supabase was unsecured for some time,” Ian Ahl, CTO at Permiso Security, explained to TechCrunch. “For a little bit of time, you could grab any token you wanted and pretend to be another agent on there, because it was all public and available.”

    Last month, Meta CTO Andrew Bosworth was asked about the AI agent social network in an Instagram Q&A. He said he didn’t “find it particularly interesting” that the agents talk like us, since they are trained on massive databases of human material. Rather, Bosworth was intrigued by how humans were hacking into the network, which was not a feature but a large-scale error.

    It’s telling that Meta is still impressed by this kind of bullshit. None of this is particularly interesting.



  • I never really figured out why they stared at me; it didn’t necessarily feel like an obvious intimidation tactic, even though it was obviously very intimidating. Maybe that’s all it is, but I sorta wish I figured out what was in their head as they stared.

    Honestly, sometimes if they might be dumb as shit and they don’t necessarily know they’re staring. Or that they shouldn’t be obviously staring.

    The Venn diagram of hyper-masculine men and very stupid men approaches a circle.

    Not that it helps, but it might explain why it doesn’t feel like an intentional intimidation tactic. They’re just plain dumb.







  • I’m afraid I’ll get less careful as I gain experience and my comfort level increases.

    This is exactly what happens! Or maybe one day you’re just extra tired or something. Mistakes happen. That’s a huge reason backups are so important, even in professional settings. Humans make honest mistakes, and that’s ok.

    That’s actually why I like the knife analogy, because if you’re using a sharp knife, eventually you might get a cut. That doesn’t mean you shouldn’t be using the sharp knife (oftentimes you have to!), it’s just important to remember that it’s sharp. And to not blame yourself too much if you do get cut.

    I tried to do everything I could to delete it normally, but it wouldn’t let me. In hindsight I wonder if rsync gave the ownership of the backup to the root or something…

    Oh if I remember correctly, rsync needs an argument to keep ownership! You have to run it as root, but -o will keep owners and -g will keep groups. -a does both and also keeps permissions.

    As an aside, just to confirm, people talk about trying not to use rm -rf but that was the right thing to use! You don’t want to confirm “yes, delete that file” every time.







  • Consider as well that there is a *national* speed limit, even though road regulation is at the state level of jurisdiction. The national speed limit had nothing to do with safety. It exists as a as a national security measure to control US dependency on foreign oil.

    There isn’t a national speed limit, that ended in 1995. Each state chooses its own speed limits. Wikipedia page. It’s 80 in a lot of the less-populated mountain west states, which makes 70 seem slow when you’re driving across states.

    I personally don’t think the flag can be taken back. Republicans turned it into a worthless commodity starting in the 1970s with the Vietnam War. It’s only gotten worse since.

    It started to get a deservedly negative connotation in the 1980s. My grandfathers both served in World War II, and they respected the flag differently. That all changed in the 1980s with Ronald Reagan and Lee Greenwood singing “God Bless the USA” while wearing an American flag jacket.

    It’s been essentially a symbol of anti-American principles since then. Like how the Christian flag often indicates Christian nationalism and not actual Christians.

    American patriotism can’t be reclaimed, it has to be redefined with a different flag.



  • Your rm -rf reminded me of one of my mistakes.

    I know everyone’s probably already heard about stories like this, but one terrifying mistake I made in college was a fat-fingered rm -rf / home/whatever.

    I didn’t notice the space before hitting enter, so it started happily deleting system files from /.

    I killed it pretty quickly, and then was able to re-download the files I accidentally deleted by hand, one by one, while the computer was running. It felt like I was changing a tire of a car while it was driving.

    So I try to think of that kind of thing as a sharp knife. Cut carefully.

    Doesn’t mean I didn’t also delete an entire customer database a few years later but at least that one was backed up! Horrible feeling. lol