Site navigation

  • Home
  • kọntaktị
  • Books
  • Computer Programming
  • Science Fiction
  • Spoken Word
  • Embrace The Pain
  • Archīvum
Skip to content
Menu Follow

albertfougy.com

albertfougy.com albertfougy.com

Bitterness

  • Home
  • Notes
  • Bitterness

The bitterness of poor quality remains long after the sweetness of meeting the schedule has been forgotten

  • Share
  • Tweet
  • Share
  • Share
  • Pin it
  • Share

Bitterness

Category: NotesSpoken Word
2649 views

Related posts

How do I make the vim editor display or hide line numbers?

October 21, 2018October 21, 2018 Written by Albert

To make vim display line numbers, you need to set the number flag. To do so: Press the Esc key if you are currently in insert or append mode. Press : (the colon). The cursor should reappear at the lower left corner of the screen next to a : prompt. Enter the following command:

1
set number

A column of sequential line numbers […]

Hypothetical studies in “Music Science”

February 6, 2017February 6, 2017 Written by Albert

* A rough draft curriculum of a doctorate in “music technology” from NYU http://steinhardt.nyu.edu/music/technology/programs/doctoral/requirements * Jon Gosier: an expert data scientist who owns a music data business: http://gosier.org , http://audigent.com/ * Allistair Croll: has written topics on “music science” * What are some actual projects data scientists have worked on? http://bit.ly/2khrkLB * How can I […]

ssh shortcut for effective work loop (local machine git pull against remote server)

October 27, 2018October 30, 2018 Written by Albert

copy and pasted from a slack chat. Special shoutout to Anthony L. for the tip! here’s a time saver i just drummed up that’s worthy of sharing. it will be of interest to you: in your ~/.ssh/config put:

1
2
3
4
Host ec2-*
User ubuntu
IdentityFile /path/to/your/private_key.pem
RemoteForward 55555 localhost:22

look mom, no hands! now, any time you log into an EC2 node, there’s a convenient […]

Protected: Current Thinking-Machine Modus Operandi

October 12, 2017December 20, 2017 Written by Albert

There is no excerpt because this is a protected post.

Post navigation

Previous story
Next story
albertfougy.com albertfougy.com
  • Home
  • kọntaktị
  • Books
  • Computer Programming
  • Science Fiction
  • Spoken Word
  • Embrace The Pain
  • Archīvum
un© infinitum Albert Fougy. That means I have put them in the public domain, and released my copyright on all these works. There is no need to email me for permission — use my content however you want! Email it, share it, reprint it with or without credit. Attribution is appreciated but not required.
Back to top