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…
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?
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.
Yes, came to say the same. It’s very easy to get a voip number in most countries. But many places that want to use it for ID purposes (finance etc including paypal) will know the voip allocations and block them.
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.
/mnt/shared/Development or E:\Development depending on which operating system is running.
Not in home mainly because I use the same directory in windows and Linux.
I recently made a new linux install (to replace my constantly breaking, likely due to my own doing Manjaro install). I went with Cinnamon initially, but in order to try out Wayland, I moved to KDE plasma.
I’m on NVidia, with two different resolution screens. Which causes occasional problems. But overall it’s fine.
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.
For me, there’s just been less posted that I feel I have something to say on. If I see something about programming, networking or tech that I have (probably) some useful info to contribute I will do so. Likewise if there’s a general subject I have anecdotal points to make, or I’m just genuinely interested I will comment too.
But otherwise, I just read and move on. There’s been a lot more read and move on lately. Maybe because of the upcoming US election for which by and large beyond the fact I don’t want the orange shitgibbon (As a fan of the west wing, I like that the spelling checker suggested shibboleth to correct this “typo”) to win, I don’t have much interest. Mostly because I’m not from the US.
Gen X: Oh, internet eh? So we don’t need to keep copying umpteenth generation video cassettes of that dodgy pirate movie any more.
Well, I would say bittorrent with a good vpn or, usenet with a good indexer and depending on how much you download, block account vs monthly.
Personally I top up all my block accounts whenever I see a sale. With priority set from cheapest per gig to most expensive (so the pricey ones are only used as fillers).
But that does involve paying some money, but then doesn’t really require a vpn. In the long term I don’t think I’m paying that much though.
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.