Zykino

joined 8 months ago
[–] [email protected] 1 points 5 months ago

Thanks to valve/proton, the biggest issue for playing on linux nowadays is the kernel level anti-cheat they force on some competitive games.

Other than that most of the games just work, especially if they were made in a common engine (godot, unity, ue, …)

[–] [email protected] 3 points 5 months ago

The only AAA I play are Nintendo ones (and RTS/MOBA since its a niche genre and you need a community for PvP). Since quite some times already. But I only look out for indies, I love getting new experiences and gameplay.

And even when the gameplay is not new, the attention to details (gameplay wise) is at 1000% only on indies (Celeste, Hollow knight, Factorio, …)

[–] [email protected] 5 points 5 months ago

I think some peoples developped an allergy to projects being (re-)written in rust. Not sure why.

[–] [email protected] 1 points 5 months ago

I don't know elvish, but I can't get into nu. It is too different than what I learned (bash). I'm not sure I understand what they want to accomplish… Maybe I'm not the target, I use the shell to start commands as a dev, not as a devops or data guy…

I also had a hard time using fish the first time I tried it. But since the version on Debian 10 I re-tried and now the only thing to know is "put the arguments in quotes if you want the command to do globbing". With that you can use 99% of the commands you find on internet as is.

[–] [email protected] 1 points 5 months ago

I used Kresus some times ago on a server. It was nice, but my bank don't play nice and it is not my thing to manage like that.

It should auto import and… I did not follow developments so don't remember the functionalities.

[–] [email protected] 4 points 6 months ago (1 children)

I'm on Linux and a prebuit PC would be a nice change. But at the same price or lower than Windaube, since I don't want a licence for them.

I will prefer to build myself rather than paying an extra k…

[–] [email protected] 1 points 6 months ago (1 children)

Apparently stow -t exist too.

[–] [email protected] 4 points 6 months ago (3 children)
  1. You need a license
  2. usage should just be help (avoid extra step)
  3. connect does not exist (see add and cmd list)
  4. You can git clone <REPO> <DEST FOLDER>, no need to cd
  5. maybeCreateDir is not used each time, there are some mkdir
  6. "changes" is not a helpfull commit message. Accept an optional argument string and {MESSAGE:=change}
  7. Accept a different repo path
  8. set -euxo pipefail at the start of the script if you want to exit at any error. Some sort of bash strict mode
  9. shellcheck does not like iterating over ls's output

I'm too lazy to open issues/PR for all that, and I still need to learn stow. Hopfully this might help me ? (I don't really need help with git that this sçript look to abstract too much for me.)

[–] [email protected] 1 points 6 months ago

Thanks. I think your message is not very clear at first (since I did not know about "nav mesh"). But reading Wikipedia is clear now. It also helped me find the official page (added the link in the post).

[–] [email protected] 2 points 6 months ago (1 children)

La faute à qui ? Qui aurait pu prévoir que le groupe présidentiel ne retrouverait pas la majorité au lendemain des européenes ?

[–] [email protected] 4 points 6 months ago (1 children)

Yup, pull requests are an invention from git's servers (I think github came up with that first). The built in way (famously used by the linux kernel) is git-send-email.

[–] [email protected] 3 points 7 months ago

Oh, didn't knew about Alt d. Thx

view more: ‹ prev next ›