this post was submitted on 08 Oct 2023
563 points (89.0% liked)

Programmer Humor

25699 readers
1343 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] MsPenguinette@lemmy.world 44 points 2 years ago* (last edited 2 years ago) (33 children)

My serial killer trait is that I use vi instead of vim cause I'm too lazy to type the extra character. Tho if for some reason, vi tab completed to vim, I'd probably use vim

[–] LinuxSBC@lemm.ee 15 points 2 years ago (2 children)
[–] ekky43@lemmy.dbzer0.com 19 points 2 years ago* (last edited 2 years ago)

Aliases are just bloat! You can do just fine without them. Heck, why not remove the ASCII conversion and read everything in hex or binary?

It's all about SPEED and efficiency here!

[–] MsPenguinette@lemmy.world 2 points 2 years ago

I'm in DevOps so I'm in a lot of effemerial systems so in practice, I will run into systems where profile hasn't been set up. Tho I do like the idea of making sure all systems properly have that aliased cause it'd be serial killer vibes to spend hours of time to make sure that I can save a keystroke.

Tho it'd never make it through PR. Also, wild require explaining to my coworkers that I do this

load more comments (30 replies)