• 3 Posts
  • 478 Comments
Joined 2 years ago
cake
Cake day: September 25th, 2023

help-circle


  • utopiah@lemmy.worldtoLemmy Shitpost@lemmy.worldWebsite
    link
    fedilink
    arrow-up
    8
    arrow-down
    1
    ·
    11 days ago

    Eh… don’t want to be mean but that’s what’s called an “IP address” for Internet Protocol Address… but this one is for your LAN, aka Local Area Network.

    So that won’t work, people outside your LAN can’t reach it. What you need instead is a domain. What most people don’t know though is that there is a special domain name anybody can use for free! Check this out, assuming your LLM did the right setup do all that step, making website, starting Web server then try :

    https://localhost/ and voila, free domain from your newly generated websites!

    … /s



  • utopiah@lemmy.worldtomemes@lemmy.worldHated homework, hating WFH
    link
    fedilink
    arrow-up
    12
    arrow-down
    3
    ·
    15 days ago

    OK you can hate HOMEwork and instead do everything at school or work, namely study there, but what genuinely matters for studying is that you DO do the work. You have to do the exercises, over and over again, more and more challenging, otherwise nothing gets through. You only get the “feeling” of understanding without getting the practice.

    Learning without practice is like being a theoretical athlete. Hate homework all you want but learn to love studying by doing.











  • Steam isn’t open source either

    …and? I wish Steam also was open source but I don’t see how that’s relevant here.

    We’re discussing about a position for someone who probably likes, or at least understand, open source because that’s the motivation for most people when they consider Linux. It’s important to highlight what it is and what it is not, unfortunately.

    There are open source games too, just to give a random examples GCompris is quite amazing and it keeps on growing. Countless examples on https://itch.io/games/tag-open-source

    What is the point of this very community? Is it “just” to play (and if so, one can “just” launch Steam on desktop or their SteamDeck, BTW AFAIK Steam does not suggest DRMs, it’s up to the game dev) or rather is it to play better, whatever that might mean? I personally do not believe promoting proprietary software (especially when working ones already exist) helps go further but you might disagree. Can you please explain then WHY more proprietary launchers and games is good?




  • So… I’m definitely cheering up for the lady in red.

    Why? Am I an elitist asshole doing his best to sound smart?

    Well yes, definitely BUT I also appreciate the power of the command line. The CLI isn’t “cool” because of the cryptic command, no the CLI is cool because :

    • ls (list files)
    • ls *.txt (list all files ending with the .txt extension)
    • ls *.txt | wc -l (count how of them are)
    • etc

    and the “etc” is the FUNDAMENTAL part! Namely that no matter how smart the GUI developer is, they can’t predict how it is going to be used when done with OTHER tools. That’s the true power of the CLI. So yes if you stick to a single command, the CLI is unnecessarily cryptic but as soon as you start to combine commands, nothing comes close to it.