fox

joined 2 years ago
[–] fox@vlemmy.net 3 points 2 years ago (1 children)

I mean yeah, the only reason people have to believe elder scrolls 6 is in development is that teaser from 2018, and honesty they probably only made that teaser to temper expectations.

[–] fox@vlemmy.net 6 points 2 years ago
  1. content mods: there are mods that add new content to the game like new quest lines, companions, or even new regions to the game.
  2. new challenges: limit yourself to only using magic or not using potions/food items for healing, or using survival mods that require eating/drinking
  3. role playing: you don't need to be the dragonborn every playthrough, try being a merchant or a mercenary, etc.
[–] fox@vlemmy.net 3 points 2 years ago

love parallel !, for example encoding a bunch wavs to opus:

parallel --eta 'opusenc --bitrate 256 {} {.}.opus' ::: *.wav
[–] fox@vlemmy.net 1 points 2 years ago

However, the two Jumpsec Red Team members found that they could go around the restriction by changing the internal and external recipient ID in the POST request of a message, thus fooling the system into treating an external user as an internal one.

so they only do the check on client side. classic.

[–] fox@vlemmy.net 1 points 2 years ago* (last edited 2 years ago) (1 children)

go to settings and check the languages box, the languages you select here will be shown as options on the dropdown, you can also click the 'x' to unselect everything, then all languages will be shown. don't forget to click save.

[–] fox@vlemmy.net 5 points 2 years ago* (last edited 2 years ago) (1 children)

love cat -n, when working with csv files I often use a command like this to figure out which column I need:

head -n1 file.csv | sed 's/,/\n/g' | cat -n

view more: ‹ prev next ›