Victoria's Neofeed
  • atom
  • json
  • rss
Victoria Drake

Victoria Drake

https://victoria.dev ∙ github ∙ twitter


  • Victoria Drake
    Me: echo –help Computer: –help 😒
    2019-08-06 19:00:30 -0400 -0400 1832 days ago
  • Victoria Drake
    Sooo if you sudo apt remove python3 on Ubuntu, the desktop goes away. 🥺 sudo apt install ubuntu-desktop brings it back. 😄
    2019-08-03 08:28:43 -0400 -0400 1836 days ago
  • Victoria Drake
    A quick way to clone a list of @GitHub repos. Given a file, repos.txt with a repository’s SSH link on each line (and your SSH keys set up), run: xargs -n1 git clone < repos.txt Will clone all repositories into the current folder.
    2019-08-01 15:18:09 -0400 -0400 1837 days ago
  • Victoria Drake
    I wonder how tomatoes feel about being dipped in ketchup
    2019-07-30 21:14:32 -0400 -0400 1839 days ago
  • Victoria Drake
    I think you can learn more about someone’s true character from their Audible library than their Twitter feed.
    2019-07-27 10:28:17 -0400 -0400 1842 days ago
  • Victoria Drake
    Add the current git branch to your bash prompt! In .bashrc: parse_git_branch() { git branch 2> /dev/null | sed -e '/^[^]/d' -e 's/ (.*)/(\1)/' } if [ "$color_prompt" = yes ]; then PS1='${debian_chroot:+($debian_chroot)}[\033[0;1;38;5;247m]> [\033[3;38;5;68m]\W $(parse_git_branch)[\033[00m] ' else PS1='${debian_chroot:+($debian_chroot)}\W $(parse_git_branch)[\033[00m] ' fi No more accidentally merging master into your this-seems-like-a-good-idea branch!
    2019-07-22 16:28:43 -0400 -0400 1847 days ago
  • Victoria Drake
    New rule: if non-critical item sits on the to-do list for more than three days, delete it.
    2019-07-20 17:27:15 -0400 -0400 1849 days ago
  • Victoria Drake
    Confession: I only buy Altoids mints when I need to store something tiny.
    2019-07-15 08:01:02 -0400 -0400 1855 days ago
  • ≺ newer
  • older ≻