JR:
Reading longform on phones
- Jan 21, 2014 - The Atlantic - Sit Back, Relax, and Read That Long Storyon Your Phone
Interesting data about users reading long articles on phones.
More than 50 percent of Buzzfeed's traffic comes from mobile visits. And that includes stories th...
more>>
4 min read
- Mar 03, 2014
- #media #writing #longform #mobile #blog_jr
JR:
Day One Journaling App Info
- https://dayone.zendesk.com/hc/en-us/articles/200265094-Markdown-Guide
https://dayone.zendesk.com/hc/en-us/articles/200265094-Markdown-Guide
#blogging - #writing - #notes - #app - #mobile
- Mar 03, 2014
JR:
Bourbons recommended at ToledoTalk.com
- June 2013 TT post :
Elijah Craig small batch
Four Roses small batch
Van Winkle 12 yr Special Reserve
Heaven Hill
W.L. Weller 12 yr.
Very Old Barton (Bottled in Bond)
Colonel E.H. Taylor
Other bourbons listed in this Fark thread that I mentione...
more>>
4 min read
- Mar 03, 2014
- #beverage #bourbon #blog_jr
JR:
2014 Knight News Challenge - Ideas for Strengthening the Internet
- https://www.newschallenge.org
Project ideas need to answer the question:
"How can we strengthen the Internet for free expression and innovation?"
Deadline for idea submissions is Mar 18, 2014.
My idea is not mine. I nominate the IndieWeb.
...
more>>
- Mar 03, 2014
- #media #opensource #activism #indieweb #event #blog_jr
JR:
TT-Chat
- Created on Feb 26-27, 2014.
On Feb 28, 2014, this code was incorporated into the ToledoTalk.com (TT) message board at:
This barebones app could be used for simple chatting or live-blogging by TT users.
Related post: Simple chat web app for Toled...
more>>
1 min read
- Mar 03, 2014
- #toledotalk #chat #blogging #javascript #ajax #json #blog_jr
JR:
Toledo is located in Pothole Alley
- Toledo Blade - Mar 2, 2014 - Winter brings more headaches in Pothole Alley - "Rapid freeze-thaws wreak havoc on crumbling city infrastructure"
Pothole Alley refers to a band of midlatitude cities across Americas heartland that are more vulnerable...
more>>
2 min read
- Mar 03, 2014
- #toledo #weather #blog_jr
JR:
Toledo total snowfall winter record 2013-2014
- Toledo Express Airport Weather
At end of day, Mar 2, 2014: Total snowfall since July 1 = 76.5 in. Normal by Mar 2 is 31.0 in.
At end of day, Fri, Feb 28, 2014: Toledo Express Airport recorded 73.0 inches of snow between Dec 1, 2013 and Feb 28, 2014...
more>>
5 min read
- Mar 03, 2014
- #toledo #weather #blog_jr
JR:
Toledo Weather - Mon, Mar 3, 2014
- hazardous weather outlook
national weather service cleveland oh
436 am est mon mar 3 2014
ohz003-006014-017020-023-027-089-041100-
lucas-wood-ottawa-sandusky-erie oh-lorain-cuyahoga-lake-geauga-
ashtabula inland-hancock-seneca-huron-medina-trumbull-...
more>>
6 min read
- Mar 03, 2014
- #toledo #weather
JR:
Toledo Weather - Mar 2, 2014
- urgent - winter weather message
national weather service cleveland oh
322 am est sun mar 2 2014
...winter storm continues to move across the region today...
.snow will continue to move into the area today as a wave of low
pressure moves through the...
more>>
10 min read
- Mar 02, 2014
- #toledo #weather
JR:
ForecastIO.pm
- # tags: #perl #programming
use strict;
use warnings;
use NEXT;
{
package ForecastIO;
use JSON::PP;
use LWP::Simple;
my $API_ENDPOINT = "https://api.forecast.io/forecast/";
my @FIELDS = qw( latitude longitude ...
more>>
6 min read
- Mar 02, 2014
JR:
DateTimeFormatter.pm
- #perl
stand-alone repository
package DateTimeFormatter;
use strict;
use warnings;
use Time::Local;
# optional arg of either the number of epoch secionds or a string of the returned format type
sub create_date_time_stamp_utc {
my $...
more>>
5 min read
- Mar 02, 2014
JR:
DateTimeUtils.pm
- stand-alone repository
package DateTimeUtils;
use strict;
use warnings;
use Time::Local;
sub create_database_datetime_stamp {
my $minutes_to_add = shift;
# creates string for DATETIME field in database as
# YYYY-MM-DD HH:M...
more>>
4 min read
- Mar 02, 2014
JR:
StrNumUtils.pm
- package StrNumUtils;
use strict;
use warnings;
use Time::Local;
my $offset = -5; # EST offset from GMT
# determine if it's daylight savings time for eastern time zone
my $isdst = (localtime)[8];
if ( $isdst ) {
$offset = -4;
} ...
more>>
4 min read
- Mar 02, 2014
JR:
Simple chat web app for Toledo Talk
- Update Feb 28, 2014: created and tested initially within the testcode area at soupmode.com on Feb 25-27, and then merged into ToledoTalk.com code base on Feb 27-28. Still need to correct double post issue on my HP tablet that uses WebOS, and need to ...
more>>
2 min read
- Mar 02, 2014
- #toledotalk #chat #messaging
JR:
Stories to read later for 2013
- Or read again. #readlater
Dec 31
"I am an artist and tech is my medium" https://medium.com/tech-talk/ba02b6d2da4c
Dec 20
https://news.ycombinator.com/item?id=6941384
Dec 18
Bedrock: a modern WordPress stack -- https://github....
more>>
6 min read
- Mar 01, 2014
- #readlater #art #artist #blogging