• 0 Posts
  • 10 Comments
Joined 4 years ago
cake
Cake day: April 1st, 2022

help-circle
  • Like some already said, how long ago is “a few years ago”? Because last year my installation had an annoying issue which is now fixed. And maybe five years back, some (newer or rarer) hardware/devices needed a fix through the terminal, but now work perfectly by default.

    I haven’t tried Bazzite, but I’ve heard good things about it and what I know about it so far sounds good. Although @jlow mentioned some alternatives which I wonder if they’re even more suitable since you didn’t mention gaming. Out of habit, I still recommend Mint to former Windows users. But I haven’t needed to input a password for web, graphics tools or office apps, only have to type a password when updating, installing new apps or doing special terminal stuff (which I do by choice!)


    On one hand, Mint’s default experience (Cinnamon desktop environment) generally resembles Windows which can make the switch smoother. On the other hand, some other ones fix a lot of defaults Windows chose wrong. Even little things, like moving the taskbar to the top (closer to other options) or to the side (takes up less space), so even if you pick a smaller leap to start with, it’s good to casually look around once you’re comfortable.


  • Yep. Although…

    Is it safe to use the OK hand signal again?

    Words and symbols cannot be divorced from context. Like @SineSwiper@discuss.tchncs.de hinted at, putting a date of birth in a username is common and there are so many other meanings for these numbers so it would be ridiculous to jump down someone’s throat for simply using them, or using common gestures. Unless that friend in the story was also saying some reactionary things in their comments, I think it’s silly and careless that someone challenged them on their name.

    I been told by some international friends that one of the political flags over in Australia, the Eureka flag, has a similar situation where both trade unions and white nationalists try to claim its legacy, so it’s common to see in both the pro and anti immigration rallies. Context is what makes it either a potential nationalist/racist dogwhistle or a symbol of workers’ rights.




  • To take this a step further, wolf-whistles (neo-Nazi dog-whistles) are often intentionally vague, and spotting them is important in recognizing cryptofascists because they will try and claim plausible deniability, “oh leftists call everyone a nazi” is something open nazis say to downplay themselves to other reactionaries. They know that their beliefs are still unspeakably disgusting to most societies, they tend to disguise it, downplay it and rationalize it.

    [1]

    Sometimes it’s language and phrases itself, you can often see cryptofascists use the same phrases, euphemisms or odd terms as famous fascist speeches or texts, whether as an intentional subtle allusion or just unwittingly echoing what they’ve read. And that’s where they’ll chuck in terms like “Final solution” in memes.

    Other times, it’s more direct coded language and symbols. It’s probably less unknown these days, but some common examples of codes are the sonnenrad ‘Black Sun’ symbol, Nazi-era pseudo-runes (not to be confused with legitimate historical Germanic runes!), the numbers 14 and 88, and more.




  • Programming is one of those skills and industries that is accessible enough that basically anyone can do it, but you will run into trouble later if you’re doing anything serious without learning how to do it well. There are hundreds or thousands of ways to make something work, but if it’s an unmaintainable mess or you don’t even understand how it works, then we end up with our financial institutions running COBOL in 2025. Good luck when regulations change. Have fun when your operating system becomes unsupported and you have to replace the underlying dependencies. Hope your boss doesn’t sue when they have to hire people to rewrite your hackjob.

    And these were all already problems before AI code came onto the scene. We had the programming equivalent of script kiddies, people who would blindly copy and paste code from web searches without even reading the date or the comments saying “this is bad and this is why”. But this probably makes it even easier to do, and possibly harder to spot. Combine this with how many universities don’t even focus on lower-level languages so you get plenty of people who can’t understand how to fix any of the trickier errors in their code. And that’s not to say everyone has to be able to, but it’s a problem when so few are able to. So these programmers are unlikely to know if the code has problems so long as it passes their tests, and unlikely to know how to fix those problems when they become clear.

    Automation tools are good ideas for assisting and detecting possible mistakes. They’re not good at generating that much code. In fact, that amount of code in that amount of time is suspicious, hinting that it’s unlikely to be well-designed, maintainable or efficient.