Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
The appropriate Vim command is "set nojoinspaces".
That will prevent Vim from inserting two spaces when rewrapping text with gq and related commands. -
@sudocode Really? I just Googled "when were typewriters invented" and rounded up to the nearest 100 years.
-
@uyouthe My coworker writes all his documentation with two spaces between sentences. This practice originates from typewriters because it was necessary there. But people still do it today because they think it's "correct".
-
I find two spaces after a period easier to parse as a reader, so I employ it as a writer. But I also use 4 spaces in my JSON.stringify(), so ¯\_(ツ)_/¯.
-
kiki352124y@MySlugLikesSalt people are using ellipsis as a distinct symbol that was introduced solely because they had to save horizontal space when using mono typefaces
-
@AmyShackles While reading your writing would irk me, I at least understand that. It bugs me though that people think it's "correct", when that was only for typewriters.
-
Before:
First sentence.__Second sentence.
After:
First sentence._Second sentence.
Do you mean this?
(_ inserted as space for clarification) -
@IntrusionCM I won't deny that haha. Though if you think *this* is strong I don't even wanna know what you'd call the other crazy stuff I'm OCD about...
-
@MySlugLikesSalt
I should have mentioned that I prefer displaying control characters in editor...
So yeah. Can relate.
When you do eg this...
apt-get update -y &&
apt -y install nfs-common &&
apt-get -y upgrade
There might be curses heading your way.
apt update -y &&
apt install -y nfs-common &&
apt upgrade -y -
@Nanos Hmm... Interesting. I've always had good vision all my life, if it wasn't good (maybe not even *bad*, just not great) it's very possible I'd look at this differently.
-
@010001111 Well if Mark is down then why are we still listening to him anyway?
But no I was referring specifically to OneNote documents in this case. Which I didn't specify. -
@Jilano lol. No, it was meant to be read as yelling (caps...) and a run-on, no-breaths rant (no punctuation). I’m not sure if some people are deliberately missing that or if they really spend that little time on the internet...
Related Rants
-
SupressWarnings37My coworker left his Windows 10 system unlocked today. Me: 1. Print screen on desktop 2. Saves the image 3. ...
-
RTRMS12I cannot spell for shit, so my coworker keeps commenting on my pull requests with spelling fixes... Decided t...
-
linuxxx14That moment when your coworker puts on loud music, you're wondering if your boss is going to like this and the...
STOP PUTTING TWO SPACES AFTER PUNCTUATION THIS ISN'T 1900 ANYMORE AND YOU WEREN'T EVEN BORN YET IN THE TIME OF TYPEWRITERS
random
coworker