Manjaro Gnome worked with my Lenovo T480s out of the box.
Here is a real world example of someone doing some reverse engineering of compiled code. Might help you understand what is possible, and some of the processes. https://nee.lv/2021/02/28/How-I-cut-GTA-Online-loading-times-by-70/
I’ll have to check out this book. Just remember HTML cannot be parsed with regex
Not sure about that. There may be a plugin, or you could write maybe write a script, but that is not default behavior.
Yes, you can debug with vim + plugins, but I haven’t taken the time to set it up. You can do the same in emacs. I haven’t tried emacs as an IDE. I’ve read that LSP support is pretty good at this point, and I’m interested to set it up. I think spacemacs makes that pretty easy. I have LSP hooked up in nvim and have near parity with VS Code, but I’ve been wanting to swap my config to a Lua based one.
I think running neovim as a standalone app is rooted in the desire to manage it with a window manager, but for me, being in the terminal is a huge plus. Pair that with tmux, and you can piece together an IDE outside of nvim as well, say, running gdb in a window compiling your app in another, and having nvim open in the next with convenient hotkeys to manage the windows and copy text fluidly between them.
I would roll your own config with both. I use NeoVim every day. It’s not my main IDE, mainly due to working with Java dev and needing a debugger. But need to edit a command? ctrl-x ctrl-e. Want to pipe output of a command to an editor? ‘| vim -‘ Vim macros can save you so much time, and are fun to implement. It’s an essential tool imo. As I understand it, eMacs is better used as a standalone application than in the terminal. My primary use for emacs is org mode. You can export org mode to multiple formats including markdown. Easy to share notes to a wiki or readme. You can also execute code blocks within org mode using babel. Have a csv that you want to turn into an ascii table? Org mode can do that as well, and you can add functions to columns. You’ll have to enable these packages in your config. Hint, figure out “use package” from the start. Back to my first bit of advice, figure out what you want to do in each, and pull in a few packages to your config. You’ll have the basics down. Then when you want to grab a batteries included framework, you’ll have some opinions on which one you might want to use. NvChad looks cool, but it almost seems too much for me, and I’m attached to my simple configuration. I don’t want tabs in vim because I have a cool fuzzy search for buffers. That being said, in eMacs, I have a package that implements tabs. Anyway, I say just start using them!
I hadn’t heard of them. I’ll be on the look out from now on.
Had you ever seen one before?
I have a 15 pro and don’t think I experienced this. I know that photos on a Mac will run in the background, scanning your photos for faces and objects. That could be what happened, along with some other indexing. Surprised it occurred while on battery though. I wouldn’t worry about it unless it consistently happens.
Definitely not humanity’s biggest problem. Chromium becoming the de facto browser creates a situation where one entity controls standards and influences how the web operates, impacting user choice and freedom, and reduces incentives for privacy and security updates.
This already happened once with IE.
I only use Firefox on desktop, but I doubt it will be a relevant choice much longer.
Edit: wrt telemetry, I was referring to the Android operating system. They collect anything and everything on users and all nearby devices.
I see it as a good thing. Apple is not without faults, but anything that keeps Google from harvesting more data is a win for humanity. The Safari browser is the only thing stopping Google’s browser monopoly. Unfortunately it is forced, and 99% of Apple users probably have no clue they are holding up the last line of defense.
I saw something similar to this on an intel Mac running canary years back. I believe toggling GPU acceleration in the settings resolved the issue.
Artist’s Bracket.
I used an app called Seek for identification.
Vampire Survivors multiplayer on PC
Yo man, looks good! No recommendations here, just live your life brother!
I think there is some info missing. You’re using SSH to access the server where you are running the docker image? Why does your server have X server installed?
I have no experience running Lemmy. It could be the Lemmy instance includes X server to run some kind of GUI? Seems strange.