<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>abehmiel.net</title><description>Abe Hmiel — physicist, musician, developer.</description><link>https://abehmiel.net/</link><language>en-us</language><item><title>One Operator</title><link>https://abehmiel.net/blog/one-operator</link><guid isPermaLink="true">https://abehmiel.net/blog/one-operator</guid><description>Every elementary function from a single binary operator. A studio to build your own — and the school of leviathans hiding under ordinary math.</description><pubDate>Tue, 30 Jun 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;I&apos;ve always had a fascination with graphing calculators and the mathematical
menagerie of functions. There was something gratifying about watching a function
get plotted in space, calculating and plotting its derivatives, imagining a curve
rotated around some arbitrary axis. Give me a screen and a function and I&apos;ll
watch it draw itself over and over again. It was a fixation in both classes
and at parties (I was not fun at parties, but I guess that depends on who was throwing them).&lt;/p&gt;
&lt;p&gt;Anyway, a paper like this one was always going to get me. Odrzywołek,
&lt;a href=&quot;https://arxiv.org/abs/2603.21852v2&quot;&gt;&lt;em&gt;All elementary functions from a single operator&lt;/em&gt;&lt;/a&gt;,
proves something extremely fucking cool and highly absurd: one binary operator,&lt;/p&gt;
&lt;p&gt;&lt;code&gt;eml(a, b) = e^a − ln b&lt;/code&gt;,&lt;/p&gt;
&lt;p&gt;together with the constant &lt;code&gt;1&lt;/code&gt;, generates &lt;strong&gt;every&lt;/strong&gt; elementary function. The
exponential, the logarithm and the identity come for free, but polynomials,
other binary operators, inversion, the whole trigonometric family too,
all of it falls out of nesting that one operator over the constant &lt;strong&gt;one&lt;/strong&gt;. Once I
put together what the paper was actually saying, I found it both absolutely
brilliant and completely obvious. You should read it, it&apos;s great.&lt;/p&gt;
&lt;p&gt;And because the elementary functions include addition, subtraction, multiplication,
division, and exponentiation, you get Taylor series from that, and subsequently,
a lot more than just elementary functions. You get a lot of weird shit too, and
a ton of it is expressible with relatively simple eml chains.&lt;/p&gt;
&lt;p&gt;In early June, when subscribers had unfettered access to Claude Fable 5 on the
max plan, I got it to one-shot a background visualization of the eml operator for
this site. When the result appeared on the screen in front of me, I was
transfixed. Eventually I had some time, and coded up a studio to
play with the operator myself, feeding it &lt;code&gt;1&lt;/code&gt; and &lt;code&gt;x&lt;/code&gt; the way the paper does.&lt;/p&gt;
&lt;p&gt;The background you are looking at is that machine. It grows random expression
trees from the grammar &lt;code&gt;S → 1 | x | eml(S, S)&lt;/code&gt;, evaluates them over the complex
plane, and sweeps each curve across a phosphor oscilloscope — the real part in
green, the imaginary part in blue. About one curve in three is a real
construction from the paper, a known, labeled function bubbling out of the noise.&lt;/p&gt;
&lt;p&gt;But I wanted to be able to &lt;em&gt;drive&lt;/em&gt; it. So natually, I made a studio: build your own traces by
piping operators onto &lt;code&gt;x&lt;/code&gt;, splitting nodes into branches, or loading a verified
construction and tweaking it (though some functions that we would consider quite
elementary like &lt;code&gt;sin(x)&lt;/code&gt; or &lt;code&gt;cos(x)&lt;/code&gt; have an enormous number of eml tokens).
When your hand-built tree happens to equal a known function, the scope says so.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;https://abehmiel.net/one-operator&quot;&gt;Open the One Operator studio →&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;How to use it&lt;/strong&gt;: when the tool opens, you see the function &lt;code&gt;y = x&lt;/code&gt; being plotted.
You can load one of about 20 functions from the &quot;LOAD&quot; menu and watch them trace.
On the bottom left hand side you will see a tree diagram composed of
green circles (the eml operator), green ones, and blue x&apos;s. the eml operator
creates a split in the graph, and 1 and x are terminal leaves. You can use the
&quot;TREE&quot; tools to modify a certain node that you can select with the mouse, or use the
&quot;PIPE&quot; tools to apply a function like &lt;code&gt;exp&lt;/code&gt;, &lt;code&gt;ln&lt;/code&gt;, &lt;code&gt;1/z&lt;/code&gt;, &lt;code&gt;-z&lt;/code&gt;, &lt;code&gt;z²&lt;/code&gt;, or &lt;code&gt;e-z&lt;/code&gt;, where
&lt;code&gt;z&lt;/code&gt; is the function expressed in the diagram already. Thus, you can build new functions
out of more primitive ones expressed. You can also clear the oscilloscope traces or
retrace the current function with the two &quot;SCOPE&quot; tools. The green trace is the real part,
the blue line is the imaginary part, and a HUD in the top right informs the user
of axis scale, the number of tokens and depth, if the function has an elementary name,
and if the imaginary trace is identically zero or not.&lt;/p&gt;
&lt;p&gt;I keep coming back to the idea that lurking beneath the surface of all the
expressions we use in mathematics, when reframed in eml-syntax, hide a school of
leviathans roaming around the space of functions. They were always there. The eml
operator didn&apos;t put them in the water but it sure as hell turned the lights on.
That&apos;s the thing about making something purely for yourself and poking at it: the
detritus of a playful hypothesis, the offcuts of an afternoon spent watching
curves draw themselves, turn out to conceal real structure that was under
everything the whole time. It just took a human mind to think about it
once (but once is enough).&lt;/p&gt;
&lt;p&gt;It&apos;s not exactly the same thing, but I remember clearly the first time I
plotted &lt;a href=&quot;https://en.wikipedia.org/wiki/Weierstrass_function&quot;&gt;The Weierstrass Function&lt;/a&gt;
when I was in graduate school. I listened to a lot of Big Black in that era of my life.
It fit perfectly.&lt;/p&gt;
</content:encoded><category>math</category><category>visualization</category><category>elementary-functions</category></item><item><title>StreetQuest and Strava</title><link>https://abehmiel.net/blog/2026-04-19-streetquest-strava</link><guid isPermaLink="true">https://abehmiel.net/blog/2026-04-19-streetquest-strava</guid><description>A short note about why StreetQuest connects to Strava.</description><pubDate>Sun, 19 Apr 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;I&apos;m building an iOS app called StreetQuest and I want to publish this page on my blog to declare intent for use of the Strava API. No surprises, folks.&lt;/p&gt;
&lt;p&gt;I want StreetQuest to help runners track which streets they&apos;ve completed in their city. It scores GPS traces against local street data and shows street-by-street progress over time.
It&apos;s inspired by CityStrides but the incentives are different. It&apos;s going to have RPG battle elements and an experience system to improve your roster.&lt;/p&gt;
&lt;p&gt;For people who record runs on a Garmin watch or another device that syncs to Strava, StreetQuest can connect to Strava and import the user&apos;s own activities.
That import is used only to bring the activity into StreetQuest so it can be processed against street coverage data.&lt;/p&gt;
&lt;p&gt;StreetQuest only needs read access to the user&apos;s own Strava activities. It does not post workouts back to Strava, edit Strava data, or use Strava for anything social.&lt;/p&gt;
&lt;p&gt;This page exists mainly as a public reference for the Strava application configuration while the project is still in progress.&lt;/p&gt;
</content:encoded><category>streetquest</category><category>strava</category><category>running</category></item><item><title>On Bounce House</title><link>https://abehmiel.net/blog/2026-03-12-bounce-house</link><guid isPermaLink="true">https://abehmiel.net/blog/2026-03-12-bounce-house</guid><description>Open-source release of Bounce House, a CLI audio analysis tool</description><pubDate>Thu, 12 Mar 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;I&apos;ve been creating DIY music for a long time, since I was in high school. The technology has changed a lot, from first recording music on tapes and
the rare .mp3 file with &lt;a href=&quot;https://archive.org/details/SonarMellowship&quot;&gt;Sonar Mellowship&lt;/a&gt; and
&lt;a href=&quot;https://archive.org/details/02CaveatEmptor&quot;&gt;Carl Consumer and the Red White and Blue Torpedos&lt;/a&gt; to gaining experience with Logic Pro with
&lt;a href=&quot;https://holisticwellness.bandcamp.com/&quot;&gt;Holistic Wellness&lt;/a&gt;.
As a non-professional, DIY music maker and mixing/mastering amateur, I&apos;ve had to do a lot of reckoning with quality of a finished product and the essence
of punk rock. &quot;Welp, that&apos;s the recording we paid $0 for&quot;, to &quot;Yeah, so what, it sounds like shit, that&apos;s rad!&quot;
to &quot;Actually, I&apos;ve made it sound purposefully bad and flat and noisy on purpose.&quot; There&apos;s
a lot of sonic latitude here and some of my favorite recordings on earth have some wildass sonic metrology to them.&lt;/p&gt;
&lt;p&gt;This past February (2026), I decided to do the &lt;a href=&quot;https://rpmchallenge.com/en&quot;&gt;RPM challenge&lt;/a&gt; again. I have done it before, mostly with my graduate-school-era
&quot;Nanopunk&quot; solo band &lt;a href=&quot;https://underscore1134.bandcamp.com/album/volunteer-here&quot;&gt;_11:34&lt;/a&gt;. There&apos;s a lot of great things about the challenge, which is to create 10
songs or 35 minutes of original music, start to finish, in the month of February. You have to mix and master it yourself, as well as create the design for your
album cover. This had been a mainstay of my life in 2008-2012 while living in Albany, NY, and I&apos;ve convinced some of my friends to do it alongside me (or help me
with my own project) too. Possibly the best thing about this challenge is that if you finish it, you have something real, tactile, and forever. It might be rushed
and suboptimal-sounding on airpods, but it is &lt;strong&gt;yours&lt;/strong&gt;. THe other thing is that it forces you to have some grit. If you don&apos;t know how to do something and you&apos;re
under a time crunch, there&apos;s a real force pushing you to figure it out via google or talking to someone, or abandoning it, and those decisions don&apos;t have the luxury of
time.&lt;/p&gt;
&lt;p&gt;What I had planned to do this year was something I had wanted to do for quite some time: to make a punk album with lyrics entirely in Yiddish. To spoil the ending a bit,
life happened, I realized I would rather have this record be actually fucking good instead of rushed, and so I DNF&apos;d the challenge, but I had 10 robust songs with lyrics
and instrumentation all recorded by the 28th, including scratch vocals on 8 songs and finished vocals on about 4 (by the way, I was doing a lot of screaming and I had
not built enough recovery time into my schedule). Along the way, I used Claude Code to set up an
&lt;a href=&quot;https://github.com/abehmiel/logic-bounce-automation&quot;&gt;osascript batch bouncer for Logic&lt;/a&gt; to bounce all my tracks in a folder (mp3 and wav),
free of human intervention. This is most certainly a &lt;a href=&quot;https://danielmiessler.com/blog/keep-the-robots-out-of-the-gym&quot;&gt;&quot;work&quot; task rather than a &quot;gym&quot; task&lt;/a&gt; I don&apos;t get
anything out of it, it&apos;s just clicking buttons over and over and not making any mistakes. There are accessibility tools to automate this, since having to manually bounce
umpteen songs is annoying and I&apos;d rather be playing/tweaking my music and plugins or improving my mixes. Improving mixes is a progressive task for a hobbyist. It always
involves listening to songs over and over again and tweaking until it sounds just right. There&apos;s no true substitute for the ear. Or is there?&lt;/p&gt;
&lt;p&gt;Just kidding, there really isn&apos;t. But still, part of me wondered whether I could accelerate the process; watching loudness metering in Logic Pro while staring at goniometers
sure dials you in to a lot of sonic character. But one of the better tests I&apos;ve found through my experience as a DIY producer was a simple one: listen to the track at
medium-high volume in a car stereo inbetween other songs that you are &quot;aiming for&quot; as a sound reference. In most of my mixes and masters since 2012, I&apos;ve chosen
&quot;Map Ref 41°N 93°W&quot;&quot; by Wire (from 154) or &quot;Alan&quot; by Self Defense Family as references in a DAW, but on the car stereo it can kind of be whatever you want. The fact that I
was making an album of 10 songs meant that I had room to play around a little.&lt;/p&gt;
&lt;p&gt;I live in Midtown Manhattan and don&apos;t have a car. But my partner Kimia and I were planning to rent one the last week of February so that I could drop her and some
folks off in the catskills for a bachelorette party and then travel up to Albany to see my Aunt for a couple days. Kimia ended up getting sick with a horrendous cough,
but I still went, and had some time on the way up to Albany to listen to my new project &quot;like the DIY pros do&quot;.&lt;/p&gt;
&lt;p&gt;However, on the car stereo, it sounded terrible. Passable for stripped-down DIY glitchy synthy aggresive punk in airpods and studio headphones, next to everything else
my mixes were bogus. I knew they weren&apos;t mastered yet, but I could tell that, among many other things: my low-frequency roll off was too aggressive and applied to far too
many tracks, the compression on the guitars was too high, especially the leads; everything was getting squashed, there was too much &quot;sparkle&quot; on some of the synths
and definitely the vocals, the de-esser wasn&apos;t strong enough, I had noticed a guitar track that sounded out of tune. After listening to the album and some intermixed reference
tracks, I had decided to put on Fountains of Wayne, as one of the bachelorette-party-goers had a friend with an interesting theory that FoW was political music for
the dreary lives of middle managers commuting to New York from Jersey. I had not approached that band&apos;s work with that particular theoretical angle, not in the slightest,
so I was interested to engage with it. But still something deeper lingered: I could not in good conscience release this Yiddish punk album if it sounded this bad. I needed
more tools.&lt;/p&gt;
&lt;p&gt;After I settled into my Aunt&apos;s house in Albany for the night, I had to know if there was a command line tool that would speedrun through a directory of .wav files-
but it didn&apos;t seem so. Maybe I didn&apos;t look hard enough. That would be embarassing. Oh well. I cracked open Claude Code and fired up &lt;a href=&quot;https://github.com/obra/superpowers&quot;&gt;superpowers&lt;/a&gt;.
I defined the spec, nitpicked the implementation plan, and several iterations later, I was happy with the result. I&apos;m not sure how I estimated how much usage it required,
but my guess would be ~35% of a 5x Max plan weekly limit, with about 3 maxed-out sessions that weekend and a little more when I got back home. Greasing the wheels of course was
that I was using &lt;a href=&quot;https://tailscale.com/&quot;&gt;Tailscale&lt;/a&gt;, an S-tier product in every measure, to connect my laptop back to the mac studio at my desk via ssh.&lt;/p&gt;
&lt;p&gt;What I came up with was &lt;a href=&quot;https://github.com/abehmiel/bounce-house&quot;&gt;Bounce House&lt;/a&gt;. Simply put, this is a python-based audio analysis tool that tells you what&apos;s wrong with your
mix and offers some suggestions on what to do about it. Even on the first iteration I was duly impressed, and I kept adding more metrics and capabilities like plumbing the
result to JSON files, adding explanations of various metrics, having a mix vs master setting, and so on. Bounce House is very opinionated, this is for certain, and I tried
to strike a balance between &quot;industry standard&quot; and &quot;this is just acoustics and physics, bro&quot;. On release, it measures 26 metrics across 5 analysis modules. It&apos;s considerably
faster than playing the track end-to-end, plus, you get a report for each song computing its averages. I originally thought about making it in Rust, but some of the library
support just wasn&apos;t quite there yet. I&apos;m open to an eventual re-write once it is.&lt;/p&gt;
&lt;p&gt;At its core, Bounce House is a pipeline, much like many other data pipelines I&apos;ve created for work: here, we load a .wav file, run it through a stack of analyzers, apply rules,
check for patterns, and spit out a report. Each analyzer is its own module. Loudness does EBU R128 via pyloudnorm (that&apos;s the ITU-R BS.1770 standard, the same one Spotify and
Apple Music use to normalize a track), spectrum uses librosa to decompose your mix into seven frequency bands from sub-bass to brilliance, stereo does mid/side decomposition and phase
correlation (really important for mono compatibility- if your mix falls apart on a single Bluetooth speaker, this is what catches it) perceptual estimates of brightness and
warmth, and tuning checks if your concert A is actually 440 Hz. The analyzers are stateless in that they take audio in, return a dict of metrics,
and don&apos;t care about each other. That&apos;s exactly what it&apos;s designed to do. It means you can run just &lt;code&gt;bh loudness mix.wav&lt;/code&gt; if that&apos;s all you need, or let &lt;code&gt;bh analyze&lt;/code&gt;
run the full stack of tools.&lt;/p&gt;
&lt;p&gt;The part I&apos;m most proud of is the diagnostic engine. Individual metrics are useful and having a readout of them is quite nice,
but mixing problems are rarely one-dimensional: a &quot;muddy mix&quot; isn&apos;t just a low spectral centroid, it&apos;s a low centroid plus high warmth plus low-mid energy
buildup (CC offered this in an explanation but I had to look it up, and sure enough, it&apos;s pretty right-on). So Bounce House has nine diagnostic
patterns that combine evidence across modules using soft-AND logic: a pattern fires when enough of its conditions match, not all of them. This means a single borderline metric won&apos;t
trigger a false alarm, but when two or three things point in the same direction, you get a named diagnosis (&quot;Over-Compressed,&quot; &quot;Mono Incompatible,&quot; &quot;Streaming-Unfriendly&quot;) with
specific advice on what to fix. The rules and patterns are data objects and not code, so if you wanted to add a new diagnostic, it&apos;s adding a dict entry instead of writing a new
function (well... within some limits).&lt;/p&gt;
&lt;p&gt;Bounce House takes about 3 minutes to run on a directory containing ~35 minutes of .wav files. Here&apos;s a sample of what the output looks like for a single track:&lt;/p&gt;
&lt;p&gt;&amp;lt;details class=&quot;sample-output&quot;&amp;gt;
&amp;lt;summary&amp;gt;Sample output (click to expand)&amp;lt;/summary&amp;gt;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;════════════════════════════════════════════════════════════
  BOUNCE HOUSE — Master Analysis Report
  /Users/Abe/Music/Bounces/RPM2026-demos/Scrollin Around.wav
  (44100 Hz, stereo, 3:39)
════════════════════════════════════════════════════════════

── Loudness &amp;amp; Dynamics ────────────────────────────────────
  Integrated LUFS        -13.6  PASS
  Loudness Range         +1.8  FAIL
  Sample Peak            -0.1
  True Peak              -0.1  FAIL
  RMS Level              -17.2
  Crest Factor           +17.1  PASS
  PLR                    +13.5  PASS

── Spectral Balance ───────────────────────────────────────
  Centroid               2,459.3 Hz
  Bandwidth              2,638.6 Hz
  Rolloff (85%)          4,425.9 Hz
  Flatness               0.0022

  sub-bass                   32.3 dB
  bass                       29.4 dB
  low-mid                    23.3 dB
  mid                        18.5 dB
  upper-mid                  15.7 dB
  presence                    9.4 dB
  brilliance                 -8.1 dB

── Stereo &amp;amp; Phase ─────────────────────────────────────────
  Phase Correlation      0.5344  PASS
  Mid RMS                -18.3
  Side RMS               -23.5
  M/S Ratio              +5.2
  Stereo Width           0.3554
  Balance                +0.4  PASS
  Min Block Corr         -0.1881  WARN

  Frequency-dependent correlation:
    sub-bass           +0.978
    low-mid            +0.727
    mid                +0.354
    upper-mid          +0.130
    air                +0.083

── Perceptual Quality ─────────────────────────────────────
  Brightness             0.0394
  Warmth                 0.1584

── Tuning &amp;amp; Pitch ─────────────────────────────────────────
  Tuning Deviation       +3.0 cents  PASS
  Concert Pitch          440.8 Hz
  Closest Standard       A=441
  Pitch Drift (std)      +4.0 cents
  Pitch Drift (range)    +27.0 cents  FAIL
  Pitch Trend            +1.0 cents
  Chroma Sharpness       0.0940  FAIL

── Suggestions ────────────────────────────────────────────
  FAIL  True peak is -0.1 dBTP — risk of inter-sample peaks
        on codec conversion, add a limiter ceiling at -1.0 dBTP
  FAIL  Loudness range is 1.8 LU — extreme dynamics, review
        compressor/limiter settings
  FAIL  Pitch stability: 27.0 cents range — significant drift,
        re-record or apply pitch correction
  FAIL  Chroma definition: 0.09 — very diffuse pitch content,
        check intonation
  WARN  Minimum block correlation is -0.188 — some sections
        have near-zero or negative correlation

