

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
There’s is already an operating system like that.
Why did you put an 850W power supply in that? You could probably put a 650W that’s much nicer for the same price.
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/"
}
Imho, ActivityPub is a bad protocol that tries to accomplish everything, and ends up being bad at all of it. The spec is also ambiguous in a lot of areas. And major implementations don’t always follow the spec. All in all, it’s a miracle the fediverse even works as well as it does.
Oh thank god. Minetest was the worst name, and the game is actually pretty cool. It definitely deserves a cool name, and Luanti sounds cool.
Backups and rollbacks should be your next endeavor.
O(n!n!)
It works really well, until n=3, which takes a while. Don’t ask about n=4.
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.
You don’t follow the license that it was distributed under.
Commonly, if you use open source code in your project and that code is under a license that requires your project to be open source if you do that, but then you keep yours closed source.
In this case, in trying to resolve the issue, he deleted his node_modules
directory. So he’s talking about having to reinstall everything by typing npm install
and waiting for it to finish.