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

Victoria Drake

https://victoria.dev ∙ github ∙ twitter


  • Victoria Drake
    If you want to be taken seriously as a developer, stop using these phrases: 🧸 “Playing around with” 🔩 “Tinker” 🤷 “Some stuff”
    2020-09-26 13:30:00 +0000 UTC 1416 days ago
  • Victoria Drake
    Setting up a new remote branch? Use git push -u origin HEAD to automatically push the current branch to a new remote branch with the same name. Annoyingly, git push doesn’t automatically set the upstream branch. https://git-scm.com/docs/git-push#Documentation/git-push.txt&ndash;u fatal: The current branch <branch name> has no upstream branch. To push the current branch and set the remote as upstream, use git push –set-upstream origin <branch name>
    2020-09-13 09:48:24 +0000 UTC 1429 days ago
  • Victoria Drake
    I can’t tell you how happy I am about this setting! Automatic format on save in Visual Studio Code, but ONLY for the lines you modified. Heaven-sent change for PR reviewers 🙏 https://code.visualstudio.com/updates/v1_49#_only-format-modified-text
    2020-09-12 13:30:00 +0000 UTC 1430 days ago
  • Victoria Drake
    Tried to come up with a way to remember the sudo tee hack for when I forget to start Vim with sudo: Save with the ! shell command using sudo to tee-split to the % current file name. :w !sudo tee %
    2020-09-05 15:02:00 +0000 UTC 1436 days ago
  • Victoria Drake
    Use shell parameter expansion to replace all the newlines in a text file with %0A URL encoding of a newline: OUTPUT=$(cat output.txt) FORMATTED=${OUTPUT//$'\n'/%0A}
    2020-08-22 16:29:10 +0000 UTC 1450 days ago
  • Victoria Drake
    I like deadlines and living documents.
    2020-08-16 15:55:00 +0000 UTC 1456 days ago
  • Victoria Drake
    Let’s rename “soft skills” to “basic skills” and see if that helps.
    2020-08-02 15:55:00 +0000 UTC 1470 days ago
  • Victoria Drake
    Do not fail silent into that good night. Rage, rage, against the passing of –quiet.
    2020-07-27 13:26:00 +0000 UTC 1477 days ago
  • ≺ newer
  • older ≻