[–] 4 points 10 months ago

At the moment, I am trying to clear ascension 20.

My chance of winning the game up to ascension 5 is > 50%.

IMHO StS gives the player bad habits in the lower difficulties (and the difficult spike when reaching the heart is not that great).

Some tips stolen from better players than me:

  • You really have to play optimal and think about every card to minimize life loss (This could also mean taking a hit early and kill off an enemy faster vs. blocking an early hit and taking massive damage later.)
  • The bosses especially can be seen as problem to solve. Look ahead, do you have the right card(s) in the deck to solve the problem?
  • The first hall is mostly about about up front damage, in the second you will need some area of effect damage etc.
  • Before adding a card to your deck, answer the following questions:
    • How high is the chance I can even play this card? (Example: You have 3 energy and a card costs 2 Energy. If you have another 2 Energy card, you know increase your chance of a dead draw, because you can not play both if they appear in the same hand)
    • Does this card has any synergy with the cards I already have in my deck or with any artifacts?
    • Does this card solve a problem (e.g. boss or enemy) I have? IMHO all the generic advice is not wrong (like having as little cards as is possible), but the point about playing the higher ascensions is really more seeing 'the whole' instead of focusing on one aspect. For example, if you have Corruption in a bottle and Dark Embrace, all of a sudden you want to have as many skills a possible... OTOH, if you have two Dropkicks, you want everything which destroys cards to have an endless Dropkick-Engine as soon as possible.
  • Take care of immediate problems you know you will face (like the boss of the current hall), instead of speculating on card combinations which might or might not show up in the future. (Exception to the speculation rule: Iron Clad has Limit Break, and it is total reasonable to expect to find some strength boost as an Iron Clad, so LimitBreak is usually the one card which I never think about picking up)

