this post was submitted on 11 Jan 2024
570 points (97.5% liked)

Technology

62401 readers
5839 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Fixbeat@lemmy.ml 48 points 1 year ago* (last edited 1 year ago) (10 children)

Does anyone use notepad for anything other than looking at config files? I mean, does anyone write documents with notepad?

Edit: Thanks for all the comments. I have used notepad similarly, but doesn't sound like anything that needs AI.

[–] Agent641@lemmy.world 43 points 1 year ago (1 children)

I paste blocks of text or data into it, then copy it out again so I dont infect document B with document A's weird formatting

[–] my_hat_stinks@programming.dev 41 points 1 year ago (3 children)

Ctrl+Shift+V pastes without formatting.

[–] FlyingSquid@lemmy.world 12 points 1 year ago

It doesn't fix artificial line break issues though. Simple text editors are perfect for stopping some text from looking unnecessarily like poetry.

[–] whoisearth@lemmy.ca 7 points 1 year ago

I am 46 how am I just learning this now?!

[–] TonyTonyChopper@mander.xyz 6 points 1 year ago

incredibly pro tip, I use this all the time

[–] LaunchesKayaks@lemmy.world 31 points 1 year ago

I use it for writing quick temporary notes for work when I don't have a pen and paper handy.

[–] Usernameblankface@lemmy.world 10 points 1 year ago

I used to use it for taking quick notes when I had a slow computer. I didn't want to wait for Word to load, so I'd just use Notepad. Now I use Post Its or just don't write stuff down as much.

[–] linearchaos@lemmy.world 7 points 1 year ago

Funny enough, I use it like a notepad. Oh s***, I need to write this down real quick. I need to grab an exerpt off a website, our store serial number or make a quick list. It's literally scrap paper in digital form for me.

[–] nutsack@lemmy.world 7 points 1 year ago* (last edited 1 year ago) (1 children)

i use it constantly because it's the only text editor that comes with windows 10

[–] MonkderZweite@feddit.ch 1 points 1 year ago (1 children)
[–] AtmaJnana@lemmy.world 9 points 1 year ago (2 children)

No, its not easily replaced in a locked-down enterprise setting. That's naive.

[–] zecg@lemmy.world 1 points 1 year ago (1 children)

There's portable Notepad++, it's great

[–] ramjambamalam@lemmy.ca 5 points 1 year ago* (last edited 1 year ago)

Just because it's portable doesn't necessarily mean that it's allowed on the organizations allow list, but it does seem highly unlikely that the organization doesn't have any alternative text editors allowed.

But maybe they don't edit text files often enough to bother. And honestly, notepad was recently updated with tabs which makes it a lot more usable that it used to be.

[–] MonkderZweite@feddit.ch 0 points 1 year ago* (last edited 1 year ago) (1 children)

Portable App, "open with", "always use this app".

edit: right, locked down, executable whitelist?

[–] AtmaJnana@lemmy.world 1 points 1 year ago (1 children)

That's not at all practical in a large corporate IT setting.

[–] MonkderZweite@feddit.ch 0 points 1 year ago (1 children)

On a large scale, you're the guy having the rights setting things up. Obviously the Portable Apps hack is for personal use.

[–] AtmaJnana@lemmy.world 5 points 1 year ago (1 children)

I suppose one might believe things were that simple if they lacked actual experience in enterprise IT.

Or perhaps you're just not arguing in good-faith because you only care about being "right" and not about actually understanding the use case.

[–] GiddyGap@lemm.ee 5 points 1 year ago

I only use it to strip HTML text down to plain text. As long as it can do that, I'll probably keep using it unless something better comes around.

[–] where_am_i@sh.itjust.works 4 points 1 year ago

It has such a distinct lack of any features whatsoever, that it makes it a perfect tool for practicing written assignments for language exams.

[–] JustARegularNerd@lemmy.world 3 points 1 year ago

I use it all the time for quick notes at work, with its very simple interface, and the tabs feature was a game changer. Especially useful for phone calls in my case, although my typing speed far exceeds my writing speed so maybe I'm the exception because of that.

I don't use it to program though, usually that's delegated to Visual Studio.

[–] SocialMediaRefugee@lemmy.world 2 points 1 year ago* (last edited 1 year ago)

I use it as a cache for chunks of text I want to move around. I use Textpad a lot for code and config files where I don't need all the lookup and predictive stuff.

[–] paddirn@lemmy.world 2 points 1 year ago* (last edited 1 year ago)

I prefer having a bare-bones text editor over anything with formatting. Most of the time, I don't want the formatting to carry over, I want it stripped down to just the content, just the text. Word can get annoying sometimes when you're trying to copy and paste and it does something stupid like carrying over weird frames or tables or whatever the hell. That said, I'll still use a "fancy" text editor like Notepad++ or Sublime Text.