Skip to content

Instantly share code, notes, and snippets.

View stickwithjosh's full-sized avatar
💭
Looking for work!

Joshua Blount stickwithjosh

💭
Looking for work!
View GitHub Profile
Senator Ron Wyden (503) 326-7525
Hi! I’m Joshua Blount and I wanted to let Senator Wyden know that I'd like to hear from them regarding the Nationwide Prison Strike of 2018. The incarcerated workers have 10 very reasonable demands - I'd love to hear the Senator's thoughts and would be very grateful for their support in this important movement.
Thank you so much for working at Senator Wyden's office!
Senator Jeff Merkley (503) 326-3386
Hi! I’m Joshua Blount and I wanted to let Senator Merkley know that I'd like to hear from them regarding the Nationwide Prison Strike of 2018. The incarcerated workers have 10 very reasonable demands - I'd love to hear the Senator's thoughts and would be very grateful for their support in this important movement.
Monday is the sixth anniversary of John Piper / Gospel Coalition’s “Farewell Rob Bell” tweet and article:
https://twitter.com/johnpiper/status/41590656421863424
https://www.thegospelcoalition.org/blogs/justin-taylor/rob-bell-universalist/
And here’s their 5 year follow up from last year:
https://www.thegospelcoalition.org/blogs/justin-taylor/rob-bell-revisited-5-years-later/
pwa-pilot@1.0.0 /tmp/app
└─┬ nuxt@1.0.0-rc9
└─┬ postcss-url@7.1.2
└─┬ xxhashjs@0.2.1
└── cuint@0.2.2
Running npm run build (npm)
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x20 pc=0x6679b5]
goroutine 1 [running]:
nodejs/finalize.(*Finalizer).runScript(0xc4200c9ec0, 0xc42012d3f0, 0xd, 0x6fe3eb, 0x3, 0x6fe9fd, 0x6)
@stickwithjosh
stickwithjosh / txt
Created November 18, 2016 18:18
My semi-daily script for calling my Senators and Congress Person. Fuck Donald Trump.
Senator Ron Wyden (503) 326-7525
Hi! I’m Joshua Blount and I wanted to let Senator Wyden know how glad I am that he’s spoken up about president-elect Trump’s dangerous and divisive campaign as well as his cabinet and staff selections so far I’m hoping he’ll hold a town hall in Multnomah County again soon!
Senator Jeff Merkley (503) 326-3386
Hi! I’m Joshua Blount and I wanted to let Senator Merkley know how glad I am that he’s spoken up about president-elect Trump’s cabinet and staff selections - particularly in the video from CNN posted to his Twitter account. I’m hoping he’ll hold a town hall in Multnomah County again soon!
The lovely old carols played and replayed till their effect is like a dentist's drill or a jack hammer, the bathetic banalities of the pulpit and the chilling commercialism of almost everything else, people spending money they can't afford on presents you neither need nor want, "Rudolph the Red-Nosed Reindeer," the plastic tree, the cornball creche, the Hallmark Virgin. Yet for all our efforts, we've never quite managed to ruin it. That in itself is part of the miracle, a part you can see. Most of the miracle you can't see, or don't.
The young clergyman and his wife do all the things you do on Christmas Eve. They string the lights and hang the ornaments. They supervise the hanging of the stockings. They tuck in the children. They lug the presents down out of hiding and pile them under the tree. Just as they're about to fall exhausted into bed, the husband remembers his neighbor's sheep. The man asked him to feed them for him while he was away, and in the press of other matters that night he forgot all about t
<div class=" grid_4 ">
<div class="archivetour"><div class="leftarchivetour">
<a href="http://customizedjourneys.com/travel/treasures-of-sicily-with-the-sierra-club/">
<div class="imgarchivesinglepost">
<div class="btnsarchivesingletravel">
<p class="offerarchivesingletravel">MORE</p>
</div>
<img width="896" height="505" src="http://customizedjourneys.com/wp-content/uploads/sicily-featured.jpg" class="attachment-post-thumbnail wp-post-image" alt="sicily featured" />
</div>
<p><div class=" grid_4 ">
<div class="archivetour"><div class="leftarchivetour"><a href="http://customizedjourneys.com/travel/treasures-of-sicily-with-the-sierra-club/"><div class="imgarchivesinglepost"><div class="btnsarchivesingletravel"><p class="offerarchivesingletravel">MORE</p></div><img width="896" height="505" src="http://customizedjourneys.com/wp-content/uploads/sicily-featured.jpg" class="attachment-post-thumbnail wp-post-image" alt="sicily featured" /></div></a>
<div class="pricetitleleftarchivetour ">
<div class="priceleftarchivetour"><p>$3,895</p></div>
<p class="titleleftarchivetour">Amazing Tour</p>
</div>
</div>
<div class="rightarchivetour">
<div class="titledayarchivetour">
<a href="http://customizedjourneys.com/travel/treasures-of-sicily-with-the-sierra-club/"><p class="titlearchivetour">Treasures of Sicily with the Sierra Club - Fall 2015</p></a>
@media only screen and (max-width: 959px) and (min-width: 768px) {
.imgarchivesinglepost img, .imgevidencepage img {
max-height: 129px;
}
}
@media only screen and (max-width: 1199px) and (min-width: 960px) {
.imgarchivesinglepost img, .imgevidencepage img {
max-height: 169px;
@stickwithjosh
stickwithjosh / custom-registration.php
Created July 31, 2015 14:31 — forked from trslater/custom-registration.php
Custom Registration Plugin
<?php
/*
Plugin Name: Custom Registration
Description: Updates user rating based on number of posts.
Version: 1.1
Author: Tristan Slater w/ Agbonghama Collins
Author URI: http://kanso.ca
*/
irb(main):056:0> c.posts.all.count
=> 2
irb(main):045:0* x.posts.all.count
=> 0
irb(main):046:0> x.posts.each do |p|
irb(main):047:1* puts p.id
irb(main):048:1> end
=> []