Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)SC
Posts
6
Comments
1,240
Joined
1 yr. ago

  • I'm literally using 15.1 right now, and set up 86box las tonight which is unsigned.

    You hit a button in the control panel, say 'fine', enter your password and it runs.

    So no, that's not how it works and he's just plain wrong, but it's Lunduke who is usually wrong when he's not being a chud, so that's the usual for him.

  • I'm going to roll my eyes: if you read the change it's literally 'Instead of cmd-clicking, you need to hit 'okay cool' in the control panel', not YOU CANT RUN UNSIGNED SOFTWAER!!@11!!111

    The reason for this change was, shockingly, because malicious asshats were putting up malware pages telling people 'oh you have to cmd-click to install totally legit thing here!' and this puts a nice warning up in front of less-educated people in the hopes of preventing the spread of malware.

    I'm 100% for this change since it literally adds 3 seconds of clicking a single time for an app, and makes it where my family members are less likely to get totally screwed over.

  • If your device is out of your sight, then yeah, you should probably assume it's compromised.

    Of course, that's hardly JUST China doing funky shit with your devices, but depending where you're calling home, odds are customs/immigration when you head home will try to do the exact same thing, too.

    And the answer to everything is yes, always use a VPN if you don't trust the network and you should never trust the network.

  • Judging from the last time I looked at their comment platform, it had the feeling that the only users of it were ones that were banned from Youtube because of the toxic shit they're wanting to post so I mean, I guess, but it's not the experience you're wanting, probably.

  • Does !12345:p do what you want?

    Edit: that also makes hitting the up arrow result in whatever command that was, so if you wanted to edit the line or whatever, you could !12345:p, up, then edit and execute.

  • not as chatty as it used to be back in the days

    I think that's kinda a generational problem. When you played WoW 20 years ago, all the chatter was in the game, because where else would someone be asking where Mankrik's wife was?

    Kids these days (and old people who are paying attention, too, I guess) just join the Guild discord because it's persistent chat outside of the game with push notifications and streaming and you can listen to shared playlists while raiding and all sorts of shit you just can't do in the game.

    So sure, MMO people don't chat in game as much anymore, but there's still a vibrant meme-sharing-and-yelling-at-the-hunter community in Discord now.

  • richer, more tactful billionaires

    It's not even that complicated: at some point the non-billionaire investors are going to want a return on their investment, and they're going to push BlueSky, Inc. public and that's the end of that.

    An IPO is every bit as bad for independence as a nutjob buying your company, because you're really just selling your company to every nutjob who puts up $10.

  • Why not save time and do it the other way?

    Install the minimal/netinstall image, and then add what you need.

    You'll probably spend less time adding than trying to figure out what's installed that you do or don't need and trying to remove random packages without breaking anything.

  • Permanently Deleted

    Jump
  • Kudos for the unique delivery method, I guess?

    (Also I do not like this sudden appearance of QR codes in daily life like for menus and shit for exactly this reason: just give me a URL if you must, or print something out and stop being cheap.)

  • I'm not sure I buy that: Trump is a cult, and his cultists are going to have an absolute riotous fit if someone tries to depose him.

    Short of him dying or doing something you just can't ignore - like, say, he eats shit out of his diaper on national tv - he's not going anywhere.

    Vance isn't smart enough to 6D chess his way into the presidency without his nominal constituency rioting over it, so I'm doubtful that's his play.

    He's probably just going to pull the last-guy-in-the-room thing, since that's the only person Trump listens to or remembers anyway which means you keep the cultists happy AND you get the figurehead to do what you want anyways without the mess.

  • Yeah, it makes federation, especially if you run your own server and don't have a large user base, largely broken.

    You'll end up getting a shockingly small amount of replies to people you follow's posts, which (for me) is the whole reason I'm here.

    It almost forces you onto a larger server if you want a reasonable experience (or you have to start ingesting huge amounts of data via relays), but I mean, at that point why not just use bluesky instead?

  • Mastodon is, like, fine, but it has one gaping flaw that makes it utterly unusable for me.

    Basically, the issue is you cannot be assured that any particular instance contains the entire conversation thread/replies, because they're not necessarily sent to every server participating in the conversation.

    Bluesky fixes that by the 'firehose' feeds federating out to the PDSes and providing complete reply chains, which just flat out makes it a better experience since you can actually see what everyone is saying, not just what people on servers you might be following already are saying.

    It's a giant stupid flaw in Mastodon (since other AP based platforms such as, for example, Lemmy don't have it) and really should be addressed since it makes the platform darn near useless since why am I following people to only get half of what might be a useful thread?

  • Because Trump voters are poorly educated, and frankly, stupid.

    You heard something about eating cats and dogs, they heard someone telling them that Those people they don't like are doing horrible things, and he will make things even with Those people.

    Literally a dog whistle, but you have to be a blithering moron to understand it, because anyone who isn't just hears a senile old dumbass saying stupid shit.

  • two commands: dd and resize2fs, assuming you're using ext4 and not something more exotic.

    one makes a block-level copy of one device to another like so: dd if=/dev/source-drive of=/dev/destination-drive

    the other is used to resize the filesystem from whatever size it was, to whatever size you tell it (or the whole disk; I'd have to go read a manpage since it's been a bit)

    the dd is completely safe, but the resize2fs command can break things, but you'd still have the data on the original drive, so you could always start over if it does - i'd unplug the source drive before you start doing any expansion stuff.