To be fair, he was almost certainly using Arabic numerals.
/s, obvs
My version is definitely wordier, but I like it.
add-alias() {
if [[ -z "$1" || -z "$2" ]]; then
echo "Useage: add-alias <alias_name> \"<command_to_alias>\""
return 1
fi
echo "alias $1='$2'" >> ~/.bash_aliases
source ~/.bash_aliases
echo "Alias '$1' for command '$2' added and sourced."
}
And, of course, the first thing I test it with is $ add-alias alias-add add-alias.
What?!? Someone played with the English language in order to make lyrics rhyme and scan? How terrible!! glances at Shakespeare
Whenever my ex was low on gas she would park in the driveway in such a fashion as to block me in so I would have to move her car and probably end up just taking it in to work and get gas on the way home.


There is a huge amount of C code underlying most things, including the Linux kernel, most compilers, the Python interpreter, etc. At the same time, C doesn’t have dynamic arrays as a built in type but they are often critical to the operation of all of those. So, C developers keep implementing them in specialized ways for all of their applications.


I love 1&2, but haven’t played any of the others. I’ve played some of The Dark Mod and it also has that same feeling.


Ive started a replay of BATTLETECH (2016), this time with all of the DLC. I need something turn based for now and this really scratches that itch. I love how good the gameplay is and the gritty graphics fit the setting so well.


The dev entry point changing like that means that it disconnected and then reconnected, which shouldn’t have anything to do with the specific file system on the drive. That really makes it sound like the drive isn’t getting quite enough power, which causes a brown out, which Linux detects as the drive getting unplugged and coming back, which is why it gets a new dev entry.
A look through the usb logs by using something like usbrip would confirm that.


Interesting. When you say that they show up as a different drive completely, do you mean that their UUIDs change, or that they get mounted at a different point?
Anyway, random disconnection sounds like a hardware issue, maybe a USB brownout, as much as anything else. What’s your connection setup, distro and kernel version?


My partner, who is a non-gamer loves WytchWood, which is a rather slow paced crafting and wander around the woods game in a fairy tale setting.


Eh? I’ve never had a problem with reading NTFS drives in linux, including USB sticks and SATA/USB adapters. Are you just wanting to read them or use them as read/write? Write is a bit more tricky, requiring ntfs-3g, but most reasonable distros come with that nowadays.


Mint. It’s a great, simple, well supported first distro. And last distro, TBH. I know plenty of people like to distro hop as a hobby, but if you just want to use your machine pick a well supported basic distro and stick with it. Mint, Ubuntu, Fedora are all good options, but Mint is really aimed at newcomers.


Welp, now I have plans to my next Sunday dinner.


There are many exercises to help train your reactions during actual emergencies that don’t involve firing live ammunition at real people. Im more familiar with martial arts than firearms, but sparring works.


deleted by creator


While this feels like bait, I’m going to take it. Yes, there is a huge benefit to learning and using a terminal if you use a computer as a tool for creating and working instead of passively consuming entertainment. Organizing and searching files of any sort, building applications, writing without distraction, working with remote devices, and just generally using your computer as a tool instead of a fancy TV are all made easier, faster and more efficient if you can use a terminal. The unix philosophy gives you the ability to do things by stringing together a few commands that you might have to find a specialized program for, if it even exists in GUI land.
That’s not to say the GUI’s aren’t great for a lot of things. They are! But they also lock you into doing things in a few predetermined ways rather than letting you develop the skills and techniques for exploring new spaces.
Give Helix a try. It comes with everything you are asking for built in, plus discovery for the commands, plus a selection first approach so you can see what you’re doing.
I’m curious, what AI features do you use and why? I can’t even figure out what one is supposed to do.