JR:
Email newsletter startup business
- Proof that not all of the ideas have been taken.
Lo-fi tech approach plus personal interests plus a passion to make something.
dec 2014
july 2014
sample
#email - #media - #writing - #technology - #startup
- Dec 17, 2014
JR:
Former Browns QBs understand the team's instability
- The Browns v2.0 (since 1999) has been super quick to make changes to the head coaches and quarterbacks at a degree that the Browns look cartoonish in a pathetic way.
My post from about a year ago, the winter 2013-2014:
Cleveland Browns - An Unstable...
more>>
2 min read
- Dec 17, 2014
- #sports #football #nfl #browns #moronism
JR:
First media goal is to be a must-read
- To me, just one qeustion matters when it comes to a publication and whether it has a chance of long term success: Is it a must read?
For me, the true test of a publications endurance is its convening power does it bring together the most important ...
more>>
1 min read
- Dec 17, 2014
JR:
Snarky, tear-down content
- It's a common writing style because it's easy to do, and many people enjoy it because it makes them feel good when they read about others getting verbally torn down.
Humans have a desire to see successful people and projects fail.
For some years, ...
more>>
1 min read
- Dec 17, 2014
- #web #media #writing #business #blogging #design
JR:
Curl testing against Grebe
- If using the no-password-login method ...
WRONG, at least for now.
curl -X POST -H "Content-Type: application/json" --data json='{"user_name": "testuser", "email": "name@something.com"}'
CORRECT
curl -i -d json='{"user_name": "testuser", "email...
more>>
- Dec 16, 2014
- #grebe #curl #testing
JR:
Using Node.JS to send a POST request
- var querystring = require('querystring');
var data = querystring.stringify({
username: yourUsernameValue,
password: yourPasswordValue
});
var options = {
host: 'my.url',
port: 80,
path: '/login',
method: '...
more>>
- Dec 16, 2014
JR:
POST JSON data to a remote server using Node.js
- h1.
==================
var http = require('http');
var user = {
username: 'The Reddest',
email: 'brandon@switchonthecode.com',
firstName: 'Brandon',
lastName: 'Cannaday'
};
var userString = JSON.stringify(user);
var h...
more>>
- Dec 16, 2014
JR:
Ember.js posts to read
- Building a test app
Building an App with Ember.js
https://www.youtube.com/watch?v=Ga99hMi7wfY
In 7 minutes learn to use jQuery Ajax promises with Ember.js.
https://www.youtube.com/watch?v=0MHwsje0tO4
https://github.com/til...
more>>
- Dec 16, 2014
- #javascript #programming #ember
JR:
Stories to read - Dec 15, 2014
- #media - #comments
[x]
[x]
[x]
[x]
https://news.ycombinator.com/item?id=8753526
https://medium.com/@hvost/designer-news-most-popular-stories-of-2014-547e0e89865b
https://github.com/neilj/Squire
- Dec 16, 2014
JR:
Tanning salons?
- my tt comment and/or proposed comment:
"how do tanning salons stay in business?"
Secretly funded by dermatologists??
"I know there are health-conscious people who want to avoid all evil sun-rays ..."
Are tanning salons a healthier alternative to ...
more>>
- Dec 16, 2014
- #health
JR:
Using Toast.net local Internet service provider
- "perhaps Toast.net DSL if they are still available"
We've used Toast.net for over 15 years, obviously starting with dial-up. Today, except for some NFL viewing, our TV watching is done over Roku.
- Dec 16, 2014
JR:
Recap of Johnny Manziel's first NFL start
- Dec 14, 2014 - Cincinnati Bengals at the Cleveland Browns
Bengals got the ball first and drove the ball through the Browns defense for a TD with a powerful running game.
The Browns got mauled at the line of scrimmage on both sides of the ball. The...
more>>
1 min read
- Dec 15, 2014
- #browns
JR:
Notes Sat, Dec 13, 2014
- dd made and canned cranberry butter
I fed starter
toledo farmers market
calphalon sale - did not buy
fowl and fodder
Anderson's market beer tasting - scale of 1 to 5 with 5 being great
lager 3
he'brew IPA session ale 2 - def get bitter in after taste...
more>>
- Dec 13, 2014
JR:
Tech writing tools
- https://news.ycombinator.com/item?id=7240122
https://news.ycombinator.com/item?id=8729421
- Dec 13, 2014