this post was submitted on 05 Dec 2024
225 points (96.3% liked)

Asklemmy

44148 readers
1283 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
 

Notepad++ - This piece of software is a very advanced form of Notepad. Fuck that basic Notepad shit that Windows or any other OS gives you. This one is all you'll ever need for basic note-taking needs. But it does a hell of a lot more. One thing I love about it is that, if for any reason I put my PC to sleep, it crashes, power outage, I can run this again and everything I've ever written and no matter how many tabs - it's all retained.

AIMP - The definitive media player that you'll ever need for just playing stuff (music only, sorry if I mislead those thinking it can do video). Winamp and all the other software are just around for nostalgia (though Winamp has it's uses where you need it to play specific formats like video game music such as SNES with .SPC). One feature that attracted me to it was, it used to infuriate me when I am playing something and something crashes in any other media player. And you boot up that media player and you have to play your playlist all over again or that song from the beginning.

Not AIMP, if I accidentally close it, crash or whatever, I can bring it back up and it'll have the song or whatever on Pause so I can resume. Why isn't shit like this more implemented in software?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 15 points 2 weeks ago* (last edited 2 weeks ago) (5 children)

EMACS:- No I'm not kidding, Yes it has a learning curve but the real fun is AFTER you figure it out & find out that it can do more than just edit texts

  • You can play music
  • You can turn it into an Email client
  • Browse the internet
  • A fully-fledged IDE
  • There's Tetris in it
  • A File-Manager
  • Even a Chat Client
  • Remote-Server interaction
  • Even have it function like Obsidian
  • Have Vim-keybindings (For VIM-users)
  • A Git interface
  • Even use it as a Linux Distro
[โ€“] [email protected] 3 points 2 weeks ago (1 children)

As a vim user, I'm always super envious of emac's orgmode.

[โ€“] [email protected] 5 points 2 weeks ago

As a vim user who recently started with Emacs, if you ever want to try it, use evil-mode to get vim motions.

[โ€“] [email protected] 3 points 2 weeks ago* (last edited 2 weeks ago)

Maybe better to recommend Doom Emacs, if no BS is a requirement. It takes time to make friends with vanilla Emacs.

[โ€“] [email protected] 11 points 2 weeks ago (2 children)

EMACS is a great OS, all it lacks is a decent text editor.

[โ€“] [email protected] 4 points 2 weeks ago (1 children)

Funniest is when a vim user says that, since emacs includes a vim.

[โ€“] [email protected] 2 points 2 weeks ago (1 children)

I tried Emacs once a long time ago, and recoiled from the weird key combos. Especially how you have to first enter one combo and then a second one for what you actually want to do.
My memory is a bit fuzzy, but I remember it feeling pretty clunky.

[โ€“] [email protected] 2 points 2 weeks ago* (last edited 2 weeks ago)

Yeah I definitely prefer vim bindings over emacs. Though as other commenters have mentioned, it's totally possible to use vim bindings with emacs. I've never tried it but if the other features attract you it might be worth trying.

[โ€“] [email protected] 7 points 2 weeks ago

If I had a nickel for everytime someone said that I'd be a billionaire

[โ€“] [email protected] 2 points 2 weeks ago (3 children)

Why would you want any of that in a text editor...?

[โ€“] [email protected] 1 points 2 weeks ago

All that is not in a text editor. A text editor is in all that. A few text editors actually.

[โ€“] [email protected] 4 points 2 weeks ago* (last edited 2 weeks ago)

Because it all connects together, and you can program them jointly to help solve tasks.

Having email and version control inside emacs makes it easy to set up an email based patch system.

Of course this system will then benefit from the existing code highlighting, introspection, and an integrated debugger.

Integrating it with your time planner means you can automatically add commits to your journal as a way of tracking what you've been working on.

The old joke always was emacs is a great operating system, it just needs a good text editor.

The real downside for me is everything is just a little bit janky. It all almost works perfectly and the code is right there to fix it, if you can be bothered. Generally I can't.

[โ€“] [email protected] 4 points 2 weeks ago

Well it's not really a text-editor, it's a productivity environment (That is poor advertisement on GNU's part)

& these are all extensions, the real question is Why WOULDN'T you want it in a text-editor ?