── Mix Diagnostics ────────────────────────────────────────
  WARN  Muddy Mix — Low-mid buildup causing muddy mix
        Cut 2-4 dB in the 200-500 Hz range. Check for
        overlapping bass, guitar body, and vocal chest
        resonance. Use a high-pass filter on non-bass
        instruments to remove unnecessary low-mid energy.
  WARN  Detuned Mix — Possible tuning issues — pitch
        instability or non-standard tuning
        Check instrument tuning against a reference. If
        pitch drifts over time, re-record or apply pitch
        correction. If the concert pitch is intentionally
        non-440, this warning can be ignored.
  FAIL  Streaming-Unfriendly Master — Master too hot for
        streaming platforms
        Spotify normalizes to -14 LUFS, Apple Music to -16 LUFS.
        Your track will be turned down, and the aggressive
        limiting will be audible. Consider mastering to
        -9 to -12 LUFS with a -1.0 dBTP ceiling. The
        quieter version will actually sound better after
        platform normalization because it retains more dynamics.
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&amp;lt;/details&amp;gt;&lt;/p&gt;
&lt;p&gt;I think some real go-forwards here would be the ability to differentiate between song sections (verse - chorus - etc) and create sub-analyses for those, I&apos;m not 100% sure I trust
the pitch drift here until I do some more experiments with it, and I wonder the extent to which vocals modifies these properties. It might be worth trying it with and without vocals
to observe the difference. Also, I&apos;m not really singing, I&apos;m yelping and/or screaming, which makes aggressive genres more challenging to parse. If this all sounds interesting to you,
try it out and tell me what you think!&lt;/p&gt;
&lt;p&gt;I&apos;m probably going to continue using this and workshopping it a little more as I finish my lil&apos; Yiddish punk project. I&apos;m excited about trying to figure out how it fits into my mixing
and mastering workflow especially as I get closer to the finish line. I still havent corrected my EQ from these demo tracks yet, I still need to hire a translator (for spot checks)
and an illustrator to finish the project&apos;s polish, and I &lt;strong&gt;still&lt;/strong&gt; need to figure out the meter of a couple songs left to sing and then actually do them. Recording in an NYC apartment
is ass. Maybe I&apos;ll just spring for recording studio time.&lt;/p&gt;
&lt;p&gt;A savvy reader might know where to find the demos for this project, but I&apos;m not ready to share it out quite yet. Rest assured I&apos;ll have quite a bit to say about it when I release it.&lt;/p&gt;
</content:encoded><category>projects</category><category>music</category><category>ai</category></item><item><title>Welcome</title><link>https://abehmiel.net/blog/2026-03-11-welcome</link><guid isPermaLink="true">https://abehmiel.net/blog/2026-03-11-welcome</guid><description>Long-form writing now lives here.</description><pubDate>Wed, 11 Mar 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;This is the first blog post on my newly-migrated site. Long-form writing, project deep-dives, and technical notes will appear here.&lt;/p&gt;
&lt;p&gt;I&apos;m really proud of how this turned out and now I&apos;m self-hosting my site. Lots to talk about but right now I&apos;m happy just to have moved away from wordpress to this new astro + github-pages + cloudflare setup.&lt;/p&gt;
&lt;p&gt;The visual language of the site was inspired by Aleks Allen (Svetim) at &lt;a href=&quot;https://studiolo.svetim.fm/&quot;&gt;https://studiolo.svetim.fm/&lt;/a&gt; . The site was developed via pair-programming with claude code over about a week.&lt;/p&gt;
</content:encoded><category>meta</category></item><item><title>PROMPT CRITICAL Series</title><link>https://abehmiel.net/blog/2022-01-28-prompt-critical-series</link><guid isPermaLink="true">https://abehmiel.net/blog/2022-01-28-prompt-critical-series</guid><description>Announcing the formal launch of the PROMPT CRITICAL music series and the release of its second collection.</description><pubDate>Fri, 28 Jan 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;I&apos;m happy to announce the release of a new EP: &lt;em&gt;&lt;a href=&quot;https://holisticwellness.bandcamp.com/album/first-youre-tickling-the-dragons-tail-next-youre-eating-its-ass&quot;&gt;First You&apos;re Tickling the Dragon&apos;s Tail, Next You&apos;re Eating Its Ass&lt;/a&gt;&lt;/em&gt;, the second installment in what I&apos;m now formally calling the &lt;strong&gt;PROMPT CRITICAL&lt;/strong&gt; series.&lt;/p&gt;
&lt;p&gt;This project extends themes I first explored in 2017 with &lt;em&gt;What Time Does the Shock Arrive at the Top of the Pipe?&lt;/em&gt; That EP drew on Dr. Robert Brownlee&apos;s accounts of post-Manhattan Project research, and the original song &quot;Melt Glass&quot; explored matter fused during nuclear detonations.&lt;/p&gt;
&lt;p&gt;For this release, I recomposed two existing songs — &quot;Underground&quot; by El Guapo and &quot;Kinky Afro&quot; by Happy Mondays — alongside an original composition addressing nuclear accidents and criticality events. Since 2017, the &quot;demon core&quot; and Louis Slotin&apos;s &quot;Tickling the Dragon&apos;s Tail&quot; experiments have become internet phenomena through YouTube and TikTok coverage, which motivated putting this collection together during the winter Omicron surge in New York.&lt;/p&gt;
&lt;p&gt;I intend to continue the PROMPT CRITICAL series. I&apos;m quite proud of this one.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://abehmiel.net/images/blog/prompt-critical-artwork.webp&quot; alt=&quot;PROMPT CRITICAL album artwork generated with CLIP&quot; /&gt;&lt;/p&gt;
&lt;p&gt;The artwork was generated using OpenAI&apos;s CLIP model.&lt;/p&gt;
</content:encoded><category>music</category></item><item><title>UW Madison Guest Lecture</title><link>https://abehmiel.net/blog/2021-04-10-uw-madison-guest-lecture</link><guid isPermaLink="true">https://abehmiel.net/blog/2021-04-10-uw-madison-guest-lecture</guid><description>My good friend and former [Sonar Mellowship](https://archive.org/details/SonarMellowship) bandmate [Dr. David Ehrlich](https://ntp.neuroscience.wisc.edu/staff/e</description><pubDate>Sat, 10 Apr 2021 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;My good friend and former &lt;a href=&quot;https://archive.org/details/SonarMellowship&quot;&gt;Sonar Mellowship&lt;/a&gt; bandmate &lt;a href=&quot;https://ntp.neuroscience.wisc.edu/staff/ehrlich-david/&quot;&gt;Dr. David Ehrlich&lt;/a&gt; asked me if I&apos;d contribute to the neuroscience class he was teaching at UW Madison entitled, &quot;Music and the Brain.&quot; The topic was creativity, improvisation, and algorithmic generation of music.&lt;/p&gt;
&lt;p&gt;It made for some fascinating research, and I learned a lot about both the history and cutting-edge of algorithmic music generation. In addition, I helped him create a project for the class, who were not expected to have any programming background, by adapting a colab notebook by Aurélien Geron. The project revolved around listening to Bach chorales and generating new ones with a CNN-LSTM artificial neural network, and then performing an experiment by asking friends and contacts to see if they can tell which Bach chorales were genuine and which were generated.&lt;/p&gt;
&lt;p&gt;The whole endeavor really drilled into my head exactly how much preparation and forethought is required to create even one-hour college lecture. I had a lot of fun and hope to work on similar collaborative projects.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://uwmadison.box.com/s/cnhadd0nawtt1m1pxwvemr8eiutetwrf&quot;&gt;Lecture video&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://docs.google.com/presentation/d/1hcqTvipiP8GBMqYaygVHXOdXNlnrFoGcA3LQnuCVymQ/edit?usp=sharing&quot;&gt;Lecture slides&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://colab.research.google.com/drive/1HvMTOH40-iOKZ1xtAWZo7ALqNJPKRgwK?usp=sharing&quot;&gt;Colab notebook project&lt;/a&gt;&lt;/p&gt;
</content:encoded><category>music</category><category>professional-development</category><category>science</category><category>education</category></item><item><title>Piles of Rags to Love and Cherish</title><link>https://abehmiel.net/blog/2020-11-03-piles-of-rags-to-love-and-cherish</link><guid isPermaLink="true">https://abehmiel.net/blog/2020-11-03-piles-of-rags-to-love-and-cherish</guid><description>[I released an album today that I&apos;ve worked on for a year and a half, off-and-on.](https://holisticwellness.bandcamp.com/album/piles-of-rags-to-love-and-cherish</description><pubDate>Tue, 03 Nov 2020 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;&lt;a href=&quot;https://holisticwellness.bandcamp.com/album/piles-of-rags-to-love-and-cherish&quot;&gt;I released an album today that I&apos;ve worked on for a year and a half, off-and-on.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://holisticwellness.bandcamp.com/album/piles-of-rags-to-love-and-cherish&quot;&gt;&lt;img src=&quot;https://abehmiel.net/images/blog/img_8835.webp&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
</content:encoded><category>holistic-wellness</category><category>music</category></item><item><title>Anthopogenic Methane Considered More Harmful; Total Methane Budget Considered More Manageable</title><link>https://abehmiel.net/blog/2020-02-19-anthopogenic-methane-considered-harmful</link><guid isPermaLink="true">https://abehmiel.net/blog/2020-02-19-anthopogenic-methane-considered-harmful</guid><description>I&apos;m beaming with pride today. [My brother, Benjamin, published his first first-authored peer-reviewed journal article in Nature](https://www.nature.com/articles</description><pubDate>Wed, 19 Feb 2020 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;I&apos;m beaming with pride today. &lt;a href=&quot;https://www.nature.com/articles/s41586-020-1991-8&quot;&gt;My brother, Benjamin, published his first first-authored peer-reviewed journal article in Nature&lt;/a&gt;. It&apos;s gotten a lot of feature articles already in the mainstream press and has huge implications for climate change policy and fossil fuels; the equivalent of a grand slam at one&apos;s first at-bat.&lt;/p&gt;
&lt;p&gt;Essentially, my brother&apos;s team conducted campaigns in Greenland to measure the amount of radiocarbon (14-C) from 1750 to present time by drilling ice cores. The measurements are extremely difficult; each data point requires melting hundreds of pounds of ice only to collect a small amount of trapped air, which itself contains a truly miniscule amount of CH4, and only a portion of &lt;strong&gt;that&lt;/strong&gt; is the radiocarbon isotope!&lt;/p&gt;
&lt;p&gt;Here&apos;s a pic of the lab setup. The general process is: freeze out unwanted gases. Burn CO to CO2. Freeze that desired CO2, distill twice &amp;amp; Cryo-focus, then flameseal. CH4 carries on across the lab, to later repeat for this gas! (Credit - Peter Neff)&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://abehmiel.net/images/blog/ebt-_vqw4ae9hht.webp&quot; alt=&quot;EBT-_VQW4AE9hhT&quot; /&gt;&lt;/p&gt;
&lt;p&gt;The research question they were trying to address was essentially, &quot;How much of the methane (a strong contributor to the greenhouse effect) in the atmosphere, comes from anthropogenic sources, i.e., the oil and gas industry, and are our current estimates of natural methane sources correct?&quot; From the &lt;a href=&quot;https://www.nationalgeographic.com/science/2020/02/super-potent-methane-in-atmosphere-oil-gas-drilling-ice-cores/&quot;&gt;Nat Geo&lt;/a&gt; article:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Previously, geologic sources like volcanic seeps and gassy mud pots were thought to spit out about 10 percent of the methane that ended up in the atmosphere each year. But new research, &lt;a href=&quot;https://www.nature.com/articles/s41586-020-1991-8&quot;&gt;published this week in &lt;em&gt;Nature&lt;/em&gt;&lt;/a&gt;&lt;em&gt;,&lt;/em&gt; suggests that natural geologic sources make up a much smaller fraction of the methane in today’s atmosphere. Instead, the researchers say, that methane is most likely attributable to industry. Added up, the results indicate we’ve underestimated the methane impacts of fossil fuel extraction by up to 40 percent.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I&apos;m collecting some news coverage from around the world relating to it:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.nationalgeographic.com/science/2020/02/super-potent-methane-in-atmosphere-oil-gas-drilling-ice-cores/&quot;&gt;National Geographic&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://t.co/YqkqB1xOVY?amp=1&quot;&gt;The Verge&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.theguardian.com/environment/2020/feb/19/oil-gas-industry-far-worse-climate-impact-than-thought-fossil-fuels-methane&quot;&gt;The Guardian&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.carbonbrief.org/methane-emissions-from-fossil-fuels-severely-underestimated&quot;&gt;Carbonbrief.org&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.nytimes.com/2020/02/19/climate/methane-flaring-oil-emissions.html&quot;&gt;New York Times&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.washingtonpost.com/climate-environment/2020/02/19/were-vastly-undercounting-methane-emissions-fossil-fuels-scientists-say/&quot;&gt;Washington Post&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.eurekalert.org/pub_releases/2020-02/uor-meb021320.php&quot;&gt;AAAS EurekAlert!&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.usatoday.com/story/news/nation/2020/02/19/burning-fossil-fuels-emits-more-methane-climate-change-study/4798547002/&quot;&gt;USA Today&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.bloomberg.com/news/articles/2020-02-19/new-research-says-humans-may-have-an-even-bigger-methane-problem&quot;&gt;Bloomberg&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://thehill.com/changing-america/sustainability/environment/483688-scientists-have-been-greatly-underestimating&quot;&gt;The Hill&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.telegraph.co.uk/news/2020/02/19/fossil-fuels-responsible-much-higher-methane-emissions-previously/&quot;&gt;The Telegraph&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.discovermagazine.com/environment/fossil-fuels-contributes-more-methane-than-previously-estimated&quot;&gt;Discover Magazine&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://m.cnn.com/en/article/h_4466eb009c1d5ec6c322c625ff054bb7&quot;&gt;CNN&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.reddit.com/r/science/comments/f6dno7/the_oil_and_gas_industry_has_had_a_far_worse/&quot;&gt;Reddit r/science thread (linking to The Guardian; at 5th item on the subreddit&apos;s front page at time of writing this note)&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Congrats, Ben!!!&lt;/p&gt;
</content:encoded><category>family</category><category>science</category></item><item><title>Pyedgeon news</title><link>https://abehmiel.net/blog/2019-08-21-pyedgeon-news</link><guid isPermaLink="true">https://abehmiel.net/blog/2019-08-21-pyedgeon-news</guid><description>Pyedgeon, my first pip package, was recently featured in a [Recurse Center Joy of Computing blog post](https://joy.recurse.com/posts/338-pyedgeon)</description><pubDate>Wed, 21 Aug 2019 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Pyedgeon, my first pip package, was recently featured in a &lt;a href=&quot;https://joy.recurse.com/posts/338-pyedgeon&quot;&gt;Recurse Center Joy of Computing blog post&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I did a lot of refactoring and ease-of-use additions to it, and have plans to create some weird side-projects with it + flask + twilio or something.&lt;/p&gt;
&lt;p&gt;I&apos;ve got a lot of ideas recently and I am feeling the need to update this blog more often.&lt;/p&gt;
</content:encoded><category>code</category></item><item><title>2017 and me</title><link>https://abehmiel.net/blog/2017-12-31-2017-and-me</link><guid isPermaLink="true">https://abehmiel.net/blog/2017-12-31-2017-and-me</guid><description>2017 was a watershed year for me. Roughly in chronological order, I:</description><pubDate>Sun, 31 Dec 2017 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;2017 was a watershed year for me. Roughly in chronological order, I:&lt;/p&gt;
&lt;p&gt;Went to therapy for the first time in 5 years&lt;/p&gt;
&lt;p&gt;Got over a case of prostatitis&lt;/p&gt;
&lt;p&gt;Got a Nintendo switch, which is dope; Zelda: BoTW is clearly one of the best games ever made&lt;/p&gt;
&lt;p&gt;Drifted away from close friends and romantic partners in the Palouse which I feel guilty about&lt;/p&gt;
&lt;p&gt;Presented my research on ab-initio Raman spectra of liquid nitrogen at the NNSA-SSAP conference in Naperville, IL&lt;/p&gt;
&lt;p&gt;Left physics academia, probably permanently&lt;/p&gt;
&lt;p&gt;Bleached my hair white and colored it blue several times&lt;/p&gt;
&lt;p&gt;Made one Holistic Wellness EP&lt;/p&gt;
&lt;p&gt;Moved away from a partner and two cats in Pullman whom I miss and love very much&lt;/p&gt;
&lt;p&gt;Moved in with another partner in Manhattan whom I love very much&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://abehmiel.net/2017/09/14/what-i-did-at-rc/&quot;&gt;Spent a lot of time at the Recurse Center&lt;/a&gt;, met very cool folks there and worked on great things that piqued my interest and eventually helped me to transition my career into the tech industry&lt;/p&gt;
&lt;p&gt;Joined a fiction book club&lt;/p&gt;
&lt;p&gt;Went on NY basic health extended medicaid while I was unemployed and very thankful for the safety net&lt;/p&gt;
&lt;p&gt;Ate at no fewer than a dozen vegan spots in New York City&lt;/p&gt;
&lt;p&gt;Reconnected with many old friends whom I haven&apos;t seen in a long time&lt;/p&gt;
&lt;p&gt;Got to see a lot more of my family than I have in 3 years&lt;/p&gt;
&lt;p&gt;Was pretty broke, living on savings for half a year, while also helping to support two partners near and far, but it worked out pretty well, all things considered. Found out I&apos;m a really good homemaker&lt;/p&gt;
&lt;p&gt;Went to a squirting workshop, which was one of the best ways I&apos;ve ever spent a Friday night&lt;/p&gt;
&lt;p&gt;Learned shibari to an intermediate level&lt;/p&gt;
&lt;p&gt;Got hit by a car while riding a citibike, which was shitty, but I didn&apos;t break anything so, not that bad in the grand scheme of things&lt;/p&gt;
&lt;p&gt;Joined the DSA and started doing some political organizing things around town, mostly in a technology-related realm like algorithmic transparency&lt;/p&gt;
&lt;p&gt;Listened to more podcasts than music&lt;/p&gt;
&lt;p&gt;Went to Catholic Mass for the first time, in the context of my aunt and uncle renewing their vows for their 40th anniversary&lt;/p&gt;
&lt;p&gt;Went to a Jewish Renewal service for the first time, which was actually pretty great and reminded me of Lungfish&lt;/p&gt;
&lt;p&gt;Got bitten by the functional programming bug&lt;/p&gt;
&lt;p&gt;Met a lot of new dogs&lt;/p&gt;
&lt;p&gt;Started going to spas/bathhouses, which I can&apos;t believe I haven&apos;t done previously&lt;/p&gt;
&lt;p&gt;Did major upgrades and interior design work for my apartment on the cheap&lt;/p&gt;
&lt;p&gt;Got two most excellent tattoos from a shop around the corner from my folks house which is now probably my favorite shop&lt;/p&gt;
&lt;p&gt;Read the Three Body Problem trilogy by Cixin Liu, which is now my favorite book series I&apos;ve ever read&lt;/p&gt;
&lt;p&gt;Saw the Total Solar eclipse in Lake Cascade, ID, holy shit&lt;/p&gt;
&lt;p&gt;Got Moviepass, which is ridiculous&lt;/p&gt;
&lt;p&gt;Conducted a ~3 month long job search (and collected some unemployment during it) that ended with a dynamic and interesting role that will develop my career as a data scientist&lt;/p&gt;
&lt;p&gt;Did not make a zillion dollars in crypto and that&apos;s fine&lt;/p&gt;
&lt;p&gt;Got domestic partnership&apos;d for health insurance&lt;/p&gt;
&lt;p&gt;Walked a great many walks and got familiar with NYC in a brand new way&lt;/p&gt;
&lt;p&gt;Saw several awesome shows in NYC: Wire, Messthetics, Oxbow/SDF, The Make Up/James Chance/Martin Rev, Juana Molina&lt;/p&gt;
&lt;p&gt;Did a lot of vegan outreach&lt;/p&gt;
&lt;p&gt;Re-joined Facebook, mostly use it to cross-post from Twitter and IG, but feel pretty all right about it&lt;/p&gt;
&lt;p&gt;Read more books in a year than I have in a very long time, which I hope to continue&lt;/p&gt;
&lt;p&gt;Still straight edge as hell&lt;/p&gt;
&lt;p&gt;Realized I need to call people close to me on the phone more often because talking to humans feels good&lt;/p&gt;
&lt;p&gt;Realized I should probably write more&lt;/p&gt;
&lt;p&gt;Realized I should probably finish some of the fun and thought provoking projects I started so that I can have some interesting things to write about&lt;/p&gt;
</content:encoded><category>events</category><category>feelings</category><category>life</category><category>professional-development</category></item><item><title>Areas in which I&apos;d like to explore during my career</title><link>https://abehmiel.net/blog/2017-09-26-areas-in-which-id-like-to-explore-during-my-career</link><guid isPermaLink="true">https://abehmiel.net/blog/2017-09-26-areas-in-which-id-like-to-explore-during-my-career</guid><description>When I was entering into graduate school in nanoscale science, I did not have very many clear career goals besides, &quot;I&apos;d like to perform cutting-edge research i</description><pubDate>Tue, 26 Sep 2017 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;When I was entering into graduate school in nanoscale science, I did not have very many clear career goals besides, &quot;I&apos;d like to perform cutting-edge research in computational physics&quot;, &quot;I&apos;d like to work on green energy technology&quot;, and maybe &quot;I&apos;d like to use my talents to make the world a better place.&quot; Perhaps if I had been a little more considerate in some of my education choices and jumped on the AI/machine intelligence bandwagon earlier I would be more established in a career path right now, but hindsight is 20/20.&lt;/p&gt;
&lt;p&gt;I don&apos;t think such a mentality has really led me astray, however, and I do not have any regrets. My career path, despite in transition, has allowed me access to a lot more parts of the information technology spectrum than just physics and nanoscale science (and simulations thereof). Furthermore, my curiosities are piqued upon consideration and synthesis of the longitudinal aspects of various technologies and how they will impact society. I think communication of science and technology to laypeople and stakeholders is extremely important, and as the information-centered infrastructure of our world becomes more and more complex,&lt;/p&gt;
&lt;p&gt;The intent of this post is to establish a framework of current problems that I would like to invest time and energy into in my career, whether they are part of a day job, solo side-projects or collaborative efforts. I almost certainly won&apos;t have the time and energy to investigate them all, but as it stands in September 2017, this is a loose list of the things that I think the most often about:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The plight of farmed animals for food; how to create more environmentally friendly and reduced-emissions protein sources that minimize cruelty* in the supply chain (*defined herein as the taking of life, forced confinement and/or loss of agency in animal and humans)&lt;/li&gt;
&lt;li&gt;The plight of animal models for toxicology, illness and psychological studies; how to use computational toxicology and other scientific approaches to reduce cruelty inherent in animal model research and potentially make it obsolete&lt;/li&gt;
&lt;li&gt;Force multipliers in machine learning for mobilizing collective power, rather than operating hierarchically &apos;downwards&apos; originating from analysts (&lt;a href=&quot;http://social-creature.com/the-algorithm-defense-frontier&quot;&gt;see here&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Legislative approaches towards algorithmic transparency&lt;/li&gt;
&lt;li&gt;The encoding of emotional information in environment-percept-agent-action models for general artificial intelligence, and how to structure considerations of agents before actions are taken to recursively consider effects on other agents (to reduce suffering of human agents or maximize the number of liberties of other agents that themselves maximize liberties, and so on)&lt;/li&gt;
&lt;li&gt;Natural language processing (NLP) approaches to de-escalation of personal crises&lt;/li&gt;
&lt;li&gt;How to avert a coming catastrophe in workforce automation: work-centered identities, e.g: truck-drivers still viewing themselves as truck drivers post-automation but without reliable employment, and what that means in the context of culture war, re-training for other jobs, etc.&lt;/li&gt;
&lt;li&gt;The use of video games and/or virtual reality as storytelling and educational devices, to share information in a way that allows, for example, students to learn in an optimal manner for their learning styles (with obvious applications to learning-disabled or autism-spectrum individuals)&lt;/li&gt;
&lt;li&gt;&quot;Big data&quot; approaches to centrally-planned economies&lt;/li&gt;
&lt;li&gt;Blockchain approaches to (decentralized) credit monitoring&lt;/li&gt;
&lt;li&gt;The intersection between category theory, decision-making in general AI, cellular automata, and theorem proving (hopefully combined with (5) and hence, a general model that may operate in a falsifiable &apos;least-suffering&apos; praxis)&lt;/li&gt;
&lt;li&gt;Collectively-owned ad-hoc data analytics enterprises&lt;/li&gt;
&lt;li&gt;Abolition of prisons and the police force; what would be necessary and how could technology compliment such aims while respecting peoples privacy, agency, and humanity&lt;/li&gt;
&lt;li&gt;Mapping and understanding the role of music subculture in codifying a person&apos;s beliefs and choices using computational approaches&lt;/li&gt;
&lt;li&gt;Understanding product management and business analytics (or, making progress towards general competency in the area)&lt;/li&gt;
&lt;li&gt;Staying on the forefront of developments in neural networks, machine/deep learning, data science, data engineering, interactive visualizations and advanced statistical and analytical tools&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;I&apos;m sure I&apos;ll have more to update in the future.&lt;/p&gt;
</content:encoded><category>life</category><category>professional-development</category></item><item><title>What I did at RC</title><link>https://abehmiel.net/blog/2017-09-14-what-i-did-at-rc</link><guid isPermaLink="true">https://abehmiel.net/blog/2017-09-14-what-i-did-at-rc</guid><description>An inexhaustive list of things I&apos;ve done during my retreat at the Recurse Center: (explanatory links will be added when summary posts are finished)</description><pubDate>Thu, 14 Sep 2017 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;An inexhaustive list of things I&apos;ve done during my retreat at the Recurse Center: (explanatory links will be added when summary posts are finished)&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Worked on the &lt;a href=&quot;https://www.kaggle.com/c/instacart-market-basket-analysis&quot;&gt;Instacart Market Basket Analysis&lt;/a&gt; competition (1577th place at 0.3772453; max score 0.4091449)&lt;/li&gt;
&lt;li&gt;Did some introductory exercises with javascript coding and syntax on Freecodecamp&lt;/li&gt;
&lt;li&gt;Tried to implement a way to call the pavlok API to shock a user according to vents in a PICO-8 console through a &lt;a href=&quot;https://github.com/justinj/communic8&quot;&gt;javascript bridge&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Wrote three PICO-8 games:
&lt;ul&gt;
&lt;li&gt;Quantum trouncer, a (yet unfinished) maze in reciprocal space&lt;/li&gt;
&lt;li&gt;Spaceball, an arkanoid where your paddle is confined to a circle and blocks appear in the middle&lt;/li&gt;
&lt;li&gt;An implementation of the Langton&apos;s Ant cellular automata&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;A twitter bot and Lua script based approach (&lt;a href=&quot;https://www.twilio.com/blog/2015/08/romram-hacking-building-an-sms-powered-game-genie-with-lua-and-python.html&quot;&gt;similar to this one with Twilio&lt;/a&gt;) to enable game genie codes in Super Mario Bros. in FCEUX via tweet, using Levenshtein distance and a lookup table&lt;/li&gt;
&lt;li&gt;Learned about &lt;a href=&quot;https://github.com/saulpw/visidata&quot;&gt;Visidata&lt;/a&gt;, an incredibly powerful tool that I&apos;ve incorporated into my daily workflow&lt;/li&gt;
&lt;li&gt;A lot of boring but necessary progress in SQL skills&lt;/li&gt;
&lt;li&gt;A lot of less-boring but extremely welcome progress in vim skills&lt;/li&gt;
&lt;li&gt;Paired with &lt;a href=&quot;http://homeowmorphism.com&quot;&gt;Hang Lu Su&lt;/a&gt; on a &lt;a href=&quot;https://twitter.com/@theelbot&quot;&gt;twitter bot for social good :)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Paired on an image&lt;/li&gt;
&lt;li&gt;Wrote and presented a 45-minute introductory presentation to machine learning for beginners &lt;em&gt;(slides no longer available)&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Forked and modified a twitter-archival script or the purpose of downloading .png screenshot images of a user&apos;s entire timeline (not RTs, though), &lt;a href=&quot;https://github.com/abehmiel/timescreen&quot;&gt;available here&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Several days worth of interview practice and basic algorithms and data structures refreshers -- lots of hackerrank&lt;/li&gt;
&lt;li&gt;Workshops on testing- what it is and how to use (mostly Python) libaries like Hypothesis and pytest.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/katieamazing/refucktoring&quot;&gt;Refucktoring&lt;/a&gt;! This was a really fun exercise where a group of people took running code and made it worse by obfuscating things while still ensuring that tests pass. &lt;a href=&quot;https://gist.github.com/abehmiel/98c3fa593cd4e8ba2f3bdad8442a50f7&quot;&gt;Here&apos;s my version of a Lua script that translates between integers and Roman numerals&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;A little bit of reinforcement learning with FCEUX using the setup &lt;a href=&quot;http://www.ehrenbrav.com/2016/08/teaching-your-computer-to-play-super-mario-bros-a-fork-of-the-google-deepmind-atari-machine-learning-project/&quot;&gt;described here&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Refactored my &lt;a href=&quot;https://github.com/abehmiel/pyedgeon&quot;&gt;pyedgeon code&lt;/a&gt;, and created an &lt;a href=&quot;https://www.instagram.com/secret_msgs_bb/&quot;&gt;instagram bot&lt;/a&gt; based on it (really, in present form, a python script that can post via terminal)&lt;/li&gt;
&lt;li&gt;Worked on some data science take-home interview questions and &lt;a href=&quot;https://github.com/abehmiel/data-science-take-home-challenges&quot;&gt;compiled a repo for my answers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Facilitated &lt;em&gt;feelings check-in&lt;/em&gt; for the second 6-week span of my batch&lt;/li&gt;
&lt;li&gt;Clicked through several ipython notebooks about adversarial machine learning (cleverhans library)&lt;/li&gt;
&lt;li&gt;Made a very simple django website using the &lt;a href=&quot;https://tutorial.djangogirls.org/en/&quot;&gt;djangogirls docs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Did a lot of studying statistics&lt;/li&gt;
&lt;li&gt;Did a few extremely basic Haskell and Elm tutorials; didn&apos;t really get it&lt;/li&gt;
&lt;li&gt;Used TileMill to create a map of projected sea level rise in NYC over the next century (but never published it)&lt;/li&gt;
&lt;li&gt;Re-hashed my resume and created a jobs profile on the RC website&lt;/li&gt;
&lt;li&gt;Wrote Web Scrapers to obtain large numbers of press releases to help one of &lt;a href=&quot;http://paul-gowder.com/&quot;&gt;Paul Gowder&apos;s projects&lt;/a&gt;: &lt;a href=&quot;https://gist.github.com/abehmiel/4298adb93dbf80b6b5879c1cd2993dcf&quot;&gt;pressreleasepoint&lt;/a&gt;, &lt;a href=&quot;https://gist.github.com/abehmiel/44f2cfb8b4c40ca5e901a6f190376513&quot;&gt;cbs news&lt;/a&gt;, &lt;a href=&quot;https://gist.github.com/abehmiel/dced5101c33cb5d4cde819b3df0ba8fb&quot;&gt;fox news&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Generally, did a lot of talking to really amazing bright people&lt;/li&gt;
&lt;/ul&gt;
</content:encoded><category>code</category><category>feelings</category><category>life</category><category>professional-development</category></item><item><title>What Time Does the Shock Arrive at the Top of the Pipe?</title><link>https://abehmiel.net/blog/2017-05-02-what-time-does-the-shock-arrive-at-the-top-of-the-pipe</link><guid isPermaLink="true">https://abehmiel.net/blog/2017-05-02-what-time-does-the-shock-arrive-at-the-top-of-the-pipe</guid><description>During my first few days of unemployment, I wrote/mixed/mastered a quick 3-song release with 1 original (Melt Glass) and two covers (Mehmet Ali Ağca by Self Def</description><pubDate>Tue, 02 May 2017 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;During my first few days of unemployment, I wrote/mixed/mastered a quick 3-song release with 1 original (Melt Glass) and two covers (Mehmet Ali Ağca by Self Defense Family; Savings by Lungfish). It&apos;s called &quot;What Time Does the Shock Arrive at the Top of the Pipe?&quot; and is available for free download on the &lt;a href=&quot;https://holisticwellness.bandcamp.com/album/what-time-does-the-shock-arrive-at-the-top-of-the-pipe&quot;&gt;Holistic Wellness bandcamp&lt;/a&gt; and right here:&lt;/p&gt;
&lt;p&gt;[bandcamp width=350 height=470 album=3424482117 size=large bgcol=ffffff linkcol=0687f5 tracklist=false]&lt;/p&gt;
&lt;p&gt;Re-creating Andrew Franciosa&apos;s photo of Kelsea Adams for the album art was really fun. Credit to Sheila Fitzgerald for the photo, artistic direction and aesthetics.&lt;/p&gt;
&lt;p&gt;I&apos;m probably not going to begin to have a chance to make more music until late June when I return to the Palouse for my guitar and pedalboard, focusing my energies on Recurse instead.&lt;/p&gt;
</content:encoded><category>holistic-wellness</category><category>lungfish</category><category>music</category></item><item><title>Periwinkle</title><link>https://abehmiel.net/blog/2017-05-02-periwinkle</link><guid isPermaLink="true">https://abehmiel.net/blog/2017-05-02-periwinkle</guid><description>Sheila used a ~1:1 dilution of the Arctic Fox &quot;Periwinkle&quot; hair dye with conditioner to achieve this effect. I love it! My hair was so dark that it required 3 b</description><pubDate>Tue, 02 May 2017 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Sheila used a ~1:1 dilution of the Arctic Fox &quot;Periwinkle&quot; hair dye with conditioner to achieve this effect. I love it! My hair was so dark that it required 3 bleachings to get to a point that it would properly take color, and we didn&apos;t read the instructions properly on the 1st bleaching. Anyway, it was their first experience dying someone else&apos;s hair and my first time getting it done. I think I&apos;ll really like how it grows in, too. We took the pictures in Wawawai landing, on the Snake River. It&apos;s one of my favorite places in the area. We&apos;ve had a really wet spring, and combined with a brushfire late last year, the whole place was greener than I had ever seen it!&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://abehmiel.net/images/blog/ef520e84-3b55-442d-946b-f2c180a68d47.webp&quot; alt=&quot;Periwinkle hair dye&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://abehmiel.net/images/blog/25d09fad-4d25-4b98-8130-7d6141ddc558.webp&quot; alt=&quot;Periwinkle hair dye&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://abehmiel.net/images/blog/9d676c56-5dc9-444c-a77e-1918c1a1cd03.webp&quot; alt=&quot;Periwinkle hair dye&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Today&apos;s my last full day in Pullman- I move to Manhattan tomorrow. Most of the stuff I care about is moving with me in luggage or already shipped back East. I had a pretty successful yard sale the other day at WSU and donated a ton of old clothes. I&apos;m trying to take on more of a minimalist approach to life, and doing not too badly so far, but there&apos;s this weird sentimental attachment to inanimate objects and the nostalgia they carry that bugs me.&lt;/p&gt;
&lt;p&gt;I&apos;ll be back in the Palouse a couple times over the summer: once to move some more stuff and take my guitar and pedalboard back with me, and then again to catch the eclipse in Mid-August after my Recurse batch is over.&lt;/p&gt;
</content:encoded><category>body-stuff</category><category>feelings</category><category>life</category><category>photos</category></item><item><title>Recurse Center Admission!</title><link>https://abehmiel.net/blog/2017-04-05-recurse-center-admission</link><guid isPermaLink="true">https://abehmiel.net/blog/2017-04-05-recurse-center-admission</guid><description>Good news, everyone! My admission application to The Recurse Center has been accepted and I will be moving to New York City in early May to attend the Summer I </description><pubDate>Wed, 05 Apr 2017 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Good news, everyone! My admission application to The Recurse Center has been accepted and I will be moving to New York City in early May to attend the Summer I batch from May 22 to August 10th.&lt;/p&gt;
&lt;p&gt;I&apos;m really excited for this opportunity and think it&apos;s perfect for my career trajectory. I&apos;ve been dissatisfied with academia and realized a little while ago that I&apos;m probably not cut out for a long-term career in it, and want to sharpen my skills as a programmer instead. The jobs and possible career paths that are most interesting to me have a data software development focus rather than hard science, i. e., getting papers published. I learned software development from a physics perspective rather than a computer science perspective, and working alone, siloed, in most of my research topics and projects has been rather limiting to me in that regard. For example, the first time I&apos;ve ever pair-programmed was during my RC interview and I&apos;m not aware of any instance of any other person ever using software that I wrote for DFT/MD purposes. In addition to that, the software I&apos;ve written as a postdoc is property of my PI, who has forbidden me from open-sourcing it. I need a breath of fresh air and to spend time in an environment where I can grow my potential.&lt;/p&gt;
&lt;p&gt;Of course, I&apos;ll have much more to say about Recurse in the coming months but for now, I&apos;d love to sharpen my large-scale development chops, contribute to some open-source software, start some cool projects in data science and machine learning, do some full stack web development, and try to throw in a little PICO-8 project, too! It&apos;s definitely going to be a jam-packed 3 months. But yeah, to summarize: I&apos;m a Recurser! Woohoo!&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://abehmiel.net/images/blog/kjcvviji_400x400.webp&quot; alt=&quot;KJCvViJI_400x400&quot; /&gt;&lt;/p&gt;
</content:encoded><category>events</category><category>life</category><category>professional-development</category></item><item><title>Langton&apos;s Ant in Python</title><link>https://abehmiel.net/blog/2017-04-04-langtons-ant-in-python</link><guid isPermaLink="true">https://abehmiel.net/blog/2017-04-04-langtons-ant-in-python</guid><description>I started [a new repo on github that computes the Langton&apos;s Ant cellular automata in python](https://github.com/abehmiel/Langton). For more information on Langt</description><pubDate>Tue, 04 Apr 2017 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;I started &lt;a href=&quot;https://github.com/abehmiel/Langton&quot;&gt;a new repo on github that computes the Langton&apos;s Ant cellular automata in python&lt;/a&gt;. For more information on Langton&apos;s Ant, &lt;a href=&quot;https://github.com/abehmiel/Langton&quot;&gt;see its wikipedia page&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Using classes in OOP is relatively unfamiliar to me, since most of the programing I&apos;ve done in the last several years has been analysis scripts to extract trends and statistics out of DFT simulations. I&apos;m slowly unlearning being a physicist-programmer and trying to learn programming &apos;the right way.&apos; That being said, I&apos;m still using plain ol&apos; trusty Matplotlib to render the ants and worlds in this code.&lt;/p&gt;
&lt;p&gt;The Langton&apos;s ant program can use any arbitrary rule set in the form of a string like &apos;rllr&apos; which determines the ant&apos;s turning directive as a function of the present board state. In addition to performing the rules on a flat 2D grid with edges where the CA will stop if the ant falls of an edge, the program can also use a torus or Klein bottle topology. Making gifs is also supported, but rendering them takes a very long time. Below are some ouput .png files. The first is 11000 steps of the &apos;rl&apos; directive:&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://abehmiel.net/images/blog/rl-1ants-11000steps-kleinbottlex1.webp&quot; alt=&quot;rl-1ants-11000steps-kleinbottlex&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Here&apos;s 60000 steps of the &apos;rllr&apos; directive, where this figure helps to demonstrate that a cyclic list of doubled directive characters will produce a high degree of symmetry:&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://abehmiel.net/images/blog/rllr-1ants-60000steps-kleinbottlex.webp&quot; alt=&quot;rllr-1ants-60000steps-kleinbottlex&quot; /&gt;&lt;/p&gt;
&lt;p&gt;The ant on a Klein bottle is an interesting case. A Klein bottle has a torus boundary condition joining two opposing edges and Möbius boundary conditions joining the remaining two, in which there is a &apos;twist&apos; in the boundary that maps the top of the world to the bottom. I&apos;d love to investigate the effect of topological closure on ant patterns further; it seems that that area is not well-studied. The ant&apos;s behavior at the boundary in the &apos;rl&apos; rule populates the entire Klein bottle boundary region when it is discovered, like in this gif:&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://abehmiel.net/images/blog/rl-1ants-1000steps-kleinbottlex.webp&quot; alt=&quot;rl-1ants-1000steps-kleinbottlex&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I used this program for my Recurse center interview; the pair programming exercise consisted of adding animation to the program from a less-finished state. I was accepted, and that&apos;s a topic for another post ;)&lt;/p&gt;
</content:encoded><category>code</category><category>graphics</category></item><item><title>Look Into the Void and See</title><link>https://abehmiel.net/blog/2017-01-19-look-into-the-void-and-see</link><guid isPermaLink="true">https://abehmiel.net/blog/2017-01-19-look-into-the-void-and-see</guid><description>When I made this 9-tile multimedia project a year and a half ago I never linked to it here. I used a tinkered version of Google&apos;s Deep Dream to create some medi</description><pubDate>Thu, 19 Jan 2017 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;When I made this 9-tile multimedia project a year and a half ago I never linked to it here. I used a tinkered version of Google&apos;s Deep Dream to create some meditations on the fullness of space and sound.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.instagram.com/explore/tags/lookintothevoidandsee/&quot;&gt;https://www.instagram.com/explore/tags/lookintothevoidandsee/&lt;/a&gt;&lt;/p&gt;
</content:encoded><category>graphics</category><category>music</category></item><item><title>Optical Illusion Buttons in Python</title><link>https://abehmiel.net/blog/2017-01-19-optical-illusion-buttons-in-python</link><guid isPermaLink="true">https://abehmiel.net/blog/2017-01-19-optical-illusion-buttons-in-python</guid><description>I wrote a short python script to generate optical illusion buttons that can&apos;t be read very well unless you tilt the screen or image to a very low angle, almost </description><pubDate>Thu, 19 Jan 2017 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;I wrote a short python script to generate optical illusion buttons that can&apos;t be read very well unless you tilt the screen or image to a very low angle, almost edge-on, yielding images like this:&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://abehmiel.net/images/blog/npr-cool-dad-rock.webp&quot; alt=&quot;NPR COOL DAD ROCK.png&quot; /&gt;&lt;/p&gt;
&lt;p&gt;If you&apos;re doing it right, you should see the phrase, &quot;NPR COOL DAD ROCK.&quot;&lt;/p&gt;
&lt;p&gt;The code is below, to generate an 18-character-or-less button. There are two things to be aware of: the only two dependencies are &lt;a href=&quot;http://pillow.readthedocs.io/en/3.1.x/index.html&quot;&gt;PIL&lt;/a&gt; and &lt;a href=&quot;http://www.numpy.org/&quot;&gt;NumPy&lt;/a&gt;, and if you&apos;re not on a Debian-based Linux system, you may need to adjust a line of code near the top to find the font you want. Try experimenting with parameters and fonts, some definitely work better than others. Narrow fonts tend to look pretty good. I&apos;d love to optimize for speed, but it only takes about 3 or 4 seconds to run on my machine. This should work with either Python 2 or 3 (tested with 3.5). This repo is now hosted on GitHub &lt;a href=&quot;https://github.com/abehmiel/pyedgeon&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;from PIL import ImageFont
from PIL import Image
from PIL import ImageDraw
from PIL import ImageOps
from numpy import sqrt

illusion_text = &quot;NPR COOL DAD ROCK&quot;
text_color = (0, 0, 0)
background_color = (255, 255, 255)
img_side = 1024

font_path = &quot;/usr/share/fonts/truetype/dejavu/DejaVuSans-ExtraLight.ttf&quot;
charmax = 18
font_size_guess = 7 * (30 - len(illusion_text))
crop_width_x = 12
crop_width_y = 3
num_rotations = 6
darkness_threshold = 108

if len(illusion_text) &amp;lt;= charmax:
    pass
else:
    print(&apos;WARNING: Text too long. Exiting.&apos;)
    raise SystemExit(0)

img_size = (img_side, img_side)
img_size_text = (img_side, img_side)

raw_img = Image.new(&quot;RGB&quot;, img_size_text, background_color)
img = Image.new(&quot;RGBA&quot;, img_size, background_color)
circle_img = Image.new(&quot;RGBA&quot;, img_size, background_color)
full_image = Image.new(&quot;RGBA&quot;, img_size, background_color)
draw = ImageDraw.Draw(raw_img)

# step through font sizes to find optimal font for box
for font_trial in range(font_size_guess - 30, font_size_guess + 30):
    possible_font = ImageFont.truetype(font_path, font_trial)
    raw_img = Image.new(&quot;RGB&quot;, img_size_text, background_color)
    draw = ImageDraw.Draw(raw_img)
    draw.text((crop_width_x, crop_width_y), illusion_text, text_color, font=possible_font)

    # find bounding box of text by inversion
    inverted = ImageOps.invert(raw_img)
    possible_boundingbox = (
        inverted.getbbox()[0] - crop_width_x,
        inverted.getbbox()[1] - crop_width_y,
        inverted.getbbox()[2] + crop_width_x,
        inverted.getbbox()[3] + crop_width_y,
    )
    if possible_boundingbox[2] - possible_boundingbox[0] &amp;lt; img_side - 2 * crop_width_x:
        boundingbox = possible_boundingbox
        font_size = font_trial
    else:
        break

raw_img = Image.new(&quot;RGB&quot;, img_size_text, background_color)
draw = ImageDraw.Draw(raw_img)
font = ImageFont.truetype(
    &quot;/usr/share/fonts/truetype/dejavu/DejaVuSans-ExtraLight.ttf&quot;, font_size
)
draw.text((crop_width_x, crop_width_y), illusion_text, text_color, font=font)
inverted = ImageOps.invert(raw_img)
raw_img = raw_img.crop(boundingbox)
scaled_img = raw_img.resize((img_side, img_side), Image.BICUBIC)
img.paste(scaled_img, (0, 0))

# map points in the square image to points in a circle
# turn light grey and white to alpha channel. Blacken dark grays.
pixdata = img.load()
for y in range(img.size[1]):
    for x in range(img.size[0]):
        if pixdata[x, y] == (255, 255, 255, 255):
            pixdata[x, y] = (255, 255, 255, 0)
        elif pixdata[x, y][1] &amp;gt;= darkness_threshold:
            pixdata[x, y] = (255, 255, 255, 0)
        elif pixdata[x, y][1] &amp;lt;= darkness_threshold:
            pixdata[x, y] = (0, 0, 0, 255)

circle_img.paste(img, (0, 0))

pixdata2 = circle_img.load()
for x in range(img_side):
    Ysize = 2 * sqrt((img_side / 2) ** 2 - (x - (img_side / 2)) ** 2)
    for y in range(img_side):
        Yoffset = int((img_side - Ysize) / 2.)
        Y = Yoffset + int((Ysize / img_side) * y)
        pixdata2[x, Y] = pixdata[x, y]
        if sqrt((x - img_side / 2) ** 2 + (y - img_side / 2) ** 2) &amp;gt;= img_side / 2 - 2:
            pixdata2[x, y] = (255, 255, 255, 0)

for i in range(num_rotations):
    this_circle = circle_img.rotate(i * 180 / num_rotations)
    full_image.paste(this_circle, (0, 0), this_circle)

pixdata = full_image.load()
for y in range(full_image.size[1]):
    for x in range(full_image.size[0]):
        if pixdata[x, y] == (255, 255, 255, 0):
            pixdata[x, y] = (255, 255, 255, 255)

full_image.save(illusion_text + &quot;.png&quot;)
&lt;/code&gt;&lt;/pre&gt;
</content:encoded><category>code</category><category>graphics</category></item><item><title>Holistic Wellness: Dispatches from the land of Wheat and Divorce</title><link>https://abehmiel.net/blog/2016-10-25-holistic-wellness-dispatches-from-the-land-of-wheat-and-divorce</link><guid isPermaLink="true">https://abehmiel.net/blog/2016-10-25-holistic-wellness-dispatches-from-the-land-of-wheat-and-divorce</guid><description>A new full-length album by Holistic Wellness is out on bandcamp. I&apos;ve been working on it in fits and starts since April. Listen and grok, 7 songs of ecstatic bl</description><pubDate>Tue, 25 Oct 2016 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;A new full-length album by Holistic Wellness is out on bandcamp. I&apos;ve been working on it in fits and starts since April. Listen and grok, 7 songs of ecstatic bliss and devastating alienation.&lt;/p&gt;
&lt;p&gt;[bandcamp width=350 height=470 album=1993138552 size=large bgcol=ffffff linkcol=0687f5 tracklist=false]&lt;/p&gt;
</content:encoded></item><item><title>Research Update - May 2016</title><link>https://abehmiel.net/blog/2016-05-27-research-update</link><guid isPermaLink="true">https://abehmiel.net/blog/2016-05-27-research-update</guid><description>Hey all, I&apos;d like to give a quick research update on things I&apos;ve been working on in my professional life. I&apos;ve got two papers published this year. Their abstrac</description><pubDate>Fri, 27 May 2016 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey all, I&apos;d like to give a quick research update on things I&apos;ve been working on in my professional life. I&apos;ve got two papers published this year. Their abstracts and citations are below.&lt;/p&gt;
&lt;h3&gt;&lt;strong&gt;&lt;a href=&quot;http://www.sciencedirect.com/science/article/pii/S0022369716300385&quot;&gt;Third-order elastic constants of diamond determined from experimental data&lt;/a&gt;&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;The pressure derivatives of the second-order elastic constants (SOECs) of diamond were determined by analyzing previous sound velocity measurements under hydrostatic stress [McSkimin and Andreatch, J. Appl. Phys., vol. 43, 1972, pp. 2944]. Our analysis corrects an error in the previously reported results. Using the corrected pressure derivatives, together with published data for the nonlinear elastic response of shock-compressed diamond [Lang and Gupta, Phys. Rev. Lett., vol. 106, 2011, pp. 125502], a complete and corrected set of third-order elastic constants (TOECs) is presented that differs significantly from TOECs published previously.&lt;/p&gt;
&lt;h3&gt;&lt;strong&gt;&lt;a href=&quot;http://journals.aps.org/prb/abstract/10.1103/PhysRevB.93.174113&quot;&gt;Nonlinear elastic response of strong solids: First-principles calculations of the third-order elastic constants of diamond&lt;/a&gt;&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;Accurate theoretical calculations of the nonlinear elastic response of strong solids (e.g., diamond) constitute a fundamental and important scientific need for understanding the response of such materials and for exploring the potential synthesis and design of novel solids. However, without corresponding experimental data, it is difficult to select between predictions from different theoretical methods. Recently the complete set of third-order elastic constants (TOECs) for diamond was determined experimentally, and the validity of various theoretical approaches to calculate the same may now be assessed. We report on the use of density functional theory (DFT) methods to calculate the six third-order elastic constants of diamond. Two different approaches based on homogeneous deformations were used: (1) an energy-strain fitting approach using a prescribed set of deformations, and (2) a longitudinal stress-strain fitting approach using uniaxial compressive strains along the [100], [110], and [111] directions, together with calculated pressure derivatives of the second-order elastic constants. The latter approach provides a direct comparison to the experimental results. The TOECs calculated using the energy-strain approach differ significantly from the measured TOECs. In contrast, calculations using the longitudinal stress-uniaxial strain approach show good agreement with the measured TOECs and match the experimental values significantly better than the TOECs reported in previous theoretical studies. Our results on diamond have demonstrated that, with proper analysis procedures, first-principles calculations can indeed be used to accurately calculate the TOECs of strong solids.&lt;/p&gt;
</content:encoded><category>quantum-chemistry</category><category>science</category></item><item><title>Watch &quot;Holistic Wellness - I&apos;m Having a Hard Time Getting Excited About Graphene Nowadays - 4/16/2016&quot; on YouTube</title><link>https://abehmiel.net/blog/2016-04-19-watch-holistic-wellness-im-having-a-hard-time-getting-excited-about-graphene-nowadays-4162016-on-youtube</link><guid isPermaLink="true">https://abehmiel.net/blog/2016-04-19-watch-holistic-wellness-im-having-a-hard-time-getting-excited-about-graphene-nowadays-4162016-on-youtube</guid><description>Played at the bayou last Saturday and Sheila Fitzgerald captured a rad video of the last song in my set:</description><pubDate>Tue, 19 Apr 2016 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Played at the bayou last Saturday and Sheila Fitzgerald captured a rad video of the last song in my set:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://youtu.be/wyK2ne-YPvE&quot;&gt;https://youtu.be/wyK2ne-YPvE&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Related: I started a new YouTube channel for Holistic Wellness things. I need 100 subscribers for a custom URL, then from there is just a small step to a Maserati collection.&lt;/p&gt;
</content:encoded></item><item><title>Paeans to Extrema</title><link>https://abehmiel.net/blog/2016-01-26-paeans-to-extrema</link><guid isPermaLink="true">https://abehmiel.net/blog/2016-01-26-paeans-to-extrema</guid><description>Newest 4-song EP, &quot;Paeans to Extrema&quot; is out now on bandcamp!</description><pubDate>Tue, 26 Jan 2016 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Newest 4-song EP, &quot;Paeans to Extrema&quot; is out now on bandcamp!&lt;/p&gt;
&lt;p&gt;[bandcamp width=350 height=470 album=1515791498 size=large bgcol=ffffff linkcol=0687f5 tracklist=false]&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;The Spotify release is coming soon. Listen/tease/play/refuse/download/bite/regurgitate - I also made it so you can buy the whole Holistic Wellness discography from bandcamp for a 30% reduced price.&lt;/p&gt;
&lt;p&gt;Very shortly, I&apos;m going to decide to either to an &lt;a href=&quot;http://www.rpmchallenge.com/&quot;&gt;RPM challenge&lt;/a&gt; album or not. Either way, I have a show booked coming up soon so I need to figure out how to play these new jams live. Thanks for checking it out.&lt;/p&gt;
</content:encoded><category>holistic-wellness</category><category>music</category></item><item><title>Holistic Wellness is on Spotify</title><link>https://abehmiel.net/blog/2016-01-23-holistic-wellness-is-on-spotify</link><guid isPermaLink="true">https://abehmiel.net/blog/2016-01-23-holistic-wellness-is-on-spotify</guid><description>Word.</description><pubDate>Sat, 23 Jan 2016 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Word.&lt;/p&gt;
&lt;p&gt;I&apos;m Having a Great Deal of Difficulty Processing the Cruelties of our History: &lt;a href=&quot;https://open.spotify.com/album/53LkIwrHggIx7RD5uzFNRV&quot;&gt;https://open.spotify.com/album/53LkIwrHggIx7RD5uzFNRV&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Hierophanies for Goblins: &lt;a href=&quot;https://open.spotify.com/album/1NdgPJUBCtOkRZkgvUMGua&quot;&gt;https://open.spotify.com/album/1NdgPJUBCtOkRZkgvUMGua&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Also on Google play, iTunes, Shazam, Deezer, Tidal, and more. Seek and ye shall find.&lt;/p&gt;
</content:encoded><category>holistic-wellness</category><category>music</category></item><item><title>Hierophanies for Goblins</title><link>https://abehmiel.net/blog/2015-12-15-hierophanies-for-goblins</link><guid isPermaLink="true">https://abehmiel.net/blog/2015-12-15-hierophanies-for-goblins</guid><description>I&apos;m very pleased to announce a new four-song Holistic Wellness EP today, &quot;Hierophanies for Goblins.&quot; For those who like hearing the same thing over and over aga</description><pubDate>Tue, 15 Dec 2015 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;I&apos;m very pleased to announce a new four-song Holistic Wellness EP today, &quot;Hierophanies for Goblins.&quot; For those who like hearing the same thing over and over again, and also not. I&apos;ve been working on this since October and I hope you enjoy it.&lt;/p&gt;
&lt;p&gt;Listen/share/buy/beg/borrow/steal/peel/wheel/within/wheel&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;[bandcamp width=350 height=470 album=1163189406 size=large bgcol=ffffff linkcol=0687f5 tracklist=false]&lt;/p&gt;
</content:encoded><category>holistic-wellness</category><category>music</category></item><item><title>Here&apos;s a clear sign that I follow Self Defense Family a little TOO closely</title><link>https://abehmiel.net/blog/2015-10-21-heres-a-clear-sign-that-i-follow-self-defense-family-a-little-too-closely</link><guid isPermaLink="true">https://abehmiel.net/blog/2015-10-21-heres-a-clear-sign-that-i-follow-self-defense-family-a-little-too-closely</guid><description>I just realized this now. Compare: [This upcoming SDF 7&quot;](https://ironpier.bandcamp.com/album/when-the-barn-caves-in-b-w-alan) and [the EP I made last month.](h</description><pubDate>Wed, 21 Oct 2015 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;I just realized this now. Compare: &lt;a href=&quot;https://ironpier.bandcamp.com/album/when-the-barn-caves-in-b-w-alan&quot;&gt;This upcoming SDF 7&quot;&lt;/a&gt; and &lt;a href=&quot;https://holisticwellness.bandcamp.com/album/im-having-a-great-deal-of-difficulty-processing-the-cruelties-of-our-history&quot;&gt;the EP I made last month.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I wrote my EP with no knowledge of the Self Defense songs. The lyrical and thematic content of &quot;Alan&quot; is eerily similar to the track titles on my EP and the general feeling of the third song. The cover art of the Holistic Wellness EP is a goddamn barn that caved in between Pullman and Moscow that I used to see on my commute to work every day. What the hell.&lt;/p&gt;
&lt;p&gt;More Holistic Wellness offerings are in the works. Hopefully they won&apos;t infringe on any IP.&lt;/p&gt;
</content:encoded><category>music</category></item><item><title>I&apos;m Having a Great Deal of Difficulty Processing the Cruelties of our History</title><link>https://abehmiel.net/blog/2015-09-23-im-having-a-great-deal-of-difficulty-processing-the-cruelties-of-our-history</link><guid isPermaLink="true">https://abehmiel.net/blog/2015-09-23-im-having-a-great-deal-of-difficulty-processing-the-cruelties-of-our-history</guid><description>I wrote a new album (well, an EP, really) earlier this month, my first since Tensor Tympani in late 2012. I feel good about having proper music production tools</description><pubDate>Wed, 23 Sep 2015 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;I wrote a new album (well, an EP, really) earlier this month, my first since Tensor Tympani in late 2012. I feel good about having proper music production tools now, and I am in awe of what can be done with Logic Pro X. It&apos;s called &quot;I&apos;m Having a Great Deal of Difficulty Processing the Cruelties of our History&quot; and the name of the project is Holistic Wellness. It&apos;s definitely one of my favorite releases I&apos;ve ever made.&lt;/p&gt;
&lt;p&gt;I won&apos;t say too much about it right now and let you decide that for yourself, besides it&apos;s definitely a departure from _11:34 but not &lt;strong&gt;too&lt;/strong&gt; much of one. I&apos;ve adjusted the melody vs. repetition equation dial way off to one side (that way, it&apos;s also perfectly amenable to live performance with a loop station). I felt it merited a new name, and I&apos;ve already been recording some noise albums with a friend under that moniker, so Holistic Wellness it is, forever trapped in the garbage crevices of bad SEO. There will be many more where this came from, hopefully at the rate of a new EP or so every month. I&apos;m feeling a big creative upswing, and it&apos;s dope. Listen/buy/ignore/rejoice/disdain.&lt;/p&gt;
&lt;p&gt;[bandcamp width=350 height=470 album=3009059277 size=large bgcol=ffffff linkcol=0687f5 tracklist=false]&lt;/p&gt;
</content:encoded><category>holistic-wellness</category><category>music</category></item><item><title>#DeepDream Tests: Parameters and Layers</title><link>https://abehmiel.net/blog/2015-07-16-deepdream-tests-parameters-and-layers</link><guid isPermaLink="true">https://abehmiel.net/blog/2015-07-16-deepdream-tests-parameters-and-layers</guid><description>I know this is all coming out about a week after I started seeing some of these parameter and layer tests, but I wanted to make my own, both for easy reference </description><pubDate>Thu, 16 Jul 2015 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;I know this is all coming out about a week after I started seeing some of these parameter and layer tests, but I wanted to make my own, both for easy reference and for more precise targeting of layer articulations in the Google Imagenet library. I modified the original Deepdream script to systematically move through parameter choices and layers. I didn&apos;t test all the layers, as some of the lower-level ones just weren&apos;t that interesting. Finally, I don&apos;t want to host all these pictures here on this post because it would be enormous, so I&apos;m using the gallery-style viewer on Imgur instead. These ran on my Linux Mint 17 laptop on CPU. Memory requirements and avoiding errors relating to floats kept some of my parameter choices confined to a somewhat small range, but hey, I figure most people casually trying Deepdream out might not have GPUs either. I hope this is valuable to someone. Here&apos;s the original image for everything that follows. I chose it because it&apos;s relatively small at 512p, has some fine detail, a face (and &lt;em&gt;eyes&lt;/em&gt;), some blurred areas, some blank space/light gradients, and a small-ish color palette:&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://abehmiel.net/images/blog/fractalbroccoli.webp&quot; alt=&quot;Me being unchill with some romanesco broccoli, Troy, NY, early fall 2014&quot; /&gt;&lt;/p&gt;
&lt;p&gt;In each case, I am varying the value of one parameter and leaving the others that their default values. That is: n_iter = 10; n_octaves = 4; octave_scale = 1.4. Also, each frame beyond the first is zoomed 0.25% towards the center of the image.&lt;/p&gt;
&lt;h2&gt;Parameters:&lt;/h2&gt;
&lt;p&gt;Here I step through a series of value increments in each parameter for five different layers, some with simple articulations, some with higher-level ones, to examine the effects of varying those parameters. I feed each output back into the image to be processed, saving each time (and zooming in 0.25%), so that I obtain a series of four increasingly modified images for each layer and each parameter set. I felt this was enough to obtain a general idea of the character of each parameter adjustment.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Number of iterations:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://imgur.com/a/AnEBu#0&quot;&gt;inception_3a_pool_1&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/oJNPh#0&quot;&gt;inception_3a_pool_3&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/lW0oG#0&quot;&gt;inception_3a_pool_5&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/lW0oG#0&quot;&gt;inception_3a_pool_7&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/ITWlP#0&quot;&gt;inception_3a_pool_9&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/4lvbY#0&quot;&gt;inception_3a_pool_11&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/BHstb#0&quot;&gt;inception_3a_pool_13&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/vHBI7#0&quot;&gt;inception_3a_pool_15&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/2T7vV#0&quot;&gt;inception_3a_pool_17&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/vYGTL#0&quot;&gt;inception_3a_pool_19&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/RAcL1#0&quot;&gt;inception_3a_pool_21&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/kFBVY#0&quot;&gt;inception_3a_pool_23&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://imgur.com/a/lxkyg#0&quot;&gt;inception_3b_3x3_reduce_1&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/k9CrD#0&quot;&gt;inception_3b_3x3_reduce_3&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/P1aAm#0&quot;&gt;inception_3b_3x3_reduce_5&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/E9ArT#0&quot;&gt;inception_3b_3x3_reduce_7&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/Hj7Y8#0&quot;&gt;inception_3b_3x3_reduce_9&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/cQCqv#0&quot;&gt;inception_3b_3x3_reduce_11&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/aVLeB#0&quot;&gt;inception_3b_3x3_reduce_13&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/wSxBw#0&quot;&gt;inception_3b_3x3_reduce_15&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/evgvT#0&quot;&gt;inception_3b_3x3_reduce_17&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/Xnv1A#0&quot;&gt;inception_3b_3x3_reduce_19&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/d9Zct#0&quot;&gt;inception_3b_3x3_reduce_21&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/NIfTf#0&quot;&gt;inception_3b_3x3_reduce_23&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://imgur.com/a/Aw2hh#0&quot;&gt;inception_4c_output_1&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/p0rkG#0&quot;&gt;inception_4c_output_3&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/3iiGv#0&quot;&gt;inception_4c_output_5&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/HuGsg#0&quot;&gt;inception_4c_output_7&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/1OGqz#0&quot;&gt;inception_4c_output_9&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/E9OZM#0&quot;&gt;inception_4c_output_11&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/epaYm#0&quot;&gt;inception_4c_output_13&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/bKQQz#0&quot;&gt;inception_4c_output_15&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/tVHlM#0&quot;&gt;inception_4c_output_17&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/5Q1pc#0&quot;&gt;inception_4c_output_19&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/KNcgv#0&quot;&gt;inception_4c_output_21&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/yO4w0#0&quot;&gt;inception_4c_output_23&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://imgur.com/a/Rq7Rx#0&quot;&gt;inception_4d_5x5_1&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/kbVvZ#0&quot;&gt;inception_4d_5x5_3&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/RVatZ#0&quot;&gt;inception_4d_5x5_5&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/vnD2U#0&quot;&gt;inception_4d_5x5_7&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/orznX#0&quot;&gt;inception_4d_5x5_9&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/mU7g2#0&quot;&gt;inception_4d_5x5_11&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/4PicD#0&quot;&gt;inception_4d_5x5_13&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/Grun3#0&quot;&gt;inception_4d_5x5_15&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/c6FS9#0&quot;&gt;inception_4d_5x5_17&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/FcKAY#0&quot;&gt;inception_4d_5x5_19&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/nATTR#0&quot;&gt;inception_4d_5x5_21&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/U1LMQ#0&quot;&gt;inception_4d_5x5_23&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://imgur.com/a/JJ9cV#0&quot;&gt;inception_5b_3x3_1&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/eD8t1#0&quot;&gt;inception_5b_3x3_3&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/3EZDm#0&quot;&gt;inception_5b_3x3_5&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/SVEQf#0&quot;&gt;inception_5b_3x3_7&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/Skk5w#0&quot;&gt;inception_5b_3x3_9&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/VPWl5#0&quot;&gt;inception_5b_3x3_11&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/y623K#0&quot;&gt;inception_5b_3x3_13&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/ridNr#0&quot;&gt;inception_5b_3x3_15&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/mLb1B#0&quot;&gt;inception_5b_3x3_17&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/exHfA#0&quot;&gt;inception_5b_3x3_19&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/SRaKT#0&quot;&gt;inception_5b_3x3_21&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/rn7sw#0&quot;&gt;inception_5b_3x3_23&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Number of octaves:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://imgur.com/a/AH8o5#0&quot;&gt;inception_3a_pool_1&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/HxQ8S#0&quot;&gt;inception_3a_pool_2&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/4VoCZ#0&quot;&gt;inception_3a_pool_3&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/tDtCm#0&quot;&gt;inception_3a_pool_4&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/iGW8t#0&quot;&gt;inception_3a_pool_5&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/zVcgZ#0&quot;&gt;inception_3a_pool_6&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/Tq78O#0&quot;&gt;inception_3a_pool_7&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/rfuaQ#0&quot;&gt;inception_3a_pool_8&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://imgur.com/a/eNEYs#0&quot;&gt;inception_3b_3x3_reduce_1&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/3aq7Y#0&quot;&gt;inception_3b_3x3_reduce_2&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/eljOa#0&quot;&gt;inception_3b_3x3_reduce_3&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/ZehJz#0&quot;&gt;inception_3b_3x3_reduce_4&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/UIdLh#0&quot;&gt;inception_3b_3x3_reduce_5&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/fteMY#0&quot;&gt;inception_3b_3x3_reduce_6&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/gqIVv#0&quot;&gt;inception_3b_3x3_reduce_7&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/BsUUQ#0&quot;&gt;inception_3b_3x3_reduce_8&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://imgur.com/a/zC71Z#0&quot;&gt;inception_4c_output_1&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/IhVoY#0&quot;&gt;inception_4c_output_2&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/4b0i0#0&quot;&gt;inception_4c_output_3&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/V8LGi#0&quot;&gt;inception_4c_output_4&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/uXTns#0&quot;&gt;inception_4c_output_5&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/zqjvR#0&quot;&gt;inception_4c_output_6&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/VcEKn#0&quot;&gt;inception_4c_output_7&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/NTmR0#0&quot;&gt;inception_4c_output_8&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://imgur.com/a/Nm3Gh#0&quot;&gt;inception_4d_5x5_1&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/Nm3Gh#0&quot;&gt;inception_4d_5x5_2&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/537AE#0&quot;&gt;inception_4d_5x5_3&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/x1Xbf#0&quot;&gt;inception_4d_5x5_4&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/Np139#0&quot;&gt;inception_4d_5x5_5&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/kwc8q#0&quot;&gt;inception_4d_5x5_6&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/t1R29#0&quot;&gt;inception_4d_5x5_7&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/wER4V#0&quot;&gt;inception_4d_5x5_8&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://imgur.com/a/tg62f#0&quot;&gt;inception_5b_3x3_1&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/8sbI7#0&quot;&gt;inception_5b_3x3_2&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/wrLPR#0&quot;&gt;inception_5b_3x3_3&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/4pITF#0&quot;&gt;inception_5b_3x3_4&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/kUIMQ#0&quot;&gt;inception_5b_3x3_5&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/S6ODx#0&quot;&gt;inception_5b_3x3_6&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/Pr7mx#0&quot;&gt;inception_5b_3x3_7&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/Mv8Ij#0&quot;&gt;inception_5b_3x3_8&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Octave scale:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://imgur.com/a/UV2eN#0&quot;&gt;inception_3a_pool_1.00&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/DHetU#0&quot;&gt;inception_3a_pool_1.13&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/Bixqe#0&quot;&gt;inception_3a_pool_1.27&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/XDG9o#0&quot;&gt;inception_3a_pool_1.44&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/pW9LT#0&quot;&gt;inception_3a_pool_1.62&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/G40Sq#0&quot;&gt;inception_3a_pool_1.83&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/UPFue#0&quot;&gt;inception_3a_pool_2.07&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/7sdUR#0&quot;&gt;inception_3a_pool_2.33&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/ebIUK#0&quot;&gt;inception_3a_pool_2.64&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/89YW9#0&quot;&gt;inception_3a_pool_2.98&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://imgur.com/a/SifCM#0&quot;&gt;inception_3b_3x3_reduce_1.00&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/uG2ub#0&quot;&gt;inception_3b_3x3_reduce_1.13&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/CTBOF#0&quot;&gt;inception_3b_3x3_reduce_1.27&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/Ml4yb#0&quot;&gt;inception_3b_3x3_reduce_1.44&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/Jsqto#0&quot;&gt;inception_3b_3x3_reduce_1.62&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/ex4SM#0&quot;&gt;inception_3b_3x3_reduce_1.83&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/tYUjh#0&quot;&gt;inception_3b_3x3_reduce_2.07&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/qLZDK#0&quot;&gt;inception_3b_3x3_reduce_2.33&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/G2eP0#0&quot;&gt;inception_3b_3x3_reduce_2.64&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/7zEii#0&quot;&gt;inception_3b_3x3_reduce_2.98&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://imgur.com/a/kIZ78#0&quot;&gt;inception_4c_output_1.00&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/ajZNY#0&quot;&gt;inception_4c_output_1.13&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/mQXyo#0&quot;&gt;inception_4c_output_1.27&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/g3XSd#0&quot;&gt;inception_4c_output_1.44&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/p6HA3#0&quot;&gt;inception_4c_output_1.62&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/38zYp#0&quot;&gt;inception_4c_output_1.83&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/uRxRo#0&quot;&gt;inception_4c_output_2.07&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/NRrOI#0&quot;&gt;inception_4c_output_2.33&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/WouDv#0&quot;&gt;inception_4c_output_2.64&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/AzQzD#0&quot;&gt;inception_4c_output_2.98&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://imgur.com/a/i5UmF#0&quot;&gt;inception_4d_5x5_1.00&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/4WGay#0&quot;&gt;inception_4d_5x5_1.13&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/lYV4G#0&quot;&gt;inception_4d_5x5_1.27&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/1Uuli#0&quot;&gt;inception_4d_5x5_1.44&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/uVdpi#0&quot;&gt;inception_4d_5x5_1.62&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/xT95Y#0&quot;&gt;inception_4d_5x5_1.83&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/L7e57#0&quot;&gt;inception_4d_5x5_2.07&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/yRhM0#0&quot;&gt;inception_4d_5x5_2.33&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/Guvma#0&quot;&gt;inception_4d_5x5_2.64&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/LoRrE#0&quot;&gt;inception_4d_5x5_2.98&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://imgur.com/a/CFg1p#0&quot;&gt;inception_5b_3x3_1.00&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/o4Qzz#0&quot;&gt;inception_5b_3x3_1.13&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/SR0hx#0&quot;&gt;inception_5b_3x3_1.27&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/TusWg#0&quot;&gt;inception_5b_3x3_1.44&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/y9eiL#0&quot;&gt;inception_5b_3x3_1.62&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/x9DFF#0&quot;&gt;inception_5b_3x3_1.83&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/mE9u9#0&quot;&gt;inception_5b_3x3_2.07&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/TiCmp#0&quot;&gt;inception_5b_3x3_2.33&lt;/a&gt; (I got floating point exceptions if I went higher for this one)&lt;/p&gt;
&lt;h2&gt;Layers:&lt;/h2&gt;
&lt;p&gt;Here, all three parameters are at their default values; n_iter = 10; n_octaves = 4; octave_scale = 1.4. This time, there are a total of ten images in each feedback loop, since I wanted to get a deeper picture of the dominant articulations that appear in each layer. Of course, I probably miss a lot because the sample image I chose doesn&apos;t contain every feature that can be recognized and articulated.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://imgur.com/a/zaYRM#0&quot;&gt;inception_3a_1x1&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/SVmHi#0&quot;&gt;inception_3a_3x3&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/hja4K#0&quot;&gt;inception_3a_3x3_reduce&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/Pcxgo#0&quot;&gt;inception_3a_5x5&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/h4QJt#0&quot;&gt;inception_3a_5x5_reduce&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/esdLJ#0&quot;&gt;inception_3a_output&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/VVipd#0&quot;&gt;inception_3a_pool&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/AeMwW#0&quot;&gt;inception_3a_pool_proj&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://imgur.com/a/ydjln#0&quot;&gt;inception_3b_1x1&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/YzGUx#0&quot;&gt;inception_3b_3x3&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/wiQEU#0&quot;&gt;inception_3b_3x3_reduce&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/1uy5a#0&quot;&gt;inception_3b_5x5&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/oCn7Y#0&quot;&gt;inception_3b_5x5_reduce&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/rSVwL#0&quot;&gt;inception_3b_output&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/8GiDO#0&quot;&gt;inception_3b_pool&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/Lfy03#0&quot;&gt;inception_3b_pool_proj&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://imgur.com/a/fq5GM#0&quot;&gt;inception_4a_1x1&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/SFetP#9&quot;&gt;inception_4a_3x3&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/LoUpb#0&quot;&gt;inception_4a_3x3_reduce&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/d2Eha#0&quot;&gt;inception_4a_5x5&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/qwfMM#0&quot;&gt;inception_4a_5x5_reduce&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/UKQZk#0&quot;&gt;inception_4a_output&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/YNWua#0&quot;&gt;inception_4a_pool&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/aDFBP#0&quot;&gt;inception_4a_pool_proj&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://imgur.com/a/U5uAO#0&quot;&gt;inception_4b_1x1&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/g8zIS#0&quot;&gt;inception_4b_3x3&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/NWqea#0&quot;&gt;inception_4b_3x3_reduce&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/7R7v5#0&quot;&gt;inception_4b_5x5&lt;/a&gt; &lt;a href=&quot;http://imgur.com/a/rOTfb#0&quot;&gt;inception_4b_5x5_reduce&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/V7Z9A#0&quot;&gt;inception_4b_output&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/DSspE#0&quot;&gt;inception_4b_pool&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/9w460#0&quot;&gt;inception_4b_pool_proj&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://imgur.com/a/7PFOK#0&quot;&gt;inception_4c_1x1&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/EleHs#0&quot;&gt;inception_4c_3x3&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/K27EQ#0&quot;&gt;inception_4c_3x3_reduce&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/672Tq#0&quot;&gt;inception_4c_5x5&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/oD9f9#0&quot;&gt;inception_4c_5x5_reduce&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/8Lk5w#0&quot;&gt;inception_4c_output&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/xjE2h#0&quot;&gt;inception_4c_pool&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/b8wGc#0&quot;&gt;inception_4c_pool_proj&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://imgur.com/a/pdlZf#0&quot;&gt;inception_4d_1x1&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/Jdfoq#0&quot;&gt;inception_4d_3x3&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/doFdo#0&quot;&gt;inception_4d_3x3_reduce&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/jEheU#0&quot;&gt;inception_4d_5x5&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/7bWUM#0&quot;&gt;inception_4d_5x5_reduce&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/7V49y#0&quot;&gt;inception_4d_output&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/Eb3Vv#0&quot;&gt;inception_4d_pool&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/fwtu8#0&quot;&gt;inception_4d_pool_proj&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://imgur.com/a/oicQH#0&quot;&gt;inception_4e_1x1&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/9Y0dn#0&quot;&gt;inception_4e_3x3&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/9YiSz#0&quot;&gt;inception_4e_3x3_reduce&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/zvOsg#0&quot;&gt;inception_4e_5x5&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/AsiOu#0&quot;&gt;inception_4e_5x5_reduce&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/NYnZ8#0&quot;&gt;inception_4e_output&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/B7qfd#9&quot;&gt;inception_4e_pool&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/mq4Oo#0&quot;&gt;inception_4e_pool_proj&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://imgur.com/a/tlgRc#0&quot;&gt;inception_5a_1x1&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/bQ7uo#0&quot;&gt;inception_5a_3x3&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/nvQAq#0&quot;&gt;inception_5a_3x3_reduce&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/DQGMM#0&quot;&gt;inception_5a_5x5&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/tNdz9#0&quot;&gt;inception_5a_5x5_reduce&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/JT1zP#0&quot;&gt;inception_5a_output&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/xqIbi#0&quot;&gt;inception_5a_pool&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/UZfWo#0&quot;&gt;inception_5a_pool_proj&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://imgur.com/a/f3dyI#0&quot;&gt;inception_5b_1x1&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/u8p7D#0&quot;&gt;inception_5b_3x3&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/YPN6Z#0&quot;&gt;inception_5b_3x3_reduce&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/GaiJf#0&quot;&gt;inception_5b_5x5&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/keHcY#0&quot;&gt;inception_5b_5x5_reduce&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/IZnaz#0&quot;&gt;inception_5b_output&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/UWBfx#0&quot;&gt;inception_5b_pool&lt;/a&gt; &lt;a href=&quot;https://imgur.com/a/qQkV5#0&quot;&gt;inception_5b_pool_proj&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;Conclusions:&lt;/h2&gt;
&lt;p&gt;So, what have we learned? Well, first of all, creating ~220 Imgur galleries for one blog post brings heavy sadness. But more importantly, we can discern some general trends across the board for parameters and layer characteristics. One way to check this out is to open multiple tabs and scroll across them as the value of a parameter is increased. The number of iterations is the primary controller for the &quot;intensity&quot; of the articulations, but different values for this parameter in the same neighborhood will actually select slightly different features to articulate. For the purposes of creating smooth animations, the value of the number of iterations should probably be kept low, say, to 8 or less. The number of octaves also controls the intensity of articulations, but in a different way, effecting the relative size, depth, and divergence in the colors of the input image. Different values of the number of octaves in the same neighborhood also definitely pick out different features to articulate, and setting a high number for this parameter will strongly increase the color saturation of the resultant images. Finally, the octave scale is another control upon the relative size effect of the features that Deep Dream brings out. Again, a large number for the octave scale seems to have an effect on the color saturation of the resultant images. Lowering the number of iterations and the number of octaves obviously reduces the computational cost.&lt;/p&gt;
&lt;p&gt;With regards to layers, it seems that the name of each layer doesn&apos;t really help much to describe what&apos;s going on, but generally lower-level layers (3a and 3b) tend to articulate geometry-based deformations similar to what one would find in a photoshop filter, medium-level layers tend to articulate different takes on the dogslugs, lizards, pagodas, eyes, and so on, and the high-level layers (5a and 5b) are less-recognizable and harder to describe, but I don&apos;t see a lot of the fundamental characteristics of layer 4 presented within.&lt;/p&gt;
&lt;p&gt;Thanks for reading and I hope this helps your Deep Dreaming in some way!&lt;/p&gt;
</content:encoded><category>graphics</category><category>science</category><category>deepdream</category></item><item><title>I am a bad human for not updating this more often</title><link>https://abehmiel.net/blog/2015-07-11-i-am-a-bad-human-for-not-updating-this-more-often</link><guid isPermaLink="true">https://abehmiel.net/blog/2015-07-11-i-am-a-bad-human-for-not-updating-this-more-often</guid><description>Wow, I&apos;m embarassed. I need to update this more, especially if I&apos;m paying for the domain.</description><pubDate>Sat, 11 Jul 2015 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Wow, I&apos;m embarassed. I need to update this more, especially if I&apos;m paying for the domain.&lt;/p&gt;
&lt;p&gt;Anyway, for what it&apos;s worth, my Ph. D. defense went super well. It was nowhere near as nerve-wracking as I thought it was going to be and my last month in Troy/Albany was spent seeing a lot of family and friends on the East coast and preparing for the move (having an awful time doing last-minute loading of all my stuff into U-boxes, ughh).&lt;/p&gt;
&lt;p&gt;The trip out to the Palouse was actually relatively free of bumps. Sheila and I made it through Buffalo about 24 hours before the megastorm hit and did some cool things along the way like going to the  Indiana Dunes state Park, the Chicago Diner, The Badlands in South Dakota (along with Wall Drug, the corniest place on Earth), and the buttes in La Crosse, WI, but those were probably our only detours on the way to Moscow, ID. We stayed in Erie, PA, Elgin, IL, Sioux Falls, SD, Sheridan, WY, and Missoula, MT. The weather was kind to us and apart from some ice and major wind in southern Minnesota, and the mountain passes through the Rockies were no problem to get through. Our cat Ben got a urinary block about 10 days before we left town so he had to be fed antibiotics through a dropper, but the cats were pretty chill and well-behaved throughout the trip. We put the back seats down in the car and used a dog crate to hold their litter box. I think that really helped with their anxiety about being in the car for five straight days.&lt;/p&gt;
&lt;p&gt;Work is pretty great; I like my job and what I&apos;m researching, although the cluster that I&apos;ve been using is sorely in need of some heavy maintenance. Without giving too much away before I publish, I&apos;m working on diamond and liquid nitrogen with ab-initio calculations and molecular dynamics simulations. I&apos;m learning a lot and thankfully, my expertise in the methods I learned in grad school is a good, solid foundation that will lead to many interesting projects. I have a collaborator/co-adviser at one of the national labs who is a renowned scientist in this field. The work-life balance is pretty nice so far, but I expect that rather soon it will kick up into a higher gear once I can get more throughput on my calculations and I start publishing. I think that this place has a lot of potential for me as far as where my career is going, and I like that.&lt;/p&gt;
&lt;p&gt;Sheila also got a job too, in the wheat lab, working as a technician! We&apos;ve made a bunch of really cool friends here, and although the towns in the immediate vicinity are pretty small, some interesting things happen from time to time and there&apos;s a LOT of outdoorsy stuff that is within a day&apos;s (or hour&apos;s) driving distance.&lt;/p&gt;
&lt;p&gt;I got a double-necked guitar and built up a nice pedalboard for it, and I&apos;ve done some foundational work in using Google&apos;s Deep Dream script (and its dependencies), and I&apos;ve started a creative kick on some multimedia projects. I&apos;m going to post some results of my deepdream trials here very soon. Also, I&apos;ve played 3 shows as Holistic Wellness, a solo/collaborative project that is different enough from _11:34 that I&apos;m calling it something new. Maybe at the end of the year I&apos;ll invest in some new studio recording equipment after I make a dent in my loans and move to Pullman from Moscow. For a minute I was doing radio at the WSU college station, KZUU but I quit to free up some time and I wasn&apos;t in love with the culture there. Spoiled by the awesome WCDB at SUNY Albany, I guess.&lt;/p&gt;
&lt;p&gt;I&apos;d like to start updating this weekly, but I&apos;m not making any promises ;)&lt;/p&gt;
</content:encoded><category>life</category></item><item><title>Honoring Marta&apos;s Memory</title><link>https://abehmiel.net/blog/2014-10-02-honoring-martas-memory</link><guid isPermaLink="true">https://abehmiel.net/blog/2014-10-02-honoring-martas-memory</guid><description>In 2011, my friends Marta and Dan embarked on a colossal bike tour that spanned the entirety of Asia Minor, from Turkey to Central China to raise awareness abou</description><pubDate>Thu, 02 Oct 2014 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;In 2011, my friends Marta and Dan embarked on a colossal bike tour that spanned the entirety of Asia Minor, from Turkey to Central China to raise awareness about environmental issues like the desertification of the Aral Sea region. I believe they ended up raising over $15,000. Marta moved in with me for the summer of 2012 so that she could work in Albany to save up money for graduate school in Amsterdam for a Neuroscience Ph.D. I received word last night from a friend (that I don&apos;t talk to nearly enough) that Marta took her own life a few days ago.&lt;/p&gt;
&lt;p&gt;I feel horribly pained by this news. Marta was a bright ray of light that truly cared about the world around her, and I feel an enormous loss.&lt;/p&gt;
&lt;p&gt;While she was living with me, she and Dan gave me a massive slideshow of hundreds of pictures they took to document their trip. I have hosted it here:&lt;/p&gt;
&lt;p&gt;Bike to China Presentation &lt;em&gt;(file no longer available)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://bikingtochina.wordpress.com/&quot; title=&quot;Bike to China Blog (documenting their journey)&quot;&gt;Bike to China Blog (documenting highlights of their journey)&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I need to tell my friends that I love them more, and I don&apos;t want to wait until receiving news of tragedy to celebrate the lives and accomplishments of my peers let alone talk to them.&lt;/p&gt;
</content:encoded></item><item><title>Crafting a Personal Brand for Academic Professionals</title><link>https://abehmiel.net/blog/2014-02-26-crafting-a-personal-brand-for-academic-professionals</link><guid isPermaLink="true">https://abehmiel.net/blog/2014-02-26-crafting-a-personal-brand-for-academic-professionals</guid><description>Yesterday I gave a talk on UAlbany&apos;s main campus regarding an overview of personal branding strategies for academic professionals through the UAlbany FFLC (Futu</description><pubDate>Wed, 26 Feb 2014 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Yesterday I gave a talk on UAlbany&apos;s main campus regarding an overview of personal branding strategies for academic professionals through the UAlbany FFLC (Future Faculty Leadership Council). The talk is focused on the online aspect of personal branding.  Please feel free to share the talk with others if you find it useful. I may periodically update its content with time. There is a substantial amount of supporting information and places to go for further reading, provided in footnotes. Follow the link below to get to the Prezi presentation:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://prezi.com/xdi37cx8-eem/crafting-a-personal-brand-for-academic-professionals/&quot;&gt;Crafting a Personal Brand For Academic Professionals&lt;/a&gt;&lt;/p&gt;
</content:encoded><category>lifehacks</category><category>professional-development</category></item><item><title>Second-to-last WCDB show Kratrock Spectacular</title><link>https://abehmiel.net/blog/2013-09-16-second-to-last-wcdb-show-kratrock-spectacular</link><guid isPermaLink="true">https://abehmiel.net/blog/2013-09-16-second-to-last-wcdb-show-kratrock-spectacular</guid><description>Wow, it has been quite some time since I&apos;ve updated. I&apos;ve got a lot of stuff in the works, but for now I wanted to post my penultimate Condensed Matter Order of</description><pubDate>Mon, 16 Sep 2013 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Wow, it has been quite some time since I&apos;ve updated. I&apos;ve got a lot of stuff in the works, but for now I wanted to post my penultimate Condensed Matter Order of Magnitude Higher Power Hour show on WCDB, which was one of my favorites.&lt;/p&gt;
&lt;p&gt;CMOOMHPH_tue_8_13_2013 &lt;em&gt;(audio file no longer available)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Here&apos;s the tracklist:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;NEU!&lt;/th&gt;
&lt;th&gt;NEUSCHNEE&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;GRAUZONE&lt;/td&gt;
&lt;td&gt;EISBAER&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;LILIPUT&lt;/td&gt;
&lt;td&gt;TSCHIK-MO&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;KRAFTWERK&lt;/td&gt;
&lt;td&gt;KRISTALLO&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;FEHLFARBEN&lt;/td&gt;
&lt;td&gt;HIER UND JETZT&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;POPUL VUH&lt;/td&gt;
&lt;td&gt;AGNUS DEI&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;CAN&lt;/td&gt;
&lt;td&gt;PINCH&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;KILLING JOKE&lt;/td&gt;
&lt;td&gt;VICTORY&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DEVO&lt;/td&gt;
&lt;td&gt;THAT&apos;S GOOD&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;THE SKULL DEFEKTS&lt;/td&gt;
&lt;td&gt;PEER AMID&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;AMON DUUL II&lt;/td&gt;
&lt;td&gt;SHE CAME THROUGH THE CHIMNEY&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;FAUST&lt;/td&gt;
&lt;td&gt;SO FAR&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;GRAUZONE&lt;/td&gt;
&lt;td&gt;SCHLACHTET!&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;KRAFTWERK&lt;/td&gt;
&lt;td&gt;TRANS-EUROPE EXPRESS&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;NEU!&lt;/td&gt;
&lt;td&gt;ISI&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;FEHLFARBEN&lt;/td&gt;
&lt;td&gt;APOKALYPSE&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;LILIPUT&lt;/td&gt;
&lt;td&gt;DO YOU MIND MY DREAM&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;KILLING JOKE&lt;/td&gt;
&lt;td&gt;REQUIEM&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;KATE BUSH&lt;/td&gt;
&lt;td&gt;ALL THE LOVE&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;CAN&lt;/td&gt;
&lt;td&gt;FATHER CANNOT YELL&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;AMON DUUL II&lt;/td&gt;
&lt;td&gt;CERBERUS&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;GRAUZONE&lt;/td&gt;
&lt;td&gt;MARMELADE UND HIMBEEREIS&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;FEHLFARBEN&lt;/td&gt;
&lt;td&gt;DAS ERKLARTS DOCH NICHT&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;NEU!&lt;/td&gt;
&lt;td&gt;SEELAND&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;I&apos;ve stopped doing radio for the time being so that I can finish my dissertation. Right now I&apos;ve finished drafts of 3/6 chapters and on target to defend by November.&lt;/p&gt;
</content:encoded><category>music</category><category>radio</category></item><item><title>Tensor Tympani on Bandcamp!</title><link>https://abehmiel.net/blog/2013-04-11-tensor-tympani-on-bandcamp</link><guid isPermaLink="true">https://abehmiel.net/blog/2013-04-11-tensor-tympani-on-bandcamp</guid><description>CD release is coming in a few weeks! Until then, enjoy it for free online!</description><pubDate>Thu, 11 Apr 2013 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;CD release is coming in a few weeks! Until then, enjoy it for free online!&lt;/p&gt;
&lt;p&gt;[bandcamp album=2756078275 bgcol=FFFFFF linkcol=4285BB size=grande3]&lt;/p&gt;
</content:encoded><category>music</category><category>_1134</category></item><item><title>Communicating your research to colleagues and beyond</title><link>https://abehmiel.net/blog/2013-03-29-communicating-your-research-to-colleagues-and-beyond</link><guid isPermaLink="true">https://abehmiel.net/blog/2013-03-29-communicating-your-research-to-colleagues-and-beyond</guid><description>(Here&apos;s a blog post I wrote for the Future Faculty Leadership Council of UAlbany  -- [http://uafuturefaculty.blogspot.com](http://uafuturefaculty.blogspot.com/)</description><pubDate>Fri, 29 Mar 2013 00:00:00 GMT</pubDate><content:encoded>&lt;h3&gt;&lt;strong&gt;Communicating Your Research to Colleagues and Beyond&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;(Here&apos;s a blog post I wrote for the Future Faculty Leadership Council of UAlbany  -- &lt;a href=&quot;http://uafuturefaculty.blogspot.com/&quot;&gt;http://uafuturefaculty.blogspot.com&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;Being comfortable with communicating your ideas is absolutely essential in your field and frequently important in your private life as well. Over the course of your career, you may be asked to give hundreds of talks to colleagues or laypeople. Usually, the audience you will be speaking to has never heard of you, has never read your papers, is unfamiliar with the terminology or methods of your work, and is woozy from not having enough coffee on that particular day. Therefore, you should plan for this ahead of time and craft a captivating presentation that will leave everyone in the audience eager to read your paper.&lt;/p&gt;
&lt;p&gt;Typically, presentations made in professional settings (in 2013) require either the use of Microsoft Powerpoint, its free equivalent, Openoffice Impress, or using a .pdf  file (Portable document format). The style and flow of the presentation you create should have synergy with every word that comes out of your mouth. The following tips on giving a good talk are not exhaustive, but should be a good general-purpose guideline as most researchers were never trained in how to give these talks besides &apos;just doing it&apos;. Additionally, some of these tips can be applied to improve your classroom lecturing skills.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Know your audience&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Communicating your research to a professional conference, a colloquium in your department, at a meeting within your own group, and to grant reviewers all require a different approach. While you are preparing for your talk, ask yourself who you are presenting to, as this will affect the focus of your presentation. If you are giving a talk to a broad audience, take special care to include enough introductory information that a layman can follow you. For a departmental or conference talk, the main focus should be your data and methods. For your dissertation or a job interview among people who already know your research well, the discussion of your results is of prime importance. Your motivations and goals for your research should be crystal clear no matter who your audience is. Remember that your papers are the main events in your research career, the presentation is just an advertisement for a single paper. The purpose of your talk should be to give your audience an intuitive feel for your idea and to engage, excite, and provoke them to read your body of work.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Mind your body language and speaking style&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Speaking clearly with confidence comes easier to some than others. People who are performers in theater or music may have shed their &apos;stage fright&apos; long ago, and it can certainly be intimidating to speak to a large audience regardless of experience. Rehearsing your talk in front of a mirror may help get your timing issues straight, but it&apos;s just as important to practice giving your talk to actual people who can give you feedback on grammar, style and flow even though they might not have a clue what your research is about. The most important thing is to be natural, in the moment, and know what you are doing. Remember that you know this research topic better than anyone else on the planet!&lt;/p&gt;
&lt;p&gt;You are in control of the room when you are speaking and if you act cool, composed, and enthusiastic, your audience will follow what you&apos;re saying better and not lose interest as easily. Don&apos;t over gesticulate and whatever you do, don&apos;t overuse a (laser) pointer. A pointer should be used very sparingly to indicate trends in figures or to quickly show your audience the specific item you&apos;re talking about on a slide. It should never be used to rapidly circle anything or point to words as you&apos;re saying them like a bouncing ball on a karaoke machine. You should not read sentences off your slides, rather, the words should be a carefully-chosen guide to sum up the main ideas that you&apos;re talking about. Speak to your audience (not your slides!) and shift your focus to various people seated. Avoid saying “uh” or “um” or doing things like touching your face and yawning. Plan on using about one minute per slide. Use a professional, readable font- not comic sans!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Present your data in a clear visual manner&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;A picture is worth a thousand words as they say, but the art of displaying your data in figures is highly nuanced. In general, the figures you display for your audience in a talk should be of publication quality. For example, when plotting a relationship quickly between two variables in a study to discern a trend for yourself, a group member, or perhaps your advisor, it may be acceptable to plot the data in Microsoft Excel with all the default settings. However, this should never be done when presenting your research to a broader audience. The reason is that the defaults in Excel tend to obfuscate any meaningful trends in your figure by being visually distracting. There is seldom any need for any background to a figure besides a blank white background and you do not need horizontal lines that span the width of the figure. You end up needing to do a ton of pointing and clicking to arrange your data right, and unless you program a macro, your time would be better spent using a different program (Origin or the python library matplotlib come to mind). Don&apos;t forget error bars if you took several different samples and averaged them. Make sure your axes are labeled with units, your color schemes make sense and that everything is readable. Also. avoid plotting too much information in a single figure. More than four or five data series on a single plot can be visually distracting unless you have a clever way to present them, like adding them one at a time, and the same can be said for more than two figures per slide. Finally, make sure your slides are visually balanced (that is, avoid excessive whitespace) with figures and a small amount of text with a take home message.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Cite sources, peers and funding&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;If you use anything in your presentation that you yourself did not create, you must cite where it came from. This might be prior work by others that serves as motivation for your research, specific theoretical details that you did not derive, or any pictures, maps, or graphs that came from somewhere else. If you make your slides public, having these citations as hyperlinks at the bottom of the slide in which you reference each bit of information could be helpful. Either at the very beginning or at the very end of your talk you should acknowledge your group, your advisor, and any collaborators or technicians with their affiliations. Having pictures of everyone is a good idea to keep your audience engaged and to jog their memories. It&apos;s also critical to tell your audience where you got the funding to do your research. The individual grant ID numbers are probably too much information, but the agencies themselves  are essential.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Answering questions&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;As sure as the dawn, you&apos;re going to have raised a few questions in your audience when you finish your talk. You may have questions during your talk and they should almost always be welcomed, so be sure to periodically scan your audience. Questions are a golden opportunity to connect with your audience and further scientific discussion. Be quick and concise when answering questions. You may have backup slides with technical details or additional data in response to some questions if you anticipate them. In the case that someone asks a question that you cannot answer, it is OK to admit your ignorance and tell the person, “I have not looked into that, perhaps we can discuss it later” or something of the sort.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Other advice&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt; The first several sentences of your talk should be very carefully scripted. This is doubly helpful if English is not your first language.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Finish on time. Audiences get restive and essentially stop listening when your time is up. Continuing is very counter productive and, in a conference setting, rude to the other speakers in your session.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt; Avoid appearance animations for text and figures that are too flashy, unless it helps to illustrate a major point. Usually, the &apos;appear&apos; and &apos;fade&apos; settings are enough.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Any font smaller than 20-24pt is probably a mistake, unless it is a citation.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Avoid the &apos;wall of text&apos; where you have several sentences typed out on a slide. In general, the fewer words, the better.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Use slide numbers on your presentation, as that will both make it easier for your audience to take notes and for you to rehearse your timings.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Walk to the other side of the room if you have space, occasionally. This one seems kind of silly, but it serves two purposes. First, it gets you to the other side of the room so that the people on that side will have you in the way of the projection (only sometimes since you&apos;ll usually be up near the screen); it is only fair to share the discomfort. Second, the sudden bright flash of light reflecting back to the audience as you break the projection beam will wake a few people up.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The title of each slide should be closer to a &apos;takeaway message&apos; than to words like &apos;results,&apos; &apos;data,&apos; etc.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Work on your talk the night before you present it. It should absolutely be fresh in your mind, but doing it all in one day can be harrowing.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;In a conference setting where you have precious little time (15 minutes or less), it is usually good practice to omit an outline of your talk. In most other circumstances, it is helpful to include it at the beginning, and, depending on your style, at later points in the presentation where your current position in the outline is emboldened. It may ease the flow of your talk and provide a clear break when you change topics.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Sometimes, the best teacher is failure. If you give a really lousy presentation to your department, your colleagues will hopefully give you targeted advice on how to improve. If you give a poor presentation at a conference, your colleagues from your own institution could be embarrassed, no one will ask any questions, remember you, or be interested in your work.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Sources:&lt;/p&gt;
&lt;p&gt;K.A. Dunn, &quot;How to give a better technical talk,&quot; guest lecture, CNSE Student Seminar Series (Albany, New York: College of Nanoscale Science &amp;amp; Engineering, University at Albany - SUNY: March 27, 2010).&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://scienceblogs.com/principles/2009/03/18/why-does-excel-suck-so-much/&quot;&gt;http://scienceblogs.com/principles/2009/03/18/why-does-excel-suck-so-much/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://research.microsoft.com/pubs/67052/giving-a-talk-slides.pdf&quot;&gt;http://research.microsoft.com/pubs/67052/giving-a-talk-slides.pdf&lt;/a&gt;(although this presentation breaks a cardinal rule: use a readable,&lt;strong&gt;professional&lt;/strong&gt; font)&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.cs.duke.edu/brd/Teaching/Giving-a-talk/giving-a-talk.html&quot;&gt;http://www.cs.duke.edu/brd/Teaching/Giving-a-talk/giving-a-talk.html&lt;/a&gt;&lt;/p&gt;
</content:encoded><category>professional-development</category><category>science</category></item><item><title>Vegan Post-Hardcore Cashew Cheese</title><link>https://abehmiel.net/blog/2012-12-23-vegan-post-hardcore-cashew-cheese</link><guid isPermaLink="true">https://abehmiel.net/blog/2012-12-23-vegan-post-hardcore-cashew-cheese</guid><description>Salutations, everyone!</description><pubDate>Sun, 23 Dec 2012 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Salutations, everyone!&lt;/p&gt;
&lt;p&gt;I&apos;ve probably uttered the words, &quot;I can&apos;t live without cheese! It&apos;s so good!&quot; in my life. It&apos;s understandable- cheese is delicious. Pizza, although it&apos;s total junk food, tastes amazing and is a &lt;a href=&quot;http://www.franchisehelp.com/industry-reports/pizza-industry-report&quot;&gt;$40 billion industry in the US&lt;/a&gt;. The realities of cruelty in the dairy industry, however, tell a different story from the cows&apos; perspective (I won&apos;t go into too much detail here but you can read about it &lt;a href=&quot;http://www.veganpeace.com/animal_cruelty/dairy.htm&quot;&gt;here&lt;/a&gt; if you want). A deviled egg was the last non-vegan item I ate willingly, but quesadillas and pizza were such cheap, easy, and tasty staples of my diet that I wondered if I could ever do without them. Vegan cheese options aren&apos;t really terrific, either. Daiya brand cheese-style shreds are ok, but they&apos;re very oily and expensive and don&apos;t contain much nutrition. Blocks of soy cheese taste pretty bland and I&apos;m trying to avoid soy when possible. There is even a variety of almond cheese at my co-op that lists whey powder as one of its ingredients, so that&apos;s a no-go, too (why would they do that?).&lt;/p&gt;
&lt;p&gt;In the late summer of this year I picked up the &apos;cheese&apos; issue of &lt;a href=&quot;http://vegnews.com/&quot;&gt;Veg News&lt;/a&gt; and worked through a bunch of the recipes in the feature article. Most of the cheeses had a cashew base. I followed the recipes exactly but my final product never looked as firm or as delicious as the ones in the picture, until I said &quot;fuck it&quot; to recipe-based cashew cheesemaking and decided to reinvent these recipes myself.&lt;/p&gt;
&lt;p&gt;What follows is in this post is not a simple, step-by step recipe for a specific kind of cashew cheese. Instead, I&apos;ll be delivering the key points of the Veg News article through detailed pictures and branching points for softer/harder, milder/tangier cheeses. I&apos;ll even provide you with an estimate of exactly how much this stuff will cost as well. I rarely cook with a recipe anyway, and I feel like I enjoy experimenting with cashew cheese enough to make it a little different each time, and it always comes out super-tasty. However, it still doesn&apos;t melt like regular cruelty-cheese, but you can make it softer and more liquidy according to your preference.&lt;/p&gt;
&lt;p&gt;Before we even get to the ingredients, you will need:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A food processor or high-powered blender (I use a vitamix)&lt;/li&gt;
&lt;li&gt;Pasta strainer&lt;/li&gt;
&lt;li&gt;Medium-large mixing bowl&lt;/li&gt;
&lt;li&gt;Medium/large size Tupperware/plastic containers to store the cheese once you&apos;re finished&lt;/li&gt;
&lt;li&gt;Measuring cups (1 cup size is most important)&lt;/li&gt;
&lt;li&gt;Plastic Wrap / waxed paper / parchment paper&lt;/li&gt;
&lt;li&gt;A stereo system capable of playing &quot;Yank Crime&quot; by Drive Like Jehu&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Here are the typical ingredients from which I draw:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Cashews (unsalted, unroasted pieces)&lt;/li&gt;
&lt;li&gt;Tapioca starch&lt;/li&gt;
&lt;li&gt;Salt&lt;/li&gt;
&lt;li&gt;Nutritional yeast&lt;/li&gt;
&lt;li&gt;Unflavored, unsweetened soy yogurt&lt;/li&gt;
&lt;li&gt;Agar (Seaweed gelatin - available at Asian groceries on the cheap)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;One cool thing about making your own cheese this way is the savings you get when you buy in bulk. Cashews are a fairly expensive nut if you&apos;re buying them out of a Planters can, but it&apos;s much more economical to buy multiple pounds from a co-op where you have a member discount or online through a wholesaler (if you&apos;re feeling ambitious). Because I am often teetering on the edge of brokedom (and maybe you are, too), economy matters a great deal. This recipe should be able to fit into your food budget, provided you already have access to a food processor.&lt;/p&gt;
&lt;p&gt;Anyway, onto some visual cues. What does this recipe look like, anyway?&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://abehmiel.net/images/blog/2012-12-14_19-58-37_640.webp&quot; alt=&quot;2 cups of cashews&quot; /&gt;&lt;/p&gt;
&lt;p&gt;2 cups of cashews weighs approximately 0.6 lbs @ $8.49/lb = $5.09&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://abehmiel.net/images/blog/2012-12-14_17-35-43_856.webp&quot; alt=&quot;1 cup of tapioca starch&quot; /&gt;&lt;/p&gt;
&lt;p&gt;1 cup of tapioca starch weighs approximately 0.28 lbs @ $2.39/lb = $0.67&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://abehmiel.net/images/blog/2012-12-14_17-24-28_705.webp&quot; alt=&quot;1 cup of nutritional yeast&quot; /&gt;&lt;/p&gt;
&lt;p&gt;1 cup of nutritional yeast weighs approximately 0.13 lbs @ $9.19/lb = $1.19&lt;/p&gt;
&lt;p&gt;Total cost of ingredients: $6.96, yields over 1 pound of cashew cheese.&lt;/p&gt;
&lt;p&gt;Above I&apos;ve pictured the ingredients for a soft, yellow &apos;paneer-type cheese&apos; without any agar to thicken it. This kind of cheese can be sliced to put on a sandwich, sliced and served with tomatoes, avocado and herb for a caprese salad or stirred into hot, cooked pasta for a very convincing mac n&apos; cheese.&lt;/p&gt;
&lt;p&gt;The first step in cashew cheesemaking recipes is to soak the 2 cups of cashew in a medium bowl filled with warm water for 3 hours:&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://abehmiel.net/images/blog/2012-12-14_19-59-27_563.webp&quot; alt=&quot;2 cups of cashews soaking in warm water&quot; /&gt;&lt;/p&gt;
&lt;p&gt;The amount of water you use to soak the cashews doesn&apos;t have to be measured, but you should use enough water to completely cover the cashew plus about a half an inch. Alternatively, if you&apos;d like a slightly more viscous and less creamy cashew cheese (it&apos;s also easier to scrape out of your blender/food processor), you can boil the cashews in a small pot on low heat for 45 minutes to an hour:&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://abehmiel.net/images/blog/2012-12-15_12-47-56_73.webp&quot; alt=&quot;Boiling cashews on the stovetop for 45 minutes to an hour&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Afterwards, drain the cashews of any water used to soak them:&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://abehmiel.net/images/blog/2012-12-15_12-27-59_923.webp&quot; alt=&quot;Draining cashews in a strainer&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Draining cashews in a strainer&lt;/p&gt;
&lt;p&gt;Load them into your blender or food processor and add a teaspoon of salt (or more, if you want). Using a tamper if necessary, grind them until you get a smooth paste.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://abehmiel.net/images/blog/2012-12-15_13-46-00_93.webp&quot; alt=&quot;Cashew cream with boiled cashews, view 1&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://abehmiel.net/images/blog/2012-12-15_13-46-10_877.webp&quot; alt=&quot;Cashew cream with boiled cashews, view 2&quot; /&gt;&lt;/p&gt;
&lt;p&gt;If you&apos;d like, you can add 1 cup of unsweetened, unflavored soy yogurt (24 oz = $3.49) to make the product even softer, creamier and have a slightly more sour taste:&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://abehmiel.net/images/blog/2012-12-15_12-32-00_137.webp&quot; alt=&quot;1 cup soy yogurt&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://abehmiel.net/images/blog/2012-12-15_12-40-55_910.webp&quot; alt=&quot;Cashew cream view 1&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://abehmiel.net/images/blog/2012-12-15_12-41-14_37.webp&quot; alt=&quot;Cashew cream, view 2&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Scrape the cream out of the blender and into a medium-sized bowl with a knife or spatula. FEED ON THE EXCESS. You can cover the bowl with plastic wrap or a non-airtight lid and leave it at room temperature for 8-48 hours somewhere safe in your house to let it develop flavor. You don&apos;t have to do this, though. The longer you leave it out at room temperature, the more sour and developed the taste will be, and I&apos;d advise you to taste a little bit at certain intervals to check on the flavor. I also wouldn&apos;t recommend leaving it out like this for more than two days. You might forget about it, and it could spoil, especially if you&apos;re using soy yogurt and if it&apos;s hot at your place.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://abehmiel.net/images/blog/2012-12-15_13-00-54_8.webp&quot; alt=&quot;Blob of cashew cream&quot; /&gt;&lt;/p&gt;
&lt;p&gt;If you want to make a simple cream cheese, congratulations! You&apos;re finished and don&apos;t have to do anything else. If you want to flavor your cream cheese with herbs like chives and rosemary, just mix them in and transfer the mixture to a sealable container. It should keep its freshness for two to four weeks. One of my favorite things to add to cashew cream made this way is roasted red peppers and kalamata olives. You can dice those ingredients and just stir them in to make it chunky, or load everything back into your food processor to grind it all up smoothly. Another tasty option is to add some crumbled nori leaves and a few drops of liquid smoke to make &apos;faux lox.&apos;&lt;/p&gt;
&lt;p&gt;If you want to make a more solid cheese, then don&apos;t use soy yogurt. Instead, when you reach this step (after letting it develop flavor at room temperature, if desired), stir in a cup of nutritional yeast and a cup of tapioca starch to your cashew blob and mix well. You may certainly opt to use less nutritional yeast or tapioca starch if you&apos;d like. Sometimes, I add one or two teaspoons of turmeric to give it a brighter yellow color:&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://abehmiel.net/images/blog/2012-12-15_13-53-24_930.webp&quot; alt=&quot;Unmixed paneer-type cheese&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Mix it up for several minutes until it becomes doughy and smooth in color:&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://abehmiel.net/images/blog/2012-12-15_13-55-38_705.webp&quot; alt=&quot;Mixed paneer-type cheese&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Lay a 18-inch long sheet of plastic wrap or paper material of your choice on a counter or cutting board, then spoon the cashew mixture onto it.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://abehmiel.net/images/blog/2012-12-15_14-01-02_177.webp&quot; alt=&quot;Casheese, near completion&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://abehmiel.net/images/blog/2012-12-15_14-01-31_699.webp&quot; alt=&quot;Casheese, shaped into a log&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Using the plastic wrap, shape the cashew cheese mixture into a log with your hands. Try a piece. It will be fucking delicious. You can also sprinkle a few tablespoons of mixed herbs and seasonings on the plastic wrap so that when you roll it, it encrusts the cashew cheese loaf with delightful, delightful flavors. Put it into an airtight container and let it chill in the fridge, as it will become slightly harder with decreasing temperature.&lt;/p&gt;
&lt;p&gt;If you have access to agar (agar-agar, whatever), you can make an even thicker, heftier cheese by boiling a cup of water and adding about 10 grams, or about 1/6 to 1/4 the package of agar, as obtained from a local Asian market, to the boiling water. Mix it up a little to evenly melt it, then stir it into the mixture with the nutritional yeast and tapioca. It will harden when you cool it.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://abehmiel.net/images/blog/2012-12-23_14-49-08_84.webp&quot; alt=&quot;Agar-agar, $1.59&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Agar-agar, $1.59&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://abehmiel.net/images/blog/2012-12-15_13-50-42_168.webp&quot; alt=&quot;1 cup boiling water + agar-agar&quot; /&gt;&lt;/p&gt;
&lt;p&gt;1 cup boiling water + agar-agar&lt;/p&gt;
&lt;p&gt;My co-op also sells agar in flake form, but...&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://abehmiel.net/images/blog/2012-12-14_17-46-53_192.webp&quot; alt=&quot;10x the price... not recommended&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I&apos;m currently experimenting with cashew cheeses with massive amounts of agar-agar in hopes of creating a &quot;deli-slice-able&quot; cashew cheese. No luck so far, though. In the meantime, here&apos;s a couple pictures of some food I prepared with these &apos;recipes:&apos;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://abehmiel.net/images/blog/2012-12-14_19-45-01_545.webp&quot; alt=&quot;Caprese salad with spinach, avocado, tomato, and bouquet garnier&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://abehmiel.net/images/blog/2012-12-15_13-05-53_396.webp&quot; alt=&quot;Macaroni &amp;amp; casheese with TVP &apos;bacon&apos; bits&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Suggestions and recipes of your own are welcomed in the comments.&lt;/p&gt;
</content:encoded><category>cheese</category><category>food</category><category>photos</category></item><item><title>New Yellow Bike</title><link>https://abehmiel.net/blog/2012-12-21-new-yellow-bike</link><guid isPermaLink="true">https://abehmiel.net/blog/2012-12-21-new-yellow-bike</guid><description>Got this puppy from the Troy Bike Rescue. A lovely ten-speed road bike with swell aluminum tires. IVERSON model. They hooked me up! One thing, though... it need</description><pubDate>Fri, 21 Dec 2012 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Got this puppy from the Troy Bike Rescue. A lovely ten-speed road bike with swell aluminum tires. IVERSON model. They hooked me up! One thing, though... it needs some #SWAG (and probably different handlebars).&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://abehmiel.net/images/blog/wpid-2012-12-20_14-47-16_22.webp&quot; alt=&quot;image&quot; title=&quot;2012-12-20_14-47-16_22.jpg&quot; /&gt;&lt;/p&gt;
</content:encoded><category>bikes</category><category>photos</category></item><item><title>Tensor Tympani</title><link>https://abehmiel.net/blog/2012-12-21-tensor-tympani</link><guid isPermaLink="true">https://abehmiel.net/blog/2012-12-21-tensor-tympani</guid><description>Greetings all!  11:34 brings some good news your way:</description><pubDate>Fri, 21 Dec 2012 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Greetings all! _11:34 brings some good news your way:&lt;/p&gt;
&lt;p&gt;It gives me great pleasure to announce the completion of my new double-length album, TENSOR TYMPANI! A formal record release with physical copies of the album, complete with album art by my friend Walter Sutin, will be forthcoming in the early months of 2013 but for now, as I always do, I&apos;ve made it available online free of charge. This album has been many years in the making and I was inspired to finally finish it this past summer, completing some musical ideas that I&apos;ve been working on for at least four years, and creating some new ones. I&apos;ll avoid an in-depth interpretation of my own work here for now, but I will say that one of the main themes in the album regards the challenges involved in growing into an ethically-consistent and world-wise being (I confess that I&apos;m neither of those things but hopefully I&apos;m getting closer every day).&lt;/p&gt;
&lt;p&gt;A .zip file of V0 .mp3&apos;s was previously hosted on my site but is no longer available. The album is still on &lt;a href=&quot;https://archive.org/details/1134-TensorTympani&quot;&gt;Internet Archive&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I also uploaded Tensor Tympani to the internet archive &lt;a href=&quot;https://archive.org/details/1134-TensorTympani&quot; title=&quot;_11:34 - Tensor Tympani&quot;&gt;here&lt;/a&gt;, with a short description of the work. There is a streaming player on the right-hand side if you want to listen before downloading.&lt;/p&gt;
&lt;p&gt;Lyrics are available &lt;a href=&quot;https://pastebin.com/T1SV2RuP&quot; title=&quot;Lyrics for Tensor Tympani&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Enjoy! Feedback is welcomed.&lt;/p&gt;
</content:encoded><category>music</category><category>_1134</category></item><item><title>Condensed Matter Order of Magnitude Higher Power Hour 12/11/2012 &amp;amp; 12/18/2012</title><link>https://abehmiel.net/blog/2012-12-20-condensed-matter-order-of-magnitude-higher-power-hour-12112012-12182012</link><guid isPermaLink="true">https://abehmiel.net/blog/2012-12-20-condensed-matter-order-of-magnitude-higher-power-hour-12112012-12182012</guid><description>These two  playlists were good ones. The first is more or less &quot;normal-themed&quot; and the second contains somewhat of a best-of-the-year-wrap-up and then an &quot;apoca</description><pubDate>Thu, 20 Dec 2012 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;These two  playlists were good ones. The first is more or less &quot;normal-themed&quot; and the second contains somewhat of a best-of-the-year-wrap-up and then an &quot;apocalypse-themed&quot; playlist Right to it:&lt;/p&gt;
&lt;p&gt;CMOOMHPH_tue_12_11_2012 &lt;em&gt;(audio file no longer available)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;CMOOMHPH_tue_12_18_2012 &lt;em&gt;(audio file no longer available)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;12/11/12&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;DAN DEACON&lt;/th&gt;
&lt;th&gt;GUILFORD AVENUE BRIDGE&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;ANDREW BIRD&lt;/td&gt;
&lt;td&gt;THREE WHITE HORSES&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;EL TEN ELEVEN&lt;/td&gt;
&lt;td&gt;THANKS BILL&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;PRINCE RAMA&lt;/td&gt;
&lt;td&gt;THOSE WHO LIVE FOR LOVE WILL LIVE FOREVER&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;GRMLN&lt;/td&gt;
&lt;td&gt;RELAX YOURSELF (DOLPHIN CRY)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;UNNATURAL HELPER&lt;/td&gt;
&lt;td&gt;STIFF WIND&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;THE BABIES&lt;/td&gt;
&lt;td&gt;ALLIGATOR&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;NO&lt;/td&gt;
&lt;td&gt;BIG WAVES&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;HUME&lt;/td&gt;
&lt;td&gt;SEASON&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;THE FLAMING LIPS&lt;/td&gt;
&lt;td&gt;CAN&apos;T STOP THE SPRING&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;LUNGFISH&lt;/td&gt;
&lt;td&gt;THIS WORLD&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;THE NEW BOMB TURKS&lt;/td&gt;
&lt;td&gt;BORN TOULOUISE LAUTREC&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;UNWOUND&lt;/td&gt;
&lt;td&gt;TREACHERY&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ERASE ERRATA&lt;/td&gt;
&lt;td&gt;BEACON&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;NEU!&lt;/td&gt;
&lt;td&gt;NEUSCHNEE&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;MAGAZINE&lt;/td&gt;
&lt;td&gt;PARADE&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;END OF A YEAR&lt;/td&gt;
&lt;td&gt;BELEADERS&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;WIPERS&lt;/td&gt;
&lt;td&gt;RETURN OF THE RAT&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;THE OBSESSED&lt;/td&gt;
&lt;td&gt;TOMBSTONE HIGHWAY&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;WIRE&lt;/td&gt;
&lt;td&gt;IN THE ART OF STOPPING&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;FUGAZI&lt;/td&gt;
&lt;td&gt;CLOSED CAPTIONED&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;BEE ELVY&lt;/td&gt;
&lt;td&gt;ALPINE3&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DISAPPEARS&lt;/td&gt;
&lt;td&gt;REPLICATE&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;FLIPPER&lt;/td&gt;
&lt;td&gt;SOMEDAY&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;X&lt;/td&gt;
&lt;td&gt;IN THE TIME IT TAKES&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;THE CLASH&lt;/td&gt;
&lt;td&gt;OVERPOWERED BY FUNK&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;JUNIQUE FOIS PI&lt;/td&gt;
&lt;td&gt;PETIT CRAQUE&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;THE EX&lt;/td&gt;
&lt;td&gt;HURIYET&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DIOS&lt;/td&gt;
&lt;td&gt;NO SE&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DIE KREUZEN&lt;/td&gt;
&lt;td&gt;SICK PEOPLE&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;THE CATALYST&lt;/td&gt;
&lt;td&gt;PANIC DON&apos;T PANIC&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DRIVE LIKE JEHU&lt;/td&gt;
&lt;td&gt;HERE COME THE ROME PLOWS&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;12/18/12&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;PRINCE RAMA&lt;/th&gt;
&lt;th&gt;BLADE OF AUSTERITY&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;MAIA VIDAL&lt;/td&gt;
&lt;td&gt;GOD IS MY BIKE&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;EL TEN ELEVEN&lt;/td&gt;
&lt;td&gt;TIGER TIGER&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;LUNGFISH&lt;/td&gt;
&lt;td&gt;ARMAGEDDON&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;LIGHTNING BOLT&lt;/td&gt;
&lt;td&gt;FLY FUCKER FLY&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;YOUNG MEN&lt;/td&gt;
&lt;td&gt;CULT OF CHILDREN&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;OFFICE OF FUTURE PLANS&lt;/td&gt;
&lt;td&gt;FEMA COFFINS&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;MATH THE BAND&lt;/td&gt;
&lt;td&gt;POSITIVE STRESS&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;SELF DEFENSE FAMILY&lt;/td&gt;
&lt;td&gt;WORLD VIRGINS&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;EX-CULT&lt;/td&gt;
&lt;td&gt;SHADE OF RED&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;LUNGFISH&lt;/td&gt;
&lt;td&gt;SCREAMS OF JOY&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;MAYANS&lt;/td&gt;
&lt;td&gt;BUEN PROVECHO&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;THE CATALYST&lt;/td&gt;
&lt;td&gt;42012&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;_11:34&lt;/td&gt;
&lt;td&gt;FISTFULLA VITAMINS&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;X&lt;/td&gt;
&lt;td&gt;SOME OTHER TIME&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;WIPERS&lt;/td&gt;
&lt;td&gt;DOOM TOWN&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;SONIC EXTRUSION DIES&lt;/td&gt;
&lt;td&gt;EIDOLON DON&apos;T CRY&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;UNDEFINED AUGUMENTS&lt;/td&gt;
&lt;td&gt;LA CUENTALARGA&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DISCHARGE&lt;/td&gt;
&lt;td&gt;DOOMSDAY&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;THE CLASH&lt;/td&gt;
&lt;td&gt;STRAIGHT TO HELL&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;RUDIMENTARY PENI&lt;/td&gt;
&lt;td&gt;ONLY DEATH&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DANIEL HIGGS&lt;/td&gt;
&lt;td&gt;LIVING IN THE KINGDOM OF DEATH&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;THE CHANNELS&lt;/td&gt;
&lt;td&gt;LITTLE EMPIRES&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;STINKING LIZAVEDA&lt;/td&gt;
&lt;td&gt;CAUGHT BETWEEN WORLDS&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;THE EVENS&lt;/td&gt;
&lt;td&gt;KING OF KINGS&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
</content:encoded><category>music</category><category>radio</category></item><item><title>Condensed Matter Order of Magnitude Higher Power Hour 12/4/2012</title><link>https://abehmiel.net/blog/2012-12-10-condensed-matter-order-of-magnitude-higher-power-hour-1242012</link><guid isPermaLink="true">https://abehmiel.net/blog/2012-12-10-condensed-matter-order-of-magnitude-higher-power-hour-1242012</guid><description>Here&apos;s my radio show from this past Tuesday. I called it twofer-Tuesday becasue I played some good shit in sets of two. I got a little lazy with it though. You&apos;</description><pubDate>Mon, 10 Dec 2012 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Here&apos;s my radio show from this past Tuesday. I called it twofer-Tuesday becasue I played some good shit in sets of two. I got a little lazy with it though. You&apos;ll see: CMOOMHPH_tue_12_4_2012 &lt;em&gt;(audio file no longer available)&lt;/em&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;EL TEN ELEVEN&lt;/th&gt;
&lt;th&gt;TRANSITIONS&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;SEAPONY&lt;/td&gt;
&lt;td&gt;BE ALONE&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;PARLOURS&lt;/td&gt;
&lt;td&gt;STAY WITH YOU&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;VCMG&lt;/td&gt;
&lt;td&gt;LOWLY&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;PRINCE RAMA&lt;/td&gt;
&lt;td&gt;BLADE OF AUSTERITY&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;BRAINSTORM&lt;/td&gt;
&lt;td&gt;FLAT EARTH&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;NO&lt;/td&gt;
&lt;td&gt;ANOTHER LIFE&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ANTELOPE&lt;/td&gt;
&lt;td&gt;MIRRORING&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ANTELOPE&lt;/td&gt;
&lt;td&gt;REFLECTOR&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DIOS&lt;/td&gt;
&lt;td&gt;UNA VUELTA DE TUERCA&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DIOS&lt;/td&gt;
&lt;td&gt;SUBIENDO LA CUESTA&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;LUNGFISH&lt;/td&gt;
&lt;td&gt;INDIVISIBLE&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;LUNGFISH&lt;/td&gt;
&lt;td&gt;FILL THE DAYS&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;WIRE&lt;/td&gt;
&lt;td&gt;TWO PEOPLE IN A ROOM&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;WIRE&lt;/td&gt;
&lt;td&gt;ONCE IS ENOUGH&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;THE EVENS&lt;/td&gt;
&lt;td&gt;IF IT&apos;S WATER&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;THE EVENS&lt;/td&gt;
&lt;td&gt;WONDER WHY&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;YOUNG MARBLE GIANTS&lt;/td&gt;
&lt;td&gt;EATING NODDEMIX&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;YOUNG MARBLE GIANTS&lt;/td&gt;
&lt;td&gt;CHOCI LOCI&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;KILLING JOKE&lt;/td&gt;
&lt;td&gt;WARDANCE&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;KILLING JOKE&lt;/td&gt;
&lt;td&gt;REQUIEM&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;FRENCH TOAST&lt;/td&gt;
&lt;td&gt;FLOAT AWAY&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;FRENCH TOAST&lt;/td&gt;
&lt;td&gt;WHAT I SEE&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;BLACK MOTH SUPER RAINBOW&lt;/td&gt;
&lt;td&gt;JUMP INTO MY MOUTH AND BREATHE IN THE STARDUST&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;BLACK MOTH SUPER RAINBOW&lt;/td&gt;
&lt;td&gt;DRIPPY EYE&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;JOE LALLY&lt;/td&gt;
&lt;td&gt;LIDIA&apos;S SONG&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;JOE LALLY&lt;/td&gt;
&lt;td&gt;WHAT MAKES YOU&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;KEROSENE 454&lt;/td&gt;
&lt;td&gt;HEROES&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;KEROSENE 454&lt;/td&gt;
&lt;td&gt;CLOSING IN&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;VERTEBRATES&lt;/td&gt;
&lt;td&gt;ASTEROIDS&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;VERTEBRATES&lt;/td&gt;
&lt;td&gt;EXPERTS MIND&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
</content:encoded><category>music</category><category>radio</category></item><item><title>Place Position in the Publication Process Powerpoint</title><link>https://abehmiel.net/blog/2012-12-04-place-position-in-the-publication-process-powerpoint</link><guid isPermaLink="true">https://abehmiel.net/blog/2012-12-04-place-position-in-the-publication-process-powerpoint</guid><description>Today I gave a seminar at CNSE at UAlbany about some basic information useful to graduate students about peer-reviewed science publication and the various tools</description><pubDate>Tue, 04 Dec 2012 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Today I gave a seminar at CNSE at UAlbany about some basic information useful to graduate students about peer-reviewed science publication and the various tools that one can use to navigate  and facilitate the process. Advice on writing style, figure creation, LaTeX, and responding to reviewer comments is given to a general science audience with links to online resources.&lt;/p&gt;
&lt;p&gt;Journal Publication Seminar &lt;em&gt;(file no longer available)&lt;/em&gt;&lt;/p&gt;
</content:encoded><category>professional-development</category><category>science</category></item><item><title>Grant-Writing for Graduate Students: A Recap of the FFLC&apos;s Fall Event</title><link>https://abehmiel.net/blog/2012-11-29-grant-writing-for-graduate-students-a-recap-of-the-fflcs-fall-event</link><guid isPermaLink="true">https://abehmiel.net/blog/2012-11-29-grant-writing-for-graduate-students-a-recap-of-the-fflcs-fall-event</guid><description>By Abraham Hmiel</description><pubDate>Thu, 29 Nov 2012 00:00:00 GMT</pubDate><content:encoded>&lt;h3&gt;Grant-Writing for Graduate Students: A Recap of the FFLC&apos;s Fall Event&lt;/h3&gt;
&lt;p&gt;By Abraham Hmiel&lt;/p&gt;
&lt;p&gt;On Thursday, October 25th, the FFLC at UAlbany hosted a grant writing panel for graduate students. The panelists included some faculty who had earned substantial funding through grants in their careers and others that have sat on grant review committees. Several questions were asked of the panelists and their responses are summarized below. The panelists included: Allison Houston, a PhD Candidate in Sociology and a GSO Grant Reviewer; Beth Large, a representative of from the Research Foundation; Dr. Marlene Belfort, a distinguished professor in the Department of Biological Sciences and Biomedical Sciences; Dr. Melinda Larsen, an assistant professor in the Department of Biological Sciences; and Dr. Mark Muraven, an associate professor in the Psychology Department.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What did you do your first time you wrote a grant?&lt;/strong&gt; Probably the best way to learn how to write a good grant is to use a well-structured, successfully-funded grant as a template. The project&apos;s aims and details could be different, and the agency funding the grant that you seek may be as well, but you can use it emulate the style and flow of the document and make all the changes that are necessary. It is possible to request funded grants from the federal govt under FOIA through the sponsored programs office, although there could be a small charge for document.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What do you wish you knew in advance when writing your first grant?&lt;/strong&gt; Knowing what the grant reviewers are looking for in advance is very helpful – you can contact contact the programs officer at the funding agency and talk to them about what they&apos;re seeking. Keep in mind that to them, It&apos;s not about&lt;strong&gt;just&lt;/strong&gt; the grant, it&apos;s the whole package, including training opportunities and career-building for the person seeking the grant as well. Additionally, it is very important to read the application carefully and do what is asked. Grant reviewers are exhausted; make their jobs easier any way you can because in all likelihood, they will be reading your application at 2:00 AM. Understand that reviewers may not be fluent in your field. In fact, they may know nothing, so &lt;strong&gt;translate it&lt;/strong&gt; into applied research. The whole process is different than peer-review, so treat it as such.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What kinds of strategies are helpful?&lt;/strong&gt; The application should be proofread by many colleagues who have different subfields and who might be looking for different facets to improve. Send your application to friends or family who don&apos;t have any training in your field whatsoever, since grant reviewers may not either. Keep in mind that they need time to review it and make corrections and comments. Time constraint could be an ally, not an enemy. If you take your time and let ideas come to you, the grant application will be more comprehensive. Time management is a good skill to use, as it&apos;s best not to write the whole document the month before it&apos;s due. Aim for 6 months as a timeline to make a grant renewal.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What are some red flags that might cause a review committee to reject a grant outright?&lt;/strong&gt; Everything needs to be done with care and good organization. Format the CV properly and proofread all the materials that you&apos;re going to submit. Have a cover letter that grabs attention. Don&apos;t be careless and follow directions. If you can&apos;t get it together on paper, how can you get it together in a lab? Hand-written grant applications are a red flag, even for small ones. Writing a grant at the last minute may show itself to reviewers. For travel grants at UAlbany, redact information that is not required on copies by blotting it out.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What are some common mistakes people make when writing grants?&lt;/strong&gt; The question, ”why is this grant important?”, if not addressed, could be very problematic. Be clear on this- write specific aims in bold, and don&apos;t bury them. Make sure there&apos;s whitespace, figures, diagrams, and the overall style of the printed pages should be easy on the eyes. Readable fonts are also very important, serifs should not be used.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;How can a grant be used by the recipient?&lt;/strong&gt; The solicitation guidelines outline the uses for the grant money. Sometimes, a project is awarded a grant over a multiple-year period, but the submission of a yearly progress report is required. Some grants are only 1-year- it depends what you&apos;re doing or what money is available. Being late on these renewal deadlines could be problematic for continuing your funds. Generally, your work needs to stay within the dates allotted within the terms of the grant. An extension of time may be requested, but it is always a good idea to stay close to your contact at the funding agency and notify them of any difficulties you may have meeting deadlines, for example, in a family emergency or things of that nature.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What do you, as a grant reviewer, look for most when deciding which grants to fund?&lt;/strong&gt; Saying why you are worthy of this grant, in clear terms is important. Having deliverable goals that are creative and will make significant progress on your research career, but not too lofty as to not be attainable is crucial as well. Eligibility restrictions may disqualify graduate students and post-docs from large-valued grants. There is typically a hierarchical system of earning grants at different points of one&apos;s career through NIH, NSF and others. The question may turn to, “how many publications will this grant ultimately be responsible for? Could the deliverables funded by this grant make the nightly news? Will this grant spur a new experimental technique or shed light on a mechanism of fundamental science?”&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;When should you, on your long-term career horizon, be looking for larger grants?&lt;/strong&gt; Be mindful of your own track record. Reviewers need to know that you&apos;ll be able to conduct small projects, to trust you with a lot of money. Agencies tend to have a progression of increasing grant awards. Early career academics or investigators have special grants for them. When progress is made and deliverables achieved, other larger projects can be funded, provided that they have produced fruit like publications and funded students attaining degrees. Substantial grants, especially currently-funded ones, have a very positive effect on your ability to be hired as a faculty member.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;How much preliminary data do you need to apply in the first place?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This depends on the study; in truth, one can never have enough data. It is not true that your thesis needs to be in a nearly-complete state, but you should be able to convince others that you can do the work required to complete the project.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What is the process like for graduate students to seek external grants at SUNY Albany?&lt;/strong&gt; To seek external grants, your advisor needs to work with the sponsored programs office. The faculty member needs to act as a liaison between the researchers (graduate students), the sponsored programs personnel, and the funding agency. A lengthy, but not comprehensive, list of funding opportunities for graduate students at UAlbany can be found at:&lt;a href=&quot;http://www.albany.edu/research/GradStudentFunding.htm&quot;&gt;http://www.albany.edu/research/GradStudentFunding.htm&lt;/a&gt;&lt;/p&gt;
</content:encoded><category>professional-development</category></item><item><title>Condensed Matter Order of Magnitude Higher Power Hour 11/27/2012</title><link>https://abehmiel.net/blog/2012-11-28-condensed-matter-order-of-magnitude-higher-power-hour-11272012</link><guid isPermaLink="true">https://abehmiel.net/blog/2012-11-28-condensed-matter-order-of-magnitude-higher-power-hour-11272012</guid><description>Here&apos;s my last radio show where I played DIOS by DIOS (Argentina, 2000) in its entirety and most of &quot;The Odds&quot; by The Evens</description><pubDate>Wed, 28 Nov 2012 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Here&apos;s my last radio show where I played DIOS by DIOS (Argentina, 2000) in its entirety and most of &quot;The Odds&quot; by The Evens&lt;/p&gt;
&lt;p&gt;tue_nov_27_2012_DJ_Nanobot &lt;em&gt;(audio file no longer available)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Dios begins at about 31:50&lt;/p&gt;
&lt;p&gt;The tracklist:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;TRC&lt;/th&gt;
&lt;th&gt;SWEATBOX&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;MUTTS&lt;/td&gt;
&lt;td&gt;WASHINGTON (STILL) OWNS PEOPLE&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;STATE RADIO&lt;/td&gt;
&lt;td&gt;BIG MAN&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;THE OYSTER MURDERS&lt;/td&gt;
&lt;td&gt;THE WATER IN YOUR BLOOD&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;EL TEN ELEVEN&lt;/td&gt;
&lt;td&gt;TRANSITIONS&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DIOS&lt;/td&gt;
&lt;td&gt;NO SE&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DIOS&lt;/td&gt;
&lt;td&gt;UNA VUELTA DE TUERCA&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DIOS&lt;/td&gt;
&lt;td&gt;EL CAMPEON&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DIOS&lt;/td&gt;
&lt;td&gt;LA COMPARISA FUGUTIVA DE LA NOCHE&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DIOS&lt;/td&gt;
&lt;td&gt;EL MAL&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DIOS&lt;/td&gt;
&lt;td&gt;CAPITAN FIEBRE&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DIOS&lt;/td&gt;
&lt;td&gt;SUBIENDO LA CUESTA&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DIOS&lt;/td&gt;
&lt;td&gt;CHOQUEMOS&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DIOS&lt;/td&gt;
&lt;td&gt;CARNAVAL&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DIOS&lt;/td&gt;
&lt;td&gt;SALIR DE NOCHE&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DIOS&lt;/td&gt;
&lt;td&gt;CUANDO EL AMOR NACE&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DIOS&lt;/td&gt;
&lt;td&gt;NUCLEO DURO&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DIOS&lt;/td&gt;
&lt;td&gt;LOS CAMPESINOS&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DIOS&lt;/td&gt;
&lt;td&gt;DULCINEA&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DIOS&lt;/td&gt;
&lt;td&gt;APRENDIDO A COMER VIDRIERAS&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DIOS&lt;/td&gt;
&lt;td&gt;LA PRINCESA&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DIOS&lt;/td&gt;
&lt;td&gt;LAS RANITAS&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DIOS&lt;/td&gt;
&lt;td&gt;EN EL RIO&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;THE EVENS&lt;/td&gt;
&lt;td&gt;KING OF KINGS&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;THE EVENS&lt;/td&gt;
&lt;td&gt;WANTED CRIMINALS&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;THE EVENS&lt;/td&gt;
&lt;td&gt;I DO MYSELF&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;THE EVENS&lt;/td&gt;
&lt;td&gt;WARBLE FACTOR&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;THE EVENS&lt;/td&gt;
&lt;td&gt;SOONER OR LATER&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;THE EVENS&lt;/td&gt;
&lt;td&gt;WONDER WHY&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;THE EVENS&lt;/td&gt;
&lt;td&gt;COMPETING WITH THE TILL&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;THE EVENS&lt;/td&gt;
&lt;td&gt;BROKEN FINGER&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;THE EVENS&lt;/td&gt;
&lt;td&gt;ARCHITECTS SLEEP&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;THE EVENS&lt;/td&gt;
&lt;td&gt;TIMOTHY WRIGHT&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
</content:encoded><category>music</category><category>radio</category></item><item><title>Condensed Matter Order of Magnitude Higher Power Hour Shows June-November</title><link>https://abehmiel.net/blog/2012-11-14-condensed-matter-order-of-magnitude-higher-power-hour-shows-june-november</link><guid isPermaLink="true">https://abehmiel.net/blog/2012-11-14-condensed-matter-order-of-magnitude-higher-power-hour-shows-june-november</guid><description>Here&apos;s a selection of some of my recorded radio shows off the WCDB archive. They&apos;re each two hours long. Have at:</description><pubDate>Wed, 14 Nov 2012 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Here&apos;s a selection of some of my recorded radio shows off the WCDB archive. They&apos;re each two hours long. Have at:&lt;/p&gt;
&lt;p&gt;CMOOMHPH shows from June–November 2012 &lt;em&gt;(audio files no longer available)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Track listing (1st 3 shows are in reverse order, rock rotation is usually the 1st half hour): 6/19: LUNGFISH THIS WORLD JOE LALLY ALL MUST PAY ERASE ERRATA MARATHON SONIC YOUTH THE WORLD LOOKS RED BRIEF BOUTS OF SPIMES ROB OFFE SHOULD OUTDOOR MINER JHMH SKY THE FALL R.O.D. PEOPLE ON PAUSE DIRTY DOV SISTER SUVI THE LOT S PRCSS YOUR MOTIVATION IS LESS LIKE THIS ERIN TOBEY I GROW LIKE A PLANT PWRFL POWER IT&apos;S OKAY THE EVENS SHELTER TWO EL GUAPO SPACE TOURIST SUICIDE GHOST RIDER THE FAINT YOUR RETRO CAREER MELTED SUPERSYSTEM THE PINNACLE OF EXPERIENCE MS. JOHN SODA NO. ONE BLACK MOTH SUPER RAINBOW JUMP INTO MY MOUTH AND BREATHE IN THE STARDUST AIR ANOTHER DAY GANG OF FOUR A FRUITFLY IN THE BEEHIVE EGG HUNT WE ALL FALL DOWN FUGAZI STACKS LUNGFISH UNTITLED M. WARD PURE JOY M. WARD WILD GOOSE M. WARD CRAWL AFTER YOU M. WARD THERE&apos;S A KEY M. WARD WATCH THE SHOW M. WARD A WASTELAND COMPANION M. WARD THE FIRST TIME I RAN AWAY M. WARD I GET IDEAS M. WARD SWEETHEART M. WARD ME AND MY SHADOW M. WARD PRIMITIVE GIRL M. WARD CLEAN SLATE&lt;/p&gt;
&lt;p&gt;7/31: WOODY GUTHRIE UNION BURYING GROUND WIPERS OVER THE EDGE VERTEBRATES ASTEROIDS _11:34 90&apos;S VEGAN POST-HARDCORE THREESOME P.K.14 A LOT OF CHINESE CHARACTERS THE OBSESSED TOMBSTONE HIGHWAY LUNGFISH SEARCHLIGHT BLONDE REDHEAD SUIMASEN END OF A YEAR W/CAROLINE CORRIGAN MARISSA WENDOLOVSKE OFFICE OF FUTURE PLANS THE LOYAL OPPOSITION SLEATER-KINNEY HOLLYWOOD ENDING RUDIMENTARY PENI SUBDUED VIOLENCE SCREAM SOLIDARITY NEW BRUTALISM 053 FUGAZI BED FOR THE SCRAPING KEROSENE 454 ANTI-MAGNET X-RAY SPEX I AM A CLICHE X (FROM AUSTRALIA) THE FEEL MAGAZINE PARADE YOUNG MARBLE GIANTS CONSTANTLY CHANGING _11:34 I&apos;M SO SICK OF ALL-WHITE-DUDE-20-SOMETHINGS-BANDS MADNESS DECEIVES THE EYE SPIDER AND THE WEBS FROZEN ROSES SONIC YOUTH SKIP TRACER TALL BIRDS INTERNALIZE S PRCSS DISINGRATIFY MY _11:34 ON THE EDGE OF COMPOSURE 2:54 REVOLVING K-HOLES ACID DIRTY GHOSTS ROPES THAT WAY HOT CHIP HOW DO YOU DO? DEBO BAND TENESH KELBE LAY GUIDED BY VOICES KEEP IT IN MOTION JED DAVIS RIDE THE PARTY BUS PEAKING LIGHTS BEAUTIFUL SON&lt;/p&gt;
&lt;p&gt;8/14: WOODS WIND WAS THE WINE HOT CHIP HOW DO YOU DO? NEU! NEUSCHNEE CHUMBAWAMBA HEY! YOU! OUTSIDE NOW! LUNGFISH SCREAMS OF JOY SELF DEFENSE FAMILY WORLD VIRGINS SELF DEFENSE FAMILY SELF IMMOLATION FAMILY CALVARY RELUCTANCE - INSERTION - REGRET BIG BLACK KEROSENE DOPE BODY FORCE FIELD MEDICATIONS TWINE TIME REPTILE HOUSE SLEESTAK WEATHER GANG OF FOUR TO HELL WITH POVERTY KILLING JOKE VICTORY MARNIE STERN THE CRIPPLED JAZZER DRIVE LIKE JEHU HERE COME THE ROME PLOWS THE 1985 STRINGS ATTACHED THE LOW BUDGETS RIPPED OFF FUGAZI DEAR JUSTICE LETTER P.K.14 CHINESE CHARACTERS PUSSY RIOT KILL THE SEXIST PUSSY RIOT DEATH OF JAIL, FREEDOM OF PROTEST PUSSY RIOT PUTIN ZASSAL PUSSY RIOT MOTHER OF GOD, PUTIN PUT! PUSSY RIOT KROPOTKIN-VODKA PUSSY RIOT DELIVER PAVEMENT 2:54 YOU&apos;RE EARLY CEREMONY HYSTERIA MAPS AND ATLASES BUGS WOODS SLEEP PEAKING LIGHTS BEAUTIFUL SON&lt;/p&gt;
&lt;p&gt;11/13: SCISSOR SISTERS ONLY THE HORSES WILD BELLE KEEP YOU BLADE OF AUSTERITY PRINCE RAMA SIETTA WHAT AM I SUPPOSED TO DO? DEERHOOF THERE&apos;S THAT GRIN EL TEN ELEVEN TRANSITIONS BRAINSTORM UPWARD FELA KUTI WATER NO GET ENEMY NEU! SEELAND THE NUDGE REMOVE YA HELLA BIBLICAL VIOLENCE LUNGFISH SANDS OF TIME THE CATALYST SONG WITH NO WORDS THE 1985 STRINGS ATTACHED HAPPY GO LICKY SUZUKI TRANSISTOR TRANSISTOR AND THE BODY WILL DIE KEROSENE 454 CONTINUED MEDICATIONS SAFE AND SORRY HUSH ARBORS FOLLOW CLOSELY MAGAZINE PARADE ANTELOPE GAME OVER DISAPPEARS MINOR PATTERNS JOE LALLY SCAVENGER&apos;S GARDEN JOE LALLY NOTHING TO LOSE OMEGA TRIBE MAN MADE ONE LAST WISH SHADOW END OF A YEAR BO DIAZ IRON MAIDEN RAINMAKER&lt;/p&gt;
</content:encoded><category>music</category><category>radio</category></item><item><title>Screams of Joy</title><link>https://abehmiel.net/blog/2012-10-18-screams-of-joy</link><guid isPermaLink="true">https://abehmiel.net/blog/2012-10-18-screams-of-joy</guid><description>Here&apos;s a link to a live Lungfish song I found on the internet today. It&apos;s &quot;Screams of Joy&quot; which was released on A.C.R. 1999 earlier this spring. The live versi</description><pubDate>Thu, 18 Oct 2012 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Here&apos;s a link to a live Lungfish song I found on the internet today. It&apos;s &quot;Screams of Joy&quot; which was released on A.C.R. 1999 earlier this spring. The live version hits hard and it it&apos;s one of my favorite songs I&apos;ve heard all year. The first time I listened to this song (on the A.C.R. session), I was on my bike riding home from work and I literally had to pull off the road and pause and let the damn thing finish playing. Sometimes when I go running for a quick 3 mile run I&apos;ll just put it on repeat and let it play 6,7 times.&lt;/p&gt;
&lt;p&gt;05 Screams of Joy [live 12.11.99] &lt;em&gt;(file no longer available)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&quot;Screams of joy can be heard within the perimeter of our open-air facility&quot;&lt;/p&gt;
&lt;p&gt;And how.&lt;/p&gt;
</content:encoded><category>lungfish</category><category>music</category></item><item><title>Crack Elbow, Confront Ableism</title><link>https://abehmiel.net/blog/2012-10-15-crack-elbow-confront-ableism</link><guid isPermaLink="true">https://abehmiel.net/blog/2012-10-15-crack-elbow-confront-ableism</guid><description>Last Friday, on my way to do errands and my produce-room shift at the co-op, I had a totally uncharacteristic accident on my bike and went over the handlebars a</description><pubDate>Mon, 15 Oct 2012 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Last Friday, on my way to do errands and my produce-room shift at the co-op, I had a totally uncharacteristic accident on my bike and went over the handlebars after braking to stop at a red light. It turns out I had cracked my elbow and I don&apos;t have a lot of rotation-movement in my left wrist. A closed fracture of the radius, it is. Maybe 500 microns long. I&apos;m in a sling right now.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://abehmiel.net/images/blog/wpid-2012-10-12_18-16-01_824.webp&quot; alt=&quot;Me in the exam room of Urgent Care&quot; /&gt;&lt;/p&gt;
&lt;p&gt;It&apos;s really just an inconvenience, though. I&apos;m lucky that I&apos;m not a construction worker or server or any of the thousands of jobs where this kind of injury would render me useless. It also makes me realize how ableist I usually am and how normal cognitive function kind of assumes able-bodiedness in everyone. I mean, it&apos;s tough to use a zipper with one hand, wash dishes, operate a motor vehicle, etc., but people do it anyway. In a way, I kind of feel spoiled and guilty for bowing out of tasks due to this super-minor injury. I hope it affects my normal mindset, when I&apos;m healed, to consider how I can be less ableist in the future. I&apos;ve broken both my clavicles at different times when I was much younger, but at those times I hadn&apos;t developed the ability to think in terms of privilege and so everything just went back to normal as I healed.&lt;/p&gt;
&lt;p&gt;One of my roommates was in a major bike accident over the summer where she was bed-ridden for weeks. Another friend, a long time ago, was in a car accident where a highway girder was lodged inside one of her legs. I&apos;ll be fine in 6 weeks. Meanwhile, I&apos;ll think about ways that I can use my able-bodied privilege for the common good of those who don&apos;t have that luxury.&lt;/p&gt;
&lt;p&gt;In other news, I&apos;ve finished tracking for the (double) album that&apos;s been in the works for at least three years: Tensor Tympani! The time spent at home convalescing over the weekend enabled me to finish lyrics and vocals for the two remaining songs, and now all that&apos;s left is some final touch-ups and mastering.&lt;/p&gt;
</content:encoded><category>body-stuff</category><category>feelings</category><category>self-pic</category></item></channel></rss>