A software developer and Linux nerd, living in Germany. I’m usually a chill dude but my online persona doesn’t always reflect my true personality. Take what I say with a grain of salt, I usually try to be nice and give good advice, though.

I’m into Free Software, selfhosting, microcontrollers and electronics, freedom, privacy and the usual stuff. And a few select other random things as well.

  • 0 Posts
  • 15 Comments
Joined 4 years ago
cake
Cake day: August 21st, 2021

help-circle

  • hendrik@palaver.p3x.detoNo Stupid Questions@lemmy.worldHow do I rent a botnet?
    link
    fedilink
    English
    arrow-up
    14
    arrow-down
    1
    ·
    edit-2
    21 hours ago

    I think unless you want to send some money to a shady self-proclaimed hacker, you’d just go with a regular computer security company. They can do it and they’ll have people who know what to look for. You can’t do red-teaming without any of the background knowledge, it’s a proper job and takes lots of experience to get meaningful results. And before you yourself launch a large DDoS attack on “your” rented virtual server, contact your hoster and give them a heads-up, since that’s really their servers, their datacenter and netwoking infrastructure which might get affected.

    If it’s a smaller website and not super critical, you might be fine hiring some single freelancer who know what they’re doing as well…

    (And other than that… I’d just rent 10 AWS instances from Amazon, or the equivalent from Microsoft or any of the cloud providers. For all intents and purposes, that’s your proper botnet with a lot of bandwidth. But please don’t do this for nefarious purposes.)



  • Nah, I don’t think there’s a lot on IPv6 in that book. I think OP’s concern is valid. Accessing devices at home isn’t unheard of. The amount of smart home stuff, appliances and consumer products increases every day. And we all gladly pay our ISPs to connect us and our devices to the internet. They could as well do a good job while at it. I mean should it cost extra to manage a static prefix, so be it. But oftentimes they really make it hard to even give them money and obtain that “additional” service.


  • I wonder how often the assigned prefix changes with most of the regular ISPs. I’d have to look someone else’s router since I’m still stuck on an old contract. But I believe what I saw with some of the regular consumer contracts: the prefixes stay the same for a long time. You could just slap a free DynDNS service on top and be done with it.

    But yes, I think this used to be the promise… We’d all get IPv6 and a lot of gadgets like NAS systems, video cameras and a wifi kettle and they’d be accessible from outside. Instead of that we use big capitalist cloud services and all the data from the internet of things devices has some stopover in the China cloud.


  • Yes, that’s likely a longer argument. I think I’m not completely considering it a bad thing… I think the old time forums had some charm to them, where you’d just contribute something to a discussion, no matter what and who you are… It’d be just about a certain topic. But that’s not really what we do here. So it’s a bit out of scope. I feel we could do that, though. The technology and set up of the platform itself should allow for those kinds of conversations… Bus yeah, it’s complicated. And this might be more social media than internet forum.


  • Sure. And since Lemmy is part of the Fediverse, it is embedded into some context… I mean we also connect to services like Mastodon with a very different approach. And we have things like Mbin with a hybrid approach. And as mesa said, Piefed tries to do some additional things as well. But the way Piefed currently handles missing avatars is to just not show any, it’ll just be the username as text aligned to the left.

    (And I think the stream of faceless opinions is part of the idea behind Lemmy… Whether that’s a good or bad thing, or could be improved.)


  • I think this platform is less about people and more about commenting. That’s also why we can’t even subscribe to people on Lemmy, just communities. So naturally, your profile ends up being less important. And I have close to no incentive to care about avatars. This place is more or less just about the text content and the links. And I don’t even want my real face to show up next to my stupid comments.

    I mean developers add avatar to all kinds of things, whether that’s useful or not. I myself don’t need one in Spotify or the fitness tracker app or my computer user account. They’re there nonetheless, and once you implement them, you have to deal with the UX representation. I think some users like to customize stuff so it get’s implemented. But it might be meaningless to most of us.







  • More often than not, internet fights have little to no direct effect on the real world. We all love drama. And fighting some rando on the internet genuinely feels like you stuck it to someone. That’s the thing with them. But we all need to ask ourselves if it did something for the people, or the cause we claim to support. If yes, it might be warranted, if no it was just mire selfish than helping.



  • But that’s very hypothetical. I’ve been running servers for more than a decade now and never ever had an unbootable server. Because that’s super unlikely. The services are contained in to several user accounts and they launch on top of the operating system. If they fail, that’s not really any issue for the server booting. In fact the webserver or any service shouldn’t even have permission to mess with the system. It’ll just give you a red line in systemctl and not start the service. And the package managers are very robust. You might end up with some conflicts if you really mess up and do silly things. But with most if them the system will still boot.

    So containers are useful and have their benefits. But I think this is a non-issue.