this post was submitted on 25 Oct 2023
2263 points (99.1% liked)

Programmer Humor

31800 readers
244 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 

I'm trying out Obsidian for taking notes, and this made me laugh.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 10 months ago (2 children)
[–] [email protected] 4 points 10 months ago (1 children)

Not really, or that doesn't feel right to my. Word and notepad basically still do the same thing except for that word lets you add style.

Like a manual vs an automatic car, maybe?

[–] [email protected] 6 points 10 months ago* (last edited 10 months ago)

Word is a WYSIWYG editor. We don't talk about it much these days because it's just how things are done, but it took a long time for the industry to come up with a way to display text on screen with rich formatting and have it come out the same way in print. There was a lot of buzz around it in the late 80s and early 90s.

Word solves a completely different problem than an IDE. Notepad is a raw, minimal tool that could be built on for either WYSIWYG or an IDE.

[–] [email protected] 3 points 10 months ago

More like Visual Studio Vs Notepad