flamingos-cant (hopepunk arc)
- 19 Posts
- 46 Comments
flamingos-cant (hopepunk arc)@feddit.ukto
linuxmemes@lemmy.world•Unholy abominationEnglish
16·20 days agoFinally, a settlement to the CSD vs SSD debate we can all be unhappy with.
flamingos-cant (hopepunk arc)@feddit.ukto
Lemmy@lemmy.ml•[Help Design Lemmy] How to describe Lemmy in a single Sentence?English
6·22 days agoBuild communities without the middle men.
flamingos-cant (hopepunk arc)@feddit.ukto
Lemmy@lemmy.ml•What does deletion actually do?English
6·28 days agoWhen you delete something, your instance sends it the instance of the community. The community is suppose to process that and then forward that delete to every instance where a subscriber of that community resides. In this case, either zip failed to send the delete to world or something went wrong on world.
flamingos-cant (hopepunk arc)@feddit.ukto
Rust@programming.dev•Where to start if I wanted to try making my own drawing program?English
10·1 month agoYou’ll want to decide on a GUI framework to start as you’ll have to design quite a bit around it. Rnote is a good place to look, it uses GTK+libadwaita.
flamingos-cant (hopepunk arc)@feddit.ukto
linuxmemes@lemmy.world•Even better than the originalEnglish
17·2 months agoThis could just be one sed command:
echo $line | sed -E 's/TH|[EL ]|DO//g'
flamingos-cant (hopepunk arc)@feddit.ukOPto
linuxmemes@lemmy.world•Isn't there someone you forgot to ask?English
152·2 months agoBryan Lunduke, Linux Youtuber/‘influencer’ who went down the antivaxx rabbit hole and became a raving conspiracy theorist.
A ‘mode’ in emacs is a set of bindings which associate specific keys with specific functions.
Not quite, a mode is basically a lisp function defined with a different macro that integrates it into the various systems (like showing up in the modeline when active). It can do basically anything, including setting keybinds.
‘modes’ can be stacked on top of each other, with higher modes being able to intercept key presses before they reach lower modes, and changes / manipulate lower modes (I think?)
No, a keybind can only run one function and what that function is is whatever last defined a binding for that key. Like, if one mode defines a key to be something and you activate another that also binds that key, the latter takes over.
Emacs does have something like you describe, where functions can be ‘advised’.
flamingos-cant (hopepunk arc)@feddit.ukto
Programmer Humor@programming.dev•Just use cURLEnglish
191·4 months agoYou can pry
wgetfrom my cold, dead hands.
flamingos-cant (hopepunk arc)@feddit.ukto
Programmer Humor@programming.dev•WebpEnglish
11·5 months agodeleted by creator
flamingos-cant (hopepunk arc)@feddit.ukto
Programmer Humor@programming.dev•WebpEnglish
60·5 months agoLossless encoding, by definition, won’t have any quality loss.
flamingos-cant (hopepunk arc)@feddit.ukto
Programmer Humor@programming.dev•WebpEnglish
551·5 months agoThe posting of webps will continue until support improves.
flamingos-cant (hopepunk arc)@feddit.ukto
Programmer Humor@programming.dev•WebpEnglish
34·5 months agoThis depends, if your image contains a lot of flat colours (like a screenshot of a website) then PNG can actually give you smaller file sizes than lossless webp. But for most images (especially ones with compression artefacts) lossless webp gives smaller sizes.
flamingos-cant (hopepunk arc)@feddit.ukto
Lemmy@lemmy.ml•Lemmy community feedback: Should we fetch and combine comments from cross-posts on the post screen? · Issue #3415 · LemmyNet/lemmy-uiEnglish
3·5 months agoOr for the new crosspost display to be collpased by default.
That’s what Photon and Thunder do and imo, it works pretty well. Especially for posts with like a 10 crossposts, example.
flamingos-cant (hopepunk arc)@feddit.ukOPto
linuxmemes@lemmy.world•Mozilla did something good!English
14·7 months agoCould you explain, I don’t know anything about Moist Critical. I’m just using the ‘Woo Yeah Baby! That’s What I’ve Been Waiting For’ meme.
flamingos-cant (hopepunk arc)@feddit.ukto
memes@lemmy.world•What an utterly bizarre timeline we live inEnglish
8·7 months agoReality is really gaining the competitive edge over sci-fi, I’m not sure the genre can keep up.
flamingos-cant (hopepunk arc)@feddit.ukto
Programmer Humor@programming.dev•Infallible CodeEnglish
161·7 months agoInaccurate, it should be
return 1andreturn 0for the true 20 years at Blizzard quality.
Yeah, GIMP is great, but its mask feature is just standout. Google “gimp mask” for more information.
flamingos-cant (hopepunk arc)@feddit.ukOPto
Programmer Humor@programming.dev•I'm an Emacs developerEnglish
16·10 months agoSpoken like someone without foot pedals.
flamingos-cant (hopepunk arc)@feddit.ukOPto
Lemmy@lemmy.ml•[Discussion] Should Lemmy allow mods/admins to edit user post dataEnglish
5·11 months agoIf a post contains content that is not allowed, the post should be deleted, that’s it.
OK, but what about content that is allowed, but has certain restrictions, like needs to be tagged NSFW. The current workflow to get this changed is: A mod comments under a pot telling the creator to tag it NSFW -> Remove the post -> wait for the creator to edit the post -> restore the post. This seems needlessly complicated and labour intensive, no?



Given Ubuntu is testing replacing the GNU coreuitils with uutils, we might have to start unironically calling it systemd/Linux.