I’m Hunter Perrin. I’m a software engineer.

I wrote an email service: https://port87.com/

I write free software: https://github.com/sciactive

  • 2 Posts
  • 11 Comments
Joined 2 years ago
cake
Cake day: June 14th, 2023

help-circle



  • I didn’t say basic. I said bad. HTTP 1 is a good protocol. ActivityPub is not. Read both the specs if you don’t believe me. I have.

    There’s not a single point in HTTP 1 that I thought, “what the fuck does that mean?” There are several in ActivityPub. ActivityPub also has several areas that are ambiguous. Ambiguity is bad in a specification.

    ActivityPub tries to support everything, and has no defined behavior for when a client doesn’t support whatever thing it just received.

    It also uses JSON-LD, which isn’t necessarily bad, but defeats the purpose of JSON by making it too complicated to easily write by hand.

    This is not easy to write, read, or parse, or build:

    {
      "@context": {
        "name": "http://xmlns.com/foaf/0.1/name",
        "homepage": {
          "@id": "http://xmlns.com/foaf/0.1/workplaceHomepage",
          "@type": "@id"
        },
        "Person": "http://xmlns.com/foaf/0.1/Person"
      },
      "@id": "https://me.example.com/",
      "@type": "Person",
      "name": "John Smith",
      "homepage": "https://www.example.com/"
    }
    





  • hperrin@lemmy.worldtolinuxmemes@lemmy.worldtoxic help forum
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    11 months ago

    I feel like it would be helpful to include the text of their post rather than just the title:

    TL;DR Sorry if this is wrong group. GIMP = Epic POS. Do not use. Please recommend a decent alternative. Don’t waste your time with GIMP help because I am done.

    I hope the mods or the bots don’t kill this post right away. It’s a serious and legitimate question from a UX designer with several decades of experience, who doesn’t want anyone else to suffer what I have. I didn’t know where else to post it, so I’m trying here as a first-timer. I apologize if this is not in the spirit of the group.

    I quit Adobe, can’t afford the price any more (long story). I thought GIMP could replace Photoshop. But the user interface is horrible, and the app is full o’ bugs.

    Here’s the straw that broke the camel’s back.

    I tried to make a meme. The font selection overlay was a tiny, pathetic, hard to read joke. Not even a font selection dropdown, let alone one that provided previews with every line item like PS does. Deep breath, continue. I type “Impact”. Red text. I backspaced and typed “Im”. All I got was Impact Condensed. (Yes, I have Impact, and have used it in PS). So I picked it anyway. Then I tried to find the outline font feature. In Photoshop, it’s a simple “choose stroke” feature. GIMP? Hello?

    I want to the Web to find a tutorial where it pointed out the feature. No luck. Searched again to find a workaround / hack. Mostly crap. Found one that was current and seemed decent. Followed it carefully. GIMP crashed.

    While I appreciate the thoughts of anyone who may be compelled to point out a simple workaround or feature that I missed, don’t bother. This is the last of many dozens of problems I have wasted my time working around while suffering many crashes, and I already uninstalled it.

    So. Recommendations?

    https://www.reddit.com/r/GIMP/comments/110opcc/can_anyone_recommend_a_suitable_replacement_for/

    I think it’s also worth giving the correction that there is a font selection dropdown with previews in GIMP. It’s to the left of the font input box.