she/they

Bit of a mess, kinda depressed, and going through a gender identity crisis :3

(Ongoing issues, brain pls fix)

  • 10 Posts
  • 25 Comments
Joined 1 year ago
cake
Cake day: July 20th, 2023

help-circle





  • I know you meant this sarcastically, but yes, flex is a good option for centering something. Either that or setting the left and right margins of the element to auto, which is generally even easier.

    Basically, if you’re in a flex container use flex, if you’re in a grid use grid, and if neither of those apply set the left and right margins to auto.










  • It depends on what you’re used to and the programming languages you use. I learned typing on a German QWERTZ keyboard and while that works for languages like Python and Haskell, which are indentation-based, but for languages which use braces like Java, C, Rust, or similar, it can be annoying to have to use altgr+7 or altgr+0 for { and }. Thus I switched to a US ANSI layout, which was nicer for those specific characters, but caused problems when typing local characters like öäüß. After switching to Linux I set up a compose key, letting me press compose + a + " for ä for example, and while that’s a decent patch, that still breaks the typing flow. So now I’m in my ergo keyboard phase and trying to get my own personal layout going, which meets my own needs for needed characters, based on a colemak-dh design.


  • You know, Valve once considered making an entire OS to prevent cheating. I’d assume something like SteamOS, but incredibly locked down and designed for playing Valve games. Obviously that never got past the idea stage, but disregarding the truckload of issues with that idea, one big one is that you could use either physical cheating tools, by messing with the direct hardware inputs, or run it in a VM. Basically, unless you have a player in a locked-off room, with a pc, keyboard, and mouse provided by you, and the pc running your own locked-down OS… well, someone’s gonna figure out a way to cheat.

    That’s not to say that anticheat can be ignored entirely, but since there is no remotely reasonable state which could eradicate cheating entirely, you need to find a happy medium of not “infecting” the player’s pc with a new backdoor, because even if you’re not malicious, someone else will be, and nothing at all. Something that has a minimum level of invasiveness with a maximum level of cheating prevention, at least filtering out basic script kiddies.

    The problem with that is, nobody cares. Basically nobody even knows what a “Kernel” is and what “Kernel-level” means and implies, so it’s just some weird anticheat for them. Also, as long as DRM doesn’t interfere with their playing experience, they don’t care either. Barely anyone will even notice if a few frames are missing, because Denuvo is chilling in the background, keeping the game “safe”.

    We are a subset of privacy-minded people in a subset of somewhat knowledgeable gamers. Losing us as customers doesn’t matter in the slightest to the devs/publishers, and nobody else will make a fuss, or at least they’ll not stop spending money.




  • After reading all this, and generally being predisposed towards Arch since my experience with EndeavourOS has been rather comfortable so far1, I’d say I’ve less been rationally convinced of using it, but rather not deterred enough. So I think I’ll just go with Arch, but make sure to keep my home folder in a separate partition, so I can bail if needed, with Fedora as my preferred backup.

    1: Well, I say it’s been comfortable for me, and that’s true, but a friend of mine who installed EndeavourOS at the same time as me recently booted his pc up to find a terminal staring back at him. He says he didn’t do anything weird, and didn’t even update, but who knows. If I understood him correctly, reinstalling (one of) the Kernel(s) (I think he has two installed, one as a backup) fixed the issue. Problem is that this takes time, and when you’re not home, with shitty or possibly no wifi, that’s gonna be a big problem.



  • I’d rather just have it working properly inside a browser, instead of it telling me that it has this neat cross-platform app, which turns out to just be Electron. On mobile that can be fine, but I dislike it on Desktop, personally.

    Do excuse me if this is false, I have never actually worked with Electron on the developer side myself, however I don’t believe it offers anything you couldn’t do through a normally provided website. I know for example Discord only allows screen sharing in the desktop app, however I’ve also seen websites which allow screen sharing, so that seems more like an arbitrary restriction than anything. I mean, in the end it’s just a dedicated Chromium install for one single website, so where is the need to force the website onto your pc?


  • CatLikeLemming@lemmy.blahaj.zoneOPtoLinux@lemmy.mlArch or NixOS?
    link
    fedilink
    English
    arrow-up
    4
    ·
    11 months ago

    I’ve already considered Debian, but… I dunno, this isn’t what I’d call the most logical reason, but I just kinda don’t like it as my desktop OS. I’d use Debian over basically anything else for a server, but as a desktop OS I don’t like the vibe.

    Keep in mind, I started using Linux this summer and in a few years I’ll probably look back at this wondering why I was such an idiot, but I gotta fall and get a bloody nose first to notice ;3







  • Excuse me if this is a bit of a dumb question, as I have never particularly worried about packaging methods and simply installed what I needed from the official Arch packages or AUR, but how does Flatpak lead to fewer updates? I know it sandboxes things, that’s why I’ve been interested in it for applications I don’t quite trust like Discord, but I never got around to actually switching applications of that sort over and trying the format out.

    Speaking of Discord, hooking that out of the “normal packages”, aka everything I update via yay, would be beneficial anyways, since it’s the only thing that forces me to update my system by saying how I’m oh so lucky about a new update coming out and I don’t wanna mess with partial system updates. That’s kinda besides the point though, I just wanted to complain.