It’s honestly funny that he’s destroyed his entire life over what was fairly mild criticism of an single IT Crowd episode. Well it would be, except the entire British media class and the bloody government comes out moaning about ‘freeze peach’ because he got talked to for incited violence against trans people.
flamingos-cant (hopepunk arc)
- 120 Posts
- 452 Comments
flamingos-cant (hopepunk arc)@feddit.ukto
Emacs@programming.dev•Exporting from orgmodeEnglish
2·3 days agoSorry, I don’t use Latex and am entirely unfamiliar with it, I mostly use org-mode to export to HTML where CSS would be used for this. This Stack Overflow thread says you can add
:align |c|c|c|to#+attr_latexto get columns. Apparently column groups also will add these lines, which works in the ODT export but not the HTML one so may work in the Latex one.This blog post has a walkthrough on using an alternative table extension that may be helpful.
flamingos-cant (hopepunk arc)@feddit.ukto
Emacs@programming.dev•Exporting from orgmodeEnglish
2·3 days agoWeird, are they getting overridden by something else in your config (a package or something). In an org-mode buffer, what’s the output of
C-h v org-export-with-sub-superscripts?Edit: worked out the issues, I wrote the one of the variable names wrong, it should be
org-export-with-sub-superscriptsnotorg-export-with-superscripts
flamingos-cant (hopepunk arc)@feddit.ukto
Emacs@programming.dev•Exporting from orgmodeEnglish
2·3 days agoYou need to use a symbol, not a string:
(setq org-export-with-sub-superscripts '{} org-use-sub-superscripts '{})write something like this:
log_{critical}_{error}That’s what you’d need to write to have subscript, with the above set:
log_critical=> log_criticallog_{critical}=> logcritical
Edit:
org-export-with-superscripts=>org-export-with-sub-superscripts
flamingos-cant (hopepunk arc)@feddit.ukto
Emacs@programming.dev•Exporting from orgmodeEnglish
1·3 days agoFirst of all: how can I turn of the need to manually stop the code execution for code blocks when exporting
From the docs:
You can prevent Org from evaluating code blocks for speed or security reasons:
- To speed up export, use the header argument ‘:eval never-export’
- For greater security, set the
org-export-use-babelvariable tonil, but understand that header arguments will have no effect in this case.
The next thing is, that my function names include underscores, which in orgmode translates to making the following text lowercase.
Do you mean subscript, like HELLOWORLD? Also from the docs:
If you write a text where the underscore is often used in a different context, Org’s convention to always interpret these as subscripts can get in your way. Configure the variable
org-use-sub-superscriptsand/ororg-export-with-sub-superscriptsto change this convention. For example, when setting these variables to{},‘a_b’is not displayed/exported as a subscript, but‘a_{b}’ is.
flamingos-cant (hopepunk arc)@feddit.ukto
Memes@sopuli.xyz•Good luck figuring it out since it also doesn’t come with man pagesEnglish
77·9 days agoFirefox is now exclusive to ternary computers.
flamingos-cant (hopepunk arc)@feddit.ukto
Linux@programming.dev•What are the various linux desktops environments and how do they compare?English
6·14 days agoGNOME isn’t actually based on GTK, the shell has its own widget framework called the Shell Toolkit: https://gnome.pages.gitlab.gnome.org/gnome-shell/st/index.html
flamingos-cant (hopepunk arc)@feddit.ukto
Linux@programming.dev•GabeN Is Shitting Yacht Money into Flatpak and You're Still Arguing Init SystemsEnglish
2·14 days agoMost people downvoting almost certainly only read the title. I do agree with what’s being said, I just don’t like the style, but that’s just a taste thing. The title is bad though, it’s not relevant to the article and is factually wrong, unless I’ve missed an announcement of Valve have given Flatpak/Flathub guys money.
flamingos-cant (hopepunk arc)@feddit.ukto
Linux@programming.dev•GabeN Is Shitting Yacht Money into Flatpak and You're Still Arguing Init SystemsEnglish
5·14 days agoI don’t think I’ve ever read an opinion I agree with expressed this disagreeably before. The title is also weird given Valve doesn’t officially support the Steam flatpak and AFAIK hasn’t given any money to the flatpak devs.
flamingos-cant (hopepunk arc)@feddit.ukto
Memes@sopuli.xyz•Do I need to say anything else? anyway my waifu is callingEnglish
7·17 days agoLeft is Yukari from Girls und Panzer.
Right is actress Małgorzata Niemirska in an old Polish TV series called Four Tank-Men and a Dog.
flamingos-cant (hopepunk arc)@feddit.ukto
Steam Hardware@sopuli.xyz•[Discussion] What are you playing on your Deck? - April 2026English
2·19 days agoYeah, the whole race bioessentialism, especially the concept of evil races, that is so endemic to D&D and fantasy as a whole.
flamingos-cant (hopepunk arc)@feddit.ukto
Steam Hardware@sopuli.xyz•[Discussion] What are you playing on your Deck? - April 2026English
6·19 days agoGetting into Esoteric Ebb. Enjoying it so far, though I do dislike some aspects of it (the combat fucking sucks and the D&D racism is tiring).
flamingos-cant (hopepunk arc)@feddit.ukto
Ask Lemmy@lemmy.world•Recommendations on games in which you don't play as the "good guy".English
8·19 days agoMouthwashing.
You could do a durge run in Baldur’s Gate 3. Maybe also Hitman, but I think that’s more anti-hero.
flamingos-cant (hopepunk arc)@feddit.ukto
Selfhosted@lemmy.world•Hosting Lemmy experienceEnglish
3·20 days agoThis is the thumbnail generation functionality, that would create a local thumbnail for all image posts and keep them around forever. You can disable this by setting
image_modetoNoneinlemmy.hjsonand you’ll only store what users actively upload.
flamingos-cant (hopepunk arc)@feddit.ukto
PC Gaming@lemmy.ca•Zero Parades devs knew they didn't want to make another cop game after Disco Elysium: 'How people think of the police these days, it's a bit different'English
6·22 days agoSinamäe (the person quoted in the article) and Justin Keenan (who’s listed in the credits of DE as an editor, but apparently did a lot of writing) are still at ZA/UM as writers.
flamingos-cant (hopepunk arc)@feddit.ukOPto
Emacs@programming.dev•Reka – Emacs Wayland window managerEnglish
2·1 month agoFrom what I understand, River aims to separate the compositor programme from the window management programme, sort of like how things worked in X11. River’s author gave a good introduction to it here.
flamingos-cant (hopepunk arc)@feddit.ukto
Ask Lemmy@lemmy.world•Do you feel that use of generative AI and LLMs is ever justifiable? If so, when and where? If not, why not?English
5·1 month agoThose aren’t mutually exclusive, Synth V uses diffusion models internally and I assume Vocaloid 6 does as well with its boasting of AI features and AI voice banks. It’s different artistically from other diffusion stuff like Suno or Midjourney, but it’s still generative AI.
flamingos-cant (hopepunk arc)@feddit.ukto
Ask Lemmy@lemmy.world•Do you feel that use of generative AI and LLMs is ever justifiable? If so, when and where? If not, why not?English
62·1 month agoModern vocaloid is generative AI and I think making a song with Hatsune Miku is justifiable.
flamingos-cant (hopepunk arc)@feddit.ukto
Fediverse@lemmy.world•Lead Lemmy developer dessalines@lemmy.ml Appears to Have Had Their Account Compromised After Moderation Actions Raise Serious ConcernsEnglish
747·1 month agoYou were instance banned under lemmy.ml’s rule 4, not the privacy community’s rule 4. ml’s rule 4 is “No Ads / Spamming”. This seems to have been prompted by you reposting a removed post, which frankly seems fair despite what I think of ml’s moderation normally.
Rule 4 does seem to be a bad reason to remove the original post, though I think it should’ve been removed simply for how cringe ‘cuckloading’ is as a term. Stop trying to link sexual deviancy to moral deficiency.










Yeah, if they did more than just make “she’s a woman who likes man things” jokes it could have been great, it even ends by saying Douglas was in the wrong. It’s honestly not even that bad by 2000s sitcom standards, it came out 2 years before that Family Guy episode. Which makes Glinner destroying his entire life over it all the more morbidly fascinating.