Yes, but it seems the French language pack is a dependency for pretty much everything else! Who knew?
I’m the administrator of kbin.life, a general purpose/tech orientated kbin instance.
Yes, but it seems the French language pack is a dependency for pretty much everything else! Who knew?
This one threw me off. I’d muted discord by mistake. Weirdly voice still works. I spent ages checking and double checking settings to see why I wasn’t getting notification sounds and the ptt sound. Dismissing any mute possibility because voice was working.
When I found it was this…
Pretty sure that’s only true about Lemmy. There are other threadiverse apps. The mistake is people calling the threadiverse lemmy.
These days with UEFI it’s much less likely to break things. Worse case though you just boot from a LIVE USB boot, chroot in and rerun grub/your bootloader installer. Often even if windows puts its own bootloader first, you can choose your bootloader from the bios boot menu and just rerun the bootloader installer.
It used to be a lot worse.
This is actually a very big difference with the USA and the UK (and possibly most of Europe, not sure though). We generally store eggs outside of the fridge. On a shelf or in a pantry/cupboard for example.
I said elsewhere, I hope this is just some way to track changes over time per user.
But they need to take an anonymous hash of some non changing data or create an install id that is used for this and nothing else (e.g it identifies a unique user but not the person or hardware behind the user).
Too much identifying info is just pushed around like we shouldn’t care, it’s become a real problem.
The way I read it, the developer wanted opt-out but it’s likely it will be opt-in. I’m find with opt-in and vehemently against opt-out for telemetry.
I would prefer the information was statistical only. Rather than hostname (making the assumption they only want hostname to be able to somehow separate the data to follow changes over time), a much better idea would be some kind of hash based on information unlikely to change, but enough information that it would be unlikely possible to brute-force the original data out of the hash. So all they know is, this data came from the same machine, but cannot ID the machine. Maybe some kind of unique but otherwise untrackable unique ID is created at install time and ONLY used for this purpose and no other.
Yeah, my only concern here was if it was opt-out. That’d be bad.
Now I completely understand the developer on this. This is useful info to have to help decide future changes/features and general direction, but balancing the right to privacy means this kind of data provision should ALWAYS be opt-in. Microsoft, you hearing me here?
I think it had its uses in the past, specifically if it had the memory backup to prevent full array rebuilds and cached data loss on power failure.
Also at the height of raid controller use (I would say 90s and 2000s) there probably was some compute savings by shifting the work to a dedicated controller.
In modern day, completely agree.
I’m sure I’ve seen paid software that will detect and read data from several popular hardware controllers. Maybe there’s something free that can do the same.
For the future, I’d say that with modern copy on write filesystems, so long as you don’t mind the long rebuild on power failures, software raid is fine for most people.
I found this, which seems to be someone trying to do something similar with a drive array built with an Intel raid controller
Note, they are using drive images, you should be too.
The OP made clear it was a controller failure or entire system (I read hardware here) failure. Which does complicate things somewhat.
When I made a new linux install I chose Arch. I think for me the reasoning is thus. While I have a LOT of experience with unborking server linux installs, with desktop it’s just a pain to deal with. I previously used Manjaro which, while very easy to install, does obfuscate a lot of what happens behind the scenes. When it goes wrong, personally I found it harder to fix.
With Arch, beyond enough to give me a terminal and basic gnu tools, I’ve chosen what I install from then on. I think that means when things go wrong there’s a much higher chance I’ll know what it is and how to solve it.
Time will tell if this plan works out or not though :P
I mean, if they knew where you usually shop online, probably not. I generally get the popup when either:
1: Shopping somewhere for the first time
2: Certain businesses (presumably those that are more often targeted for fraud I guess?)
I bet if they tried to use a different delivery address (and the shop passed that on) it should (I think at least) trigger a security check.
In shops especially with contactless it’s very unlikely to be stopped though. But I think the bank needs to eat the contactless losses if I remember right. I do recall there’s a maximum number of contactless payments you can make in a given time before it forces chip and pin though.
Yeah, I was going to say. Not pension, but I put money into two different blended portfolios (I didn’t choose the contents, just the two choices from a list). I started it in Feb 2021 and the overall gain has been over 35%. I have no idea what the pension fund put their money into there, but it seems like some bad choices.
OP should check the options they have.
I would very much agree here. I’ve (admittedly mostly server side) been using linux for around 30 years now. But I’m still dual booting on my desktop. There’s just a few things that will still only work in Linux, and also if I break things I can go to windows if I need to do something “right now”
Dual boot gives you the option of, if you have the time trying to make something work in linux. But, if you don’t have the time, just boot to windows and do it.
How I do things, is I have drives that are shared between both OS (I use btrfs since there is a windows driver and, so far (around 3 years) I’ve had no corruption problems. But you can share ntfs too and a boot drive for both. But, it’s not a requirement.
Also yes, it is quite easy to break a linux install. It’s not really because Linux is bad. It’s just because you have so much choice in which drivers to use, which desktop environment (and even the components that make it up) that it’s easy to accidentally select some combination that doesn’t work and you end up with only a console to fix things from.
I like that the OP is choosing Mint. I’ve not used Mint, but from all I’ve seen it looks a real good option for someone starting into Linux from no experience.
I’m afraid both.
I got so depressed it seems I developed autism to solve it.
I’m probably a bit further to the right than most on the fediverse with this opinion but…
I think, once you have been informed of someone’s pronouns, it’s flat out rude to not use them. I don’t know if it’s a banning issue but that’s for the moderators on your instance to decide or the instance the community is on. Even if you don’t agree with someone’s lifestyle, it’s just polite to address people the way they’d like to be addressed.
But surely there’s a difference between intentional misuse and accidental. I think banning someone for not looking up someone’s pronouns before a public interaction seems like pushing things a bit far here. I certainly am not checking such things. But, then in general when online I will use gender neutral wording because frankly, for online interactions someone’s rarely information that matters for the interaction. I don’t really need to know.
My view is, I think it is almost always clear when someone is being malicious and thus transphobic and when someone makes an honest mistake/did not know better. We, as a whole, really should be differentiating between obviously malicious and non-malicious cases.
Just post that you think it’d be impossible to port to rust and linux. Then someone is bound to do it :P
I remember those times too. The difference today is that there are so many more libraries and projects use those libraries a lot more often.
So using configure and make means that the user also has the responsibility of ensuring all those libraries are up to date. Which again if we’re talking about not using binary install, each also need a regular configure/make process too. It’s not that unusual for large packages to have dependencies on 100+ libraries. At which point building and maintaining the build for all of them yourself becomes untenable really. However I think gentoo exists to automate a lot of this while still building from source.
I understand why binaries with references to other binary packages for prerequisites are used. I also understand where the limits of this are and why the AppImage/Flatpak/snaps exist. I just don’t particularly like the latter as a concept. But accept there’s times you might need them.