• 16 Posts
  • 186 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.



  • It’s not even about declaring themselves default. Many countries used to have 90+% of population identifying as Christian, with persecution against non-Christians. Christianity was/is taught in schools, determines the public holidays, and was historically written into law, among a million other things. In these countries, they were the default. They were normal and their cultural legacy is still normal. Retaining the status quo of their traditions is not seen as religious celebration or worship, it’s spiritually empty.

    Thought experiment: If a Christian attends a friend’s Hanukkah each year, watches the rituals and enjoys the food and company, do you believe this alone now makes them a Jew?


  • and I call myself an atheist jew, a common thing in Judaism.

    I don’t think it makes sense to equivocate Jewish identity with Christianity, because Christianity is a universal religion, not an ethnic religion. Atheists I know who celebrate Christian holidays don’t consider themselves Christian, Christianity is considered to be about the belief system, not the culture surrounding it. Any remaining Christian influence is treated more like a cultural tradition than a religious event. The way Christmas is celebrated in the ones I’ve been to, you could simply change the name and it would then be a completely secular feast. It’s derived from (not influenced by!) a pagan event, so most of its core features aren’t even related to Christianity in the first place, not even the date. Christianity is surprisingly arbitrary in Christmas.

    Like you mentioned, Christian atheism appears to be an established concept in other countries, along with similar concepts like lapsed Catholics. I only personally know one person like this, who identifies as a Lutherian but not believing in a higher power, and other people I’ve mentioned it to consider that to be odd and contradictory.




  • comfy@lemmy.mltoFuck Cars@lemmy.worldReduce the traffic
    link
    fedilink
    English
    arrow-up
    8
    ·
    2 months ago

    Stop using one car for one person. There is room for at least 5 in total.

    Yes, and most cars on the road don’t have that many people in them. Last I checked, the average occupancy of a city car is somewhere between 1 and 2.

    That’s why the image says only 177 cars, not 200.







  • comfy@lemmy.mltoLinux@lemmy.mlDoes it get better?
    link
    fedilink
    arrow-up
    6
    ·
    3 months ago

    To answer the main title question: it definitely can get better, especially if you’re using common hardware with maintainers working to improve the code to handle them.

    I’m one of the people with a mostly smooth Linux experience on my devices (I have similar values to other nerdy programmers and naturally purchase more similar or popular computers/parts, and I haven’t really had brand new bleeding-edge computer parts, so that might give me better odds at a smoother experience), no weird audio/WiFi/GPU issues that you often see here. The only issues I have are so inconsequential they’re not worth mentioning. And I’ve used the two OSs you’ve used.




  • 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.