Yeah, it’s a good shell. I’ve found the lack of compatibility with some bash tools to be inconvenient enough that I just went back to zsh and found alternatives for the parts that I liked about it. Works well enough for me.
Yeah, it’s a good shell. I’ve found the lack of compatibility with some bash tools to be inconvenient enough that I just went back to zsh and found alternatives for the parts that I liked about it. Works well enough for me.
I feel you. It’s however gotten a lot better since I turned some of these commands into abbreviations. They’re aliases that expands in place, more or less. Fish has them natively, I personally use zsh-abbr.
I guess we should have added the word “notable”
I’m terribly sorry, you left the door wide open ;)
I’m curious, what makes AppImage a good choice for the lazy developer? Is it easier to create?
They managed to patent the concept of capacitive buttons in a plastic case, for fucks sake. The whole patent system is broken beyond repair…
It was self-fulfilling for me. I started self-hosting and messing with networking before I went into IT. I thought I’d be in a very different field until ~10 years ago.
deleted by creator
Oh wow, I completely forgot this game existed.
Hot take: Perfect Dark took everything that was great from GoldenEye, expanded on the formula, and is a much better game overall.
StarFox 64 is always gonna be an all-time favourite of mine. The gameplay is so simple yet very rewarding. Very arcade-like game loop, in a good way.
Diddy Kong Racing is one of the first games I discovered the… joys (?) of completionism as a kid.
I played Wave Race a ton with my father, he loved that game. Mario Golf as well.
Mario 64 is insanely good in retrospect, but I both didn’t understand much of English back then, and also sucked at the mechanics too much as a kid to really enjoy it. Similar situation with Banjo Kazooie and Banjo Tooie. I somehow managed to play through Donkey Kong 64 using walkthrough guides I printed out chapter by chapter. The multiplayer was nice although laggy as hell.
Pleasantly surprised to see Mario Golf mentioned ❤️
ackhyually the rainbow isn’t a gradient and the cone of light is too bright so its totally different dude
Interesting, to me, the dual gradient looks like late 90s WordArt lol
I do see an image on Voyager iOS
We’re used to white vinegar up here. First time I asked for vinegar in the US and got this malt thingy I was very disappointed lol
I don’t think it’s a particularly far fetched idea to imagine that people spending their days outside before the invention of sunscreen would develop more sunburns than the general population regardless, even if only once or twice a year on unexpectedly long or sunny days…
I’m curious what made it that complicated. Was the Synology OS (DSM they call it right?) fighting you along every step or something? As far as I know it’s a custom Linux OS but I have no idea what it’s based on, or if it’s even based on a specific distribution… I could definitely see it being a challenge depending on the answers haha.
There are still some things you just cannot really do on Linux, although they’re getting more far and between than ever. On the audio production side of things, DAWs are slowly popping up (having Bitwig and Reaper in there is HUGE), but most VST plugins just don’t exist or work on there. VR gaming is also kind of pain…
The code does look like code that counts Rs. The training data probably included tons of code that “counts character X in string Y”, so ChatGPT “knows” what code that counts characters in a string looks like. It similarly “knows” what a string looks like in the language, and what an application entry point looks like, etc. I’m not so familiar with C# that I’d know if it compiles or not. ChatGPT doesn’t either, but it has the advantage of having seen a whole freaking lot of C# code before.
LLMs don’t know if what they’re telling you is true or not, out of the box. It’s gonna give you an answer that statistically looks like a sequence of words that should come in response to the sequence of words (the prompt) you gave it. It doesn’t know what the words you said mean, and it doesn’t know what it answered means either. One of my favorite interactions I’ve had with Claude shows this limitation quite well…
How many r’s are there in the word strawberry?
There are 2 r’s in the word “strawberry”.
Are you sure?
You’re right to ask for confirmation. I apologize for my mistake in the previous response. Let me correct that:
There is actually only 1 ‘r’ in the word “strawberry”.
Thank you for prompting me to double-check. It’s important to provide accurate information.
Honestly, it’s just another shell. Both Bash and ZSH happen to be mostly POSIX compliant, so stuff that works for Bash tends to work with ZSH too. For me it’s mostly just about the stuff I can add to it - I use the antidote plugin manager to get additional autocomplete, syntax highlighting, suggestions, async prompt updates, that kind of thing.