Migrate images from pan-tilt post part 1
This commit is contained in:
parent
7689eaf02d
commit
e5ca5aea77
@ -16,7 +16,7 @@ theme = "hugo-notepadium"
|
|||||||
enable = true # optional: true, false. Enable globally, default:
|
enable = true # optional: true, false. Enable globally, default:
|
||||||
# false. You can always enable math on per page.
|
# false. You can always enable math on per page.
|
||||||
# (how?)
|
# (how?)
|
||||||
use = "katex" # option: "katex", "mathjax". default: "katex"
|
use = "mathjax" # option: "katex", "mathjax". default: "katex"
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
# See themes/nofancy/static/highlight/styles for available options
|
# See themes/nofancy/static/highlight/styles for available options
|
||||||
|
|||||||
@ -47,7 +47,7 @@ Of course, finding the relevant problems can be tricky...
|
|||||||
|
|
||||||
(I suppose [Mythical Man Month](http://c2.com/cgi/wiki?PlanToThrowOneAway) laid claim to something similar decades ago.)
|
(I suppose [Mythical Man Month](http://c2.com/cgi/wiki?PlanToThrowOneAway) laid claim to something similar decades ago.)
|
||||||
|
|
||||||
Turning an idea plus a bad implementation into a good implementation, on the whole, is far easier than turning just an idea into any implementation (and pages upon pages of design documentation rarely push it past 'just an idea'). It's not an excuse to willingly make bad design decisions - it's an acknowledgement that a tangible form of an idea does far more to clarify and refine those design decisions than any amounts of verbal descriptions and diagrams and discussions. Even if that prototype is scrapped in its entirety, the insight and experiences it gives is not.
|
Turning an idea plus a bad implementation into a good implementation, on the whole, is far easier than turning just an idea into any implementation (and pages upon pages of design documentation rarely push it past 'just an idea'). It's not an excuse to willingly make bad design decisions - it's an acknowledgement that a tangible form of an idea does far more to clarify and refine those design decisions than any amounts of verbal descriptions and diagrams and discussions. Even if that prototype is scrapped in its entirety, the insight and experiences it gives are not.
|
||||||
|
|
||||||
The flip side of this is: **Ideas are fluid, and this is good**. Combined with the second point, it's more along the lines of: **Ideas are fluid, provided they already have something to flow from.**
|
The flip side of this is: **Ideas are fluid, and this is good**. Combined with the second point, it's more along the lines of: **Ideas are fluid, provided they already have something to flow from.**
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Hello, World (from Jekyll) (then from Hakyll)
|
title: Hello, World (from Jekyll) (then from Hakyll) (then from Hugo)
|
||||||
author: Chris Hodapp
|
author: Chris Hodapp
|
||||||
date: "2014-02-06"
|
date: "2014-02-06"
|
||||||
---
|
---
|
||||||
@ -59,3 +59,11 @@ get
|
|||||||
but only because I found
|
but only because I found
|
||||||
[what you wrote](https://sites.google.com/site/steveyegge2/tour-de-babel#TOC-C-)
|
[what you wrote](https://sites.google.com/site/steveyegge2/tour-de-babel#TOC-C-)
|
||||||
about C++ to be both funny and appropriate.
|
about C++ to be both funny and appropriate.
|
||||||
|
|
||||||
|
2020 note: I'm now moving to [Hugo](https://gohugo.io/)! Hello,
|
||||||
|
2013-procrastinating me! Yes, Hakyll was neat but now I'm a bit sick
|
||||||
|
of it and just really want some basic things to be easy for me again
|
||||||
|
(like a photo gallery) given that I hate web stuff like crazy.
|
||||||
|
|
||||||
|
(Did you know my [old Wordpress](https://hodapp.wordpress.com/) is
|
||||||
|
*still* up? It's nearly 12 years old at this point.)
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.3 MiB |
|
Before Width: | Height: | Size: 3.7 MiB After Width: | Height: | Size: 3.7 MiB |
@ -42,7 +42,7 @@ I eventually had something mostly out of laser-cut plywood, hardware
|
|||||||
store parts, and [cheap steppers][steppers]. It looks something like
|
store parts, and [cheap steppers][steppers]. It looks something like
|
||||||
this, mounted on a small tripod:
|
this, mounted on a small tripod:
|
||||||
|
|
||||||
[{width=100%}](../images/2016-09-25-pi-pan-tilt-1/IMG_20160912_144539.jpg)
|

|
||||||
|
|
||||||
I am able to move the steppers thanks to [Matt's code][raspi-spy] and
|
I am able to move the steppers thanks to [Matt's code][raspi-spy] and
|
||||||
capture images with [raspistill][]. The arrangement here provides two
|
capture images with [raspistill][]. The arrangement here provides two
|
||||||
@ -64,7 +64,7 @@ picked up a [25mm M12 lens][25mm-lens] - still an angle of view of
|
|||||||
about 10 degrees on this sensor - and set it up in the park for a test
|
about 10 degrees on this sensor - and set it up in the park for a test
|
||||||
run:
|
run:
|
||||||
|
|
||||||
[{width=100%}](../images/2016-09-25-pi-pan-tilt-1/IMG_20160918_160857.jpg)
|

|
||||||
|
|
||||||
(*Later note*: I didn't actually use the 25mm lens on that shot. I
|
(*Later note*: I didn't actually use the 25mm lens on that shot. I
|
||||||
used a 4mm (or something) lens that looks pretty much the same, and
|
used a 4mm (or something) lens that looks pretty much the same, and
|
||||||
@ -1,5 +0,0 @@
|
|||||||
- themes/indigo is from https://github.com/AngeloStavrow/indigo.git
|
|
||||||
circa 2020-01-31. I didn't feel like forking the repo to my github
|
|
||||||
in order to modify some things, so I just cloned it. Yeah, I know
|
|
||||||
that is bad practice, but I needed MathJax working and I'll
|
|
||||||
probably just end up messing around with the theme anyway.
|
|
||||||
Loading…
x
Reference in New Issue
Block a user