Some middle-aged guy on the Internet. Seen a lot of it, occasionally regurgitating it, trying to be amusing and informative.

Lurked Digg until v4. Commented on Reddit (same username) until it went full Musk.

Was on kbin.social (dying/dead) and kbin.run (mysteriously vanished). Now here on fedia.io.

Really hoping he hasn’t brought the jinx with him.

Other Adjectives: Neurodivergent; Nerd; Broken; British; Ally; Leftish

  • 1 Post
  • 1.7K Comments
Joined 1 year ago
cake
Cake day: August 13th, 2024

help-circle
  • Well, the Celts got distracted by the influx of Germanic tribes and as such had more immediate things to worry about and hate than the Romans, but I figure if the Franks, Saxons, Vikings, et. al. decided to stay home, the modern Britons would still grumble about the Romans occasionally.

    I mean, the Germanic invasions started over a millennium ago and dislike of that’s still on a low boil, so I figure two millennia isn’t out of the question.

    On the other hand, the Romans did go home. The Saxons, not so much.


  • Yeah. Right Control should be where Fn is for sure.

    And as an ISO keyboard user, I need my right Shift key, so that Control has to be a Shift instead. On ISO, left Shift is small and right is large. For that and other reasons I use the right one way more than the left. And if that’s not possible for deep technical reasons, hard-wire it to the left one bypassing all of the trouble. It wouldn’t be the first time a keyboard did something like that.

    … and what do you know, there’s a even little space there with no key where they could put the Fn key omitted by those changes.

    Everything else I could deal with. Even the otherwise US layout. It’s been a while since I used one, but occasionally there’s a hiccup and I’ll reach for double quote or at-sign in the opposite places, so that muscle memory is still there, maybe waiting for mangling into typing on something like this.


  • I think the difference with that English word - and indeed many like it in English - is that it’s wearing a disguise borrowed from another language (Latin, at least in part, in this case). German has fewer pretensions.

    But where English does have a word made up of native, undisguised parts, we don’t realise we’re probably thinking about those words the same way Germans do with theirs. That is, we don’t really think about the deconstruction unless we’re explicitly asked to, or something unusual triggers an etymological enlightenment.

    Or else we had that enlightenment long ago and it’s no longer exciting, I guess.



  • Oof. That must be a single core laptop from 2010 or something, which if true, that sucks.

    I have a 13 year old computer around here that had no problems with LMDE6 when last I fired it up. It was relatively high spec when new which takes some of the edge off, but I never had an input lag problem anywhere except maybe badly-written websites.

    Just how limited is your computer?



  • These people still have to eat. They have to live somewhere. They still buy things. Often gaudy, awful things and other disgusting displays of wealth, but things nonetheless.

    That’s where you get them.

    Oh, what’s that? They moved out of the country? Well then, they’re not there to stop the country from nationalising their stake in whatever part of that company exists in that country, are they?

    Anyone acting on their behalf to stop that should be taxed on their behalf. They won’t pay their human sock puppets? Don’t be a sock puppet then.

    If they want their stake back, they need to live in the company’s host country (because there’s always a main HQ) for one full tax year.

    They own multiple stakes in multiple companies in multiple countries? Sucks to be them, I guess. Shouldn’t have been so greedy.


  • palordrolap@fedia.iotoComic Strips@lemmy.worldSociety
    link
    fedilink
    arrow-up
    5
    arrow-down
    1
    ·
    3 days ago

    On the one hand I like and respect Gabe for staying relatively down to Earth.

    But on the other Steam is the DRM that prevents people from owning what they bought and the dude has a fricking yacht. “But he eaaarned it waaah”, yeah, and how did he earn it? I refer you back to the previous point.



  • alias name-here yields the line alias name-here='contents-of-alias-here' as output, and if you want just the part between the single quotes from that, sed, cut or, come to think of it, related shell tricks that do the same thing, would be needed to capture and convert it.

    ${BASH_ALIASES["name-here"]} is a name for what’s only between those single quotes.

    For example, I have a lot of preferences built into my alias for ‘ls’. Occasionally I want to run watch ls -l somefilespec to watch a directory listing for changes to a file. But commands fed to watch don’t go through the alias mechanism, leaving the output somewhat different to my preferences.

    It’s wordy, but watch ${BASH_ALIASES["ls"]} -l somefilespec mostly* achieves what I want.

    * Unfortunately, watch also causes the stripping of colour codes and I have --color=auto, not --color=force in my ls alias, so it’s by no means perfect - I have add the latter if I want colour - but I don’t have to type the rest of the preferences I have in there.

    FWIW, my ls alias is currently:

    alias ls='LC_ALL=C ls --color=auto --group-directories-first --time-style="+ %F %T"'
    

  • I have an alias called save_aliases that does alias > ~/.bash_aliases. alias on its own just dumps all the existing aliases to the terminal in a format that can be parsed by Bash.

    I felt especially clever when I came up with that and used it to save itself.

    Bonus fact: ${BASH_ALIASES["name-here"]} is a way to get at the contents of an alias without resorting sed or cut shenanigans on the output of the alias command.


  • No. My distro still provides the latest release of the original GNOME system monitor.

    As time has gone on, GNOME have enforced more and more of their own look and feel, completely ignoring any styling that might be provided by other window managers. Some of those might even be using older GTK libraries, but that doesn’t matter.

    Basically if you run a modern GNOME app under KDE, MATE, Xfce, etc., it’s going to look like a GNOME app regardless of what the other windows look like. Very Henry Ford.

    The system monitor is no different. The new version works but the earlier version I found and installed also works fine and fits in. I suspect it’s GTK3 (old) versus GTK4 (new), but I can’t confirm. It’ll be something like that.

    The folks responsible for Linux Mint started the XApps project of GNOME forks to roll back some of GNOME’s nonsense, but I guess they haven’t got around to forking the system monitor yet.

    … and I’ve looked at both Resources and Mission Centre. Neither are to my taste (and are both Flatpaks).


  • That was the first one I tried, but it’s a fork from too far back.

    The two main issues I had with it were 1) It only reports CPU usage in multiples of X%, where X is the number of cores, which was a long-standing SNAFU in the original GNOME version and 2) the usage graphs on the performance screen are light-mode only, even in dark mode, and there’s no easy option to change it.


  • Well, I was going to say GNOME’s System Monitor which has always been the default GUI task manager on my distro, but it’s been getting steadily more and more GNOME-ified with every revision and frankly, I hate how it looks now.

    Might be time to shop for an alternative.

    Edit +44 mins: So, the immediate alternatives all have other things I don’t like about them, but an older version of GNOME System Monitor will still install and run, so I guess I’ll be using that for now. ¯\_(ツ)_/¯


  • I’m a hoarder who refuses to buy more stuff because I can’t bear to part with the stuff I’ve got. So all of it, I guess?*

    But if you want a simpler answer, there are a couple of old stuffed animals that I’d mourn as much as I would a living pet, so probably those. They’re a lot lower maintenance than an actual pet though, which is a big plus.

    * Actually I can think of a few things that I don’t want, but they need to be disposed of properly (broken electrical; dead batteries) and I don’t really have the means to do that.






  • Sounds like a perfect opportunity to bring the court case forward, and when he inevitably doesn’t turn up (not that he would have if everything ran to the original timetable), make the finding in absentia, presumably “guilty” but at least worse than it would be if he’d bothered to turn up, and then…

    Sanctions? Heck. What else do we have to hold him to account? An ever bigger tariffs war? Forcibly close US embassies and consulates? Seize US assets?

    It’d be a fine line to prevent the Big (cutter of) Cheese from bugging out and declaring war.