mirror of
https://github.com/wezm/wezm.net.git
synced 2024-12-18 18:29:54 +00:00
QA /personal/2008/05/geohashing/
This commit is contained in:
parent
6e25554624
commit
05a6857275
3 changed files with 19 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
<a href='http://xkcd.com/426/'><img src="http://www.wezm.net/wp-content/uploads/wezm.net/2008/05/geohashing-resized.png" alt="Geohashing xkcd comic" title="geohashing-resized" width="400" height="223" class="aligncenter size-full wp-image-24" /></a>
|
<a href='http://xkcd.com/426/'><img src="/images/2008/05/geohashing-resized.png" alt="Geohashing xkcd comic" title="geohashing-resized" width="400" height="223" class="aligncenter size-full wp-image-24" /></a>
|
||||||
|
|
||||||
Randall Munroe proposed the awesomely geeky idea of geohashing via the xkcd <a href="http://xkcd.com/426/">comic</a> and <a href="http://blag.xkcd.com/2008/05/21/geohashing/">blag</a> recently. The idea basically involves using the MD5 hash of a date combined with the opening value of the Dow Jones Index for that date to derive a latitude and longitude relative to a (generally your own) location.
|
Randall Munroe proposed the awesomely geeky idea of geohashing via the xkcd <a href="http://xkcd.com/426/">comic</a> and <a href="http://blag.xkcd.com/2008/05/21/geohashing/">blag</a> recently. The idea basically involves using the MD5 hash of a date combined with the opening value of the Dow Jones Index for that date to derive a latitude and longitude relative to a (generally your own) location.
|
||||||
|
|
||||||
|
|
|
@ -288,11 +288,14 @@ ul.inline li:first-child {
|
||||||
/* Extra parts on post page */
|
/* Extra parts on post page */
|
||||||
.respond {
|
.respond {
|
||||||
/* border-top: 1px solid #999;*/
|
/* border-top: 1px solid #999;*/
|
||||||
|
padding: 10px;
|
||||||
|
background-color: #ddd;
|
||||||
}
|
}
|
||||||
.respond h2 {
|
.respond h2 {
|
||||||
padding-left: 42px;
|
padding-left: 42px;
|
||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
background: url(/images/comment32.png) no-repeat top left;
|
background: url(/images/comment32.png) no-repeat top left;
|
||||||
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
.published {
|
.published {
|
||||||
font-family: "Helvetica Neue", Helvetica, "Liberation Sans", "Bitstream Vera Sans", Tahoma, Geneva, Arial, sans-serif;
|
font-family: "Helvetica Neue", Helvetica, "Liberation Sans", "Bitstream Vera Sans", Tahoma, Geneva, Arial, sans-serif;
|
||||||
|
@ -301,3 +304,18 @@ ul.inline li:first-child {
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Wordpress element alignment classes */
|
||||||
|
.alignleft, img.alignleft {
|
||||||
|
float:left;
|
||||||
|
margin:5px 10px 5px 0;
|
||||||
|
}
|
||||||
|
.alignright, img.alignright {
|
||||||
|
float:right;
|
||||||
|
margin:5px 0 5px 10px;
|
||||||
|
}
|
||||||
|
.aligncenter, div.aligncenter, img.aligncenter {
|
||||||
|
text-align:center;
|
||||||
|
display:block;
|
||||||
|
margin:10px auto;
|
||||||
|
}
|
||||||
|
|
BIN
output/images/2008/05/geohashing-resized.png
Normal file
BIN
output/images/2008/05/geohashing-resized.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 41 KiB |
Loading…
Reference in a new issue