• 11 Posts
  • 116 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle


  • thingsiplay@beehaw.orgtoProgramming@programming.devOn "Safe" C++
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    19 hours ago

    This is a lot going on there. I’m thankful the blog poster did a content warning, I truly appreciate that. It’s a bit too hard subjects to read for me, so not going into details now.

    BTW I’m on beehaw and your reply looks like this to me, in case if it helps to see if it federates the way you was expecting it:

    If you think that’s WTH-worthy, then you definitely shouldn’t read the /r/cpp thread (sample comments: [1][2]).

    (edit to see if this will federate)














  • 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.





  • 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.

  • I didn’t say “personal package manager”. Do you refer to the part “basically my own AUR package”? pacman, the package manager of Archlinux that is also used in EndeavourOS, allows for installing custom packages. There is another tool part of Archlinux that let you build custom packages. These custom packages can be installed on your system, which is then seen like a normal package and handled this way with all the defined dependencies and information about the package. You can install the package from a local location, it does not need to be online repository.

    Then you can upload it to the AUR, which is exactly that: Arch User Repository. But you don’t have to upload it. Either way such a custom build package is what I referred to my own AUR package. For more information see: https://wiki.archlinux.org/title/Arch_User_Repository