• 0 Posts
  • 23 Comments
Joined 2 years ago
cake
Cake day: June 13th, 2023

help-circle
  • Lemzlez@lemmy.worldtoLemmy Shitpost@lemmy.worldWelcome to petty lane
    link
    fedilink
    English
    arrow-up
    16
    arrow-down
    11
    ·
    2 days ago

    I agree it’s safer to let them pass, but a medical (or personal) emergency does not give you the right to endanger other people on the road by driving fast and/or recklessly. That’s why they paint priority vehicles in bright colours and put flashing lights on them - to make it safer for everyone.

    If you have a medical emergency, you call an ambulance. Yes, they will have to drive to you first, but care starts when they arrive. If the emergency isn’t big enough to get an ambulance, there’s no reason to drive fast either.





  • 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)



  • Lemzlez@lemmy.worldtoLemmy Shitpost@lemmy.worldMany such cases
    link
    fedilink
    English
    arrow-up
    2
    ·
    11 months ago

    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.







  • 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.



  • Lemzlez@lemmy.worldtoProgrammer Humor@lemmy.mlC++ Moment
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 year ago

    it’s still comically bad compared to various alternatives, even apples-to-apples alternatives like C#.

    I’d be interested to hear why. IMO Java has the superior ecosystem, runtime(s!), and community. The best part is that you don’t even HAVE to use java to access all this - you can just use kotlin, groovy, scala,… instead.

    In terms of the language itself, while it (still) lacks some more modern language features, it has improved massively in that area as well, and they’re improving at a significant rate still. It also suffers from similar issues as PHP, where it has some old APIs that they don’t want to get rid of (yet?), but overall it’s a solid language.