Skip to content

Commit

Permalink
Yo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Jacoby committed Dec 2, 2012
1 parent 7f5b3ea commit 1aa554b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
2 changes: 2 additions & 0 deletions site/content/posts/meta.yaml
Expand Up @@ -2,3 +2,5 @@ extends: post.j2
default_block: post
category: posts
class: posts
created: git
modified: git
13 changes: 7 additions & 6 deletions site/content/posts/posts/hidden-layers.html
@@ -1,6 +1,6 @@
---
title: Hidden Layers
summary: In which I learn to treat my tools with wary respect.
summary: In which I am screwed by layers in Eagle.
date: 2012-11-15 18:37:09
tags:
- SenseClip
Expand All @@ -18,19 +18,20 @@
The finished board, bristling with muxes and PGAs and all the rest. Looks pretty good.

{{ macros.render_figure('<a href="http://www.flickr.com/photos/samjacoby/8232901503/" title="IMG_2299 by s_jacoby, on Flickr"><img src="http://farm9.staticflickr.com/8350/8232901503_68b725bb1b.jpg" width="500" height="375" alt="IMG_2299"></a>', "")}}
Now, some of the savvier among you may note that there are substantial errors in this circuit. To you, I say, I care not--for I forge ahead like a train in the night. At any rate, that discovery is yet to come. At the moment, our hero is plugging the board into his computer, ready to bask in the mild radiance of its green, power LED.
Now, some of the savvier among you may note that there are substantial errors in this circuit. To you, I tip my hat. But such a realiziation is still ahead of me. The train rushes forward, splitting the night. The misthrown switch is still miles ahead in the darkness, its discovery yet to come.

Nothing. Poke around a bit. Nothing. Pull out the multimeter. 5V streaming in. But streaming out? Ah...well, not so much. And then I see it.
At the moment, our hero is plugging the board into his computer, ready to bask in the mild radiance of its green, power LED.

Nothing. Poke around a bit. Nothing. Pull out the multimeter. Could there be a bridge in thin traces of the mini-USB connectior? No. 5V streaming in. That looks good. But, hmm, streaming out? Ah...well, not so much. And then I see it. None of the grounds are connected. Only one half of my circuits are routed.

Here's the story. It's not so grand. At some point in the development process, I did something bad. To simplify my design, I used a ground plane--a single sheet of copper that the ground of all of the traces plugged into. After "pouring" the ground (kind've like the fill tool in paint, or something), the screen was looking a little crowded. I turned off its display. Great. In so doing, though, I also turned off the airwires{{ macros.renderfootnote("footnote-fail-1", "1")}} that it came with. Naturally, I then promptly forgot I did any such thing and proceeded on my merry way. Getting the board made and all the rest.

It turns out, though, the job wasn't really done. The pouring algorithm had done its job, sure--but it had left a number of sections for me, it's human-companion to resolve. The groundplane needed a number of additional airwires that I never added back in. My circuits, then, were a series of orphans, plugged into nothing but themselves! I needed _17_ additional wires. I was crushed.

This is what happened to me, albeit, on a kind of tiny, bemused scale: shock, grief, denial, self-doubt, irritation, annoyance &amp;c. The stages of the technical oversight.

At any rate, lesson learned. Don't switch off views and think you've solved any problems. You haven't.

At any rate, lesson learned. Don't switch off views and think you've solved the problems they showed. You haven't.

And so ends this mild saga in workplace-challenges.
And so ends this mild saga of workplace-challenges.


2 changes: 1 addition & 1 deletion site/content/projects/tapclip.html
Expand Up @@ -8,5 +8,5 @@
---
_This is a post bringing together some ongoing research at MIT_

{{ macros.render_figure('<a href="http://www.flickr.com/photos/samjacoby/7929989432/" title="DSC_0426 by s_jacoby, on Flickr"><img src="http://farm9.staticflickr.com/8451/7929989432_ca8d84db5b.jpg" width="500" height="333" alt="DSC_0426"></a>', "StoryClip in action. I drew this one myself, which gives it that weird grown-up-kid quality.")}}
{{ macros.render_figure('<a href="http://www.flickr.com/photos/samjacoby/7929989432/" title="DSC_0426 by s_jacoby, on Flickr"><img src="http://farm9.staticflickr.com/8451/7929989432_54a77a2a56.jpg" width="500" height="333" alt="DSC_0426"></a>', "StoryClip in action. I drew this one myself, which gives it that weird grown-up-kid quality.")}}

2 changes: 1 addition & 1 deletion site/layout/macros.j2
Expand Up @@ -26,7 +26,7 @@ class="{{ class }}"
{% endmacro %}

{% macro render_updated(date=false, updated) -%}
{% if date != updated %}
{% if updated and date != updated %}
<p class="datetime">
Last updated <time class="timeago" datetime="{{ updated }}" pubdate>{{ updated }}</time>.
</p>
Expand Down
2 changes: 0 additions & 2 deletions site/site.yaml
Expand Up @@ -62,8 +62,6 @@ meta:
language: en
ga_tracking_code: UA-34337252-1
keywords: "mit, high-low tech, shackman press, lettepress, printing, coding, programming, sam jacoby"
created: git
modified: git

urlcleaner:
index_file_names:
Expand Down

0 comments on commit 1aa554b

Please sign in to comment.