• 70 Posts
  • 1.37K Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle





  • Blocking an entire community, service or application blocks access to non disinformation and normal communication too. Instead fight against the specific issues. Or with your logic we need to ban every platform such as Reddit, Facebook, YouTube, Twitch, Discord and even Wikipedia. Because misinformation is everywhere.

    I don’t want anyone decide for myself what to use. If I want to use Twitter, that should be MY decision, not yours, not the one with the campaign here and certainly not any government.




  • I didn’t realize nheko is an application. It’s a bit a weird question to ask someone else to choose between email or an application. Howe can we decide this? The person knows best what works for them. And why can the person choose only one? It’s not exclusive technology, one can do both… I’m really confused.










  • You are right. I just tested it on my mobile browser and it just says “Perhaps on a desktop browser?”.

    But I found a way to make it kind of work, but its not as good or seemless like on a real desktop PC. It halfway works if you switch your browser mode to Desktop mode. In your browser menu (the 3 dots, what’s called? hamburger menu?) should have an option to enable “Desktop site”. Then reload page and if you click the gun, it should pop out. Now try to click an element on the webpage, maybe the text. If it does not fall, click again. Unfortunately you can’t (or I can’t) hold an element and drag it around.

    It’s really a shame.





  • https://www.gnu.org/software/bash/manual/bash.html#Miscellaneous-Commands

    Add to your .bashrc following lines:

    bind '"\C- ":shell-expand-line'
    bind '"\C-x":edit-and-execute-command'
    
    • Control+Space: Now you can expand variables, aliases, !492 history commands, the tilde without executing the line. Now you can make changes to the command.
    • Control+x: Opens the current command in an external editor (such as Vi, or whatever is setup for VISUAL or EDITOR variable). Now you can edit the command and if you save the temporary file and exit editor, the modified command will be executed. If you do not save, the unmodified command before launching the editor will be executed.