Skip to content

Instantly share code, notes, and snippets.

View mattstauffer's full-sized avatar

Matt Stauffer mattstauffer

View GitHub Profile
@mattstauffer
mattstauffer / blog.md
Last active June 23, 2021 01:18
Testing my first blog post using Gistlog.yml

CHECK ME OUT I'm writing blog posts in Markdown sucka! IN MARKDOWN IN A GIST OMG I AM SO EXCITE

Maybe I should fill this post up with cat GIFs just in case anyone ever visits it. Huh? Yah?

@mattstauffer
mattstauffer / blog.md
Last active August 29, 2015 14:16
First Blog Post with Gistlog.yml

Publish me bro

@mattstauffer
mattstauffer / log.md
Last active June 14, 2023 09:23
Introduction to GistLog

So, you might be asking yourself, what is GistLog?

GistLog is a blogging "platform" for people who want to quickly write and publish content, in Markdown, and don't want to bother with yet another platform and yet another login and yet another group hoarding their content. With GistLog, you use your pre-existing GitHub login, you store the data in your own GitHub account, and you can publish with a single click.

Using GistLog

  1. Create a public gist with a single file using Markdown. Set the gist description to be the title of your blog post
  2. Copy the gist URL, and paste it into the text box on the GistLog create page
  3. Copy your resulting URL and share it as your blog post—note that it will be in the form of https://gistlog.co/your-github-username/gist-id
  4. If you want to have your own GistLog landing page (e.g. gistlog.co/mattstauffer), [read all about it](https://gistlog.co/mattstauffer/a82db5
@mattstauffer
mattstauffer / api-changes.md
Last active August 29, 2015 14:13
API changes to Laravel

The goal is to track all API changes to Illuminate components for the 4->5 upgrade.

If you run into any issues with using your Illuminate components the same way you did in 4, please leave them as a comment here so we can document it all.

Note that this is different from framework changes in terms of how you boot the application, structure your application, etc.--there's a separate gist for that.

Auth

Cache

@mattstauffer
mattstauffer / request-for-comments.md
Last active January 11, 2018 02:01
Comments for my Upgrading Laravel 4 to Laravel 5 post

Please note any missing pieces, wrong directions, or anything else in the comments. Thanks!

This is trying to catch all framework-related changes that are missing from my post RE upgrading Laravel 4 to 5.

@mattstauffer
mattstauffer / recipe.md
Created January 6, 2015 03:01
French Press recipe
  1. Grind 3 tbsp of coffee coarsely.
  2. Pour 200ml of water in, making sure to cover all the water. Start a timer.
  3. Stir gently. Let it sit for 30 seconds.
  4. Pour in 525 ml of water. Let it sit for another 3 minutes and 30 seconds.
  5. Stir again. Slowly and gently press the plunger down.
  6. Pour it all out of the French Press right away; even if you don't plan to drink it all right away, pour the rest into other cups.
@mattstauffer
mattstauffer / recipe.md
Created January 6, 2015 02:41
Aeropress Recipe

This is the recipe I've been using since I got an Aeropress. I got it originally from Shawn Blanc; I'm not sure whether or not I've actually modified it from his original recipe.

  1. Put the two pieces of the Aeropress together; I like to line the bottom of the plunger up with middle of the (4) marker.
  2. Flip the Aeropress upside down. Note that you shouldn't have the filter/cap screwed on at the moment.
  3. (optionally) Pre-wet a filter and place it in the cap, and set it aside.
  4. Grind 15g of coffee about halfway between coarse (french press) and fine (espresso)--right in the middle of your grinder's settings. Pour it into the Aeropress.
  5. Boil your water, start your timer, and add 50ml of water to the Aeropress. Make sure all of the coffee gets wet and "blooms."
  6. After 45 seconds, add 200ml more water. Stir.
  7. Place the cap and filter on and screw it onto the top of the Aeropress.
  8. After another 45 seconds, carefully flip the Aeropress over on top of your mug. Slowly press the Aeropress down over th
@mattstauffer
mattstauffer / Suggestions.md
Last active October 14, 2020 12:10
Trying to buy an affordable XLR mic for podcasting

I'm trying to upgrade from my Blue Yeti (link), because I got a Onyx Blackjack (link) for Christmas and want to move to an XLR-based microphone.

I was hoping to sell my Blue Yeti & shock mount, and maybe throw a little bit more money at it, which means I'm definitely looking at under $200. Trying to find the best fit for a sub-$200 podcasting mic, XLR-based. I would love any new recommendations or votes for against any of these mics. Thanks!

MXL V67G - $88.95 - Amazon

Shure SM58 -

@mattstauffer
mattstauffer / Question.txt
Created July 30, 2014 14:17
Inelegant Blade syntax
Is there no more elegant way to do a conditional class in Blade?
@mattstauffer
mattstauffer / gist:3802d7f30b166a49eea9
Last active March 31, 2022 15:26
Can't get bash prompts to work when running the script via curl

So, I'm running my script like this:

\curl -sSL https://raw.githubusercontent.com/mattstauffer/makeItCraft/master/makeItCraft.sh | bash

And expecting it to work like it does locally (which is fine.)

But no matter what sort of confirmation prompt I use, they all work fine locally but break over Curl.