Comments

This profile is from a federated server and may be incomplete. Browse more on the original instance.

atzanteol, to linux in KDE's Nate Graham On X11 Being A Bad Platform & The Wayland Future

Nate Graham acknowledges current gaps in Wayland support but on the matter of “Wayland breaks everything” isn’t really the right perspective

That’s rather disingenuous. It’s meant to be a replacement for X11. So it does break things.

atzanteol, to selfhosted in Could someone explain how to set up a lemmy instance with ansible for an absolute beginner

I agree completely with self hosting lemmy for a beginner. But disagree completely about ansible.

Learning to script your environment is extremely useful for stability, maintainability, and security.

atzanteol, to linux in Looking for input regarding finding an IDE (spoilers: involves Emacs and Vim)

This is true. The ctrl+a, ctrl+e and ctrl+l stuff is very emacs-like.

You can actually set bash to use a vi mode as well (set -o vi). Though I’ve found it to be annoying for use on the CLI for some reason.

atzanteol, to linux in Looking for input regarding finding an IDE (spoilers: involves Emacs and Vim)

Modal editors were neat when required, but then we got full keyboards and control keys.

Have you ever seen old Unix keyboards?

atzanteol, to linux in Looking for input regarding finding an IDE (spoilers: involves Emacs and Vim)

My comment on Emacs is a bit flip - but it’s based on what I’ve seen and from my biased vi-using POV. Almost every IDE or developer-focused app I use has some sort of Vi keybinding either available as a plugin or built-in. And they’re often pretty good. Even joplin which is a note-taking app has Vi keybindings built in (though to be fair it also supports emacs keybinds).

If anything Vi keybindings have become more popular over time not less. “back in the day” getting any sort of Vi keybindings working with IDEs was either impossible or painful and limited. These days it’s a checkbox. The nice thing is I can take a good sub-set of the Vi bindings between many editors and IDEs. Ideavim’s implementation is quite good and even supports vim macros which are amazing once you get the hang of them.

atzanteol, to linux in Looking for input regarding finding an IDE (spoilers: involves Emacs and Vim)

As a long-time Vi user I would highly recommend giving it a shot for a solid month to see if it clicks for you. It’s genuinely an excellent way to edit text beyond “just typing words” - it’s a huge productivity boost once you’re competent with even some of the basic commands. There are just soo many combineable short-cuts at your fingertips that once you get a few of them under your belt you’ll go nuts without them. And the simple macros you can write can allow you to do mass manipulation of multiple lines in ways that are just so simple (e.g. “add quotes around every line and a comma at the end”).

Dive in beyond the basic “hjkl:q” though.

Which version of vi you use won’t largely matter. As a bonus most IDEs support a good subset of vi commands so your skills become transferable. I use PyCharm and other Jet Brains IDEs all the time and ideavim is “good enough” for what I do.

Emacs is dead near as I can tell.

atzanteol, to linux in Redox OS - an OS built entirely out of Rust

My exact response when reading the title.

atzanteol, to linux in Redox OS - an OS built entirely out of Rust

If it weren’t “written in rust” nobody would give a shit.

atzanteol, to linux in Redox OS - an OS built entirely out of Rust

Why would that be great? It’s so weird that people care this much about what language their OS is written in…

atzanteol, to linux in Self Post

Is “magic sysrq” enabled? Could be the cat hit alt+sysrq+something.

atzanteol, to linux in Integrity and config errors Ubuntu

Kernel boot logs aren’t well disciplined to be careful about what is an error or not. Sometimes it’s just checking for the existence of hardware and reports the error it gets if it doesn’t exist.

If things are working I wouldn’t worry.

atzanteol, to linux in Which distro/image to use for distrobox where you just want to install tools?

It’s been a while since I’ve used pure debian, but historically I’ve used Ubuntu because debian made it more difficult to install “non-free” software. Has this changed?

atzanteol, (edited ) to linux in Reminder to clear your ~/.cache folder every now and then

Oh yeah, you never hear such complaints about Windows or MacOS.

BTW can you recommend any good tools to cleanup my registry?

atzanteol, to linux in New to Linux, have a few questions

TIL there’s a where command in Windows! Thanks!

atzanteol, to linux in New to Linux, have a few questions

Yeah - the home directory in Linux pre-dates the windows Users directory by a long time. You’ll see the multi-user nature of your OS exposed much more in Linux than you will in Windows.

Every user will have a /home/username directory on Linux (often referenced by “~” or by the environment variable “$HOME”). By default this is the only directory that user will have any permissions to create things (with some exceptions like /tmp which is used for temporary file creation - but nothing long-term). So all of your configuration, user-created files, etc. will be created there.

Configurations are often stored in ‘dot-files’ or in directories that begin with a period. These are “hidden” by default with most file-browsing tools (it’s just a tradition - there’s nothing otherwise special about files or directories that begin with a period). So you’ll have a .bashrc which is the script that runs when you start a bash shell for example. Or .local which is where you will find a lot of application configurations these days.

So if you copy /home/username somewhere you will copy all of your configurations.

Some applications will install there as well. Steam, for example, will install your programs under $HOME/.steam.

Things you install “system-wide” will be installed to /usr/bin or /bin. This will typically be things that you use a package manager to install. So the steam application may be /usr/bin/steam but then all of its configurations, installed apps, etc. go in your home dir.

If you’re curious where a command lives you can use which cmd or type cmd from the command-line and it will show you (something I often wish Windows had).

NOTE: There are exceptions to everything I’ve said above. But those are the “general” guidelines. In short - if you installed it without needing root permissions it’s likely somewhere in $HOME.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #