<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>ohhey[blog]</title><link href="http://ohheybrian.com/blog" rel="alternate"/><link href="https://ohheybrian.com/feed" rel="self"/><id>http://ohheybrian.com/blog</id><updated>2026-04-15T15:46:40.761703-04:00</updated><entry><title>Teaching in the Time of ChatGPT</title><link href="/blog/2026/04/teaching-in-the-time-of-chatgpt" rel="alternate"/><published>2026-04-15T15:46:40.761703-04:00</published><updated>2026-04-15T15:46:40.761703-04:00</updated><author><name>Brian</name></author><id>tag:None,2026-04-15:/blog/2026/04/teaching-in-the-time-of-chatgpt</id><summary type="html"/><content type="html">&lt;p&gt;&lt;a href="https://arstechnica.com/science/2026/04/to-teach-in-the-time-of-chatgpt-is-to-know-pain/"&gt;Original link&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This Ars Technica article has been breezing around the Internet for a couple days and I finally had some time to sit and read it this morning. It's full of very quotable nuggets that, more than anything, communicate the frustration teachers all over the world are feeling.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;But since the appearance of ChatGPT, the instructor’s job isn’t just to teach the subject and frantically attempt to keep every student’s plate spinning. Increasingly, it’s to moonlight as a detective and prosecutor because students without the motivation to do the work don’t have to skip it anymore.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This kind of sums up the essay - there's an enhanced air of suspicion about every piece of work that comes in from students these days. My situation is quite different - I'm face to face with a much smaller number of students. However, using &lt;a href="https://ohheybrian.com/tag/150"&gt;standards based grading&lt;/a&gt;, I still look at &lt;em&gt;a lot&lt;/em&gt; of student work. I have to see &lt;strong&gt;evidence of understanding&lt;/strong&gt; - can they do the thing described by the current learning goal? &lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The hard work of lifting weights is the point because that yields physical results. A popular analogy is that using an LLM to write your essay is like driving a forklift into the weight room. Weights get lifted, sure, but nothing is accomplished.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I talk with my students about "productive struggle" all the time. My practice pages don't have points attached in the gradebook because the entire purpose is for me to see authentic work, right or wrong. If it's right, I can confirm their work and give suggestions on clarifying processes or ask follow up questions to help them connect concepts. If it's wrong, I can help them fix those mistakes. If it isn't &lt;em&gt;their work&lt;/em&gt; - copied or LLMd or Googled - then I cannot do my job. This is a real mindset change, especially for 10th graders. I remind them that I cannot force &lt;em&gt;anything&lt;/em&gt;, but they're still responsible for the skill come assessments.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Many instructors are trying to adapt to this crisis by going back to the only evaluation tools that are pretty much LLM-proof—tests like oral exams or handwritten work created under supervision in the classroom.&lt;/p&gt;
&lt;p&gt;None of these solutions are available to instructors of asynchronous online classes. That sucks, since the availability of those classes is important.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This is the hardest part of the article. I don't have online classes and my tests &lt;em&gt;are&lt;/em&gt; handwritten, in class, in front of me. I know that the assessment is their best representation of understanding and I can point back to their evidence of learning (ie, the practice they've done before the test) as a way to promote reflection. "What did you do to prepare?" or, "How does this result match your prep work?" are common in my discussions after exams. It brings to the forefront the danger of offloading small tasks because all things come around again.&lt;/p&gt;
&lt;p&gt;I don't think education is in the middle of an AI revolution and I don't think I need to radically change what I'm doing. These fads have come and gone and will continue to do so. I think the bigger question is how we'll all weather this current trend and, more importantly, how we'll get students to reflect critically in &lt;em&gt;their&lt;/em&gt; participation.&lt;/p&gt;</content><category term="llm"/><category term="teaching"/><category term="comment"/></entry><entry><title>Using Gemini to Rethink a Dashboard</title><link href="/blog/2026/04/using-gemini-to-rethink-a-dashboard" rel="alternate"/><published>2026-04-08T11:39:53.179155-04:00</published><updated>2026-04-08T11:39:53.179155-04:00</updated><author><name>Brian</name></author><id>tag:None,2026-04-08:/blog/2026/04/using-gemini-to-rethink-a-dashboard</id><summary type="html"/><content type="html">&lt;p&gt;I've got a small app I use to keep track of student progress toward learning goals. I break my chemistry class down into simple "I can" statements for each unit and give feedback on students' abilities on performing those skills. They range from lab skills like "I can prepare a solution at a given concentration" to conceptual material like "I can explain why water's properties allow it to dissolve different substances." This gives students specific goals for making improvements and allows me to actually observe and give feedback on meaningful skills in chemistry.&lt;/p&gt;
&lt;p&gt;Since originally building it, I've added little things here and there which help me visualize proficiencies across the year between classes. I'm happy with the overall structure and I can get the information I need, but dang...I can't make a smooth interface. There are some small friction points that I put up with, but I always feel like there's a tweak I could make to help, but I don't know how to turn that feeling into action.&lt;/p&gt;
&lt;p&gt;My current dashboard is extremely spartan. I have a card for each standard with a couple action buttons followed by a long list of assignments. The feedback happens in a grid of forms for each student that I can either individually or bulk fill with feedback, but submissions happen individually. I want to make each course page more informative and clean up the feedback process to be more efficient.&lt;/p&gt;
&lt;p&gt;I decided to give Gemini the following prompt to see what it could come up with:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Design a web application dashboard used to give students feedback on work. The admin page for a teacher should show the current active learning standards and the assignments linked to that class. Standards are statements like, "I can calculate molarity" or "I can explain properties of water."&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img alt="An LLM based mockup of a course feedback platform. It has modules with different statistics, information about course elements, and sidebar navigation." src="/static/images/2026/class_dashboard.jpeg" /&gt;&lt;/p&gt;
&lt;p&gt;I prompted again for the feedback portion with,&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Create a second dashboard mockup showing how feedback could be entered for standards on a single assignment. An assignment page for a teacher should allow for feedback on multiple linked standards. It should also allow the teacher to add either individual feedback or bulk comments on student submissions.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img alt="An LLM based mockup for giving feedback on a specific skill. It includes current data about the skill, a roster of student names, and a form for submitting feedback for students." src="/static/images/2026/feedback_screen.jpeg" /&gt;&lt;/p&gt;
&lt;p&gt;And finally a third prompt for showing aggregate data for a skill in a course:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Create a screen showing specific details for a given standard. It should include students in the course and an overview of their feedback on that standard. It should be easy to browse and provide insight to their performance compared with the class overall.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img alt="An LLM generated mockup for an aggregate view on a learning skill in a feedback platform. It includes a roster of students, data for the class progress overall, and actions that can be taken on each student." src="/static/images/2026/standard_detail.jpeg" /&gt;&lt;/p&gt;
&lt;p&gt;Now, this is &lt;em&gt;very&lt;/em&gt; &lt;a href="https://en.wikipedia.org/wiki/Material_Design"&gt;Material Design&lt;/a&gt; because it's Google and dashboards are all the rage in material design land, but I'm looking beyond the aesthetic. This little exercise gave me some tangible ideas about how to do some of the improvement work on my own this summer. I think this is one of the first tangible uses I've personally had with LLMs, which is something I'm going to have to think about. I'm not planning on having it generate any code for me, but I think it will help me iterate on what I find helpful and what I could do without.&lt;/p&gt;</content><category term=""/></entry><entry><title>March 2026 Reading</title><link href="/blog/2026/04/march-2026-reading" rel="alternate"/><published>2026-04-01T12:55:32.695157-04:00</published><updated>2026-04-01T12:55:32.695157-04:00</updated><author><name>Brian</name></author><id>tag:None,2026-04-01:/blog/2026/04/march-2026-reading</id><summary type="html"/><content type="html">&lt;p&gt;Only one book finished in March, but it was almost 600 pages long, so there's that.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="https://www.librarything.com/work/27561400/book/306913503"&gt;Eyes of the Void&lt;/a&gt;&lt;/strong&gt; - Adrian Tchaikovsky&lt;/p&gt;
&lt;p&gt;What a marathon! The sequel to Shards of Earth took me much longer to read because it goes much, much deeper into the political nature of the conflict between Hugh, the Parthenon, and the Essiel. The ending came so quickly in the final chapters that I had to go back and read a few sections to really understand what happened during the climax. The ending sets up a huge question mark that needs to be answered in the final book.&lt;/p&gt;</content><category term="reading"/><category term="books"/></entry><entry><title>More Thoughts on human.json</title><link href="/blog/2026/04/more-thoughts-on-human-json" rel="alternate"/><published>2026-04-01T11:05:05.224322-04:00</published><updated>2026-04-01T11:05:05.224322-04:00</updated><author><name>Brian</name></author><id>tag:None,2026-04-01:/blog/2026/04/more-thoughts-on-human-json</id><summary type="html"/><content type="html">&lt;p&gt;I've thought some more about the &lt;a href="https://codeberg.org/robida/human.json"&gt;&lt;code&gt;human.json&lt;/code&gt;&lt;/a&gt; protocol meant to make site authorship more transparent. There are two things that stand out in my mind:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;There is nothing to prevent AI-generated sites from simply including their own &lt;code&gt;human.json&lt;/code&gt; file with a couple links to well-known, individual-run sites. The Chrome/Firefox extension works well and is clear about who a given author vouches for. But, there is nothing to stop anyone from linking to whomever they would like. We're trusting individuals to be a good neighbor and use the system as intended.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Network reach is a limiting factor. I know a handful of folks whose sites I read and check regularly. Their blogs land in my reader and I follow/interact with them on a social platform here and there. My network effect is small. There are others who are much more widely connected, so they can provide a much larger list of sites they can vouch for. But the labor is on the individual. There isn't a way to automatically add to your list of known sites - I need to manually go in and update my vouches list. The idea, in principle, is that I'm maintaining my own list of sites whom I would put my own reputation on. In reality, it's another thing I have to manage.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;There are some issues open on the repo that address adding a vouch for a site &lt;em&gt;without&lt;/em&gt; the &lt;code&gt;human.json&lt;/code&gt; file as a way to rubber stamp a website whose owner hasn't gone through the trouble of updating their own. I also came across a small shell script that someone wrote up to add sites to the &lt;code&gt;vouches&lt;/code&gt; property automatically. I also toyed around with making a small table here in my own database that would update &lt;code&gt;human.json&lt;/code&gt; on demand, kind of like my RSS feed is created. &lt;/p&gt;
&lt;p&gt;At the end of the day, verification is hard. We're relying on the goodwill of other humans on the internet to all play nice and make this kind of thing work. In reality, we've seen over and &lt;em&gt;over&lt;/em&gt; that AI/LLM inclined businesses and adjacents are unwilling to play nice. Their bots crawl sites without discretion, use content without attribution, and pretty much do whatever they want without participating in norms that make the Internet useful or enjoyable.&lt;/p&gt;
&lt;p&gt;I'm going to keep my &lt;code&gt;human.json&lt;/code&gt; published and accessible and I'm going to try to stay on top of adding sites when I find something that's truly human created, but I'm not sure what kind of dent it will make in the long run.&lt;/p&gt;</content><category term="human"/><category term="smallweb"/><category term="comment"/></entry><entry><title>I Am a Human</title><link href="/blog/2026/03/i-am-a-human" rel="alternate"/><published>2026-03-31T14:30:57.825394-04:00</published><updated>2026-03-31T14:30:57.825394-04:00</updated><author><name>Brian</name></author><id>tag:None,2026-03-31:/blog/2026/03/i-am-a-human</id><summary type="html"/><content type="html">&lt;p&gt;I took 20 minutes this afternoon and added my own &lt;code&gt;human.json&lt;/code&gt; file to this domain. I'm still a little torn on whether or not this is a realistic solution to verifying which sites are made by people, but it's a start and it is zero overhead. The only thing I would do from time to time is to update my own list of &lt;code&gt;vouches&lt;/code&gt; entries.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://codeberg.org/robida/human.json"&gt;The entire protocol is short and easy to follow&lt;/a&gt;. If you have control over your own domain, this may be worth taking a few minutes to add to your site.&lt;/p&gt;</content><category term="human"/><category term="json"/><category term="verification"/><category term="smallweb"/></entry><entry><title>Spring Preparations</title><link href="/blog/2026/03/spring-preparations" rel="alternate"/><published>2026-03-29T15:46:39.018285-04:00</published><updated>2026-03-29T15:46:39.018285-04:00</updated><author><name>Brian</name></author><id>tag:None,2026-03-29:/blog/2026/03/spring-preparations</id><summary type="html"/><content type="html">&lt;p&gt;We finally had a nice Saturday where we could spend some time outside and get things ready for this growing season. There are always a lot of chores to do once the weather warms and this year isn't any different.&lt;/p&gt;
&lt;p&gt;First on the list was to move the beehives to a more secluded location. Unfortunately, I lost hives again over the winter. I'm having a hard time figuring out why I can make it through one winter, but never two in a row. It's actually really discouraging...so much that I'm thinking about taking a season off. I decided to cut back this year and really focus on getting some core hives through several seasons. I'm going to change my mite treatment schedule (though I saw no evidence of mites in my cleanouts of the dead hives) and cut back on how much honey we're harvesting. I also moved the hives back into the treeline to provide a little more wind protection.&lt;/p&gt;
&lt;p&gt;&lt;img alt="Two beehive stands with three small Langstroth hives on them. The stands are set back in the trees with a marsh in the background." src="/static/images/2026/hives3.jpeg" /&gt;&lt;/p&gt;
&lt;p&gt;We're also doubling our flower growth this year which means we need a second garden bed for growing. We cut a new plot (60' x 70') last fall and covered with with leaf litter collected by the town in the fall. We tilled up the soil and mixed the leaves in to provide a bunch of carbon over the winter while they rotted down. This spring, I remixed the leaves and we started laying new compost in planting rows. We'll use a heavy layer of wood chips in between each row to help keep weeds under control.&lt;/p&gt;
&lt;p&gt;This brings us up to about 7,000 square feet of growing space for the farm. Hopefully, we're able to max out what we're able to sell this year with our own farm as well as some local connections who would also like to sell our flowers to &lt;em&gt;their&lt;/em&gt; customers.&lt;/p&gt;
&lt;p&gt;Up next is getting the new bed finished and then focusing on cleaning out the barn so we can pour a concrete floor and add a small walk in cooler for flower storage between harvest and sale.&lt;/p&gt;</content><category term="farm"/><category term="flowers"/><category term="spring"/></entry><entry><title>Sysiphus</title><link href="/blog/2026/03/sysiphus" rel="alternate"/><published>2026-03-28T09:14:26.902289-04:00</published><updated>2026-03-28T09:14:26.902289-04:00</updated><author><name>Brian</name></author><id>tag:None,2026-03-28:/blog/2026/03/sysiphus</id><summary type="html"/><content type="html">&lt;p&gt;Original link: &lt;a href="https://www.sciencedaily.com/releases/2026/03/260327000518.htm"&gt;Scientists discover the nutrient bees were missing&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Honeybees rely on pollen as their main food source. It contains essential lipids called sterols that are critical for growth and development.
But climate change and intensive farming have reduced the variety of flowers bees depend on. As a result, bees are increasingly missing key nutrients.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Articles that share "breakthrough" science that needed to happen because we're destroying the environment always get under my skin a little.&lt;/p&gt;</content><category term="comment"/><category term="beekeeping"/><category term="environment"/></entry><entry><title>Surrealist Compliment Generator</title><link href="/blog/2026/03/surrealist-compliment-generator" rel="alternate"/><published>2026-03-11T06:52:49.333092-04:00</published><updated>2026-03-11T06:52:49.333092-04:00</updated><author><name>Brian</name></author><id>tag:None,2026-03-11:/blog/2026/03/surrealist-compliment-generator</id><summary type="html"/><content type="html">&lt;p&gt;Another little &lt;a href="https://daily.ds106.us/tdc5171/"&gt;Daily Create&lt;/a&gt; assignment which sent me to the &lt;a href="https://www.madsci.org/cgi-bin/lynn/jardin/SCG"&gt;Surrealist Compliment Generator&lt;/a&gt;. I reloaded a couple of times to get this:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Never was a man so badly meant to wear corrective glasses.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The world&lt;br /&gt;
and all its varied rhythms&lt;br /&gt;
framed&lt;br /&gt;
through my astigmatism&lt;/p&gt;</content><category term="poem"/><category term="daily create"/><category term="tdc5171"/></entry><entry><title>Not a Wordle</title><link href="/blog/2026/03/not-a-wordle" rel="alternate"/><published>2026-03-10T06:36:59.371438-04:00</published><updated>2026-03-10T06:36:59.371438-04:00</updated><author><name>Brian</name></author><id>tag:None,2026-03-10:/blog/2026/03/not-a-wordle</id><summary type="html"/><content type="html">&lt;p&gt;This is dumb, but I'm kind of proud of my little daily create.&lt;/p&gt;
&lt;p&gt;⬜️⬜️⬜️🟥⬜️🟥⬜️🟥⬜️⬜️&lt;br/&gt;
⬜️⬜️⬜️🟥⬜️🟥🟥⬜️⬜️⬜️&lt;br/&gt;
⬜️⬜️🟥🟥🟥🟥🟥⬜️⬜️⬜️&lt;br/&gt;
⬜️⬜️🟥🟥🟥🟥🟥⬜️⬜️⬜️&lt;br/&gt;
⬜️⬜️⬛️⬛️⬛️⬛️⬛️⬜️⬜️⬜️&lt;br/&gt;
⬜️⬜️⬛️⬜️⬜️⬜️⬛️⬜️⬜️⬜️&lt;br/&gt;
⬜️⬜️⬛️⬜️⬜️🟧🟧🟧⬜️⬜️&lt;br/&gt;
⬜️⬜️⬛️⬜️⬜️🟧🟧⬜️⬜️⬜️&lt;br/&gt;
⬜️⬜️⬛️⬛️⬛️⬛️⬛️⬜️⬜️⬜️&lt;br/&gt;
⬜️⬛️⬛️⬛️⬜️⬜️⬛️⬛️⬜️⬜️&lt;br/&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://daily.ds106.us"&gt;The Daily Create&lt;/a&gt; posts little creativity prompts every day (and has for the last 14 years which is &lt;em&gt;wild&lt;/em&gt;).&lt;/p&gt;</content><category term="daily create"/><category term="ds106"/><category term="pixel"/></entry><entry><title>Things That Have Worked in Chemistry Lately</title><link href="/blog/2026/03/things-that-have-worked-in-chemistry-lately" rel="alternate"/><published>2026-03-06T20:41:17.269027-05:00</published><updated>2026-03-06T20:41:17.269027-05:00</updated><author><name>Brian</name></author><id>tag:None,2026-03-06:/blog/2026/03/things-that-have-worked-in-chemistry-lately</id><summary type="html"/><content type="html">&lt;p&gt;I've changed a bunch up in both of my chemistry classes this year. Here's a short list on some things I've tried and what I think about how they've gone.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Regular repeated practice in second year chem.&lt;/strong&gt; This second year course builds on first year concepts and gets into college-level material. For kinetics, they struggled with vocabulary and when to do what in labs and calculations. During the equilibrium unit, I made flashcards and I pick random items to start nearly every class. They get regular spaced repetition on the core concepts and that has translated into better retention on quizzes.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Explain to an elementary student.&lt;/strong&gt; For an exit ticket, I've started asking students to abstract concepts down to the simplest language they can come up with. It helps me see how they're processing information and how they take it to the basic ideas. It also mixes up the way they recall and rephrase concepts I'm assessing regularly.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;More time between labs.&lt;/strong&gt; I try to include a &lt;em&gt;lot&lt;/em&gt; of wet labs where students are either observing and describing or collecting real data and analyzing. I think I do them too close together and it overwhelms my first year classes. I've slowed down and that's helped them chew on ideas a little more effectively.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Paper and pencil workspaces.&lt;/strong&gt; For years I was in the edtech bubble. All of my thinking was about how tech should be in the room. I've swung back the other way and I've focused heavily on problem solving skills through written work. If they can write something down, they can generally figure out what to do next. With digital methods, it's too much clicking without thinking.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Worked examples instead of following along for notes.&lt;/strong&gt; Trying to write and listen is a complex skill not many of my 10th graders have developed. I've started using printed worked examples to &lt;em&gt;annotate&lt;/em&gt; main ideas rather than writing problems down from scratch. It has helped my classes see the big picture before trying to tackle problems themselves.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Feedback on everything.&lt;/strong&gt; This one isn't new, but I work really hard to have next-day feedback on assignments so students can take stock of what they're doing well and what they need to avoid doing wrong on the next task. Whether or not they &lt;em&gt;use&lt;/em&gt; the feedback is the next question, but I try to draw their attention to it as much as I can to build up the capacity to learn from mistakes rather than immediately moving on to the next thing without thinking about how they can improve or maintain good habits.&lt;/li&gt;
&lt;/ul&gt;</content><category term="chemistry"/><category term="teaching"/></entry><entry><title>February 2026 Reading</title><link href="/blog/2026/03/february-2026-reading" rel="alternate"/><published>2026-03-01T18:59:31.193968-05:00</published><updated>2026-03-01T18:59:31.193968-05:00</updated><author><name>Brian</name></author><id>tag:None,2026-03-01:/blog/2026/03/february-2026-reading</id><summary type="html"/><content type="html">&lt;p&gt;This was a slower reading month for me - just two finished, both science fiction.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="https://www.librarything.com/work/26076054/book/305087783"&gt;Shards of Earth&lt;/a&gt;&lt;/strong&gt; - Adrian Tchaikovsky&lt;/p&gt;
&lt;p&gt;This is the first in a series of books introducing a planet-spanning human civilization prompted by the destruction of the Earth. No one really knows why the Architects came to remake the planet, but they're unstoppable and spell a horrible end for anyone in the path. Miraculously, the Architects were stopped by an Intermediary - an altered human who can make contact with the planet-killing beings. The crew of the Vulture God is a rugged mix of human and alien who get caught up in a new threat and their Intermediary pilot finds himself facing an old enemy.&lt;/p&gt;
&lt;p&gt;I wasn't sure if I liked the first third, but the middle and ending really hit a stride and I found myself staying up to read later than I should have. I'm looking forward to continuing the series.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="https://www.librarything.com/work/33053243/book/305087241"&gt;The Afterlife Project&lt;/a&gt;&lt;/strong&gt; - Tim Weed&lt;/p&gt;
&lt;p&gt;When the earth's systems are collapsing, a group of scientists mounts a last-ditch effort to save the human race. Al, Natalie, James, and Tollie sail across the Atlantic Ocean to find a small enclave of survivors. At the same time, Nick is in suspension, heading into the distant future where the earth has healed itself and he can help restart civilization.&lt;/p&gt;
&lt;p&gt;The Afterlife Project is part ecological thriller, mystery, science fiction, and caution. The near future (2068) feels eerily possible and makes you think about what our choices now will mean for the long term. The two timeframes are beautifully written and the narrative is gripping right up until the final pages.&lt;/p&gt;</content><category term="books"/><category term="reading"/><category term="tim weed"/><category term="adrian tchaikovsky"/><category term="science fiction"/></entry><entry><title>Standards Based Curse</title><link href="/blog/2026/02/standards-based-curse" rel="alternate"/><published>2026-02-22T19:30:33.780478-05:00</published><updated>2026-02-22T19:30:33.780478-05:00</updated><author><name>Brian</name></author><id>tag:None,2026-02-22:/blog/2026/02/standards-based-curse</id><summary type="html"/><content type="html">&lt;p&gt;I've been using standards based grading for many, many years. Each year, there are units that make me question whether or not its the right thing to do and it's generally when we write names and formulas for compounds. In theory, it's not a difficult skill - follow the chart to apply the right rule to the right chemical. In reality, there is &lt;em&gt;so much&lt;/em&gt; background knowledge a student needs to have to be successful, it ends up being one of the hardest things we do during the year.&lt;/p&gt;
&lt;p&gt;This chart tells a clear story of the difficulty:&lt;/p&gt;
&lt;p&gt;&lt;img alt="A graph with four colored lines. The graph shows the percentage of each class proficient on a learning goal, listed with a short code at the bottom. The first two targets have proficiencies above 60%, some as high as 80%. The middle two are well below 60% for all four classes. The final two points are back above 60%." src="/static/images/2026/chart.jpeg" /&gt;&lt;/p&gt;
&lt;p&gt;The first two points are for types of compounds...pretty much identifying ionic vs covalent substances using the periodic table and then describing macroscopic properties. The next to points are writing formulas for compounds (ionic and binary covalent) and then writing names for compounds. Ionic compounds really just wreck people.&lt;/p&gt;
&lt;p&gt;It's frustrating because each of these standards has a huge impact on the overall grade. Students can test as often as they like &lt;em&gt;with evidence of practice and revisions&lt;/em&gt; until they can do the skill. I'm pretty lenient on this unit...I let transition metal charges slide in names and they can use a reference chart of polyatomic ions, but there is still a huge struggle for many. I can point to exactly why each person either has or has not demonstrated proficiency, but it's still a tough unit to be resilient through.&lt;/p&gt;
&lt;p&gt;I'm thinking through how I can ease the burden in future years. Eventually, we move on into new material so students get a break, but I'm finding it harder and harder to help them persevere through really hard topics when many will not think about chemistry again this year.&lt;/p&gt;</content><category term="chemistry"/><category term="standards based grading"/><category term="sbg"/></entry><entry><title>My Iodine Clock Reaction Lab</title><link href="/blog/2026/02/my-iodine-clock-reaction-lab" rel="alternate"/><published>2026-02-19T20:35:32.288948-05:00</published><updated>2026-02-19T20:35:32.288948-05:00</updated><author><name>Brian</name></author><id>tag:None,2026-02-19:/blog/2026/02/my-iodine-clock-reaction-lab</id><summary type="html"/><content type="html">&lt;p&gt;For the last two years, I've done an iodine clock reaction with my second year chemistry students as the main teaching lab for our chemical kinetics unit. We use 0.2M sodium iodate and 0.2M sodium bisulfite as our reagents instead of the classical sodium thiosulfate and iodine. I've found this to be reliable and uses materials I already had in the lab. The amounts of reagent are low enough that I can make enough stock for eight lab groups to have a little extra in case they need to re-run a trial. &lt;/p&gt;
&lt;p&gt;I introduce the reaction mechanism and main points the day before so students can read prior to starting. The entire wet procedure can be done during one 60 minute class period with analysis happening in the next class or for homework. The lab protocol gives students a detailed table of reagent amounts for each trial. They essentially perform a serial dilution from the 0.2M stock samples keeping the bisulfite concentration constant for the first trial runs and then keeping the iodate ions constant for the second. Students have to retrieve and manage samples, avoiding cross contamination, in order to complete the 10 trials correctly.&lt;/p&gt;
&lt;p&gt;Most groups this year (all except for one) got the expected results of a first order rate for iodate and a second order rate for bisulfite. &lt;a href="https://docs.google.com/document/d/1SR8zTYShRwWOcu6ghn0LZkP_VzXiaG2CcUiprI36w1Q/edit?usp=sharing"&gt;Here's the full procedure&lt;/a&gt; if you want to take a look at the student handout along with sample data and preparation notes on the last page.&lt;/p&gt;</content><category term="chemistry"/><category term="teaching"/><category term="lab"/><category term="kinetics"/></entry><entry><title>January 2026 Reading</title><link href="/blog/2026/02/january-2026-reading" rel="alternate"/><published>2026-02-12T19:39:32.660774-05:00</published><updated>2026-02-12T19:39:32.660774-05:00</updated><author><name>Brian</name></author><id>tag:None,2026-02-12:/blog/2026/02/january-2026-reading</id><summary type="html"/><content type="html">&lt;p&gt;I'm late with my reading from last month because I was in the middle of updating my entire blog setup and didn't want to have extra posts to import. Here's a look at my reading from January:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="https://www.librarything.com/work/5905436/book/303564625"&gt;Death from the Skies!&lt;/a&gt;&lt;/strong&gt; - Phil Plait&lt;/p&gt;
&lt;p&gt;I like Phil's conversational approach to science writing. He tells stories and paints really clear pictures of what is happening in the deepest parts of the universe. This was a little bit of extra fun because each chapter starts with a small vignette setting the scene for the horrible thing heading toward the earth.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="https://www.librarything.com/work/30138808/book/304459737"&gt;Trail of the Lost&lt;/a&gt;&lt;/strong&gt; - Andrea Lankford&lt;/p&gt;
&lt;p&gt;I really enjoy travel/wilderness survival stories, so I grabbed this while browsing at the library. The book follows a multi-year search for three hikers who all disappeared from the Pacific Coast Trail around 2016 and 2017. The author is a nurse and former National Parks ranger and has years of experience in wilderness search and rescue. At first, I thought the book was mainly a vent at official search and rescue protocols, and in some ways it is. She's frustrated with the bureaucracy and secrecy around missing persons in the national and state parks. At the same time, the book details stories of volunteer searchers also needing rescue because they're inexperienced and run into trouble.&lt;/p&gt;
&lt;p&gt;In the end, the book walks through three families searching for lost sons. The official outlets are stretched and unofficial groups are often shut out, leaving a weird middle-ground where you cannot make progress. Community and the care of strangers brought together by common cause helps everyone involved keep looking when there is little hope left.&lt;/p&gt;</content><category term="books"/><category term="reading"/><category term="tchaikovsky"/><category term="plait"/><category term="lankford"/><category term="hiking"/><category term="scifi"/><category term="science"/></entry><entry><title>The migration is finished</title><link href="/blog/2026/02/the-migration-is-finished" rel="alternate"/><published>2026-02-08T15:49:53.650051-05:00</published><updated>2026-02-08T15:49:53.650051-05:00</updated><author><name>Brian</name></author><id>tag:None,2026-02-08:/blog/2026/02/the-migration-is-finished</id><summary type="html"/><content type="html">&lt;p&gt;As of today, all traffic from &lt;a href="https://blog.ohheybrian.com"&gt;https://blog.ohheybrian.com&lt;/a&gt; is now directing to &lt;a href="https://ohheybrian.com/blog"&gt;https://ohheybrian.com/blog&lt;/a&gt;. I've migrated all of my old posts (I &lt;em&gt;think&lt;/em&gt; I got them all) into the new platform and I finally decided that it was just time to redirect and patch up issues as they arise.&lt;/p&gt;
&lt;p&gt;I've spent a couple of months, working intermittently, on this change. I'm happy with what I was able to put together and I'll do some detailing about what changes I made and what I had to build to make the switch. The short story is that I'm back with an online-first platform, running on Flask against a SQLite database. I learned a ton and I'm excited to keep building it out.&lt;/p&gt;</content><category term="code"/><category term="migration"/></entry><entry><title>Link: AI Isn't Killing Learning</title><link href="/blog/2026/01/link-ai-isn-t-killing-learning-2" rel="alternate"/><published>2026-01-15T21:43:24.792961-05:00</published><updated>2026-01-15T21:43:24.792961-05:00</updated><author><name>Brian</name></author><id>tag:None,2026-01-15:/blog/2026/01/link-ai-isn-t-killing-learning-2</id><summary type="html"/><content type="html">&lt;p&gt;I came across a post this morning on &lt;a href="https://andreklein.net/ai-isnt-killing-learning-our-standards-were-already-on-life-support/"&gt;why AI isn't killing learning&lt;/a&gt;. Educators are good at the blame game and I think the overall premise of the post is correct - we need to &lt;em&gt;constantly&lt;/em&gt; revise what we do along with our methods, but that's standard practice, not just in response to new tech.&lt;/p&gt;
&lt;p&gt;I think he missed the point on skill building, though. I cannot just look at a series of prompts a student gives an LLM to determine what they know or don't know. There is still a place for fundamental knowledge and building skills to &lt;em&gt;develop&lt;/em&gt; fluency.&lt;/p&gt;</content><category term="ai"/><category term="llm"/><category term="comment"/></entry><entry><title>A few strokes too far</title><link href="/blog/2026/01/a-few-strokes-too-far" rel="alternate"/><published>2026-01-02T17:30:48.761871-05:00</published><updated>2026-01-02T17:30:48.761871-05:00</updated><author><name>Brian</name></author><id>tag:None,2026-01-02:/blog/2026/01/a-few-strokes-too-far</id><summary type="html"/><content type="html">&lt;p&gt;I'm painting almost every day and I'm still taking things a few strokes too far. &lt;a href="https://fosstodon.org/@brianb/115827574705982150"&gt;My latest&lt;/a&gt; was good and then I tried to darken more, which muddied it all up. Lightness!&lt;/p&gt;</content><category term="art"/><category term="watercolor"/></entry><entry><title>My Favorite Paintings of 2025</title><link href="/blog/2026/01/mty-favorite-paintings-of-2025" rel="alternate"/><published>2026-01-01T19:15:00-05:00</published><updated>2026-01-01T19:15:00-05:00</updated><author><name>Brian</name></author><id>tag:None,2026-01-01:/blog/2026/01/mty-favorite-paintings-of-2025</id><summary type="html"/><content type="html">&lt;p&gt;I painted a lot in 2025. I have a couple posts from this year (&lt;a href="/static/images/2025/04/getting-back-into-art"&gt;post 1&lt;/a&gt;, &lt;a href="/static/images/2025/05/artwork-2"&gt;post 2&lt;/a&gt;, &lt;a href="/static/images/2025/10/artwork-3"&gt;post 3&lt;/a&gt;) with some others I never shared. Here are some of my favorites from this year overall.&lt;/p&gt;
&lt;p&gt;&lt;img alt="Two small landscape paintings. The painting on the left is an old horse fence with overgrown grass and pasture in the background. The scene on the right is a cold morning with fog in front of evergreen trees and an old fence." src="/static/images/2025/artwork-3/oct_landscapes_1.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;I had a couple here and there that I was particularly proud of, like this house from back in April.&lt;/p&gt;
&lt;p&gt;&lt;img alt="A small white clapboard house set against rocks." src="/static/images/2025/norway_house.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;I really enjoy landscapes, stemming, I think, from just loving being outside. I did a lot of small paintings at the start of the year that have since turned into full-page pieces. I also started to get more bold with my colors and values.&lt;/p&gt;
&lt;p&gt;&lt;img alt="A snowy mountain in deep blues and grays." src="/static/images/2025/artwork-4/mountain.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;I'm making progress with blending, mixing colors, and taking advantage of watercolor's softness, but I still have a way to go on managing moisture in the paper and brush and painting light, mid, and dark values to build depth into the pieces. I did this the best on a painting done in early December of the lake cabin we used to visit growing up.&lt;/p&gt;
&lt;p&gt;&lt;img alt="A green house set deep back into the woods. The viewer's perspective is looking at the house from a dock on the lake." src="/static/images/2025/artwork-4/lake_cabin.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;All said, I think my favorite painting of 2025 is this field that I have painted several times, trying to get &lt;em&gt;just right&lt;/em&gt;. I don't think I was ever disappointed with a piece, but I kept getting drawn back into the scene, trying to capture it in different ways.&lt;/p&gt;
&lt;p&gt;&lt;img alt="A sunny field with trees in the foreground casting deep shadows to the right." src="/static/images/2025/artwork-4/field_with_trees.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt="Two small landscapes. The left hand side is the same painting as the previous image, but smaller. Trees cast deep shadows in a sunny field." src="/static/images/2025/artwork-3/oct_landscapes_2.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt="A thumbnail of the trees in a field. The colors are not as bright." src="/static/images/2025/artwork-4/small_field_trees.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;It's been a good year of growing in skill and confidence. I got a lot of supplies for Christmas gifts this year and I'm looking forward to filling those books up.&lt;/p&gt;</content><category term="watercolor"/><category term="painting"/><category term="learning"/><category term="review"/></entry><entry><title>December 2025 Reading</title><link href="/blog/2025/12/december-2025-reading" rel="alternate"/><published>2025-12-31T13:17:00-05:00</published><updated>2025-12-31T13:17:00-05:00</updated><author><name>Brian</name></author><id>tag:None,2025-12-31:/blog/2025/12/december-2025-reading</id><summary type="html"/><content type="html">&lt;p&gt;So many books over winter break! A couple were short, but they still count.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="https://www.librarything.com/work/10670720/book/301360253"&gt;The Wilder Life&lt;/a&gt;&lt;/strong&gt; - Wendy McClure&lt;/p&gt;
&lt;p&gt;I'm reading the Little House series to my middle daughter before bed, so I grabbed this on a whim. It went on a little long, but McClure realized that a) the life on the prairie wasn't always as quaint as was portrayed, and b) hunting for that life now paves over the complexities hidden in the children's story.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="https://www.librarything.com/work/14832433/book/302828961"&gt;What If? Serious Scientific Answers to Absurd Hypothetical Questions&lt;/a&gt;&lt;/strong&gt; - Randall Munroe&lt;/p&gt;
&lt;p&gt;I used to read the What If page regularly, but had never picked up the actual book. I burned through this in a couple of days, giggling at how ridiculous some of the scenarios are. I especially loved the light-speed baseball this time around. It's an easy, approachable read for anyone.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="https://www.librarything.com/work/29276659/book/302866690"&gt;The Art Thief&lt;/a&gt;&lt;/strong&gt; - Michael Finkel&lt;/p&gt;
&lt;p&gt;I'm really on a kick this year with thefts and anthropology. The Art Thief is one of those mouth-drops-open kind of stories where you just can't believe what the thieves pull off. Stéphane Breitwieser thinks he's invincible and he has little reason to doubt that assumption. He frequently makes off with artworks in broad daylight, even when cameras are around. The book read quickly and I found myself turning page after page waiting for his luck to run out.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="https://www.librarything.com/work/1549/book/303388311"&gt;A Christmas Carol&lt;/a&gt;&lt;/strong&gt; - Charles Dickens&lt;/p&gt;
&lt;p&gt;I'm not a fan of Victorian literature, but we watched The Muppet Christmas Carol this year with our kids and I decided to sit down and just read the original. I was surprised at how close the movie came to the original and just how much darker the book was. I lost the thread a couple of times in some of the descriptions of scenery and people, but overall, I enjoyed the short read.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="https://www.librarything.com/work/16250741/book/301530947"&gt;A Thousand Pounds of Dynamite&lt;/a&gt;&lt;/strong&gt; -  Adam Higginbotham&lt;/p&gt;
&lt;p&gt;In 1980, a man with a grudge built a highly-sophisticated bomb to blow up a casino he owed money to unless he was paid a $3 million ransom. Higginbotham is one of my new favorite authors because he is able to weave together each story into one compelling narrative.&lt;/p&gt;
&lt;p&gt;This was a podcast episode, but the full text is the length of a short book and is still available on &lt;em&gt;The Atavist&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://magazine.atavist.com/2014/a-thousand-pounds-of-dynamite"&gt;https://magazine.atavist.com/2014/a-thousand-pounds-of-dynamite&lt;/a&gt;&lt;/p&gt;</content><category term="Adam Higginbotham"/><category term="Wendy McClure"/><category term="Randall Munroe"/><category term="Michael Finkel"/><category term="Charles Dickens"/></entry><entry><title>Still Thinking About Migrating</title><link href="/blog/2025/12/still-thinking-about-migrating" rel="alternate"/><published>2025-12-29T18:51:29.959557-05:00</published><updated>2025-12-29T18:51:29.959557-05:00</updated><author><name>Brian</name></author><id>tag:None,2025-12-29:/blog/2025/12/still-thinking-about-migrating</id><summary type="html"/><content type="html">&lt;p&gt;I've had this little space up for a few weeks and I still haven't decided if I should migrate all of my existing posts over or not. I'm liking being able to fire off quick posts here and there, but I'm worried about losing the old stuff in a move. It would take some wrangling to make sure I don't break every link accidentally. I also don't love having two spaces to think about. What belongs where? Does it matter?&lt;/p&gt;</content><category term="blogging"/><category term="smallweb"/></entry><entry><title>Getting into Break</title><link href="/blog/2025/12/getting-into-break" rel="alternate"/><published>2025-12-23T13:35:00.082779-05:00</published><updated>2025-12-23T13:35:00.082779-05:00</updated><author><name>Brian</name></author><id>tag:None,2025-12-23:/blog/2025/12/getting-into-break</id><summary type="html"/><content type="html">&lt;p&gt;I'm having a hard time turning my brain off this week. Nothing school specific, but I feel like I can't just &lt;em&gt;relax&lt;/em&gt;. I feel like I should be doing something but it's like I can't recognize that resting - reading, listening to music, etc - &lt;em&gt;is doing the resting&lt;/em&gt;.&lt;/p&gt;</content><category term="rest"/><category term="vacation"/></entry><entry><title>Productivity Nexus</title><link href="/blog/2025/12/productivity-nexus-2" rel="alternate"/><published>2025-12-22T13:41:15.908046-05:00</published><updated>2025-12-22T13:41:15.908046-05:00</updated><author><name>Brian</name></author><id>tag:None,2025-12-22:/blog/2025/12/productivity-nexus-2</id><summary type="html"/><content type="html">&lt;p&gt;I fell into the productivity nexus several years ago. I think it was a symptom of not having a teaching position and needing to be able to justify the work I was doing. I tracked all the things, figured out oblique systems to plan out and quantify my hours of time spent on whatever I was doing.&lt;/p&gt;
&lt;p&gt;Now that I'm back to teaching, I realize how much energy I spent on tracking and how little effect I think I actually had. I'm in a new district, teaching, and my to-do list lives on a legal pad. I look at that old district and I feel like I wasted several years of opportunity to actually make meaningful differences with people, not just my time ledger.&lt;/p&gt;</content><category term="reflection"/><category term="productivity"/></entry><entry><title>Link: Writing Python Like It's Rust</title><link href="/blog/2025/12/link-writing-python-like-it-s-rust" rel="alternate"/><published>2025-12-11T06:30:58.217491-05:00</published><updated>2025-12-11T06:30:58.217491-05:00</updated><author><name>Brian</name></author><id>tag:None,2025-12-11:/blog/2025/12/link-writing-python-like-it-s-rust</id><summary type="html"/><content type="html">&lt;p&gt;&lt;a href="https://kobzol.github.io/rust/python/2023/05/20/writing-python-like-its-rust.html"&gt;Original Link&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I've never looked at Rust, but I'm aware of why it is so well liked. My Python projects are all for my own enjoyment, but I feel like these patterns are things I can learn to use just to make my own code cleaner. I've got the tab open on my phone and I'll come back to it when I do some more work on the backend here to finish up some stuff that needs polishing.&lt;/p&gt;</content><category term="code"/><category term="python"/><category term="rust"/></entry><entry><title>Link: AI Isn't Killing Learning</title><link href="/blog/2025/12/link-ai-isn-t-killing-learning" rel="alternate"/><published>2025-12-05T09:12:55.420892-05:00</published><updated>2025-12-05T09:12:55.420892-05:00</updated><author><name>Brian</name></author><id>tag:None,2025-12-05:/blog/2025/12/link-ai-isn-t-killing-learning</id><summary type="html"/><content type="html">&lt;p&gt;I came across a post this morning on &lt;a href="https://andreklein.net/ai-isnt-killing-learning-our-standards-were-already-on-life-support/"&gt;why AI isn't killing learning&lt;/a&gt;. Educators are good at the blame game and I think the overall premise of the post is correct - we need to &lt;em&gt;constantly&lt;/em&gt; revise what we do along with our methods, but that's standard practice, not just in response to new tech.&lt;/p&gt;
&lt;p&gt;I think he missed the point on skill building, though. I cannot just look at a series of prompts a student gives an LLM to determine what they know or don't know. There is still a place for fundamental knowledge and building skills to &lt;em&gt;develop&lt;/em&gt; fluency. &lt;/p&gt;</content><category term="ai"/><category term="llm"/><category term="comment"/></entry><entry><title>November 2025 Reading</title><link href="/blog/2025/12/novmber-2025-reading" rel="alternate"/><published>2025-12-01T09:00:00-05:00</published><updated>2025-12-01T09:00:00-05:00</updated><author><name>Brian</name></author><id>tag:None,2025-12-01:/blog/2025/12/novmber-2025-reading</id><summary type="html"/><content type="html">&lt;p&gt;Three books finished in November! A marvel of reading during the school year. I even managed to read and retain some nonfiction this month.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="https://www.librarything.com/work/33026054/book/286859943"&gt;Terrestrial History: A Novel&lt;/a&gt;&lt;/strong&gt; - Joe Mungo Reed&lt;/p&gt;
&lt;p&gt;I enjoyed this a lot. It spans four generations and takes plenty of time developing each narrative. I don't think I read it quickly enough, so I had to keep refreshing myself of who was narrating at a given point and what had happened to them so far.&lt;/p&gt;
&lt;p&gt;It's a time travel story but not in a heady sci-fi way. I had to think about the ending for a while because it wasn't until the final few pages that everything really clicked for me.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="https://www.librarything.com/work/32487351/book/286859999"&gt;Grizzly Confidential&lt;/a&gt;&lt;/strong&gt; - Kevin Grange&lt;/p&gt;
&lt;p&gt;Kevin Grange is an outdoors person, but terribly afraid of bears. This book is his journey to learn more about the American brown bear in order to overcome his fears. His writing takes him all over the northwest United States to see, learn about, and be with wild grizzly bears. He talks with scientists, teachers, field researchers, and other field experts and shares his experiences in an easy to read, enjoyable way.&lt;/p&gt;
&lt;p&gt;What he finds is that if we, humans, are predictable and controlled, experiences with bears can also be safe, predictable, and controlled. Much of the human-bear problem interactions are due to human behaviors. By living in a way that is bear friendly, there is no reason for bears and people to come into conflict.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="https://www.librarything.com/work/33503025/book/286883809"&gt;The Feather Detective&lt;/a&gt;&lt;/strong&gt; - Chris Sweeney&lt;/p&gt;
&lt;p&gt;Roxie Laybourne lived at her lab table after growing up through the great depression and entering academia as a woman without a PhD. It didn't matter - she became the world's leading expert in bird identification based on feathers alone. Her expertise was under appreciated for much of her career and, only near the end, did she get the recognition she deserved.&lt;/p&gt;
&lt;p&gt;All of her achievements aside, I can't help but think that her life was consistently lonely. She often pushed people to a breaking point because they couldn't meet her work expectations. Those that could rise to her expectations often had the same relational and familial problems in the end. While she wasn't alone in her work, I did feel sad that she couldn't maintain a healthier relational balance in her life.&lt;/p&gt;
&lt;p&gt;Heading into December, I threw some books on my list that I happend to find while looking for &lt;em&gt;different&lt;/em&gt; books in an effort to broading my reading a little bit. See you in a month! &lt;/p&gt;</content><category term="scifi"/><category term="joe mungo reed"/><category term="keving grange"/><category term="grizzly bear"/><category term="chris sweeney"/><category term="feathers"/><category term="biography"/><category term="biology"/></entry></feed>