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

help-circle


  • Live service games and mobile games use the same psychological tricks to keep people coming back and entice people to buy microtransactions.

    After that, the theme of the game appeal to different folks.

    I’ve learned to recognize my triggers, but it took a lot of conscious efforts to achieve that. I still buy some microtransactions from time to time for free games I play a lot, but this is a conscious decision I make and not a trigger making me buy things.

    And even then, I feel the temptations every time a cool skin is put straight in my face. The psychology behind all that has been distilled to a science and used against us.




  • I switched from Ubuntu to Linux Mint and I have more issues with Linux Mint. From the top of my head :

    • Sleep simply doesn’t work. I have Mint on two different machines and both don’t work (it worked fine on Ubuntu)

    • If I do a soft reboot, it reboots to a black screen 100% of the time on both machines. I need to power cycle to reboot.

    • I need to restart Pulseaudio frequently because it starts to make white noise.

    • Cinnamon desktop environment crashing to a black screen and logging me out randomly.

    I am just waiting to finish my current game to switch to a new distro because Mint isn’t working for me.






  • Here is a bunch of random tips to become more comfortable with the terminal.

    Do absolutely everything that you can on the terminal.

    When you install something, enable the verbose if possible and snoop around the logs to see what is happening.

    If an app or an install fails, look at the logs to see what is the issue, and try to fix it by actually resolving the error itself first instead of finding the commands on the internet to fix your issue.

    Instead of googling for your command options, use the help menu from the application and try to figure out how to use the command from there.










  • Croquette@sh.itjust.workstolinuxmemes@lemmy.worldLinux and Chill
    link
    fedilink
    arrow-up
    2
    arrow-down
    1
    ·
    1 month ago

    More than half the points are just good engineering practice directly embedded in the language.

    It tells a lot about the state of programming in general with the pushback we see with memory safe languages.

    I’m down with Rust and I can’t wait for official support for embedded Rust in chip manufacturers, because until then, very few clients will be okay with using unofficial Rust cargos for their products.