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/)EP
Posts
82
Comments
3,926
Joined
5 yr. ago

  • Yeah, and them being trigger-happy with the ban hammer is why Lemmy exists at all today. All Reddit alternatives back then were Nazi hotpots, because pretty much only folks who got banned from Reddit joined the alternatives (and back then, Reddit moderation primarily concerned itself with Nazis).

    They would show up on dev.lemmy.ml, too, and "just ask questions", like if an immigrant did a certain crime, would you want them deported?
    These questions served no point other than to drive the conversation tone to the right.
    And yeah, I was glad that the admins were always vigilant about that and immediately banned anyone asking such 'questions', even if it may have thrown legitimately curious folks under the bus, because it allowed proper conversations to exist.

    Of course, I have survivorship bias. I don't concern myself with China or Russia nearly enough to have specific opinions about them.
    But when someone is not being intentionally intolerant, I am of the opinion that talking to them is worth it and the only way to help center opinions which one might perceive as extreme.
    But well, I also don't concern myself with my admins nearly enough to have specific opinions about their opinions either. I don't have to agree with everything they think, just because I'm on their instance, so I don't care nearly as much as some other folks here.

  • Yeah, I always hesitate to recommend distros. 😅
    There's tons out there and they all exist, because some smart person decided to put in lots of work, as the existing ones didn't match what they wanted.

    If we exclude Ubuntu/Debian-based, that narrows it down somewhat. The other major distros are:

    • Fedora: Rather much tied to the corporate side (Red Hat / IBM), tends to be rather up-to-date. Kind of has a focus on GNOME, but other "Spins" are available.
    • Arch: Community-driven, pretty much a DIY distro, so the initial setup is somewhat challenging. It's really up-to-date, so much that it's referred to as "bleeding edge" (rather than cutting edge), meaning you might get faulty updates from time to time. It's also often loved by minimalists, because they can decide for each component, if they want to install it.
    • Well, and perhaps the most niche of these – which is what I'm on – openSUSE: Has the best integration of KDE (not by a huge margin, but still). I like it in particular, because of its snapshotting system. It automatically starts snapshotting your OS (not the user files) once per hour or whenever you make changes to the installed packages. If something breaks, you can boot into a previous snapshot from the bootloader and roll things back.
      It's the most "maximalist" mainstream distro, in that it preinstalls relatively much software. Personally, I think the other distros are a bit silly with their minimalist tendencies, but yeah, I'm biased. And well, downsides of openSUSE are that it is somewhat niche. You'll find a helpful, tight-knit community, but it's less likely that guides mention how to do things on openSUSE. Similarly, you're less likely to find pre-packaged software for openSUSE. May have to compile from source more often, although SoS has a good amount of software, too.

    As for whether a different distro is too much experimenting, if you do jump into it, you'll understand why I talked about the desktop environment instead. 🙃
    The DE makes a much bigger difference. Some people conflate distro and DE, because certain distros will have certain default DEs.
    But if you used the same DE on two distros, honestly the main difference you'd notice is a different package manager. Where Ubuntu Studio and Mint use apt, openSUSE uses zypper, Fedora uses dnf and Arch uses pacman. They handle somewhat differently, but largely do the same things (i.e. install/update/remove packages).
    Obviously, there are more differences to the distros, like how quickly they update and some of the default configuration, like the snapshotting I raved about, but ultimately it's still a Linux system with much of the same software running on both...

  • Well, that was kind of a general statement. Mint is boring. That's what it's good at. That's why it's loved and why it's recommended for new users. Specifically, it's similar to Windows in many ways. It's somewhat more customizable, but that's about it.

    With you having used Linux twice before, you could consider something less Windows-like, less boring. I'll be talking about the desktop environment (DE) rather than distro, because it has much more influence on this. You can use these DEs on various distros.

    • My personal favorite DE is KDE Plasma. The default-layout is also Windows-like, but it's got all of the bells and whistles and options you could imagine. It's kind of power-user heaven and almost like a toolbox to build whatever workflow you want.
    • The other big, popular DE is GNOME. It's more macOS- and Android-like and focuses on a specific workflow. People who can get used to that workflow, then often really like it. The workflow itself is sometimes frustratingly uncustomizable, but it's also fairly customizable when it comes to the details, typically by virtue of also having lots of features, which can then be customized.
    • Well, and I guess, I'll throw in Xfce, too, since that's likely what you used, back when you used Ubuntu Studio. (Ubuntu Studio uses KDE since the October 2020 release, but used Xfce before then.)
      Xfce isn't necessarily what modern beauty standards would get flustered by, but many folks like it for its simplicity and because it is perhaps even more boring than Mint (without being Windows-like). There's a good chance that it still works a lot like back when you used it.

    Perhaps also worth mentioning that Mint's DE is called "Cinnamon", although it's developed by the Mint devs, so if you like that a lot, it's typically worth sticking to Mint.

  • I mean, yes, but I was rather wondering, if that extra space was maybe why it couldn't find it. Maybe you had to manually enter the SSID and accidentally put in that extra space? Then again, I don't even know, if you took that photo...

  • Personally, I grew up in a family of meat eaters, so I'm pretty numb to the sight of it. For me, it's rather inverted, so I avoid the topic, because meat eaters will feel attacked and become aggressive. But yeah, it's a lot easier to avoid in that sense, because I can simply shut up rather than having to leave a situation entirely...

  • Oh, good point, I recently learned that the speed of light in fiber optics is around 200000 km/s. I always thought physicists were saying "in vacuum" to be technically correct, but that's actually a huge difference...

    https://en.wikipedia.org/wiki/Optical_fiber#Refractive_index

  • I work as a software engineer and honestly, it's ridiculous how often I'm asked to or tempted to violate the laws of physics.

    There's classics like measuring how long it takes to send a network packet from one device to another – you can't, because the two devices might have wildly different understandings of what time it currently is. The only way to get an accurate measurement is by measuring how long it takes to send it there + back (a.k.a. the round-trip time).
    And then you divide that by 2 and pretend there's no asymmetry in transmission speed, nor delay between the other device receiving it and sending it back. 👍

    In our previous project, we were recording audio chunks of one second each and then feeding it into a detector. At some point, we got asked, if we could reduce the delay until the user gets feedback from the detector. Also, we can't make the detector detect things more often, because it might make more mistakes. Alright, I guess, I'll just break up the time continuum then and give the user feedback before it has finished recording. 👍

    And now in our current project, we're supposed to send network packages across the globe and also we basically can't have any latency. Yeah, so there's this thing called the speed of light/causality at about 300000 km/s. Halfway around the globe is about 20000 km. That leaves us with 66.7 ms of latency, at its theoretical minimum. Guess I'll just quickly invent a way to create worm holes, no problem. 👍

  • Well, Mint is still one of the top recommendations for new users. It gets support for the newest hardware at a bit of a delay, so if you wanted to follow suit with your new gaming PC, it might not be as great of a choice for that for now, but for your laptop, that's what I'd recommend, if you're not looking to experiment.

  • It is, yeah, but you can also use it to host a static webpage: https://codeberg.page/
    Personally, I use it together with mdBook, so I write my texts in Markdown and then get a webpage with search and such. There's lots of "static site generators" out there which do something similar.

    It's a little tech-y for what you're hoping to do, but you could make use of the code tooling for collaboration. People could open issues, if they just want to make a suggestion, or they could create a pull request with a concrete change.

  • This is a very mild violation, but I like to play these puzzles: https://www.chiark.greenend.org.uk/~sgtatham/puzzles/
    ...except that I create a custom difficulty level which is quite a step below the easiest difficulty and then I almost rather speedrun the puzzles.

    The Rectangles puzzle at 5x5 size has been my crack for the past months and I'm at about 13 seconds now (using my phone as input).

    I mean, it's very casual speedrunning. No one cares about my time, so I actually never timed myself before just now. But yeah, I just like the different challenge of thinking fast rather than complex.

  • Dungeon Crawl Stone Soup @lemmy.ml

    A bit too real...

    Dungeon Crawl Stone Soup @lemmy.ml

    "Ecumenical" Temple

    ich_iel @feddit.org

    ich🛍️iel

    shitty vegan food porn @lemmy.world

    pickle and peanuts for dinner

    Rust Programming @lemmy.ml

    When I have an Option<Result<T, E>> but need a Result<Option<T>, E>

    Blurry Pictures of Cats @lemmy.world

    POV: You are a treat!

    Rust Programming @lemmy.ml

    Announcing Rust 1.85.0 and Rust 2024

    ich_iel @feddit.org

    ich🥬iel

    Dungeon Crawl Stone Soup @lemmy.ml

    Offense is the best defense?

    ich_iel @feddit.org

    ich🤹🏽iel

    Dungeon Crawl Stone Soup @lemmy.ml

    The game really doesn't want me in that volcano

    Memes @lemmy.ml

    Argh chives

    Programmer Humor @lemmy.ml

    IEEE 754

    Famose Worte @feddit.org

    Strahlenbüschel

    Dungeon Crawl Stone Soup @lemmy.ml

    New PB for quickest death

    Programmer Humor @lemmy.ml

    Still wild to me that we built webpages like this

    Programmer Humor @lemmy.ml

    Valid LilyPond syntax

    Tan Eggs @lemmy.ca

    Camouflaged

    ich_iel @feddit.org

    ich🥄iel

    Dad Jokes @lemmy.world

    Cyanide and Door Business