confusedninja's recent activity

  1. Comment on Vim Vixen extension for Firefox breaks on Tildes in ~tildes

    confusedninja
    Link
    maybe try vimium it doesn't seem to have issue you mentioned.

    maybe try vimium it doesn't seem to have issue you mentioned.

    2 votes
  2. Comment on Whats the most important alias or function in your bashrc file? in ~comp

    confusedninja
    Link Parent
    Fixed Happy? :)

    And why don't people use syntax highlighting?

    Fixed Happy? :)

    1 vote
  3. Comment on Whats the most important alias or function in your bashrc file? in ~comp

  4. Comment on Whats the most important alias or function in your bashrc file? in ~comp

    confusedninja
    (edited )
    Link
    I forgot where i found this one but here it is # extract - archive extractor extract () { if [ -f $1 ] ; then case $1 in *.tar.bz2) tar xjf $1 ;; *.tar.gz) tar xzf $1 ;; *.bz2) bunzip2 $1 ;;...

    I forgot where i found this one but here it is

    # extract - archive extractor
    extract () {
        if [ -f $1 ] ; then
            case $1 in
                *.tar.bz2)   tar xjf $1   ;;
                *.tar.gz)    tar xzf $1   ;;
                *.bz2)       bunzip2 $1   ;;
                *.rar)       unrar x $1     ;;
                *.gz)        gunzip $1    ;;
                *.tar)       tar xf $1    ;;
                *.tbz2)      tar xjf $1   ;;
                *.tgz)       tar xzf $1   ;;
                *.zip)       unzip $1     ;;
                *.Z)         uncompress $1;;
                *.7z)        7z x $1      ;;
                *)           echo "'$1' cannot be extracted via ex()" ;;
            esac
        else
            echo "'$1' is not a valid file"
        fi
    }
    
    6 votes
  5. Comment on Whats the most important alias or function in your bashrc file? in ~comp

    confusedninja
    (edited )
    Link Parent
    same here. alias s=sudo alias m='mpv --no-video' alias h=htop alias p=python alias sp='sudo alias ..='cd ..'

    same here.

    alias s=sudo
    alias m='mpv --no-video'
    alias h=htop
    alias p=python
    alias sp='sudo 
    alias ..='cd ..'
    
    3 votes
  6. Comment on Solus Blog: In Full Sail in ~comp

    confusedninja
    Link
    Good to see that they finally made a public announcement about Ikey. I wish best of luck to these guys who are making such an awesome distro.

    Good to see that they finally made a public announcement about Ikey.

    I wish best of luck to these guys who are making such an awesome distro.

    1 vote
  7. Comment on Hey ~comp, what's your current project? [2] in ~comp

    confusedninja
    Link
    I am creating a terminal viewer for tildes just like rtv. As tildes doesn't have any api I am just scrapping the content. I am using python curses and beautiful soup.

    I am creating a terminal viewer for tildes just like rtv. As tildes doesn't have any api I am just scrapping the content. I am using python curses and beautiful soup.

    1 vote
  8. Comment on What are some of your favorite RSS feeds to subscribe to? in ~tech

  9. Comment on What are some of your favorite RSS feeds to subscribe to? in ~tech

  10. Comment on What have you been watching/reading this week? in ~anime

    confusedninja
    Link Parent
    Thanks for suggestion. Added to my watch list.

    Thanks for suggestion.
    Added to my watch list.

  11. Comment on What have you been watching/reading this week? in ~anime

    confusedninja
    Link Parent
    Thanks for suggestions. I think I will start with Nichijou

    Thanks for suggestions.
    I think I will start with Nichijou

  12. Comment on What have you been watching/reading this week? in ~anime

    confusedninja
    Link Parent
    Another's ending was really lame. Same thing happened with Darling in the Franxx.

    Another's ending was really lame. Same thing happened with Darling in the Franxx.

  13. Comment on What have you been watching/reading this week? in ~anime

    confusedninja
    Link Parent
    Any Yuru Camp.

    Are you looking for more comedic SoL anime or more mellow ones?

    Any

    Which ones have you watched already?

    Yuru Camp.

  14. Comment on What have you been watching/reading this week? in ~anime

    confusedninja
    Link
    I am currently watching Serial Experiments Lain, 3 episode in and I am really enjoying. Don't know why but I love electric wire sound. I watched 3 episodes of Grand Blue and dropped it from my...

    I am currently watching Serial Experiments Lain, 3 episode in and I am really enjoying. Don't know why but I love electric wire sound.

    I watched 3 episodes of Grand Blue and dropped it from my watch list. First episode was good but then it became too unfunny.

    BTW I am getting into Slice of Life anime, any recommendation (short one's preferred).

    1 vote
  15. Comment on A Constructive Look At TempleOS in ~comp

  16. Comment on A Constructive Look At TempleOS in ~comp

    confusedninja
    Link
    Is Terry (creator of TempleOS) really dead? There has been a lot of talk on /g/ about it.

    Is Terry (creator of TempleOS) really dead? There has been a lot of talk on /g/ about it.

    6 votes
  17. Comment on Let's talk about tooling. in ~comp

    confusedninja
    (edited )
    Link
    I recently finished learning python basics and now I am playing with curses and working on a small project. I was using neovim-language and deoplete.nvim for auto completion, but it felt like too...

    I recently finished learning python basics and now I am playing with curses and working on a small project. I was using neovim-language and deoplete.nvim for auto completion, but it felt like too much for my needs so now I am using supertab plugin and I am happy with it.

    Screenshot

    WM - i3-gaps
    Editor - neovim
    Vim Theme - Material Vim
    Terminal - Kitty

    4 votes
  18. Comment on Giving up on privacy in ~talk

    confusedninja
    Link Parent
    Ya youtube is hard to leave. I never had an Instagram account so it was easy to avoid :p

    Ya youtube is hard to leave. I never had an Instagram account so it was easy to avoid :p

    1 vote
  19. Comment on How many of you host your own email server? Do you recommend hosting one? in ~comp

    confusedninja
    Link Parent
    Do you have any problem with gmail like email getting marked as spam?

    Do you have any problem with gmail like email getting marked as spam?

    1 vote
  20. Comment on How many of you host your own email server? Do you recommend hosting one? in ~comp

    confusedninja
    Link Parent
    Thanks for the reply. Can you answer some more question? Where are you hosting it? How much does it cost you? Is there any spam problem. Like your emails marked as spam for Gmail users?

    Thanks for the reply.
    Can you answer some more question?
    Where are you hosting it? How much does it cost you?
    Is there any spam problem. Like your emails marked as spam for Gmail users?

    6 votes