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

help-circle
  • If you “vibe code” your way through trial and error to an app, it may work.
    But if you don’t understand what it’s doing, why it’s doing it and how it’s doing it?
    Then you can’t (easily) maintain it.
    If you can’t fix bugs or add features, you don’t have a saleable product - you have a proof of concept.

    AI tools are useful, but letting the tool do all the driving is asking for the metaphorical car to crash.



  • 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
    ·
    1 year 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.





  • I don’t think it’s strictly compliant, although they claim to have based it’s syntax on Korn shell, which is the strictest definition of POSIX shells.

    You can do pretty much everything in powershell that you can do in something like bash BUT, it will be done slightly differently, so trying to make a script cross compatible is pointless (you might as well just write it natively in powershell etc).

    Powershell isn’t inherently bad, unlike bash for instance which just allows piping out text output, Powershell can pass around true .net objects.
    But if what you’re looking for is cross OS compatability, you’re pushing shit uphill.

    99.9% of the time, I open powershell and just ssh into a “real” linux box.


  • FOSS is enshitification-hardened, not proof.

    VLC remains awesome because the guy (maybe Jean-Baptiste Kempf?) that controls the project has refused to be bought, has in fact refused HUGE sums of money.

    The original author of any project has to right to sell it with the corresponding licence changes at any time.
    There’s some legal grey area on something like Linux or VLC which have MANY MANY developer hands in the pie, and existing users could certainly fork off the existing releases, but VLC could pivot tomorrow to a for profit company and make future releases of the official VLC a paid product, if they choose too.