There’s a great section in the second Hitchhiker’s book about this exact topic – if anyone’s interested.
There’s a great section in the second Hitchhiker’s book about this exact topic – if anyone’s interested.
If anyone were ever to work behind him on something they’re very familiar with, they’d have to tear it all down and rebuild it because he just invents his own way as he goes
That’s not the virtue you think it is.
Maybe start rendering pages right?
I’m not a wordologist. Do words become harder to say when they’re longer? I mean, alalalalalong has 6 syllables.
Not a shitpost.
Since I don’t like Veritasium, I’ll suggest the CGPGrey videos:
Not
in
markdown
(Pressed Shift+Return after every word.)
Not in markdown.
But it works in other word processors (like Word, libreoffice) that distinguish between line breaks and paragraph breaks.
Might be my imagination is playing tricks on me.
Example: Type
Once upon a midnight dreary
While I was pondering, weak and weary
Over many a quiant and curious volume of forgotten lore
To get:
Once upon a midnight dreary
While I was pondering, weak and weary
Over many a quiant and curious volume of forgotten lore
(You can highlight the source code to find the extra spaces at the end of each line). Note that this is different from paragraphs, which add spacing between them:
Once upon a midnight dreary
While I was pondering, weak and weary
Over many a quiant and curious volume of forgotten lore
Once upon a midnight dreary
While I was pondering, weak and weary
Over many a quiant and curious volume of forgotten lore
This is how markdown works. There is no way to disable that. This is an old convention from when text editors didn’t wrap lines automatically and enables you to write long paragraphs of text, breaking the lines as it makes sense to you, without creating a paragraph each time.
See the Lemmy help page on markdown or the Markdown Guide.
I think this refers to everyday household items being powered by some unspecified kind of uranium engine.
Coding must be a nightmare if you’re choosing programming languages at random 😱
But you must also be learning quite a lot.
Programs aren’t written by a single team of developers that speak the same language. You’d be calling a library by a Hungarian with additions from an Indian in a framework developed by Germans based on original work by Mexicans.
If no-one were forcing all of them to use English by only allowing English keywords, they’d name their variables and functions in their local language and cause mayhem to readability.
[Edit:] Even with all keywords being forced to English, there’s often half-localized code.
I can’t find the source right now, but I strongly believe that Steve McConnell has a section in one of his books where he quotes a function commented in French and asks, “Can you tell the pitfall the author is warning you about? It’s something about a NullPointerException”. McConnell then advises against local languages even in comments
Please don’t use your phone while driving.
LIFETIME MEMBERSHIP $300
I’m inclined to buy that just because it exists. I hate subscription services so, so much!
This is the best option if you think you’ll use Nebula for more than 5 years.
I once asked a cashier in Germany if she thought self-checkouts would take away her job. She said she liked them because there’s enough to do anyway and they take away the boring task of cashier-ing.
I’ve never seen a self-checkout that accepts cash in Germany.
C) Write a highly specific, custom-tailored boilerplate generator that does 80% of the work and needs only a day or two to implement.