Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)EU
Posts
2
Comments
239
Joined
2 yr. ago

  • The apple vision pro doesn't have motion controllers like the quest line of headsets, so apps would have to be redesigned for hand tracking instead.

    Also, apple said recently that devs have to cannot describe their apps using the words VR, AR, or XR on any platform it is on, they have to be called spacial computing apps, so anything with VR in the title like VRChat can't get ported without a full rebrand.

  • I'm pretty sure its technically copyright infringement to draw the characters (if they have a design in the book in images) or write fanfic, but no one cares. The only fan stuff that actually get taken down is nintendo fan games and in the past, videos on nintendo games without permission.

  • IMO even if it does suck for latency, not everyone is playing competitively and needs perfect latency and bluetooth should be supported for everything. Rhythm games on pc and mobile even have adjustment settings for terrible latency.

  • TBH, the default steam DRM is trivial to remove yourself with steam emulators and stuff, and many indie games dont even use it. The real problem is 3rd party DRM like Denuvo, which Valve probably can't remove even if they wanted to.

  • I'm not using lsp in Neovim so if I need lsp I'll just pull out emacs. If I'm already in the terminal I'll usually pull out Neovim to edit a file, but if I'm writing like markdown or something that uses images I like the ability to display images inline in emacs. LaTeX is always something I do in emacs because there's a built in pdf viewer in emacs and there's built in spell check also. In the terminal in emacs, sometimes I open up Neovim to do a quick edit because of muscle memory from the terminal. One thing that's really cool about Neovim is that you can embed it in other applications, so if I really have to use an ide that's not emacs, I'll just do that.

    I don't use Neovim for complex tasks, because personally I find it a bit hard to discover commands compared to emacs. The menubar in emacs is really useful for finding useful commands in different major and minor modes.

    Yeah there's a thing called EAF, which allows python and javascript to be embedded in emacs. It allows for more complex applications to be built in emacs, similar to VSCode. I'm not sure how difficult it is to make something with EAF, but I haven't really seen any things written in it that aren't in the EAF organization. I think the future could be EAF or maybe something like EAF to be able to leverage the power of the javascript ecosystem like how VSCode does for a lot of plugins. There have been some attempts to rewrite emacs in different languages, but emacs is too large, and you would lose the old ecosystem by doing that.

    There's a larger community around Doom Emacs, and Doom Emacs looks nicer. Honestly though it doesn't matter that much which one you use since they are both pretty good.

  • Nvim is more optimised, while emacs is more extensible. Basically you can modify core parts of emacs while it runs. I tend to use both, depending on the situation, with a lighter nvim config. Sometimes the 3 second emacs startup time is annoying so I use vim then. I think its fine to try both.

    Regarding emacs declining popularity, I think that in the long term it could be a problem, since most people don't want to learn elisp just to configure their editor. Elisp is very powerful in emacs, but its design is very different to other languages, so as emacs contributors get older, it could possibly lead to less and less new contributors.

    Idk about the vim distros, but I think Doom Emacs is easier for beginners to get into.

  • I think performance may vary depending on your setup. My experience is definitely not universal, but I've never experienced VR that works well on Linux yet. IMO you should keep trying and see if you can get it working, but if not Valve could fix VR on Linux when they finish the rumored Deckard headset.