If you do not change direction, you may end up where you are heading.
This is great on so many levels.
If you do not change direction, you may end up where you are heading.
This is great on so many levels.
A $1,500, 1998 Chevy S10 Shitbox with a $200-spray-can paint job, and a $1,000 set of subs does not need a spoiler.
That is all.

Amazon needs to get over its Apple hate&switch. I can use a reasonably-capable iOS app to do anything in the Amazon store and I can use an iOS Amazon Kindle reader app to read my books…
But if I want to actually **give them money** for books, I’ll have to do it through yet another app.
Why not tweak the Kindle Reader app so I can just shop, select, purchase, and read in one place?
The Toybox Tiny House
I think I’ve reblogged this one before – just too lazy to go look – so here it is again!
https://www.amcharts.com/lib/3/ammap.jshttps://www.amcharts.com/lib/3/maps/js/usaHigh.jshttps://www.amcharts.com/lib/3/themes/light.js
var map = AmCharts.makeChart(“mapdiv”,{
type: “map”,
theme: “light”,
panEventsEnabled : true,
backgroundColor : “#535364”,
backgroundAlpha : 1,
zoomControl: {
zoomControlEnabled : true
},
dataProvider : {
map : “usaHigh”,
getAreasFromMap : true,
areas :
[
{
“id”: “US-AL”,
“showAsSelected”: true
},
{
“id”: “US-AZ”,
“showAsSelected”: true
},
{
“id”: “US-CA”,
“showAsSelected”: true
},
{
“id”: “US-CO”,
“showAsSelected”: true
},
{
“id”: “US-FL”,
“showAsSelected”: true
},
{
“id”: “US-IA”,
“showAsSelected”: true
},
{
“id”: “US-ID”,
“showAsSelected”: true
},
{
“id”: “US-IL”,
“showAsSelected”: true
},
{
“id”: “US-IN”,
“showAsSelected”: true
},
{
“id”: “US-KS”,
“showAsSelected”: true
},
{
“id”: “US-LA”,
“showAsSelected”: true
},
{
“id”: “US-MN”,
“showAsSelected”: true
},
{
“id”: “US-MO”,
“showAsSelected”: true
},
{
“id”: “US-MS”,
“showAsSelected”: true
},
{
“id”: “US-MT”,
“showAsSelected”: true
},
{
“id”: “US-NE”,
“showAsSelected”: true
},
{
“id”: “US-NM”,
“showAsSelected”: true
},
{
“id”: “US-NV”,
“showAsSelected”: true
},
{
“id”: “US-OR”,
“showAsSelected”: true
},
{
“id”: “US-SD”,
“showAsSelected”: true
},
{
“id”: “US-TX”,
“showAsSelected”: true
},
{
“id”: “US-UT”,
“showAsSelected”: true
},
{
“id”: “US-WA”,
“showAsSelected”: true
},
{
“id”: “US-WY”,
“showAsSelected”: true
}
]
},
areasSettings : {
autoZoom : true,
color : “#B4B4B7”,
colorSolid : “#84ADE9”,
selectedColor : “#84ADE9”,
outlineColor : “#666666”,
rollOverColor : “#9EC2F7”,
rollOverOutlineColor : “#000000”
}
});