I’m just a nerd girl.

  • 0 Posts
  • 41 Comments
Joined 1 year ago
Cake day: March 4th, 2024

  • GIMP (at least in v2) does have a vector path tool and stores the paths with the image! Thing is, they kind of work like selections and you have to explicitly stroke the paths on bitmap layers. It’s a bit more complicated than necessary and not easy to grasp at first.


  • For illustration work, having good support for both vector and bitmap elements is pretty damn convenient. For example, in comics, you draw the comics themselves in bitmap layers, while panels and speech bubbles go in vector layers. Having the ability to edit the speech bubbles easily is pretty neat.

    (Optimally inking/outlines would be vectors too, but most people prefer to do that with bitmap tools anyway, or vectorise later.)

    Krita actually does these pretty solidly - vector tools are there and they’re pretty easy to use. In GIMP 2, the vector path support actually is there and the editable texts are actually pretty great, but it has the air of “power user trick, for those in the know” rather than something people actually discover easily. You also need to update the vector strokes manually. (Haven’t tried GIMP 3 yet.) The fact that people still assume you can’t do this stuff really says it all.



  • Rose@lemmy.worldtolinuxmemes@lemmy.worldmacro
    31·
    5 months ago

    Long ago, I used Debian on my main PC but decided to go with Ubuntu on the laptop because it was easy to set up.

    Later I switched to Debian on the laptop, too, because ultimately I felt Ubuntu was just Debian with extra steps.


  • For Mastodon, the people you follow will also need to switch. This is even harder than getting your friends to switch.

    Well I switched from the birdsite to Mastodon because a) I like to shout in the void and b) see what other people are shouting into the void. Doesn’t really ultimately matter who’s doing the shouting. People who go to social media exclusively for news and updates are a bit strange when you really think about it. You’ve got to have the shout in you.

    (I’m only being half facetious here)



  • Rose@lemmy.worldtoFediverse@lemmy.worldHappy #GlobalSwitchDayEnglish
    12·
    5 months ago

    I’m not really all that invested in trying out Friendica, because Facebook is basically the exact sort of social network service that I really don’t give a darn about. I wanted to check it anyway, but the only tangible information on what Friendica is about is the project/marketing page. I can’t browse the instances. If I go to your massive social platform, the last thing I want to see is just a brick wall of a login page. Then I looked at fedidb and… um, those aren’t huge user numbers.

    So I guess I’ll keep posting on the services that seem more sensible to me, like Mastodon, Pixelfed and Lemmy.






  • In addition to the stuff already listed:

    In the Swedish film version of “The Girl with the Dragon Tattoo”, Lisbeth and the hacker dude use Ubuntu, especially in the scene where they recover the stuff from Lisbeth’s broken laptop. (In the US version, they decided to use Macs instead. And included a scene where she goes to an Apple store with the broken laptop and they helpfully tell her shit’s unfixable. Realism.)


  • rm -rf / can brick your system

    Well good thing there’s basically no legitimate reason to ever even use rm -rf / anyway so GNU version is perfectly within its rights to refuse to do that by default, am I right? If you know what you’re doing and want to nuke partitions, that’s what cfdisk and mkfs are for, dammit


  • It’s funny because GNOME was the first OSS X11 desktop environment to get actual usability testing from corporate developers (Sun Microsystems).

    I’m not sure if they still have a user interface design guideline document, though. They probably burned it when GNOME 3 development started. Haven’t checked. I’ve mostly used Xfce since then (and very recently KDE).



  • Well cron is “really easy” as long as your requirements are really easy too.

    Run a task at specific hour or minute or weekday or whatever? Easy peasy.

    Run a task at complex intervals? What the fuck is this syntax. How do I get it right even. Guess I’ll come back next week and see if it ran correctly.

    Actually have to look at the calendar to schedule this stuff? Oh lawd here come the hacks, they’re so wide, they’re coming

    Run a task at, say, granularity of seconds? Of course it’s not supported, who would ever need that, if you really need that just do an evil janky shellscript hack


  • Well, systemd developers made one of the classic blunders a software developer can do: make a program that has to deal with time and dates. Every time I have to deal with timestamps I’m like “oh shit, here we go again”.

    Anyway, as I understood it the reason this is in systemd is because they wanted to replace cron, and it’s fine by me because cron has it’s own brain-hurt. (The cron syntax is something that always makes me squint real hard for a while.)


  • Rose@lemmy.worldtolinuxmemes@lemmy.worldLinux rule
    141·
    10 months ago

    Free Software is Leftism because it has got us great software and maybe the only bad thing I can say is that release schedules aren’t a thing

    Open Source is Capitalist Friendly because, ummmmm, extremely shitty Community Editions and putting everything cool in proprietary side, uhhhhh, random license changes to shit that isn’t actually OSD compliant, unghhhhhh, need of constant vigilance against license violations.

    Like I am happy cheap hardware vendors have adopted OSS components but why are they frequently so shitty about everything


  • /mnt is meant for volumes that you manually mount temporarily. This used to be basically the only way to use removable media back in the day.

    /media came to be when the automatic mounting of removable media became a fashionable thing.

    And it’s kind of the same to this day. /media is understood to be managed by automounters and /mnt is what you’re supposed to mess with as a user.