Quantcast
Channel: Recent Gists from mattstauffer
Browsing latest articles
Browse All 30 View Live

Can't get bash prompts to work when running the script via curl

gistfile1.mdSo, I'm running my script like this:\curl -sSL https://raw.githubusercontent.com/mattstauffer/makeItCraft/master/makeItCraft.sh | bashAnd expecting it to work like it does locally (which is...

View Article



Inelegant Blade syntax

Question.txt This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode...

View Article

Trying to buy an affordable XLR mic for podcasting

Suggestions.mdI'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 &...

View Article

Aeropress Recipe

recipe.mdThis 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.Put the two...

View Article

French Press recipe

recipe.mdGrind 3 tbsp of coffee coarsely.Pour 200ml of water in, making sure to cover all the water. Start a timer.Stir gently. Let it sit for 30 seconds.Pour in 525 ml of water. Let it sit for another...

View Article


Comments for my Upgrading Laravel 4 to Laravel 5 post

request-for-comments.mdPlease 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...

View Article

API changes to Laravel

api-changes.mdThe 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...

View Article

Introduction to GistLog

log.mdSo, 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...

View Article


First Blog Post with Gistlog.yml

blog.mdPublish me brogistlog.yml This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that...

View Article


Testing my first blog post using Gistlog.yml

blog.mdCHECK ME OUT I'm writing blog posts in Markdown sucka! IN MARKDOWN IN A GIST OMG I AM SO EXCITEMaybe I should fill this post up with cat GIFs just in case anyone ever visits it. Huh?...

View Article

Introducing Gistlog landing pages

blog.mdIt's great that Gistlog makes it easy to write Gist-powered, Markdown-formatted, blog posts. But what if you want to use it as your entire blogging platform? We're working on it, and here's a...

View Article

Something something node modules something

gistfile1.md(just a test, this is written by @rtablada not me)After working with a lot of node modules I'm a bit angered by the fact that for a lot of these packages you have to pass around and keep...

View Article

Laravel's env() helper

env.helper.php This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode...

View Article


app.js

app.js This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode...

View Article

Serving Statamic data from in-memory cache

blog.mdEd Finkler (Funkatron) asked me, in response to my recent article introducing Statamic, whether you could change Statamic's settings to serve from something other than the local disk.I checked...

View Article


keybase.md

keybase.mdKeybase proofI hereby claim:I am mattstauffer on github.I am mattstauffer (https://keybase.io/mattstauffer) on keybase.I have a public key whose fingerprint is AD6F 7CE7 553D A9C7 89A6 07C9...

View Article

My build script for creating a new Jigsaw post

makepost.sh This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode...

View Article


Image may be NSFW.
Clik here to view.

Hacktoberfest 2017 for Tighten

blog.mdEvery year Digital Ocean runs Hacktoberfest, which is a fun program that rewards developers for making pull requests to open source software. This year you could get stickers and a free t-shirt...

View Article

Possible structure for tailwind nav

navigation.php This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode...

View Article

Where are all the oauth app configs for all the major services?

oauth-app-management.mdGitHubInstructions: https://developer.github.com/apps/building-oauth-apps/creating-an-oauth-app/Direct link: https://github.com/settings/developersMailChimpInstructions:...

View Article

A listing of the locales available on my Mac computer as of 2019-11-08

locales.json This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode...

View Article


Modification to the theme 24daysindecember.net is using to make it more...

24days-theme-modification.css This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals...

View Article


Example of logging Laravel Livewiure component state

example.html This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode...

View Article

Kids' books with Black protagonists

Kids Books with Black Protagonists.mdNote: Most of these are applicable to the ages older than I have listed, but I've put them where they were when my kids first started really enjoying them.Infants...

View Article

Simple BASH Xdebug toggler

info.mdWritten by Matt StaufferNote: This expects that you've enabled Xdebug in a specific file: /usr/local/php/X.x/conf.d/ext-xdebug.ini.InstallationAdd this function to your .zshrc or similar...

View Article


Tighten Handbook Class Order

class-order.mdExtracted for the benefit of non-Tightenites.Class "things" should be ordered as follows:TraitsStatics propertiesConstantsInstance propertiesConstructorStatic methodsInstance methodsOther...

View Article

Getting started with Solana

0. Getting Started With Solana.mdWelcome! This is my best, simple, introduction for how to buy Solana, and, if you want, also to buy NFTs using it.1. Buying Solana.mdSign up with Coinbase (if you would...

View Article

SOL articles and projects

articles-and-projects.mdTutorialsGuide to getting started buying SOL and SOL-based NFTs: https://mattstauffer.io/getting-started-with-solanaGame teaching ETH dev: https://cryptozombies.io/Tutorial...

View Article

Links from "Abstracting Too Early"

links.mdhttps://specbranch.com/posts/one-big-server/https://itnext.io/you-dont-need-microservices-2ad8508b9e27https://www.youtube.com/watch?v=uQUxJObxTUshttps://www.youtube.com/watch?v=y8OnoxKotPQhttps...

View Article



Debugging Laravel Valet errors

debug.mdHere are some examples of errors I've been able to introduce into my Laravel Valet app, and how I fixed the:502 Bad GatewayYou can see here that it means Nginx can't reach PHP:...

View Article
Browsing latest articles
Browse All 30 View Live




Latest Images