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

help-circle
  • I had muscle memory, but I think it was QRRASE or something like that then put on weapon. Next time you attack, you cast a row of exploding icicles that put wet status and electrocute your enemies and really slow them down. Almost nothing in the game can resist. It makes the game stupid easy. You kill any boss in a few hits. You can also cast it around you, but it’s way too easy to kill yourself. The combo is hard to pull off the few first time, but once you get the touch, you’re unstoppable.

    Also, cast SAFE on you regularly, easy to remember and its a very strong defense.

    A lot of people use a combination of QFQFASA beam. It’s high damage, but you’re a sitting duck, never liked it.



  • JC1@lemmy.catoAsklemmy@lemmy.mlHome automation - why?
    link
    fedilink
    arrow-up
    16
    ·
    11 months ago

    As I said to people I know, fun. I have fun setting this up. Its a hobby. I like to search for bargains and build the automations. If you don’t have fun doing it, its usually not really worth it. It gets expensive quick and its kind of a lot of work to research and setup if you want to keep your privacy.




  • I’ve been an on and off Linux user for a long time, but my main OS used to be Windows. I recently switched to Linux (Arch btw) and I love it.

    For my use cases, here is what I like about windows:

    • Office 365
    • Gaming
    • Onedrive
    • Just works
    • touch screen and touch pad
    • Hardware support
    • Autohotkey (can live without)
    • Software compatibility
    • VR
    • Parsec

    Here is what I like about Linux

    • Dynamic tiling window managers.
    • Customization, I can have my notifications on the top right, the way I like them.
    • Smooth as fuck: very fast!
    • Very clever solutions (looking into NixOS currently for example)
    • Terminal: fun to use and it’s fast!
    • Much more control over my system.

    The things I dislike about windows are mainly that it’s stupid slow compared to Linux and the growing presence of telemetry and ads (though I wasn’t that affected). Also, I can’t replace windows default shortcuts or some functionalities.

    What I dislike about Linux is that there is always something that doesn’t work properly. I currently have issues with DPMS. My laptop has trouble with the behavior if the touchpad, sometimes the gestures work, sometimes they don’t, it depends on its mood I guess. I tried Wayland, but with a nvidia card it has a lot of issues, I had to go back to X which sucks since I really prefer the way wayland works. I’m quite technical, but sometimes the solutions don’t really work.

    I read a few things in this thread that I disagree with though, namely:

    • You can launch apps from PowerShell (terminal)
    • You can have package managers, I used scoop, choco and winget. Every app that I use can be installed and updated with those, from PowerShell.
    • Pretty sure you can update your system from PowerShell, then you probably can make a script to update everything.
    • You can disable auto-updates and auto-reboot in Windows. I never had my computer reboot on me and it stays open 24/7. What I liked is auto-update, but no auto-reboot. I chose when to reboot, only had a notification which was disabled when I was playing a game.
    • There are options for launchers, the windows menu or powertoy run.
    • You can create shortcuts (similar to .desktop) and you can also make a bat script instead of a bash script.

    A lot of comments are about a knowledge deficit, not a capability deficit from Windows.