





Someone on youtube edited Cave Johnson’s lemon rant over the Omniman scene at the end of the first season of Invincible, and it’s uncanny
Edit: found it, here it is


Uhm ackfctckthually, sorting algorithms ARE algorithms


I beg to differ, unmarked sarcasm has the side effect of ragebaiting the less hinged of us, if done well - Starship Troopers wouldn’t be ¼ as good as it is if every scene ended with an actor saying “by the way, this is meant to be satire, we don’t actually like hypermilitarism”


It’s a glob pattern, it matches “franch”, " frbnch", “frcnch”, " frdnch" and so on


I’m amazed they haven’t done a remake to up the graphics and give it modern controls tbh
Look up Ship Of Harkinian, be amazed


For the first question’s answer, that doesn’t work if the directory’s file system supports extended file attributes, as Dolphin will prioritize those above the .directory file.


If I had a penny for every time I found out through the fediverse that my current anime pirate streaming website of choice shuts down, I’d have two pennies.
Which is not a lot, but GOD FUCKING DAMNIT


A quick search tells me you need to open the directory’s properties dialog and click on the icon on the top left; if you want to set directory icons programmatically maybe you can do that, then try and see what Nemo does in order to change it?
Otherwise I’m afraid you’ll need to seek some documentation for Nemo or GNOME Files (since the former is a fork of the latter), or at worst, Nemo’s code itself.


Alternatively,



Not sure how it works on other file managers (or any DE), but for Dolphin you can create a .directory file with its content like:
[Desktop Entry]
Icon=/absolute/path/to/image.png
I think it’s more or less universal.
Specifically for Dolphin, there may be a way to achieve the same with extended file attributes (getfattr/setfattr) instead of directories, but I don’t know the attr name for icons if it even exists.


I beg to differ, I may concede on its multiplayer (because I played it for a few hours when it released, then got bored) but the campaign is a nothingburger filled with clichés.
The best thing people say about it is that “it went back to its roots”: except for a few references here and there and the Mark VI armor, nahhhhhhhh.




CGNAT, easily


Damage
Grievous and permanent injury, even


Spaces behave like this because markdown was designed to be like HTML but quicker to write and easier to read without formatting;
most web services that use markdown translate it to HTML rather than parsing it directly, and in HTML whitespaces are supposed to work like you demonstrated in your comment.
The reason for this behavior in HTML is “because someone in the 90s said so”, I’m afraid.


Discord does markdown differently than intended: it’s better for non-techies because hitting enter once is more intuitive than the alternative, but the standard way to insert line breaks in markdown is to type two spaces at the end of the line you want to break.