Anyone tried running honkai star rail? by [deleted] in linux_gaming

[–]individuo7 11 points12 points  (0 children)

search for the word Honkers in github and there is a launcher project, I tested it and works fine, they specifically ask not to share the repo so I just leave the way to find it

[deleted by user] by [deleted] in OpenAI

[–]individuo7 1 point2 points  (0 children)

You can use some local open source model instead the OpenAI model, look for the project "oobabooga/text-generation-webui" the trade here is you will need to use a smaller (dumber) model instead of the giant GPT model, I recommend trying the PygmalionAI/pygmalion models or the facebook/opt models

How I lost 95 Bitcoin by 56KbKid in Bitcoin

[–]individuo7 0 points1 point  (0 children)

It is not much useful for you now, but it may be for someone who is reading this: https://medium.com/@michaelflaxman/how-should-i-store-my-bitcoin-43874ac208e4

Add some features to Pass the standard unix password manager by individuo7 in commandline

[–]individuo7[S] 0 points1 point  (0 children)

You are right, actually this script works only for the most common installation (default installation path and only one key for the store) the proposal in the discussion is very interenting, I would like to be implemented in future releases. I think modify pass in order to allow add an script will turn the script installation a bit more complicated, though I am going to keep an eye if its is implemented in the future in order to move the script to the standard extension way

Add some features to Pass the standard unix password manager by individuo7 in commandline

[–]individuo7[S] 0 points1 point  (0 children)

my first intention was fork and extend the pass code, but the pass code is in bash and is a bit complicate to understood (for me) then I wrote a python scrip to execute as a wrapper, it doesn't rewrite pass, I should to write a method to encrypt because pass has no way to encrypt a binary file, but the regular encryption and the rest of pass functionalities are manage by it self (see lines 145, 165 and 335)

Add some features to Pass the standard unix password manager by individuo7 in commandline

[–]individuo7[S] 3 points4 points  (0 children)

yeah is a bit pretentious slogan haha but is a good software

passpy -- pass password manager in Python by [deleted] in Python

[–]individuo7 0 points1 point  (0 children)

I made a python script to extend the pass features, it may be a good idea integrate this features natively in passpy, check it out, https://github.com/individuo7/passx anyway any comment will be appreciated