• 0 Posts
  • 37 Comments
Joined 1 year ago
cake
Cake day: June 13th, 2023

help-circle


  • I looked into distros using plasma 6 for a bit, but decided it wasn’t worth the hassle. It’s also a not trivial boot setup (dual boot with w11 and bitlocker + LUKS + secureboot) and the (k)ubuntu installer just handled it flawlessly (meaning not having to enter my bitlocker key on every boot)

    Works fine for me (except some weird locale issue, but I knew that in advance)



  • iDEAL sounds a lot like Bancontact/Payconic in Belgium.

    Which doesn’t do everything Paypal does either. Others have mentioned the buyer protection, but there’s also multiple payment methods you can link to it, subscription management, and one-click payments (where it also enters your address for shipping) - and crucially: available worldwide.



  • It’s quite common to login as admin on windows though (in home setups), you’ll still have to authenticate for administrative tasks (the UAC popups).

    The issue here is mostly that the user has probably upgraded and windows changed their account, resulting in the files being owned by their old account.

    In linux, that’s fixable with ‘sudo chmod -R’

    In Windows, there’s no built-in way, you need the take ownership script.


  • Worse is the other way around, but if you then speed because the system doesn’t work, it’s of course still your own fault.

    I know why they want it and I mostly agree, but they’re massively downplaying the reliability concerns, saying it is “usually correct” (It’s not) and “data will improve”, conveniently ignoring that these underlying systems aren’t new and the data has consistently sucked over its entire lifetime. They don’t provide a target date by which they want this data to be available, so it will never be.

    Anecdotally, on a 30km drive, my car (which receives updates to nav data over cellular) is wrong 5-10 times, in both directions.








  • It sounds like you’re looking for a hard link, like the one between the far right and china/russia. There is none, as far as I am aware.

    The fact they aligned their views about NATO and the Ukraine invasion with Russia (the “NATO threatened Russia, so they had no choice” narrative you also mentioned), and their general affection towards the USSR is more what I was getting at. To me, that’s sufficient to be considered pro-russian.

    As to why I called them “more dangerous” (not “worse”, I agree that the far rights ideas are considerably worse) - It’s a couple of things. I feel they are more competent in general than the right. They’re also more idealistic and consistent.

    Those by themselves are not dangerous traits, but I also question how far that affection towards the USSR and China goes.

    While I actually agree with much of their points, I’m just not that sure how much of the USSR/China they’d actually like to replicate. Regardless of that, I believe they would be fairly successful in implementing much of it - hence why I think they are more dangerous.




  • Because my pc uses 4-5 times the power to run the same ps4-era game. (Especially nice when it’s hot in summer)

    So I play it on my ps5, which offers me quick resume as well.

    I love pc gaming, been building pc’s for over a decade at this point, but I do also see the advantages my ps5 has over my pc.

    Could I build a more efficient and quiet pc, attach it to my tv and use that? Probably, and it’d be quite good with steamOS on it, but it’d be finicky to get sleep/resume working on it, and it’d probably cost me more.



  • Wireguard (which is what tailscale is built on) doesn’t even require you to open ports on both sides.

    Set up wireguard on a vps first, where it is accessible, then set it up from within your network. It’ll traverse NAT and everything, and you don’t have to open a port on your network.

    Tailscale is the exact same thing, just easier because it does everything for you (key generation, routing, …). Their service replaces your vps, up to you if you think that’s acceptable or not. IMHO, wireguard is worth learning at least. I eventually (partially) switched to tailscale because I’m lazy, and all services I host have authentication anyway, with vpn just being a second layer.