tldr: Picking your strategy and adding/removing of cards must be seen in the context of artifacts, energy and the bosses you will see. Optimize for your next known problem, instead of betting in cards to become available. You can have 1-2 cards for special situations or as speculation, but adding for example another attack card if you already have enough of attack, simply doesn't solve a problem or makes your deck stronger.

  • source
  •  

    According to a book I am reading, diet science currently agrees that there is one way to loose weight: A calorie deficit.

    For example, if I need 2000 kcal a day and eat only 1500 kcal a day, I will loose some weight over the next weeks/months.

    To my understanding, calories here are totally interchangeable, if we are only concerned with loosing weight (and ignore nutrients etc).

    Calories are basically measured by burning food and measuring how much energy was set free.

    My question is: Why and how does it work so good and why are calories interchangeable?

    In more detail: Why can we translate the burning of calories with fire to processing the calories in food with our digestion system so perfect? Why is there no difference (concerning weight loss), if I eat 1500 calories as pure sugar or eat them as pure protein (where I would assume the body needs more energy to break down the protein)?

    [–] 3 points 11 months ago (2 children)

    Ninja Gaiden Ragebound: Not finished yet, but having a total blast playing it. Great/responsive controls, level design is great and enemies telegraph their attacks properly, like it should be in an action game

    Street Fighter 6: Gave Sagat a try

    Slay the Spire: Acension level 18, want to make it to 20 before the 2nd part gets into early access

  • source
  •  

    Question is in the title: What is the supposed workflow for vanilla Gnome for keyboard users?

    Is there any video/design documents which explain, how the workflow is supposed to be?

    Assume, I have a full screen web browser on workspace 1. Now I want to have a terminal... I hit the super-key, type terminal, hit enter ... and then I have a terminal which does not start maximized on workspace 1, so I can either maximize the terminal and switch between the applications, arrange them side by side... or I can navigate to workspace 2, start the terminal there (the terminal will not start maximized again on an empty workspace 2) ... and switch between the two workspaces (AFAIK there are no hotkeys specified by default to navigate directly to a workspace)...

    What I simply do not understand: Does the vanilla Gnome workflow expect you to use mouse and keyboard? Like hit super, use mouse to go to next workspace, type terminal, click to maximize terminal (or use super-up)?

    It just seems like a lot of work/clicks/keys to achieve something simple. And to my understanding Gnome expects you to use basically every application with a full screen window anyway, so why does it not open a new application on the next free workspace full screen by default?

    [–] 2 points 1 year ago

    Not sure if it is applicable, but wouldn't it be an option to use the Fedora Workstation Live CD, mount your swap partition into the live system and send it to sleep via SystemD?

    This should give you feedback with a fairly recent kernel and Gnome has (at least for me) been the desktop option with the least amount of bugs I encountered.

  • source
  • parent
  • context
  • [–] 9 points 1 year ago* (2 children)

    Before asking for another distro, you should figure out, what is the root cause of the trouble you observe. Usually sleep/wake up under Linux are highly hardware relevant. Even the SteamDeck, which has payed first level hardware support by Valve, has sometimes trouble waking up properly after sleep, at least in desktop mode. Good luck!

  • source
  •  

    When using TMUX, it is easy to create a script, which opens TMUX, configures the screens/panes of TMUX and open/run programs.

    I like this a lot.

    My baseline would be something like, when I login, some applications are executed and their windows automatically placed on a virtual desktop.

    For example:

    • Open Firefox and put it on virtual desktop 1
    • Open Terminal in fullscreen and put it on virtual desktop 2
    • Open VSCode and put it on virtual desktop 3

    Something like that is possible with sway, in the environment I am working, sway is not able to run XWayland applications w/o crashing.

    Is there any way to have this functionality on Gnome, Mate, Xfce?

    Even better would be something to open several windows and arrange them automatically for different work tasks/projects I am working on. Any ideas?

    Edit: Solved! Thanks for the input. Auto Move Windows extension for Gnome solves my problem.

    [–] 32 points 1 year ago

    Ah, sorry to read - I like the idea of Bcachefs and would have been happy to have it ready for production eventually.

    OTOH it seems the recent years I read more about the drama about Bcachefs commits to the kernel, than about any technical parts of Bcachefs.

  • source
  •  

    Hello, fellow Linux users!

    My question is in the titel: What is a good approach to deploy docker images on a Raspberry Pi and run them?

    To give you more context: The Raspberry Pi runs already an Apache server for letsencrypt and as a reverse proxy, and my home grown server should be deployed in a docker image.

    To my understanding, one way to achieve this would be to push all sources over to the Raspberry Pi, build the docker image on the Raspberry Pi, give the docker image a 'latest' tag and use Systemd with Docker or Podman to execute the image.

    My questions:

    • Has anyone here had a similar problem but used a different approach to achieve this?
    • Has anyone here automated this whole pipeline that in a perfect world, I just push updated sources to the Raspberry Pi, the new docker image gets build and Docker/Podman automatically pick up the new image?
    • I would also be happy to be pointed at any available resources (websites/books) which explain how to do this.

    At the moment I am using Raspbian 12 with a Raspberry Pi Zero 2 W and the whole setup works with home grown servers which are simply deployed as binaries and executed via systemd. My Docker knowledge is mostly from a developer perspective, so I know nearly nothing about deploying Docker on a production machine. (Which means, if there is a super obvious way to do this I might not even be aware this way exists.)

    submitted 1 year ago* (last edited 1 year ago) by to c/linux@lemmy.ml
     

    For one user account, I want to have some bash scripts, which of course would be under version control.

    The obvious solution is just to put the scripts in a git repository and make ~/bin a symlink to the scripts directory.

    Now, it seems on systemd systems ~/.local/bin is supposedly the directory for user scripts.

    My question, is mostly, what are the tradeoffs between using ~/bin and ~/.local/bin as directory for my own bash scripts?

    One simple scenario I can come up with are 3rd party programs which might modify ~/.local/bin and put their own scripts/starters there, similar to 3rd party applications which put their *.desktop files in ~/.local/applications.

    Any advice on this? Is ~/.local/bin safe to use for my scripts or should I stick to the classic ~/bin? Anyone has a better convention?

    (Btw.: I am running Debian everywhere, so I do not worry about portability to non systemd Linux systems.)

    Solved: Thanks a lot for all the feedback and answering my questions! I'll settle with having my bash scripts somewhere under ~/my_git_monorepo and linking them to ~/.local/bin to stick to the XDG standard.

     

    Let me start with, that I am running Raspberry Pi servers since the first Raspberry Pi was released more than a decade ago. Only problems I ever had until now, where dying SD-Cards with the first generation of RPIs. Since them I only buy really big high quality SD-Cards and I have RPI(4) servers running 24/7 for years w/o any troubles.

    For a new project, I am running a web service on a Raspberry Pi ZeroW2 with an Apache reverse proxy on the same machine. Memory usage, even under load, is a maximum of 100 MB. This RPIZW2 simply dies after a few days, and I have no idea how debug this problem.

    More details of the RPIZW2:

    • Uses Raspbian configured via Ansible to be an exact replica of my RPI(4), only Apache and a webservice were added
    • Quality power supply (original RPI hardware) and literally plugged to the same electricity circuit as the RPI(4)
    • The webapp is just a 'hello, world' with the current time and my internet connection is not fast enough to be DOSed
    • Monitored memory usage etc. for several hours and found nothing out of the ordinary
    • fail2bann is active and running
    • SD-card has several unused GIGs of free space and is same brand/quality as the one in the RPI(4)

    Anyone experienced something similar? Has anyone an idea how to approach debugging this problem?

    I am not sure that there is a better place at Lemmy for this kind of question than here. I'll happily move this post to another place, if it is not appropriate here.

     

    Just to be clear: My main point of sharing this article is about how detached the life of rich people is.

    I do not at all agree that most of them are “Not evil, just disconnected”, I am pretty sure (and know some of the privileged), who are actively evil, know exactly what they are doing and just don't give a shit.

    submitted 1 year ago* (last edited 1 year ago) by to c/linux@lemmy.ml
     

    MGLRU.

    On my low RAM/CPU netbook it is a game changer; thanks to ZRAM the netbook is perfect for browsing the internet/light work. When running my backups (creates big tarballs) or Ansible though, my desktop/applications would freeze/stutter noticeably. Enabling MGLRU simply solved the problem of freezes/stuttering, it feels like magic and besides ZRAM, I don't know of any other lever with this massive impact on desktop performance.

    Just wanted to share this, for other users with low RAM/CPU hardware. I would assume the observed difference is less dramatic, once 8GB of RAM are available, but I would love to hear about other experiences.

    I would also love to hear/learn about other levers with high impact to tweak for low RAM/CPU desktop devices. Anything else to tweak under /sys /proc which has impact on performance?

     

    Title is question, but to clarify my assumptions:

    • Vaccination is a numbers game, and the odds are in your favor that the vaccination will protect you over you get a side effect or an allergic reaction/shock
    • An infection like covid/flue can damage your body long term, not even speaking of long covid etc.
    • To the best of my knowledge it has been shown that flue shoots lower the risk of dementia later in life, wouldn't it be a good enough guess that a covid shoot decreases risks for this too
    • Even if we only assume a covid vaccination is highly to reduce your sick days for only this year, isn't it a rationale tradeoff to get vaccinated, just to avoid 1-2 weeks sick?
    • Given the security of covid vaccinations, I feel like they have been scrutinized and tested extremely well and to the best of my knowledge it was checked that nothing of the vaccination remains in the body after a few weeks (for the argument that nobody knows the long term effects of RNA vaccination)

    Again my question: Why doesn't the WHO or don't most countries recommend covid vaccinations for everyone? Are there any health/medical reasons? Are there financial reasons? Are there any countries/governments which recommend the covid vaccination for everyone and not only the 'vulnerable groups'?

    Edit: Just to add, I am living in Germany and right now we have a big wave of children flue, where children even die in the hospitals and the children hospitals are near their limits. It seems common sense to just put flue/covid vaccination into every child/adult, to avoid situations like this.

    view more: next ›