• 6 Posts
  • 16 Comments
Joined 3 years ago
cake
Cake day: June 12th, 2023

help-circle

  • These are pretty calm messages to an Australian and Garry is British, so culture checks out.

    // What the fuck
    // Fuck dynamic compiling.
    // what the fuck is this shit
    // What the fuck, why isnt this a method

    Should this by the by commentary be there?
    Not really.
    But as a programmer, I understand each and every time I see something like:

    // Urgh this is so dirty, Invalidate() and Refresh() do nothing.
    tButt.AutoSize = false;
    tButt.Width = maxWidth;
    tButt.Height = maxHeight;
    tButt.AutoSize = true;










  • I think the feel from the Devs is that there isn’t enough new functionality to justify the major version bump, this primarily being a reimplementation of existing features.

    BUT, I agree with you, it should definitely be V11 under the semantic versioning scheme.
    Whilst there is a migration path here, the database changes under the hood alone are likely to break backwards compatibility with all plugins (with in-house plugins being upgraded in sync).
    Such breakage is kind of the defining characteristic of a MAJOR version.





  • I can’t think of a standalone gui app that does this (and a simple google search didn’t find one).
    If you have a gui desktop (gnome,kde,xfce,lxqt,enlightenment,budgie…) it will have a built in function in it’s settings to do this, or leverage one of the parent ones (ie budgie is based on gnome, lxqt on kde).
    If your custom environment is pared down to the point where you don’t have an equivalent to gnome-system-tools and don’t want to install it, you might have to just use date at the command line.




  • I agree and use Signal myself.
    But people like the extra features of WhatsApp like desktop/web clients with seamless history sync and all the other little things that WhatsApp provides.
    The average Joe doesn’t even think about security or privacy, they just know that the results of using WhatsApp are superior than using SMS.
    iMessage is a non starter everywhere out of the US, it just doesn’t have the market penetration.
    As an Australian, no one I know (many of whom own iPhones) talk about the blue-green bubble stuff.
    They recognise where the fault lies and simply don’t use the app.





  • Mountaineer@aussie.zonetoLinux@lemmy.mldeleted
    link
    fedilink
    English
    arrow-up
    8
    ·
    2 years ago

    If you need to use windows because of a software issue, not a hardware issue, you’re probably best off running windows in a VM.
    That way your linux install is making the WPA3 connection, and as far as the Windows install is concerned, it’s on a wired lan.
    This has the added benefit of not having to reboot, you just always start linux and turn the windows VM on and off as required.