• 0 Posts
  • 99 Comments
Joined 5 years ago
cake
Cake day: May 31st, 2020

help-circle
  • Ephera@lemmy.mltolinuxmemes@lemmy.worldDesktop PTSD
    link
    fedilink
    English
    arrow-up
    3
    ·
    4 days ago

    On KDE, I’d recommend getting a KWin Script for tiling. Krohnkite is what people use currently.

    It’s not as buttery smooth as dedicated tiling window managers and it can be a bit glitchy at times, but it is better than one might expect and significantly easier (and likely less glitchy) than trying to get bspwm to work in Plasma.



  • It’s just the normal “Pager” widget, configured to show application icons.

    I find “minimap” more descriptive for what I’m doing, because I don’t minimize, nor stack windows, so if a window exists, it has a location.
    Which is also ultimately how I use this thing. Imagine a large desk where you need to jump between topics every so often. You’d put related sheets of paper next to each other and leave a bit of space between the groups. Sheets of paper are just application windows in my case (I will open one or more windows per task, I don’t mix tasks together based on application like people usually do). Well, and my desk also happens to be very long, so I can comfortably fit a minimap for it in my panel.

    And because I really like multitasking, I’ve actually got multiple desks, in different colors:

    For these, I use Plasma’s Activities. The different colors are done by having a transparent panel and then setting the wallpaper to different colors + telling Plasma to use the wallpaper for determining the accent color.

    In this screenshot, you can also beautifully see a workspace with 5 Kate windows, which is genuinely where I shoved a bunch of notes, for me to sort through them later. 🙃



  • I get to use Linux at $DAYJOB and I have a rather customized KDE setup (basically window tiling, 20-80 workspaces, a workspace minimap in the panel).
    Usually, I’m surrounded by other nerds, who’ll ask about it occasionally, but you know, they’ve heard of or used Linux before, they know that some crazy things can be done.

    Now, yesterday, I was in a call with the legal department. I started sharing my screen and explaining my relatively simple problem. And the guy took longer than I expected to respond, which made me quite self-conscious, whether he needs time to process my explanation …or rather what in the fresh hell I did to my computer to make it look like that. 🙃






  • I mean, it really isn’t hard to write an application, which won’t work on Windows or macOS. For example, I have a little utility, which adds a text file into a folder underneath ~/.local/ and opens it in my default text editor via xdg-open, so that I can easily jot something down. Both of things are currently implemented Linux-only.

    In this case, I could’ve pulled in two libraries to do those things with Windows/macOS support. But it’s also an incredibly simple application. If you build something more complex, there’s a good chance that no library exists and that you still need to make assumptions about the OS.

    Of course, a complex applications is likely to be useful enough, that someone wants to use them on Windows/macOS and then contributes support (and pinky-promises to the maintainer to regularly test on those platforms). That’s the other vehicle how lots of open-source applications do support a multitude of platforms.

    But yeah, it’s just not quite as much of a given as your comment makes it sound…




  • Ephera@lemmy.mltomemes@lemmy.worldOutdaded
    link
    fedilink
    English
    arrow-up
    33
    ·
    22 days ago

    “Dad Jokes” are a specific kind of joke, which typically make people groan, because they’re so terrible. See [email protected], for example.

    But his sentence could also mean that he tells jokes to his dad. She notices that and asks about it, therefore making a Dad Joke herself.
    He doesn’t get the Dad Joke, which exposes him as perhaps not being very good at the whole Dad Joke thing.



  • Ephera@lemmy.mltomemes@lemmy.worldArt is subjective
    link
    fedilink
    English
    arrow-up
    4
    ·
    24 days ago

    So, what’s happening is that it interprets a number at the start of a line, followed by a dot, to be an enumeration:

    1. One
    2. Two
    3. Three

    And then it indents that text to a certain fixed width, which is why a very long number sticks out to the left.

    Why your comment didn’t work, is for two reasons:

    1. It stops interpreting a number as an enumeration when you go beyond 9 digits. That’s why your first and last example didn’t work.
    2. It automatically ‘fixes’ the enumeration, if the numbers aren’t successors. I actually wrote “123456789.” at the start of this line, but it changes it to a “2.”. That’s why the “2334.” and “23145524.” you wrote got changed to a “124.” and “125.”, which made them too short to really look broken.



  • Ephera@lemmy.mltomemes@lemmy.worldNone of these
    link
    fedilink
    English
    arrow-up
    7
    ·
    27 days ago

    If the question writer was aware, they would have formulated the question differently. It’s just not clear-cut whether HTML is a programming language or not, so you wouldn’t be quizzing their knowledge, but rather just whether they hold the same opinion as you. Or whether they meta-gamed correctly. Neither of which make for a fun show…



  • At $DAYJOB, we’ve been working on a service which uses Raspberry Pis as edge devices. And our product manager – bless him – has made sure we’d have enough hardware budget and wanted to buy only Raspberry Pi 5, so we’d have really good performance.

    And I think, we really befuddled him with our reaction, because you know, normally devs won’t say no to good hardware, but because our software happens to be efficient and Linux is efficient, we’ve just been like, eh, a Pi 3B+ is already a lot beefier than we need it.
    We had to explain that to him like five times before he actually started to believe it. 🙃