flamingos-cant (hopepunk arc)
- 72 Posts
- 300 Comments
flamingos-cant (hopepunk arc)@feddit.ukto
Fediverse@lemmy.world•Question: How do I use "Secure Chat" and what are the differencesEnglish
10·15 days agoThe secure chat option is something called Matrix, which is a separate service that doesn’t integrate like Reddit’s chat. Lemmy just supports being able to set a Matrix account as the place to reach a user.
flamingos-cant (hopepunk arc)@feddit.ukto
Fediverse@lemmy.world•PieFed 1.3 is releasedEnglish
4·25 days agoObviously it’d only be a subset of HTML. No website that uses user-submitted HTML (Tumblr, AO3, Royal Road, etc) actually allows the full suite of tags.
flamingos-cant (hopepunk arc)@feddit.ukto
Fediverse@lemmy.world•PieFed 1.3 is releasedEnglish
7·27 days agoCool!
Image markdown style formatting to allow more advanced control of how images are rendered. e.g. 
You might as just let users write the
<img>tags directly at this point, at least then you won’t add noise to third party apps’ accessibility stacks.(I honestly wouldn’t be opposed to letting users write HTML directly, it was one of Tumblr’s best features imo)
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
Technology@lemmy.world•ChatGPT's Atlas: The Browser That's Anti-WebEnglish
21·1 month agoNot really, Chrome has an overwhelming dominance on desktop despite not being preinstalled on any desktop operating system.
flamingos-cant (hopepunk arc)@feddit.ukto
Programmer Humor@programming.dev•Just use cURLEnglish
201·2 months agoYou can pry
wgetfrom my cold, dead hands.
flamingos-cant (hopepunk arc)@feddit.ukOPto
Games@sh.itjust.works•This is not an XboxEnglish
68·2 months agoI can’t count the number of times I’ve tapped the tiny button with three vertical lines right next to the tiny button with three horizontal lines, which can be a problem, because one of them pauses your game and and opens in-game menus, while the other kicks you out to your game library to launch a new game without pausing your game at all. If you press the library button a second time, it doesn’t take you back to your game, so you probably have to long-press the Xbox button to get back to your game, but not the Library button or the Control Center button because those will summon AI assistants instead, and if you understood everything I just wrote and found it reasonable then boy do I have the operating system for you.
Lol, Lmao. Peak Microsoft.
flamingos-cant (hopepunk arc)@feddit.ukto
Technology@beehaw.org•itsfoss promotes hyprland on instagram!?English
66·2 months agoThey’re a low effort content mill, they’ll post whatever drives traffic to their website.
flamingos-cant (hopepunk arc)@feddit.ukto
Fediverse@lemmy.world•Mastodon: Our ideas about PacksEnglish
7·2 months agoInterestingly, the person who added these to Bluesky say they’re a bad idea: https://blue.mackuba.eu/skythread/?author=hailey.at&post=3m2mldbsmys2t
flamingos-cant (hopepunk arc)@feddit.ukOPto
Fediverse@lemmy.world•Delusions of a ProtocolEnglish
2·2 months agoOf course, a hallmark of a decentralized network is that there is no central authority that could actually do that. Implicitly, this demand is a rejection of the very concept of decentralization.
What, you can absolutely ban people on a decentralised network. You may not be able to expunge someone from a part of the network they control themselves, but you can expunge them from the part you control. Bluesky has this power and has used it in the past.
flamingos-cant (hopepunk arc)@feddit.ukto
Fediverse@lemmy.world•Did something change recently with how Mastodon displays content from Lemmy / the threadiverse?English
2·2 months agoMasto interprets a
Noteset asas:sensitivewithout asummaryto mean ‘blur any media attached, but don’t collapse the text content’. I believe the same is true for non-Notes, but obviously without thesummary= CW logic.
flamingos-cant (hopepunk arc)@feddit.ukto
Fediverse@lemmy.world•Did something change recently with how Mastodon displays content from Lemmy / the threadiverse?English
2·2 months agoSo a summary included in a non-Note is not CW’d by Mastodon currently.
I know, I was just saying that it prevents a non-Note from being CW’d, as the
summeryis used as the post’s content.
flamingos-cant (hopepunk arc)@feddit.ukto
Fediverse@lemmy.world•Did something change recently with how Mastodon displays content from Lemmy / the threadiverse?English
2·2 months agoIf it has a summary, I will use that as the content
But isn’t that how Mastodon handles content warnings? Baffling that they’d do it like that frankly given that it prevents long-form content (when masto actually starts supporting that) from being CW’d.
flamingos-cant (hopepunk arc)@feddit.ukto
Fediverse@lemmy.world•Did something change recently with how Mastodon displays content from Lemmy / the threadiverse?English
2·2 months agoHow they see it: https://sfba.social/@otters_raft@lemmy.ca/115267196743748430
Do note that Mastodon forces a redirect to the original instance for non-local posts, here’s a direct link to the comment: https://sfba.social/@karlauerbach/115267230182946226
It seems that threadiverse posts are being seen by more mastodon users now, which is great, but maybe the formatting could use some improvements?
There’s actually some related (yet-to-be-merged) changes to this on the Mastodon side, add support for links in Attachments (this is how Lemmy and the like federate links).
I don’t think anything’s changed, just two users finding a post in a hashtag (Lemmy adds the community name as a hastag for posts). I’ve seen some masto users complain about this in the past on the #lemmy tag.
flamingos-cant (hopepunk arc)@feddit.ukto
Programmer Humor@programming.dev•WebpEnglish
11·3 months agodeleted by creator
Lossless encoding, by definition, won’t have any quality loss.
flamingos-cant (hopepunk arc)@feddit.ukto
Programmer Humor@programming.dev•WebpEnglish
31·3 months agoThe posting of webps will continue until support improves.
This 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
Fediverse@lemmy.world•How decentralized Bluesky is compared to the Fediverse.English
2·3 months agoDoing it this way is why small instances gets hammered when a user’s post goes viral.
Setting up caching in the reverse proxy layer would alleviate this a lot of this. Like, GoToSocial only recommends to set up caching for the key and webfinger endpoints, where having it set up to cache posts and profiles for like 60 seconds (or however long the
Cache-Controlheader says, Mastodon defaults to 180s) would alleviate the strain on the server so much.There are other thing you can do, like this post explains some other things for Misskey, but the defaults should be sensible so you don’t have to be a sysadmin expert to host an instance and they’re currently not. I host 2 Lemmy instances (ukfli.uk and sappho.social) from a £5/month VPS and they’re able to handle bursts of hundreds of requests without issue.
Bluesky is built to assume a handful of big relay (remember that a relay can merge in contents of another) and a bunch of appview and a ton of PDS servers, feed generators, moderation labelers, etc.
People are already building small, non-archival relays so this assumption seems mute. It’s also important to remember that relays are an optimisation, not a core part of the protocol.















Can’t wait for the follow up post decrying PeerTube for only allowing videos, or Bookwrym for only allowing book reviews. Just because it’s ActivityPub doesn’t mean it has to be a Twitter timeline.
You mean like Mastodon? Where’s the angry diatribe about Mastodon not allowing posts to have more than 4 pictures despite other platforms allowing more (Pixelfed allows up to 20 for example)?