Skip to content

Instantly share code, notes, and snippets.

View robotsquidward's full-sized avatar
☺️
alive and happy

A.J. Kueterman robotsquidward

☺️
alive and happy
View GitHub Profile
@robotsquidward
robotsquidward / articles.md
Last active October 20, 2017 14:04
Some Recommended Reading

articles.md

My evolving online reading list and recommendations. Great sites, one-off articles, and more.

qotoqot key art

Starting a business is like roaming in a fog: you often feel like you have no idea where exactly you are going or what to do next. What seemed simple turns into weeks-long research, with dozens of opened browser tabs full of jargon, self-promotion and contradictory advice. It would be nice to have some kind of a map.

@robotsquidward
robotsquidward / GitHubWriter.css
Created November 2, 2017 02:09
An updated GitHub-flavored CSS theme for MacDown
body {
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
font-size: 14px;
line-height: 1.6;
padding-top: 10px;
padding-bottom: 10px;
background-color: white;
padding: 30px; }
body > *:first-child {
@robotsquidward
robotsquidward / jekyll-templates.md
Created March 11, 2018 20:46
A working list of Jekyll site templates and template sites.
@robotsquidward
robotsquidward / auth_token.md
Last active August 23, 2018 16:34
Get GitHub auth_token

Pass the auth_token in to make the request to GitHub.

func getAuthToken(code: URLQueryItem?) {
    // make network call to get actual token
    let requestManager = RequestManager()

    let session = URLSession.shared
    session.dataTask(with: requestManager.getAuthRequest(code: code),
                     completionHandler: { ( data: Data?, response: URLResponse?, error: Error?) -> Void in
@robotsquidward
robotsquidward / sleep-trick.md
Created September 4, 2018 12:36
A secret military technique for falling asleep in 2 minutes.
  1. Relax the muscles in your face, including tongue, jaw and the muscles around the eyes
  2. Drop your shoulders as far down as they’ll go, followed by your upper and lower arm, one side at a time
  3. Breathe out, relaxing your chest followed by your legs, starting from the thighs and working down
  4. You should then spend 10 seconds trying to clear your mind before thinking about one of the three following images:
    • You’re lying in a canoe on a calm lake with nothing but a clear blue sky above you
    • You’re lying in a black velvet hammock in a pitch-black room
  • You say “don’t think, don’t think, don’t think” to yourself over and over for about 10 seconds.
@robotsquidward
robotsquidward / First-iphone-octonote.md
Last active November 4, 2018 21:43
A gist posted by OctoNote

Here's my first octonote!

  • here
  • are
  • some
  • bullets

here is an h1

@robotsquidward
robotsquidward / ml-resources.md
Last active May 23, 2019 20:39
Machine Learning Resources
@robotsquidward
robotsquidward / clearness.css
Created July 26, 2019 16:58
Clearness CSS theme for Markdown
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote {
margin: 0;
padding: 0;
@robotsquidward
robotsquidward / clearness-dark.css
Created July 26, 2019 16:58
Clearness Dark theme for Markdown
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote {
margin: 0;
padding: 0;