domsch1988

joined 9 months ago
[–] [email protected] 1 points 8 months ago

Mostly the fact i was trying to make Neovim into a GUI Editor, which it just isn't. There are things throughout the day where a mouse is usefull. I want Variable Pitch fonts in notes and I wanted more flexibility when it came to things like the modeline. Finally, the fact that i can write my own functions to set stuff up is pretty great. With Neovim you can do a lot with lua, but it's mostly an API and not so much you programming the editor. Hard to explain.

Apart from that, the potential ceiling for emacs is higher (i think). It can do a LOT more than neovim does. I'm not using much of it at the moment, but plan to in the future.

And i didn't exactly "switch". I still have my neovim config around for work in the terminal and for "quick edits".

[–] [email protected] 1 points 8 months ago (2 children)

After i stopped trying to make a neovim Clone, i'm starting to enjoy emacs for what it is and can be. Still a LONG ways of "done", but i'm finally starting to be happy with my config.

 
 

I'm a "Neovim Refugee" trying to get a deeper/better understanding of how emacs lisp works and how i can use it to expand on my emacs setup. I have never done anything in lisp before and still struggle to understand how single quotes signify a function or what ever.

With that said, i was also planning on doing AoC this year. Originally i wanted to look into zig or go, but now think that this might be the opportunity to dive into lisp for a bit.

But with knowing basically nothing: Is this even "viable", or advisable? Should i be looking at common lisp instead? Or would you say that's a pretty dumb idea and i should rather learn it in a different way?

[–] [email protected] 1 points 9 months ago (1 children)

Does anyone know the current state of VR Gaming in Linux?

Don't bother.

I heard there have been some improvements with wayland and steam-vr 2, but that's dependend on the DE, your Setup, new drivers etc. Overall, my Valve Index either shows image but no sound, or sound but no image. Beat Saber launched, SPT didn't, Alyx did once, but never after that.

I'd STRONGLY recommend keeping a Windows partition around for VR Gaming.

[–] [email protected] 1 points 9 months ago

Imho:

  • AMD or Nvidia isn't a big difference atm. Yes, AMD drivers are Open Source, but in day-to-day use on a major distro with one of the popular Desktops, you won't notice much difference
  • Ubuntu over PopOS at the moment. PopOS is pretty old because they are focusing on their Cosmic DE. For Gaming, an LTS release isn't ideal. Once Pop Updates to a more recent Debian base, it should be fine though.
  • Dual Boot, if you need your games to work. With Patch 13.23 League wasn't playable. Might be fixed now, but i had to reinstall Windows temporarily as you couldn't join games. Champ select and queue worked fine, leading to joining a game you couldn't connect to. Not great. And that's with Riot being pretty chill with Linux gamers. They don't specifically test Linux, but are willing to work with us on fixes. Other Devs can be pretty Linux hostile and the experience can be worse.

TLDR: Issues are rare but happen. They mostly get fixed really quickly. BUT, if your evening are spend playing Normals with friends or you "need" your games to work, keep a Windows install on hand. I'd still encourage going with Linux as your main rig, but have a backup plan. Or you might have to wait a couple of days after major Updates.

[–] [email protected] 1 points 9 months ago (1 children)

Burly looks nice. But in my first use i ran into this bug https://github.com/alphapapa/burly.el/issues/28 So, that's not usable for me, sadly.

[–] [email protected] 1 points 9 months ago

Yeah, I've started to notice the same for me. I use neovim and emacs at work. Many files I open are now rainbow puke. I'm sure some people find it useful. I personally use an lsp and treesitter mostly for automatic indentation.

I'm thinking about making a color scheme which uses one color besides the main foreground and uses font weight and slant for highlighting in 90% of cases, limiting color to spare, relevant places. I'm tired of every string, number etc. being colorized. Just looks cluttered imho.

 

I'll try to explain what i'm looking for: Let's say i'm working on a work project, on my emacs configuration and my org notes. All of those i'll use throughout the day but don't do simultaneosly. I'm trying to set it up so i can save the current state for buffers and open project for work, switch to my org notes, do something there, and switch back with all buffers in place and files open where they where.

Things like desktop-save-mode seem to handle restoring the last buffers, but aren't working for multiple sessions. So what's my best bet to have multiple separated "setups" depending on what i'm working on at the moment?