• 38 Posts
  • 3.8K Comments
Joined 5 years ago
cake
Cake day: May 31st, 2020

help-circle


  • The concern is that if lots of softwares get rewritten and some of those softwares switch from a copyleft license to a permissive license, then things might stop being open-source sooner or later, because companies are not anymore forced to open-source.

    Yes, in the case of sudo-rs, this concern is silly. But for example, the uutils coreutils are under MIT license, when the GNU coreutils were under GPL-3.0.








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



  • Linux Mint lists 11 people in their GitHub org. There’s likely additional outside contributors, but that’s the core team. In the Cinnamon repo, only 5 people have changed more than 1000 lines of code in the last two years.
    I expect CentOS to have even less contributors, as they largely just repackage what Fedora does.

    Mozilla has around 750 employees, most of which are fulltime devs.
    Like, man, I don’t want to kill your optimism, but we’re talking an order of magnitude difference at least.


  • Ephera@lemmy.mltoFirefox@lemmy.worldSee you on the flip side
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    1
    ·
    3 days ago

    Firefox is one of the most complex pieces of software on the planet at around 30 million lines of code (comparable to Chrome, WebKit and the Linux kernel). Personally, I think, it’s a miracle they can maintain that with less than 700 devs. That’s more than 40k lines of code per dev, most of which they won’t have written themselves.

    At $DAYJOB, we’ll write 40k lines of code maybe in two years, with a team of 5+ devs. And having to maintain 10k lines of code is what I consider rather challenging, i.e. I’ll likely start falling behind sooner or later, because the world around me moves faster than I can.