Email or username:

Password:

Forgot your password?
Top-level
JP Mens

@jschauma curiously, that's never been a problem for me, but I can also dictate a valid tar extraction command before the bomb detonates.

However: ask me whether it's [[url][text]] or [[text][url]] in Org mode (which I've been using to create presentations for several years), and we'll all be blown to kingdon come!

Edit: xkcd.com/1168/

16 comments
Jan Schaumann

@jpmens tar is no problem, but markdown links is like the args to ln(1) for me: I get it right about 75% of the time without looking it up. :-)

Ayush Agarwal

@jschauma @jpmens maybe reference links would work better? I haven't used inline links in a markdown document ever since I became aware of reference links. It's annoying and ugly to paste a long link in the middle of a paragraph.

blah [foo][bar] blah

[bar]: https://example.com

spec.commonmark.org/0.31.2/#re

Pxl Phile

@ayushnix @jschauma @jpmens did this for a whole API and it really has its advantages πŸ’ͺ🏽

Leeloo

@jschauma @jpmens
Do you mean the order of the filenames? If so, an easy way to remember is to imagine you are typing a cp command.

Simon W πŸ™„ πŸ†™ βš›οΈ πŸ‡¬πŸ‡§ πŸ‡ΊπŸ‡Έ

@jschauma @jpmens LOL for ln. I just remember it as "the opposite of what the logical from, to order is" and then after a while I start to think the opposite order is logical and then I'm hosed.

Andi_H

@jpmens @jschauma
You just need to say what you want to do as an angry German:

xtract ze files.
compress ze Files.

Never forgot it since I read that.

/dev/urandom

@Andi_H @jpmens @jschauma iirc these days you don't even need the ze

if you're compressing, a lets tar automatically figure out the format based on the file extension

and if you're decompressing, it will figure out the format by itself

Pxl Phile

@Andi_H @jpmens @jschauma I just learned this the other week πŸ˜… but too late for me because I learned the flags meaning and that -f needs an additional argument. Took me mere 15 years to memorize

- Extract, verify, zip with file
- Compress, verify, zip with file

Verify no matter what otherwise my mnemonic breaks. I also never use barely anything else without reading the man page 😭

Andi_H

@ppxl @jpmens @jschauma
Good to know that I’m not the only one who can’t remember anything πŸ˜…

MatΔ›j Cepl πŸ‡ͺπŸ‡Ί πŸ‡¨πŸ‡Ώ πŸ‡ΊπŸ‡¦

@jpmens @jschauma

Not mentioning [URL text] (for Wikipedia) and yes unfortunately also [Link Text|URL] (for Jira).

Henry

@jpmens @jschauma For org-mode, the URL coming first makes sense to me: always think of it as being the important part, followed by optional decoration. Perhaps that's why the markdown doesn't make sense to me.

Mx Verda

@jpmens @jschauma oh my actual fucking god.

One of my coding modules at uni ended with something like β€œnow compress the file into a tarball and submit on turnitin”.

Even following the shitty walkthrough from the instructor with the console line command pre-written, I still struggled so much I nearly cried in that damn workshop ffs.

stefan

@jpmens interesting, for me it's the other way around, I only remember the OrgMode syntax, since in OrgMode syntax the order is like in the html tag: <a href="LINK">TEXT</a>
@jschauma

skaphle

@jpmens @jschauma I always insert and edit links with C-c C-l so I have no idea (and don't need to have). I suppose the link must come first because that's the first query

#emacs #orgmode

Marco Bresciani

@jpmens
Orgmode is way easier to remember, if you know your HTML: a tag has the href field with the url, and inside the tag the text.

< a href ... > text < / a >

So also Orgmode: first the url, then the text.
@jschauma

Go Up