Xenoblade Chronicles
Xenoblade Chronicles
My understanding is the only Australian breakdancing professional women who are better than her don’t have citizenship, so cannot compete.
It’s crazy what the talented engineers in the 1970s were doing with those 7400 series logic. It’s a lost art these days, just throw a 10c microcontroller on your board and control everything with code.
I started working two-days-a-week from home in late 2019, so it was very easy for me to transition to full-time at home in 2020.
Does that make me one of the “before it was cool” kids? Now I’m back to one-day-per-week in the office.
In Australia our eggs are kept in the refrigerated section in the supermarket (usually near the cheese and butter, because everyone knows eggs are dairy), and we’ve always put them in the fridge at home, so I guess they wash the protective coating off here too.
Dammit, now you’ve mentioned it, I’m going to have to watch every episode again for the 11th time.
To me the imagery seemed like a cheesy “how to push a ball” educational video with a paid actor to demonstrate how to push the ball in the correct manner.
As someone who went from being miserable running a pizza kitchen, to my dream job of being a software engineer, I can’t fathom how anyone would want to go the opposite direction. Everyone has different preferences I suppose.
Yep, this is the reason. I have many different identity key files in my ~/.ssh folder, and for some reason ssh always tries all of those first, then exhausts the login tries and doesn’t ask for a password.
I have the same problem when I specify a specific private key file with -i ./path/to/priv.key
. If that key is different than the ones in my .ssh folder, it will use all those first before the specified one, and often exhausts login attempts giving a very hard to diagnose login failure. In that case I need -o IdentitiesOnly yes
option to tell ssh to only use the one I specified.
Fyi, Tidal dropped MQA in July and moved to using FLAC. https://www.headphonesty.com/2024/06/tidal-officially-dumps-mqa/ I like Qobuz too, and I support and encourage their mission in the streaming world. But personally I find more of my favourite artists are available on Tidal than on Qobuz. Unfortunately I find the tidal “station”-style playlists are also garbage. Nobody has a chance to effectively compete with Spotify’s algorithm on that front.
Try Nobara. It’s based on Fedora but it’s got a whole bunch of gaming-related patches including all of the required additions for out-of-the-box HDR support.
Everyone replying seems to be confusing “timeline” with “generation” or “era”, discussing how this point in time is better than other times in history. That is not what OP was asking.
+1 for Fedora. It is exactly what OP is asking for.
Last week I bought one of those giant vacuum insulated travel mugs (not a Stanley) from a discount variety store, along with a bunch of other things. After I paid, the cashier asked “do you want the receipt?”, I normally say no, but this time for some reason I said yes. After I left the store, my kids needed to use the restroom, so while they went I sat down on the bench and absently looked through the receipt in my hand. I immediately noticed I got charged twice for the mug. The cashier must’ve double scanned it. I went back to the store, showed a manager my receipt, and they refunded me the difference.
That was technically my last refund, but the last product I actually returned was a set of tws (true-wireless-stereo) IEMs (fancy earbuds). They were a brand new model just released with great reviews, I bought them from Amazon, received them, and used them about a week. During that week I noticed every time they were in my ears, my ear canals got super irritated and my ears felt warm. And whenever I removed them the insides of my ears would be crazy itchy for hours afterwards. It got to a point after a week of use that my ear canals would swell and close up about 15 minutes after I put the earbuds in my ears. Didn’t take a rocket surgeon to work out I was allergic to whatever material that earphone was made of. I still had the box and all the packaging, submitted a return to Amazon with the comment “my ears are allergic to those earphones” and they accepted it no problems, I got a full refund.
But surely the carbon footprint of mailing the heads back to be recycled does more harm to the planet than not recycling the heads? Seems like a bit of green thumb theatre.
Like when everyone a couple years ago were collecting their plastic bread tags to send to that guy in Africa who was turning them into recycled plastic bricks to make a house. Seriously, just bin the bread tags and send him $10, you’ll save yourself $15 in international shipping costs, and he cound buy 1000 bread tags, or even better a bunch of pre-made bricks, and we don’t have to be mailing our trash all around the world.
“We’re here about the homicide. Where’s the body?”
“Nope, ain’t nothing here except 60 litres of strawberry smoothie”.
Another technique I use is to go to the vendor site for software I use and look at which Linux distros they officially support. Usually they will publish at least an Ubuntu package, sometimes a universal deb file that works on Ubuntu, Debian or Mint. Sometimes an RPM package for Fedora/CentOS too. This is getting less relevant these days with Appimage files and Flapak images that work the same across all distros.
It’s natural to get bored or frustrated with one distro and want to try out others. Imagine if Microsoft made many different flavours of Windows that each look and operate differently, everyone who is bored and frustrated with default Windows would be trying them all out, comparing them, debating the pros and cons, communities would form around common favourites.
I have a small gaming PC that I use to test out other distros, I’m currently on Nobara, that I actually highly recommend for a gaming-focused distro.
This one is really hard to say. It depends on so many factors like what hardware you are running, what software you plan to run, how tech savvy you are, even your definition of what is an issue. Mint is very stable and easy to use, you may run into zero issues getting it installed, running VSCode, playing some Factorio. Or you might run into a small incompatibility between your GPU and the bundled kernel drivers and run into a whole world of hurt spending days tinkering on the command line with no usable graphics driver.
I believe Mint still comes with the Cinnamon Desktop, that is specifically designed to be familiar and easy for users transitioning from Windows. It’s not super customisable, but I think it can do what you described. I’m not the best person to answer, I haven’t used Mint or Cinnamon since 2012.
File extensions are optional in Linux for some kinds of files. Linux usually tries to identify a file type using a “Magic string”, meaning it will read the first 8 to 16 bytes of the start of a file and will be able to tell with a great deal of accuracy what kind of file it is. Executables, drivers, shell scripts, and many others use this method and do not need a file extension. You can definitely still use extensions though. Eg, libre Office will still save documents with a doc extension (.odt). Often Linux will use a combination of both the magic string and the file extension to determine the file type. Eg, the magic string identifies it as an open office file, and the extension tells you it’s a document kind of office file.
Your Linux photo editor will still save images with a .png or .jpeg extension, because these are the convention (and may be required if you will be opening those files on a different OS). Similarly, your project files created on Windows will still work fine on Linux (if the equivalent Linux app supports that file format).
Depends what your goals are. With Arch, you will need to closely follow a guide to get it installed, if anything goes wrong you will need to search through the Arch Wiki for answers. Arch has an insane amount of customisation options, you will spend a lot of time in the Arch Wiki learning about them. By installing Arch you will learn a lot about Linux. Is that your goal?
You will spend more time reading and learning, but come out further ahead than someone who first installs Ubuntu or Mint.
However if your goal is to simply install Linux on your PC to try it out, (if you don’t even know if you will like it, and don’t know if you want to learn it’s mechanics) then Arch wouldn’t be my first choice.
Long live LineageOS. I’m a big fan, I’ve been using it for years, while it was still called CyanogenMod. I used it on my HTC Magic in 2009, and my Galaxy S in 2011.
Yeah, but you don’t find that out until later games. At the end of Chronicles, it certainly looks and feels like fighting a god.