Skip to content

Instantly share code, notes, and snippets.

View trey's full-sized avatar
🏠
I'd rather be at home

Trey Piepmeier trey

🏠
I'd rather be at home
View GitHub Profile
@trey
trey / crop-factor.markdown
Last active January 15, 2019 03:21
Crop Factor
@trey
trey / Howto.md
Last active January 7, 2017 17:10
What I used to use to scrape APOD for my Tumblr mirror. This is outdated, but I'm keeping it here for the sake of its history.

Set up a recurring task to run this script every morning at 3am:

crontab -e
0 3 * * *  ~/bin/common/apod
@trey
trey / Wishlist.md
Created June 12, 2016 19:35
Abridged Comics Wishlist
@trey
trey / find-in-js-array.md
Created April 12, 2016 21:43
Find an object by a value in a JavaScript array.
var optionList = [
    {
        'label': 'HTML',
        'value': 'html'
    },
    {
        'label': 'Plain Text',
        'value': 'plaintext'
 }
@trey
trey / jsx-conditional-block.md
Last active September 15, 2016 02:06
Conditional Blocks in JSX
return (
  <div className="wrapper"
    {(this.state.corbin) ?
        <h1>I am a meat popsicle.</h1>
    : null}
  </div>
);
@trey
trey / film-journal-template.txt
Created January 24, 2016 01:32
Film Journal Template
Ref (roll #)
Film / Format / ISO
Date Loaded
Date Unloaded
Location(s)
Camera
Notes
[Line items for each exposure]
@trey
trey / truncate-in-css.md
Last active September 15, 2016 02:06
Truncate a String in CSS

Truncate a String in CSS

.whatever {
  max-width: [?]px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; /* optional */
}
@trey
trey / jtj-ploafmaster-dpi.md
Last active November 20, 2017 05:03
JTJ and Ploafmaster on DPI

(conversation in #cameratalk on 2015-11-18 & 2015-11-19)

JTJ:

DPI/PPI is important any time you’re crossing the physical/digital boundary – in either direction.

When scanning, you’re going from inches to pixels, and when you’re printing, you’re going from pixels to inches. DPI matters in both circumstances. Or, more specifically PPI, but DPI is commonly used to mean pixels per inch.

Ploafmaster:

@trey
trey / digital-gear.md
Last active November 20, 2017 05:03
Camera Gear For Sale

Camera Gear For Sale

The Gear

I have all the original packaging and most of the original bits and pices that came with all this stuff. I'm wanting to sell all this because I'm switching to Fuji and film.