confusedninja's recent activity
-
Comment on Vim Vixen extension for Firefox breaks on Tildes in ~tildes
-
Comment on Whats the most important alias or function in your bashrc file? in ~comp
confusedninja Fixed Happy? :)And why don't people use syntax highlighting?
Fixed Happy? :)
-
Comment on Whats the most important alias or function in your bashrc file? in ~comp
confusedninja Seems cool will try it. Thank youSeems cool will try it. Thank you
-
Comment on Whats the most important alias or function in your bashrc file? in ~comp
confusedninja (edited )LinkI 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 }
-
Comment on Whats the most important alias or function in your bashrc file? in ~comp
confusedninja (edited )Link Parentsame 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 ..'
-
Comment on Solus Blog: In Full Sail in ~comp
confusedninja 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.
-
Comment on Hey ~comp, what's your current project? [2] in ~comp
confusedninja 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.
-
Comment on What are some of your favorite RSS feeds to subscribe to? in ~tech
confusedninja Checkout Flym (Android)Checkout Flym (Android)
-
Comment on What are some of your favorite RSS feeds to subscribe to? in ~tech
confusedninja I use Flym on androidI use Flym on android
-
Comment on What have you been watching/reading this week? in ~anime
confusedninja Thanks for suggestion. Added to my watch list.Thanks for suggestion.
Added to my watch list. -
Comment on What have you been watching/reading this week? in ~anime
confusedninja Thanks for suggestions. I think I will start with NichijouThanks for suggestions.
I think I will start with Nichijou -
Comment on What have you been watching/reading this week? in ~anime
confusedninja 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.
-
Comment on What have you been watching/reading this week? in ~anime
confusedninja Any Yuru Camp.Are you looking for more comedic SoL anime or more mellow ones?
Any
Which ones have you watched already?
Yuru Camp.
-
Comment on What have you been watching/reading this week? in ~anime
confusedninja 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).
-
Comment on A Constructive Look At TempleOS in ~comp
confusedninja RIP TerryRIP Terry
-
Comment on A Constructive Look At TempleOS in ~comp
confusedninja 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.
-
Comment on Let's talk about tooling. in ~comp
confusedninja (edited )LinkI 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.
WM - i3-gaps
Editor - neovim
Vim Theme - Material Vim
Terminal - Kitty -
Comment on Giving up on privacy in ~talk
confusedninja Ya youtube is hard to leave. I never had an Instagram account so it was easy to avoid :pYa youtube is hard to leave. I never had an Instagram account so it was easy to avoid :p
-
Comment on How many of you host your own email server? Do you recommend hosting one? in ~comp
confusedninja 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?
-
Comment on How many of you host your own email server? Do you recommend hosting one? in ~comp
confusedninja 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?
maybe try vimium it doesn't seem to have issue you mentioned.