It obviously depends on your exact git workflow, but my last team had things setup so that the code content of a MR was automatically squashed on merge, and the text if the MR itself was automatically set as the content of the new singular git commit.
This was largely the best of both worlds because your commits could have almost any text, and the description of what changed could be updated as needed when making the MR. But it ultimately ended up in the git history where it belonged.
Of course, I still had some trouble trying to get the team to describe their changes well in the MR at times - but that's a different problem entirely.
It wasn't always an option - around the time of the first big mass migration of Reddit users it wasn't something you could do. I actually wrote a tool at that time that could automate the manual action of re-subscribing / re-blocking everything.
But yeah, these days it's a feature of Lemmy itself, which is great because it's much more efficient than trying to do things client-side.
Bleh, maybe I'm an old man, but when I'm searching stackoverflow, I find the context of stack overflow answers really helpful.
I.E. the top result may include caveats itself or have comments indicating why an answer might be problematic. And sometimes the best answer isn't even the top answer. I've not used AI code assistance very much, but these all seem like things that the model is likely to take for granted.
But I also never contribute to stackoverflow, and agree I'd much rather engage with with an AI than do THAT.
That same year The Economist's Democracy Index downgraded the United States to a "flawed democracy" and it has continued to trend downwards since then.
So between the massive (and growing) income inequality in the country, and rulings like Citizen's United it's hard not to believe it's not at least on the trajectory towards an oligarchy. Now throw in the blatantly corrupt picks of the Trump administration, where cabinet positions are favors to rich friends, or being given to billionaires with a direct interest in killing the government agency they are running - not to mention all the things he's routinely done / will do to enrich himself / friends with tax payer dollars and it certainly seems like an oligarchy to me.
And just on a personal vibes level, living here, it feels like legislation to help normal people or solve normal people's problems is almost non-existent. And when it does happen, it also conveniently throws a ton of money at the rich at the same time (see recent tax cuts, pandemic relief funds, etc.). Even something like the Affordable Care Act, which did a ton of net good things for this country, enriched a whole lot of private healthcare companies along the way rather than creating an actual public option with negotiated prices to keep government costs down.
I had a similar situation where a fence of this style was placed directly next to a bike path. At walking height, it would have been hard to land on, but on a bike at speed? It would have been way too easy to be impaled, and it was terrifying.
In fairness, my understanding is that there are a lot of complications with adding distributed power to existing grids. That doesn't mean it shouldn't happen, just that there are engineering and safety challenges when power is coming from "everywhere" vs centrally.
And of course, there's a lot of energy companies lobbying against clean power sources as well.
I got the hardware survey on my Windows PC, but not on my Steamdeck. So I wonder if there is only 1 survey per user, and most people don't use a steamdeck exclusively?
One thing you could do that I don't see mentioned here is to install Virtual Box in Windows and create a Linux Mint Virtual Machine. It's basically installing a computer within a computer. You should be able to find some tutorials online.
This would let you try Linux Mint in a sandbox within Windows so that you could experiment a bit with everything before changing anything.
Just keep in mind that within the VM, things will be less performant, especially graphically, and certain peripherals, etc. might not work. But it would let you test out installing the software you want, the cloud storage solution you want, browsing around, etc.
Speaking of graphics, you'll want to do some research about how well supported your GPU is. It will almost certainly "work" out of the box, but if you want to get the most performance out of it, like Windows, you're going to need special drivers. I've heard Nvidia can be a bit of a pain, but I think it varies by model.
I wouldn't be too worried about the touch screen as that will probably work - or at least has on every laptop I've tried. I've had more issues with things like fingerprint scanners generally speaking. Definitely check out everything you can think of when you install, like Bluetooth, cameras, microphone, peripherals, etc. Oh and when using the laptop definitely manually knock yourself down out of performance mode using the upper-righthand corner in gnome. For me at least, it makes a huge difference in battery life if I'm in performance vs balanced vs power saver. Windows is better at automatically making those adjustments.
I've also heard that lately Microsoft is making dual-boot harder - notably that Windows updates will just casually break your dual-boot and revert it to just Windows. I don't know the details since it's been years since I've done it myself, but something to keep in mind.
Finally I'll throw out there to make sure you have a recovery plan if the install goes south. Have all your files backed up. Have a copy of Linux and Windows installers ready. It honestly should be fine, but especially if this is your only PC you don't want to be stuck if you have some kind of issue, accidentally blow away your laptop's SSD, etc . Not trying to scare you or anything, but better safe than sorry, right?
I'm pretty sure @ruud@lemmy.world has said before what he uses. I thought back in the day it was publicly listed with the expenses, but I couldn't find it.
More of a debugging step, but have you tried running lsinitrd on the initramfs afterwards to verify your script actually got added?
You theoretically could decompress the entire image to look around as well. I don't know the specifics for alpine, but presumably there would be a file present somewhere that should be calling your custom script.
EDIT: Could it also be failing because the folder you are trying to mount to does not exist? Don't you need a mkdir somewhere in your script?
Doubling what Klaymore said, I've seen this "just work" as long as all partitions have the same password, no key files necessary.
That said, if you needed to use a key file for some reason, that should work too, especially if your root directory is one big partition. Keep in mind too that the luks commands for creating a password-based encrypted partition vs a keyfile-based encrypted partition are different, so you can't, for example, put your plaintext password into a file and expect that to unlock a LUKS partition that was setup with a password.
But the kernel should be trying to mount your root partition first at boot time where it will prompt for the password. After that it would look to any /etc/crypttab entries for information about unlocking the other partitions. In that file you can provide a path to your key file, and as long as it's on the same partition as the crypttab it should be able to unlock any other partitions you have at boot time.
It is also possible, as one of your links shows, to automatically unlock even the root partition by putting a key file and custom /etc/crypttab into your initramfs (first thing mounted at boot time), but it's not secure to do so since the initramfs isn't (and can't be) encrypted - it's kind of the digital equivalent of hiding the house key under the door mat.
But surely one user posting illegal content would get blasted to all connected instances making everyone guilty.
So... Worse. Much worse.