From 34ebb789c37e383928b426f7558a3ee5ede96754 Mon Sep 17 00:00:00 2001 From: Eric Wagoner Date: Tue, 20 Dec 2022 23:02:08 -0500 Subject: [PATCH] Added gitignore and ignore public --- .gitignore | 19 + public/404.html | 117 ---- public/about/index.html | 121 ---- public/ancientindex.html | 588 ------------------ public/avatar.jpg | Bin 2918 -> 0 bytes public/categories/index.html | 113 ---- public/categories/index.xml | 10 - ...3ac38503256532ad258acaed956b7f683180f4.css | 1 - ...39b0791519c24819896e9278af6a6cb03cb824.css | 1 - ...cddd1ddc66088adb9c2604f89eb5828efea5a1.css | 1 - public/face.jpg | Bin 12527 -> 0 bytes public/favicon.ico | Bin 2998 -> 0 bytes public/index.html | 331 ---------- public/index.xml | 90 --- public/now/index.html | 141 ----- public/page/1/index.html | 10 - .../index.html | 152 ----- .../2022-11-27-migration-complete/index.html | 148 ----- .../posts/2022-11-27-os-migration/index.html | 143 ----- public/posts/2022-11-27-test-entry/index.html | 95 --- .../index.html | 149 ----- .../index.html | 162 ----- .../index.html | 151 ----- .../index.html | 148 ----- public/posts/hello-world/index.html | 92 --- public/posts/index.html | 331 ---------- public/posts/index.xml | 79 --- public/posts/page/1/index.html | 10 - public/sitemap.xml | 62 -- public/tags/athens/index.html | 147 ----- public/tags/athens/index.xml | 20 - public/tags/athens/page/1/index.html | 10 - public/tags/coding/index.html | 146 ----- public/tags/coding/index.xml | 21 - public/tags/coding/page/1/index.html | 10 - public/tags/colophon/index.html | 149 ----- public/tags/colophon/index.xml | 21 - public/tags/colophon/page/1/index.html | 10 - public/tags/diary/index.html | 158 ----- public/tags/diary/index.xml | 21 - public/tags/diary/page/1/index.html | 10 - public/tags/index.html | 190 ------ public/tags/index.xml | 74 --- public/tags/jobbyjob/index.html | 214 ------- public/tags/jobbyjob/index.xml | 42 -- public/tags/jobbyjob/page/1/index.html | 10 - public/tags/oldskoolblog/index.html | 172 ----- public/tags/oldskoolblog/index.xml | 29 - public/tags/oldskoolblog/page/1/index.html | 10 - public/tags/tooling/index.html | 146 ----- public/tags/tooling/index.xml | 21 - public/tags/tooling/page/1/index.html | 10 - 52 files changed, 19 insertions(+), 4887 deletions(-) create mode 100644 .gitignore delete mode 100644 public/404.html delete mode 100644 public/about/index.html delete mode 100644 public/ancientindex.html delete mode 100644 public/avatar.jpg delete mode 100644 public/categories/index.html delete mode 100644 public/categories/index.xml delete mode 100644 public/css/main.min.094178a756796576f886abd7963ac38503256532ad258acaed956b7f683180f4.css delete mode 100644 public/css/main.min.546bdf91c1654853545093937c39b0791519c24819896e9278af6a6cb03cb824.css delete mode 100644 public/css/main.min.9e9c6027c30f5aa9423b581bd9cddd1ddc66088adb9c2604f89eb5828efea5a1.css delete mode 100644 public/face.jpg delete mode 100644 public/favicon.ico delete mode 100644 public/index.html delete mode 100644 public/index.xml delete mode 100644 public/now/index.html delete mode 100644 public/page/1/index.html delete mode 100644 public/posts/2022-11-27-like-the-legend-of-the-phoenix/index.html delete mode 100644 public/posts/2022-11-27-migration-complete/index.html delete mode 100644 public/posts/2022-11-27-os-migration/index.html delete mode 100644 public/posts/2022-11-27-test-entry/index.html delete mode 100644 public/posts/2022-11-28-first-day-on-the-job/index.html delete mode 100644 public/posts/2022-11-29-day-full-of-good-things/index.html delete mode 100644 public/posts/2022-11-30-solving-puzzles-with-code/index.html delete mode 100644 public/posts/2022-12-01-tis-the-season-for-bloody-jesus/index.html delete mode 100644 public/posts/hello-world/index.html delete mode 100644 public/posts/index.html delete mode 100644 public/posts/index.xml delete mode 100644 public/posts/page/1/index.html delete mode 100644 public/sitemap.xml delete mode 100644 public/tags/athens/index.html delete mode 100644 public/tags/athens/index.xml delete mode 100644 public/tags/athens/page/1/index.html delete mode 100644 public/tags/coding/index.html delete mode 100644 public/tags/coding/index.xml delete mode 100644 public/tags/coding/page/1/index.html delete mode 100644 public/tags/colophon/index.html delete mode 100644 public/tags/colophon/index.xml delete mode 100644 public/tags/colophon/page/1/index.html delete mode 100644 public/tags/diary/index.html delete mode 100644 public/tags/diary/index.xml delete mode 100644 public/tags/diary/page/1/index.html delete mode 100644 public/tags/index.html delete mode 100644 public/tags/index.xml delete mode 100644 public/tags/jobbyjob/index.html delete mode 100644 public/tags/jobbyjob/index.xml delete mode 100644 public/tags/jobbyjob/page/1/index.html delete mode 100644 public/tags/oldskoolblog/index.html delete mode 100644 public/tags/oldskoolblog/index.xml delete mode 100644 public/tags/oldskoolblog/page/1/index.html delete mode 100644 public/tags/tooling/index.html delete mode 100644 public/tags/tooling/index.xml delete mode 100644 public/tags/tooling/page/1/index.html diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..75a79d35 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +# Created by https://www.toptal.com/developers/gitignore/api/hugo +# Edit at https://www.toptal.com/developers/gitignore?templates=hugo + +### Hugo ### +# Generated files by hugo +/public/ +/resources/_gen/ +/assets/jsconfig.json +hugo_stats.json + +# Executable may be added to repository +hugo.exe +hugo.darwin +hugo.linux + +# Temporary lock file while building +/.hugo_build.lock + +# End of https://www.toptal.com/developers/gitignore/api/hugo \ No newline at end of file diff --git a/public/404.html b/public/404.html deleted file mode 100644 index 168b024f..00000000 --- a/public/404.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - 404 Page not found // Kestrel's Nest - - - - - - - - - - - - - - - - - - - - - - -
- Eric Wagoner - Kestrel's Nest - -

Links, thoughts, & what-not from Athens, GA.

- -
-
- -
-

O - frown - -ps...

-

The link you followed may be broken, or the page may have been removed.

- Go home - arrow-right - - -
- -
- - diff --git a/public/about/index.html b/public/about/index.html deleted file mode 100644 index 90430d9c..00000000 --- a/public/about/index.html +++ /dev/null @@ -1,121 +0,0 @@ - - - - About // Kestrel's Nest - - - - - - - - - - - - - - - - - - - - - - - - -
- Eric Wagoner - Kestrel's Nest - -

Links, thoughts, & what-not from Athens, GA.

- -
-
- -
-
-

About

-
-
-

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent lacinia lorem quis sodales auctor. Donec bibendum odio leo, bibendum iaculis lectus dapibus sit amet. Etiam ut euismod lectus, vel finibus metus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Integer quis vestibulum justo. Duis scelerisque ullamcorper sem, eget congue lorem ultrices mattis. Nam ut mollis tellus, id facilisis turpis. Duis ac egestas mi, a mattis dolor. Curabitur vestibulum est nec tortor hendrerit, vehicula malesuada quam tempor. Duis ornare tortor dapibus, scelerisque est lacinia, aliquet mi. Vivamus convallis malesuada augue ac viverra. Sed molestie erat at sem dapibus porttitor. Vestibulum lacinia, enim id feugiat varius, felis erat sollicitudin nisl, sit amet semper nisi nunc in nisl. Sed dapibus ullamcorper nulla, et molestie lacus accumsan ac.

-

Fusce auctor in justo nec porta. Aliquam vitae molestie libero. In scelerisque dolor ac est lacinia, at consectetur neque vulputate. Curabitur ornare lorem vitae euismod vestibulum. Sed non arcu nunc. Suspendisse potenti. Maecenas tristique, dui egestas mattis pulvinar, tortor ligula mollis libero, ac ullamcorper erat nibh in augue. Curabitur nunc diam, pretium at porta et, volutpat sit amet ligula. Proin urna lorem, luctus sit amet metus quis, tempus rutrum augue. Phasellus ut nunc dolor.

-

Duis a porta mi, non viverra erat. Nam tincidunt lorem nec sollicitudin laoreet. Mauris faucibus vitae urna ac aliquet. Vivamus rutrum rhoncus tempor. Donec massa diam, molestie sit amet nulla eu, venenatis egestas urna. Vivamus hendrerit elit velit, ut volutpat diam condimentum vel. Etiam ultricies, nulla tincidunt rhoncus placerat, velit nisl gravida velit, mollis vestibulum risus mauris sed lectus.

- -
- -
- -
- - diff --git a/public/ancientindex.html b/public/ancientindex.html deleted file mode 100644 index 205dcaf7..00000000 --- a/public/ancientindex.html +++ /dev/null @@ -1,588 +0,0 @@ - - - - -Kestrel's Nest -- A weblog by Eric Wagoner - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - -
KLinks, thoughts, & what-not from Athens, GA.
E
S
T
NR
EE
SL
T'S
-

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Monday, February 12, 2001
- -
- I've come out the other side. Amazingly enough, I only had to reinstall two applications: my virus scanner and web browser. All my email survived. And, my first impressions are great. I like Windows 2000. I am using Stardock's wonderful Object Desktop, so my GUI doesn't even look like Windows to begin with, and changing to W2000 didn't affect me there at all. If you picked up my laptop right now, you would think I was using Apple's OS X. -
- -3:31 PM Add 02346581 -
-
-
-

-

- -
- Today I migrate my laptop from Windows 98 to Windows 2000 Professional. I'm scared. -
- -10:05 AM Add 12342912 -
-
-
-

-


Friday, February 09, 2001
- -
- A mushroom company in North Carolina is claiming to have successfully inoculated trees with black truffles. No one has ever been able to do this before. Black truffles can net you about $70,000 per acre, but they've never been able to be successfully farmed. They just happen, in a small area of France and Italy, if you're lucky. If true, this could eventually make truffles available for the masses! -
- -11:46 AM Add 2308643 -
-
-
-

-

- -
- My parents (and youngest sister) drove into town this morning, staying for one day only. They'll have spent more time on the road driving here and back from outside St. Louis, Missouri, than they'll spend here visiting, but I'm glad they came. They'll see the play tonight and head off after lunch tomorrow. -
- -11:43 AM Add 32308600 -
-
-
-

-


Thursday, February 08, 2001
- -
- The Much-to-be-feared Brown Recluse Spider, from the back issues of Countryside Magazine. I know all about this. I've got the scar on my big toe to show for it. Only for me, there was no surgery, no charcoal compresses. Just an attention to cleanliness and my own natural healing. It's this spider bite that gave me my superpowers. Some of them, anyway. -
- -12:07 PM Add 42295073 -
-
-
-

-


Wednesday, February 07, 2001
- -
- "My thoughts first turn to Spring mushrooming when the cottonwoods start to leaf out and release their delightful Spring scents. Along the riverbanks and in other moist areas I begin my hunt for the elusive and well-camouflaged early morels." Morels, Truffles and other Spring Mushrooms: an annotated slide show. -
- -11:11 AM Add 52280344 -
-
-
-

-

- -
- Also in the current Flagpole, of particular interest to Randy:
In related news, The Minus 5 is preparing to embark on a brief tour of the United States in support of a split release with the Young Fresh Fellows entitled Let The War Against Music Begin... Because We Hate You, due out this spring on Mammoth Records. The Minus 5 is fronted by guitarist-keyboardist-songwriter Scott McCaughey who led Seattle�s Young Fresh Fellows to greatness in the �80s and �90s and currently performs live with R.E.M. The group - comprised of McCaughey, R.E.M.'s Peter Buck, The Posies' Ken Stringfellow, John Bamberg and Bill Rieflin - is scheduled to appear on "Late Night With Conan O'Brien" on March 13.
-
- -9:54 AM Add 62279581 -
-
-
-

-

- -
- The Flagpole writes up Baby With the Bathwater. -
- -9:39 AM Add 72279387 -
-
-
-

-


Tuesday, February 06, 2001
- -
- Spring is in the air, and tax refunds are in the mailbox. So far, I've cleaned out my Amazon shopping cart, ordered a mess of cheesemaking supplies, and got five gallons of wine bubbling. A few outstanding debts will be paid, a garden will be planted, and there should be enough left over for something nice. -
- -2:04 PM Add 82268887 -
-
-
-

-

- -
- A new species of camel has been discovered in the deserts north of Tibet. I suppose this will give more ammunition to the Yeti-searchers. ("If a large camel could go undiscovered for so long, it's not far-fetched that an intelligent hominid could go uncaptured for so long in roughly the same area, now isn't it?") -
- -1:41 PM Add 92268610 -
-
-
-

-

- -
- Chickens - The Play. I've only read the first few pages, and it's odd. Very odd. -
- -1:07 PM Add 102268192 -
-
-
-

-

- -
- Sometimes you need to know the latin for a piece of dinnerware, and at times like that, the Roman Dinnerware Word List is invaluable. But why stop with dinnerware? -
- -12:08 PM Add 112267535 -
-
-
-

-

- -
- Today marks a year that I've lived in my country home. (Well, my landlord's county home, anyway.) I knew going into this that my life would change living there, but I never could have guessed just how much better things would be. My play ends this weekend, and then I'll put in this year's garden. It'll be twice the size of last year's, which is pretty crazy (according to some people). The chickens will come soon. I've asked the owners if I can get a dairy cow (or maybe a couple of goats), but chances are slim of them allowing that. And, of course, I have overalls. And then, there's Chris. -
- -12:06 PM Add 122267513 -
-
-
-

-


Monday, February 05, 2001
- -
- I'm now officially a farmer. Long-time readers will know that I've dabbled over the last year, but it's official now. This weekend, I bought a pair of overalls. At the feed store. -
- -10:44 AM Add 132252829 -
-
-
-

-

- -
- The response to my play has been overwhelmingly positive. I actually had no idea up until the first audience watched it how it would go over. I'm very, very pleased. For those of you far away and not able to come watch, here's my director's notes:
-
-�[This Durang play] is so filled with non sequiturs that you have to do each thing with total conviction � if you try to look for a stream of consciousness like you would with any other playwright, it would just get in the way.� Thus spoke Dana Ivey, who first played the Nanny at the American Repertory Theatre. This is true for the actors; it is true for me as director; it is also true for you as audience member. Baby With the Bathwater is a challenging play for everyone involved. It�s not often you see such a play presented in Community Theater � these kinds of things are usually reserved for universities and edgy professional theaters � but I think it�s very good to do this type of show from time to time.
-
-You are probably reading this before you�ve actually seen the show, wondering what I�m going on about. Christopher Durang is well known for taking an aspect of society and making us think about it by presenting extreme examples of how things could really be. His hit Sister Mary Ignatious Explains It All For You took on organized religion. This play takes on a topic that�s been brought to the forefront by politics recently: the family. And in true Durang style, we�ve been given a family that�s easy to laugh at because it�s gone so terribly, terribly wrong while simultaneously offending us for the very same reason. You point and laugh, and feel guilty for doing so. Even worse, you�re likely to spot yourself in some of what gets presented.
-
-Durang hasn�t held back. Everything about family life is fair game. Some scenes you may agree with, while others may hit too close to home or make you angry. That�s good! That�s the power of theater. People used to riot, overthrow governments, and hold debates after watching theater. While I�m not advocating violent revolution, I am sad that the overwhelming majority of what we see today is weak �feel good� stories and mindless entertainment. And of course I don�t just mean live theater, but also movies and television. It�s good to see something provocative from time to time. It reaffirms what we are doing right as a society and point out areas where we could do better. Don�t be afraid, though � I think this is a mighty funny script. I hope you laugh a lot. It�ll only sting a little.
-
-This is a small cast (especially by Town & Gown standards), but it took many more people than you see to make this show happen. I�ve tried to list them all in the credits (If you helped and I forgot to mention you, I�m sorry. Thank you so much for your help.), but a few people I need to thank more. I designed the set, but Ben Teague was able to take my ideas and build them. His ability to take scribblings on the back of a napkin and make something that works the first time continues to amaze me. Beth Kozinsky is my first-ever assistant director, and now I wonder how I ever went without. Bill Akin made business cards for everyone, helping with the publicity effort and making the cast feel like professionals. Steve Wildey and Amy Crow continue to be the best. Chris Johnson is beyond words. And the Cast. I asked them to attend two set calls, and they came nearly to all of them. I gave them a schedule made tight by the holidays, and they came out enough ahead that the final week was anything but stressful. They took my concepts and ideas and created characters that are (I�m certain) exactly as Durang intended. Thank you, everyone. -
-
- -10:42 AM Add 142252802 -
-
-
-

-


Friday, February 02, 2001
- -
- The independant university newspaper has a write-up on my play opening tonight. The Red & Black is rather embarassing for a newspaper, but at least they got all the facts right. -
- -1:27 PM Add 152218958 -
-
-
-

-

- -
- To many it's just another dot-com going under, five or six layoffs lost among the thousands more going on around them. It's dear to me, though. Pyra Labs, creaters of the Blogger software I use to maintain this weblog, is down to a company of one. Out of money and unable to continue as it had, co-founder and CEO Evan Williams is the only one left.
-
-Blogger is just one of the several tools available to easily create and maintain a website such as this one, but it was my tool of choice. They've got about about 100,000 weblogs using their software -- this one was number fourteen. Pyra created exactly what I needed, exactly when I needed it. There's been some rough going as they tried to keep pace with demand, and it was clear from the beginning that eventually they'd run out of money, but they had what I thought to be the best thing going.
-
-It wasn't just the software that made the company dear to me. It was the human face they presented to the world. They started their company shortly after the company I work for did. We were about the same size. I could relate. But they were in San Francisco, sure to go far, sure to join the ranks of the dot com millionaires. I was in backwards Athens, Georgia, creating software for rural electric utilities. They were riding high, we were struggling to keep the doors open. I could live, through their eyes, a life that a few small changes, a few different decisions, could have given me. I connected with them in a way I've never connected with another company before. I wasn't just a customer.
-
-But of course, the times have changed. The bubble they were in has burst. Here in Athens, we've turned around, too. Turning a profit, even, with a solid future in sight. I'm still living multiple lives, though. My own, of course, and the one they let me live with their words. Thanks, in large part to their efforts, I'm living many, many more lives through the words of thirty or so more people, chosen from the hundreds of thousands of people now writing online journals and weblogs. It would have been much harder for me to find these people without the efforts of Pyra and the other people doing similar work.
-
-I don't need Blogger. I could do all of this on my own. But I like Blogger. I'm sad to see things end up this way. I wish them all the best of luck. And thank you for everything you've made possible. -
- -12:23 PM Add 162218245 -
-
-
-

-


Thursday, February 01, 2001
- -
- My play has been written up in the local mainstream paper. Writer Mary Jessica Hammes does a good job, as usual. -
- -10:15 AM Add 172203236 -
-
-
-

-


Wednesday, January 31, 2001
- -
- Work: mighty busy.
-Life: extremely mighty busy.
-
-Tonight is the last rehearsal without an audience. We get a preview crowd tomorrow, and then it's the opening night extravaganza on Friday. It's all coming together into a wonderful little show. Today, I had lunch with a class of university upperclasspeople (one upperclassman and a whole bunch of upperclasswomen) who had lots of questions for me about the show and directing and acting. It was like being on "Inside the Actor's Studio", but with food. -
- -5:09 PM Add 182195628 -
-
-
-

-

- -
- A correction: yesterday's vote wasn't strictly along party line, just mostly so. Here's a breakdown of the voting. -
- -9:10 AM Add 192190705 -
-
-
-

-


-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
email me
about me
about this weblog

greatest hits
The yard flower's hard life
Ants! Ants in my yard!
I'm Louis, not Roger
Nighttime storm
 
i went to the gobbler
i had a birthday
a day in my life
tour my house
archives
resume

- Intemperance
- Vignettes
- Panther's Diary
- Mister Pants
- Memepool
- Brunching Shuttlecocks
-
- -

links around athens
- Town and Gown Players
- Barony of Bryn Madoc
- The Flagpole
-

in rehearsal
- Christopher Durang's Baby With the Bathwater. I'm directing for the Town & Gown Players. The show runs Feb 2-4 & 8-11. Call 706-208-TOWN for reservations.
-

my tummy
- Today: 225
- For the month: -0
- Since the beginning (12/15/99): -45
- The goal: 200

-
-
- - - - diff --git a/public/avatar.jpg b/public/avatar.jpg deleted file mode 100644 index dad9e7251e415ddc2d514c6280433311692c675d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2918 zcmdT`d0Z1$9)FWbG7!)Zi4jvUSfm7`t^_n5Kq4rDYc*i0VAZW6G@gJ00S^)pMP0fG zmP=O>E$G50ni!{4v2UHk$@)>2}A@TYLWCvByDXHbvjvBZx+?SU>21|qZ^qr z=%1Mw(rCt(#wK5wnOm68W_-EuOXfmTra2Qr5QL;f(kGGhnRFVR`Ckw8HlS#Me2@=A z6o8{ZFa<*ILn#bbH!8&wBg*Fl`cTmceYg=@({9a|@eAi`h$-E^}PD%4xN; z%bE>eyMMFM!*i3@4sW0D`8#(V2nY-k1cw|v7JmFh#K}{qW6u5<8yBCDcrGP1E&XCf z=B3L&<>g;1D7=2-pLg%wfAFxR^ikQf=klLlRKBdLZfI5w5Ke%dFa=MTYek%~!WG%(um3sgs20^BIyv`_wu!Y{ z_ss44pOR?vY#K~^#wh*D=+g*={ZEW02u<)otAQ>IVTQpJzyX70fC(fx5ozih+#;

>6tE&jZwb3dK(+2;WyX;V&lxxl zj+lL{%s7(6Rl_@k<;f`U6%RXz?9YBc3h(o^Te(AKhsy)NJMZ~CWyzuIdFn@XBbhkU z9%5Vxt}~Q*PsJnD?0&pktQ<@-C#U3?^-6R;pgA=o-KzqRs6U?saP5+z4Jz?2(BPZ> z);F#0zPhJ~KIu0q;4-HgZ2Y%7=f> z)Ci~jp3$E;Ej$zyN=K8q3>TS30QZO58hVHaQ82Ixyq=syaE-%>?6zyLxWNfhnv3JYvwzjI7j* zqTtbvAD)UG+m$lp{5W*zMuVN5uWxxwe;+< zUf8N=vO|UqWI9py5B411hm@WmLfrT;9R>H}7T@rwt#w|$`Z=bw;luRC&uYpq7e-Um z1}gC-iS9v-Hh~kFLyO z>2@z?dOqYco|WHeFL<_qSMA_^Bid_4tqifs3@*I<(h&vl*%2mu;a~Cv+269QZ$`as z1))Yv+|>z28hwcrS$gM8>^9l4Febd~-u?I&FFidrJ1uvq#Cn*a4EZWu8TMo}jQ4%0R95#`14@#X-7|1r+n0fiE9Kuk%SuD=PJTzEIFW7H`;GGl-@-Oq zeXFnBo1`8EC^G?dw{mUM)`G!lD3F{3 zeHI^VNk+Gv(a#h%uSdZ(9%0Ldf!N`|@Phj8Q=JMhRGgm|sdq4Bs~mbFyxWa}ONUTk zCLG=Z7~Msjj;$zoRIje&A|rnytKy4$1=tcY2n9O#)ama=E})<*0Q|pCn`ILfRa`aL zQ;UMTi(2*|&BLL~A_IHdVC)y*galIri>rlj^s>mdvdQcLS?S5CV)QW86>6!XxViO- S!nQ)(xxgx~{wffnRlfk>?sWM8 diff --git a/public/categories/index.html b/public/categories/index.html deleted file mode 100644 index 33d863c2..00000000 --- a/public/categories/index.html +++ /dev/null @@ -1,113 +0,0 @@ - - - - Categories // Kestrel's Nest - - - - - - - - - - - - - - - - - - - - - - - -

- Eric Wagoner - Kestrel's Nest - -

Links, thoughts, & what-not from Athens, GA.

- -
-
- -
-

Categories

-
    - -
-
- -
- - diff --git a/public/categories/index.xml b/public/categories/index.xml deleted file mode 100644 index e2179c22..00000000 --- a/public/categories/index.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - Categories on Kestrel's Nest - https://blog.kestrelsnest.social/categories/ - Recent content in Categories on Kestrel's Nest - Hugo -- gohugo.io - en-us - - diff --git a/public/css/main.min.094178a756796576f886abd7963ac38503256532ad258acaed956b7f683180f4.css b/public/css/main.min.094178a756796576f886abd7963ac38503256532ad258acaed956b7f683180f4.css deleted file mode 100644 index 08483173..00000000 --- a/public/css/main.min.094178a756796576f886abd7963ac38503256532ad258acaed956b7f683180f4.css +++ /dev/null @@ -1 +0,0 @@ -*{box-sizing:border-box}html{line-height:1.6}body{margin:0;font-family:sans-serif;background:#353b43;color:#afbac4}h1,h2,h3,h4,h5,h6{color:#fff}a{color:#57cc8a;transition:color .35s;text-decoration:none}a:hover{color:#fff}code{font-family:monospace,monospace;font-size:1em;color:rgba(175,186,196,.8)}pre{font-size:1rem;line-height:1.2em;margin:0;overflow:auto}pre code{font-size:.8em}::selection{background:rgba(175,186,196,.25)}::-moz-selection{background:rgba(175,186,196,.25)}.app-header{padding:2.5em;background:#242930;text-align:center}.app-header-avatar{width:15rem;height:15rem;border-radius:100%;border:.5rem solid #57cc8a}.app-container{padding:2.5rem}.app-header-social{display:flex;align-items:center;justify-content:center;font-size:2em;color:#fff}.app-header-social a:not(:last-child){margin-right:.4em}.app-header-title{color:#fff;display:block;font-size:2em;margin:.67em 0;font-weight:700}@media(min-width:940px){.app-header{position:fixed;top:0;left:0;width:20rem;min-height:100vh}.app-container{max-width:65rem;margin-left:20rem}}.error-404{text-align:center}.error-404-title{text-transform:uppercase}.icon{display:inline-block;width:1em;height:1em;margin-top:-.125em}.pagination{display:block;list-style:none;padding:0;font-size:.8em;text-align:center;margin:3em 0}.page-item{display:inline-block}.page-item .page-link{display:flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem}.page-item.active .page-link{color:#fff;border-radius:2em;background:#57cc8a}.post-title{color:#fff}.post-meta>div{display:flex;align-items:center;font-size:.8em}.post-meta>div>.icon{margin-right:.4em}.post-content>pre,.post-content .highlight{margin:1em 0}.post-content>pre,.post-content .highlight>pre,.post-content .highlight>div{border-left:.4em solid rgba(87,204,138,.8);padding:1em}.post-content blockquote{border-left:.4em solid rgba(87,204,138,.8);margin:1em 0;padding:.5em 1em;background:#242930}.post-content blockquote p{margin:.5em 0}.post-content img{max-width:100%}.posts-list{padding:0}.posts-list-item{list-style:none;padding:.4em 0}.posts-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}.posts-list-item-description{display:flex;align-items:center;font-size:.8em}.posts-list-item-description>.icon{margin-right:.4em}.posts-list-item-separator{margin:0 .4em}.tag{display:inline-block;margin-right:.2em;padding:0 .6em;font-size:.9em;border-radius:.2em;white-space:nowrap;background:rgba(255,255,255,.1);transition:color .35s,background .35s}.tag:hover{transition:color .25s,background .05s;background:rgba(255,255,255,.3)}.tags-list{padding:0}.tags-list-item{display:flex;align-items:center;list-style:none;padding:.4em 0}.tags-list-item>.icon{margin-right:.4em}.tags-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}@media(min-width:450px){.tags-list{display:flex;flex-wrap:wrap}.tags-list-item{width:calc(50% - 1em)}.tags-list-item:nth-child(even){margin-left:1em}.tags-list-item:nth-last-child(2){border:none}}.app-header-social a:not(:last-child){margin-right:.2em} \ No newline at end of file diff --git a/public/css/main.min.546bdf91c1654853545093937c39b0791519c24819896e9278af6a6cb03cb824.css b/public/css/main.min.546bdf91c1654853545093937c39b0791519c24819896e9278af6a6cb03cb824.css deleted file mode 100644 index f9cfb376..00000000 --- a/public/css/main.min.546bdf91c1654853545093937c39b0791519c24819896e9278af6a6cb03cb824.css +++ /dev/null @@ -1 +0,0 @@ -*{box-sizing:border-box}html{line-height:1.6}body{margin:0;font-family:sans-serif;background:#353b43;color:#afbac4}h1,h2,h3,h4,h5,h6{color:#fff}a{color:#57cc8a;transition:color .35s;text-decoration:none}a:hover{color:#fff}code{font-family:monospace,monospace;font-size:1em;color:rgba(175,186,196,.8)}pre{font-size:1rem;line-height:1.2em;margin:0;overflow:auto}pre code{font-size:.8em}::selection{background:rgba(175,186,196,.25)}::-moz-selection{background:rgba(175,186,196,.25)}.app-header{padding:2.5em;background:#242930;text-align:center}.app-header-avatar{width:15rem;height:15rem;border-radius:100%;border:.5rem solid #57cc8a}.app-container{padding:2.5rem}.app-header-social{display:flex;align-items:center;justify-content:center;font-size:2em;color:#fff}.app-header-social a:not(:last-child){margin-right:.2em}.app-header-title{color:#fff;display:block;font-size:2em;margin:.67em 0;font-weight:700}@media(min-width:940px){.app-header{position:fixed;top:0;left:0;width:20rem;min-height:100vh}.app-container{max-width:65rem;margin-left:20rem}}.error-404{text-align:center}.error-404-title{text-transform:uppercase}.icon{display:inline-block;width:1em;height:1em;margin-top:-.125em}.pagination{display:block;list-style:none;padding:0;font-size:.8em;text-align:center;margin:3em 0}.page-item{display:inline-block}.page-item .page-link{display:flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem}.page-item.active .page-link{color:#fff;border-radius:2em;background:#57cc8a}.post-title{color:#fff}.post-meta>div{display:flex;align-items:center;font-size:.8em}.post-meta>div>.icon{margin-right:.4em}.post-content>pre,.post-content .highlight{margin:1em 0}.post-content>pre,.post-content .highlight>pre,.post-content .highlight>div{border-left:.4em solid rgba(87,204,138,.8);padding:1em}.post-content blockquote{border-left:.4em solid rgba(87,204,138,.8);margin:1em 0;padding:.5em 1em;background:#242930}.post-content blockquote p{margin:.5em 0}.post-content img{max-width:100%}.posts-list{padding:0}.posts-list-item{list-style:none;padding:.4em 0}.posts-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}.posts-list-item-description{display:flex;align-items:center;font-size:.8em}.posts-list-item-description>.icon{margin-right:.4em}.posts-list-item-separator{margin:0 .4em}.tag{display:inline-block;margin-right:.2em;padding:0 .6em;font-size:.9em;border-radius:.2em;white-space:nowrap;background:rgba(255,255,255,.1);transition:color .35s,background .35s}.tag:hover{transition:color .25s,background .05s;background:rgba(255,255,255,.3)}.tags-list{padding:0}.tags-list-item{display:flex;align-items:center;list-style:none;padding:.4em 0}.tags-list-item>.icon{margin-right:.4em}.tags-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}@media(min-width:450px){.tags-list{display:flex;flex-wrap:wrap}.tags-list-item{width:calc(50% - 1em)}.tags-list-item:nth-child(even){margin-left:1em}.tags-list-item:nth-last-child(2){border:none}} \ No newline at end of file diff --git a/public/css/main.min.9e9c6027c30f5aa9423b581bd9cddd1ddc66088adb9c2604f89eb5828efea5a1.css b/public/css/main.min.9e9c6027c30f5aa9423b581bd9cddd1ddc66088adb9c2604f89eb5828efea5a1.css deleted file mode 100644 index 2f85b06f..00000000 --- a/public/css/main.min.9e9c6027c30f5aa9423b581bd9cddd1ddc66088adb9c2604f89eb5828efea5a1.css +++ /dev/null @@ -1 +0,0 @@ -*{box-sizing:border-box}html{line-height:1.6}body{margin:0;font-family:sans-serif;background:#353b43;color:#afbac4}h1,h2,h3,h4,h5,h6{color:#fff}a{color:#57cc8a;transition:color .35s;text-decoration:none}a:hover{color:#fff}code{font-family:monospace,monospace;font-size:1em;color:rgba(175,186,196,.8)}pre{font-size:1rem;line-height:1.2em;margin:0;overflow:auto}pre code{font-size:.8em}::selection{background:rgba(175,186,196,.25)}::-moz-selection{background:rgba(175,186,196,.25)}.app-header{padding:2.5em;background:#242930;text-align:center}.app-header-avatar{width:15rem;height:15rem;border-radius:100%;border:.5rem solid #57cc8a}.app-container{padding:2.5rem}.app-header-social{display:flex;align-items:center;justify-content:center;font-size:2em;color:#fff}.app-header-social a:not(:last-child){margin-right:.4em}.app-header-title{color:#fff;display:block;font-size:2em;margin:.67em 0;font-weight:700}@media(min-width:940px){.app-header{position:fixed;top:0;left:0;width:20rem;min-height:100vh}.app-container{max-width:65rem;margin-left:20rem}}.error-404{text-align:center}.error-404-title{text-transform:uppercase}.icon{display:inline-block;width:1em;height:1em;margin-top:-.125em}.pagination{display:block;list-style:none;padding:0;font-size:.8em;text-align:center;margin:3em 0}.page-item{display:inline-block}.page-item .page-link{display:flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem}.page-item.active .page-link{color:#fff;border-radius:2em;background:#57cc8a}.post-title{color:#fff}.post-meta>div{display:flex;align-items:center;font-size:.8em}.post-meta>div>.icon{margin-right:.4em}.post-content>pre,.post-content .highlight{margin:1em 0}.post-content>pre,.post-content .highlight>pre,.post-content .highlight>div{border-left:.4em solid rgba(87,204,138,.8);padding:1em}.post-content blockquote{border-left:.4em solid rgba(87,204,138,.8);margin:1em 0;padding:.5em 1em;background:#242930}.post-content blockquote p{margin:.5em 0}.post-content img{max-width:100%}.posts-list{padding:0}.posts-list-item{list-style:none;padding:.4em 0}.posts-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}.posts-list-item-description{display:flex;align-items:center;font-size:.8em}.posts-list-item-description>.icon{margin-right:.4em}.posts-list-item-separator{margin:0 .4em}.tag{display:inline-block;margin-right:.2em;padding:0 .6em;font-size:.9em;border-radius:.2em;white-space:nowrap;background:rgba(255,255,255,.1);transition:color .35s,background .35s}.tag:hover{transition:color .25s,background .05s;background:rgba(255,255,255,.3)}.tags-list{padding:0}.tags-list-item{display:flex;align-items:center;list-style:none;padding:.4em 0}.tags-list-item>.icon{margin-right:.4em}.tags-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}@media(min-width:450px){.tags-list{display:flex;flex-wrap:wrap}.tags-list-item{width:calc(50% - 1em)}.tags-list-item:nth-child(even){margin-left:1em}.tags-list-item:nth-last-child(2){border:none}} \ No newline at end of file diff --git a/public/face.jpg b/public/face.jpg deleted file mode 100644 index 0a1c1340da23a2d21b889d297c7d0822b7e62248..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12527 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 diff --git a/public/favicon.ico b/public/favicon.ico deleted file mode 100644 index ac50f8b8f9b5607207689d903cac5fed0fd10112..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2998 zcmeH}e`p(J7{}kL|ELukDh_`f75~@<`(umOF2!rSjbw8rn?>BlKuWRIch}oW7TP83 z$8oZbYZjT2Z4T$A1(9314WuNrv)3(!6$h>`Lc3hI?A`rg5fuDmrp;C2@%W}i+Pg&1 zfBZ)ua(UkO`+1*-=iYnncoC{WkD)DF>QLE)rx038eO=x1e0>cNt2CfkkB=Zd?pH!vV}#RCyLdpp)|*10~BQ zl;^!sWk?mB7?J?TOmZ(`#s){!p@g!*#TNu1<}i2||C>2gRFrRA9Of-z?Xt~r50e+; zxYNyxMKB~{>wR8ERIsLnUGYb9dr5@JUW}Y;z>3x>W?cM$nV%k>A>L!As;YvhxiD}f zSMoN_Y@KgN;4x8C-F%)HMs~Qq@6mnSt!kpXJSY*OiWVa$UeAotH19{HG z^wFx7aRYUAN ziE2th{YuMJlm{#?Nq#G*4h^Xly;ELYDB6+2uBe(wsJL=-=@(Nrq&$$>IIX@iJLSYQ zrX{1;|* z`JCeFnXcKn^2zfRdi{CMoS@@sMtc(ZBID?c zZXmAhU3B!+DfHsoU!d=QdW0gM-#|OMPogtdM$yR3L$tep5UumIp!W{-pbec@5z96P z*v5YPrnLl`AF$N=W9@+@KRQQc_8O;ODtm5h=vC^P^)Y_2j5+PsuCmv!Z7h`i<;=$N nGWO_+WgL5cY5K - - - Kestrel's Nest - - - - - - - - - - - - - - - - - - - - - - - -
- Eric Wagoner - Kestrel's Nest - -

Links, thoughts, & what-not from Athens, GA.

- -
-
- -
-

-
    - -
  • - 'Tis the Season for Bloody Jesus - -
    - -

    Tonight was the annual Athens Christmas parade, also known as (by a friend of mine, anyway) “Athens Annual Let’s Do Weird Shit Day”. I’ve been regaled for years with tales of the strangeness at this parade, ranging from “Rotisserie Jesus” (a bloody live human Jesus on a spinning cross) to last year’s hippy who thought it would be a good idea to use a roadkill great horned owl as a hand puppet and thrust it in the faces of kids lined up along the route.

    -

    I’ve never been able to see it, myself. For the last twenty years I ran Athens Locally Grown, a weekly farmers Thursday farmers market that always conflicted. I closed it at the end of last year, though, so this year I was free to go. The theme was “An Out of this World Holiday” and the grand marshal was a local amateur astronomer known as “Mr. Science” for all the outreach educational events he’s done over the years. Already, it was the best Christmas parade I’ve ever been to.

    -

    At least a third of the floats were from churches with questionable relations to the theme. The best was the Unitarians with a pickup they converted to the USS Enterprise pulling a trailer proclaiming they were “embracing Star Trek values Logic Science Dignity Equality Equity” and a whole group of walkers wearing various eras of star fleet uniforms. The Catholics had a large tiki lounge as their float. The local klezmer band had both a giant dreidel and a Jewish space laser.

    -

    A bra store had a small float proclaiming “Every body is a celestial body” and a large bra on a pole covered with lights, ready to guide magi.

    -

    My favorite float (and winner of Best In Show) was from a local Montessori-ish STEAM school. They made a post-apocalyptic cabin populated with survivors and followed by a number of different creatures, including a dancing Chinese dragon only it was a “Santapede”.

    -

    And yeah, the controversial fundamentalist church had a smiling bloody Jesus hanging from a cross under models of the planets. Ho ho ho!

    - - -
    -
    - - - calendar - - - Dec 2, 2022 - - - - clock - - - 2 min read - -
  • - -
  • - Solving Puzzles with Code - -
    - -

    The Advent of Code is upon us once again. Every year Eric Wastl weaves together a daily series of clever challenges into a delightful story. They can be solved in any language and method you want, including brute force, and I look forward to it every December.

    -

    Which is an odd thing to say maybe considering I’ve never made it further than a dozen days in. It just seems like every year the work project I’m on catches fire and needs my full attention and my drive to work on coding challenges for fun just fizzles out.

    -

    I’m fully expecting it to be true this year, too. I just started a new project this week, and the whole reason I’m here is they are short-staffed and under the gun to deliver a fully functional robot in three months, if not sooner. I’ve already accepted the fact that it’s going to ratchet up the pressure over the next few weeks and not loosen up for the holidays. I’m ok with that.

    -

    Still, I’m ready. I’ve been wanting to loosen my reliance on GitHub (same as I’m loosening my reliance on Twitter, Instagram, etc.) so this was the perfect time to try out Gitea. Programming is surprisingly social (especially coding challenges like AoC) so I spun up git.kestrelsnest.social and created a placeholder repo for my 2022 solutions. When the first puzzle lands at midnight, I’ll be ready to go.

    -

    And if I only make it three days, that’s ok.

    - - -
    -
    - - - calendar - - - Dec 1, 2022 - - - - clock - - - 2 min read - -
  • - -
  • - Day full of good things - -
    - -

    It was a day full of good things. Here they are, in chronological order:

    -
      -
    • read two chapters of Dan Moren’s book “The Bayern Agenda” while drinking coffee in the hot tub before work
    • -
    • the things that didn’t work in my new project yesterday started working
    • -
    • attended my first standup with my new teammates
    • -
    • ate a delicious chicken pot pie for lunch
    • -
    • returned a library book that was six years overdue and wasn’t charged a fine
    • -
    • voted in the senate runoff election
    • -
    • got a delicious dirty spiced chai
    • -
    • installed gitea at git.kestrelsnest.social and initialized a repo for Advent of Code
    • -
    • made buffalo chicken legs for dinner
    • -
    • took my youngest to their first rehearsal of a neighborhood brass band based on a poster I saw stapled to a telephone pole
    • -
    • ate leftover pecan pumpkin pie
    • -
    • watched several episodes of Taskmaster and had quite a few good laughs
    • -
    -

    A good day indeed.

    -

    Postscript: It occurred to me right after posting that this could have been titled “Is the ketamine working? Signs point to yes.” More on that later, no doubt.

    - - -
    -
    - - - calendar - - - Nov 30, 2022 - - - - clock - - - 1 min read - -
  • - -
  • - First day on the job - -
    - -

    As a software developer that gets loaned out to other companies, I tend to have quite a few “first day on the job” days. Today was one of them, joining a team working hard to get a new bio-lab robot on the market.

    -

    As is typical with joining a new project, I spent the entire first day trying to figure out why nearly nothing in the README actually worked.

    -

    Computers are the worst.

    - - -
    -
    - - - calendar - - - Nov 28, 2022 - - - - clock - - - 1 min read - -
  • - -
  • - Like the legend of the phoenix - -
    - -

    I used to be a prolific blogger, back in the very early days of the form. Had a few things “go viral” before that was a thing, meaning they were seen and talked about by dozens of people, but I was comfortably C-list in that small world.

    -

    As my online time got eaten up by other things, like farming and starting a family, my posts became shorter and less frequent and eventually just … stopped. Instead of using my own space to keep my words, I unconsciously switched over almost exclusively to a hot new microblogging platform started by some podcasting tooling developers called Twttr.

    -

    Twitter’s very short character limit made it ideal for the short bits I was writing anyway, and it was easy to write them more often. This only increased the ephemeral quality of them and I didn’t even notice really that I was just creating a gap in my once exhaustively documented life. I’ve got all my tweets downloaded and stored away, but they’re not something I can really go back and read. Those years are essentially lost to me.

    -

    But now an egomaniacal billionaire troll has taken over and is systematically destroying Twitter and that has shocked me awake. It’s well past time to start owning my words again and, more importantly, treating them like they matter and kept and displayed and shared.

    -

    So, here’s Kestrel’s Nest back from the dead.

    -

    I’m using Hugo to power it, displayed using the m10c theme. I might charge all that, and this is certainly a rough draft, but it’s a good place to start.

    -

    For a laugh, I used a page from February 2001 from my old blog here as a placeholder. I thought about making this style match that exactly, but if I go that route I’ll do it another day. -It’s here if you want to have a laugh too.

    - - -
    -
    - - - calendar - - - Nov 28, 2022 - - - - clock - - - 2 min read - -
  • - -
  • - Migration Complete - -
    - -

    I’ve come out the other side. Amazingly enough, I only had to reinstall two -applications: my virus scanner and web browser. All my email survived. And, my -first impressions are great. I like Windows 2000. I am using Stardock’s -wonderful Object Desktop, so my GUI doesn’t even look like Windows to begin -with, and changing to W2000 didn’t affect me there at all. If you picked up my -laptop right now, you would think I was using Apple’s OS X.

    - - -
    -
    - - - calendar - - - Feb 11, 2001 - - - - clock - - - 1 min read - -
  • - -
  • - OS Migration - -
    - -

    Today I migrate my laptop from Windows 98 to Windows 2000 Professional. I’m scared.

    - - -
    -
    - - - calendar - - - Feb 11, 2001 - - - - clock - - - 1 min read - -
  • - -
- - - - -
- -
- - diff --git a/public/index.xml b/public/index.xml deleted file mode 100644 index cdf3a75a..00000000 --- a/public/index.xml +++ /dev/null @@ -1,90 +0,0 @@ - - - - Kestrel's Nest - https://blog.kestrelsnest.social/ - Recent content on Kestrel's Nest - Hugo -- gohugo.io - en-us - Fri, 02 Dec 2022 02:39:39 +0000 - - 'Tis the Season for Bloody Jesus - https://blog.kestrelsnest.social/posts/2022-12-01-tis-the-season-for-bloody-jesus/ - Fri, 02 Dec 2022 02:39:39 +0000 - - https://blog.kestrelsnest.social/posts/2022-12-01-tis-the-season-for-bloody-jesus/ - Tonight was the annual Athens Christmas parade, also known as (by a friend of mine, anyway) &ldquo;Athens Annual Let’s Do Weird Shit Day&rdquo;. I&rsquo;ve been regaled for years with tales of the strangeness at this parade, ranging from &ldquo;Rotisserie Jesus&rdquo; (a bloody live human Jesus on a spinning cross) to last year&rsquo;s hippy who thought it would be a good idea to use a roadkill great horned owl as a hand puppet and thrust it in the faces of kids lined up along the route. - - - - Solving Puzzles with Code - https://blog.kestrelsnest.social/posts/2022-11-30-solving-puzzles-with-code/ - Thu, 01 Dec 2022 03:10:01 +0000 - - https://blog.kestrelsnest.social/posts/2022-11-30-solving-puzzles-with-code/ - The Advent of Code is upon us once again. Every year Eric Wastl weaves together a daily series of clever challenges into a delightful story. They can be solved in any language and method you want, including brute force, and I look forward to it every December. -Which is an odd thing to say maybe considering I&rsquo;ve never made it further than a dozen days in. It just seems like every year the work project I&rsquo;m on catches fire and needs my full attention and my drive to work on coding challenges for fun just fizzles out. - - - - Day full of good things - https://blog.kestrelsnest.social/posts/2022-11-29-day-full-of-good-things/ - Wed, 30 Nov 2022 03:15:51 +0000 - - https://blog.kestrelsnest.social/posts/2022-11-29-day-full-of-good-things/ - It was a day full of good things. Here they are, in chronological order: -read two chapters of Dan Moren&rsquo;s book &ldquo;The Bayern Agenda&rdquo; while drinking coffee in the hot tub before work the things that didn&rsquo;t work in my new project yesterday started working attended my first standup with my new teammates ate a delicious chicken pot pie for lunch returned a library book that was six years overdue and wasn&rsquo;t charged a fine voted in the senate runoff election got a delicious dirty spiced chai installed gitea at git. - - - - First day on the job - https://blog.kestrelsnest.social/posts/2022-11-28-first-day-on-the-job/ - Mon, 28 Nov 2022 16:12:28 +0000 - - https://blog.kestrelsnest.social/posts/2022-11-28-first-day-on-the-job/ - As a software developer that gets loaned out to other companies, I tend to have quite a few &ldquo;first day on the job&rdquo; days. Today was one of them, joining a team working hard to get a new bio-lab robot on the market. -As is typical with joining a new project, I spent the entire first day trying to figure out why nearly nothing in the README actually worked. -Computers are the worst. - - - - Like the legend of the phoenix - https://blog.kestrelsnest.social/posts/2022-11-27-like-the-legend-of-the-phoenix/ - Mon, 28 Nov 2022 03:47:22 +0000 - - https://blog.kestrelsnest.social/posts/2022-11-27-like-the-legend-of-the-phoenix/ - I used to be a prolific blogger, back in the very early days of the form. Had a few things &ldquo;go viral&rdquo; before that was a thing, meaning they were seen and talked about by dozens of people, but I was comfortably C-list in that small world. -As my online time got eaten up by other things, like farming and starting a family, my posts became shorter and less frequent and eventually just &hellip; stopped. - - - - Migration Complete - https://blog.kestrelsnest.social/posts/2022-11-27-migration-complete/ - Sun, 11 Feb 2001 15:31:47 +0000 - - https://blog.kestrelsnest.social/posts/2022-11-27-migration-complete/ - I&rsquo;ve come out the other side. Amazingly enough, I only had to reinstall two applications: my virus scanner and web browser. All my email survived. And, my first impressions are great. I like Windows 2000. I am using Stardock&rsquo;s wonderful Object Desktop, so my GUI doesn&rsquo;t even look like Windows to begin with, and changing to W2000 didn&rsquo;t affect me there at all. If you picked up my laptop right now, you would think I was using Apple&rsquo;s OS X. - - - - OS Migration - https://blog.kestrelsnest.social/posts/2022-11-27-os-migration/ - Sun, 11 Feb 2001 10:05:11 +0000 - - https://blog.kestrelsnest.social/posts/2022-11-27-os-migration/ - Today I migrate my laptop from Windows 98 to Windows 2000 Professional. I&rsquo;m scared. - - - - - https://blog.kestrelsnest.social/now/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://blog.kestrelsnest.social/now/ - This page is all about what I am doing now. It was last updated on November 28, 2022, and will be edited as things change. -Where I am now Living in Athens, GA in a home I had already been renting for five years before my partner and I bought it several months into the pandemic. -Who I am around now Our house has three people and three cats. The people include me, my partner, and my youngest daughter who spends every other week with us. - - - - diff --git a/public/now/index.html b/public/now/index.html deleted file mode 100644 index c5696970..00000000 --- a/public/now/index.html +++ /dev/null @@ -1,141 +0,0 @@ - - - - // Kestrel's Nest - - - - - - - - - - - - - - - - - - - - - - - - -
- Eric Wagoner - Kestrel's Nest - -

Links, thoughts, & what-not from Athens, GA.

- -
-
- -
-
-

-
-
-

This page is all about what I am doing now. It was last updated on November 28, 2022, and will be edited as things change.

-

Where I am now

-

Living in Athens, GA in a home I had already been renting for five years before my partner and I bought it several months into the pandemic.

-

Who I am around now

-

Our house has three people and three cats. The people include me, my partner, and my youngest daughter who spends every other week with us. My eldest child moved away to Georgia State University in the fall of 2022, something I’m still processing.

-

The cats like to keep me company while I’m working, so you’ll find plenty of photos of them in my gallery.

-

What I am doing now

-

I’m on the management team and am a senior developer at Infinity Interactive. In practice, that means I get loaned out to companies who need some help building great software. I just wrapped up a two-year-long stint helping a DNA foundry build the software that tracks everything in their lab. Now I’m helping a biotech robotics company get their new flagship robot out the door.

-

What else?

- -

Checkout the /now page movement started by Derek Sivers. You can get a -profile if you set up a /now page. -/now — so many people doing stuff in the now!

- -
- -
- -
- - diff --git a/public/page/1/index.html b/public/page/1/index.html deleted file mode 100644 index f99e8400..00000000 --- a/public/page/1/index.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - https://blog.kestrelsnest.social/ - - - - - - diff --git a/public/posts/2022-11-27-like-the-legend-of-the-phoenix/index.html b/public/posts/2022-11-27-like-the-legend-of-the-phoenix/index.html deleted file mode 100644 index c4bf2a9e..00000000 --- a/public/posts/2022-11-27-like-the-legend-of-the-phoenix/index.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - Like the legend of the phoenix // Kestrel's Nest - - - - - - - - - - - - - - - - - - - - - - - - -
- Eric Wagoner - Kestrel's Nest - -

Links, thoughts, & what-not from Athens, GA.

- -
-
- -
-
-

Like the legend of the phoenix

- -
-
-

I used to be a prolific blogger, back in the very early days of the form. Had a few things “go viral” before that was a thing, meaning they were seen and talked about by dozens of people, but I was comfortably C-list in that small world.

-

As my online time got eaten up by other things, like farming and starting a family, my posts became shorter and less frequent and eventually just … stopped. Instead of using my own space to keep my words, I unconsciously switched over almost exclusively to a hot new microblogging platform started by some podcasting tooling developers called Twttr.

-

Twitter’s very short character limit made it ideal for the short bits I was writing anyway, and it was easy to write them more often. This only increased the ephemeral quality of them and I didn’t even notice really that I was just creating a gap in my once exhaustively documented life. I’ve got all my tweets downloaded and stored away, but they’re not something I can really go back and read. Those years are essentially lost to me.

-

But now an egomaniacal billionaire troll has taken over and is systematically destroying Twitter and that has shocked me awake. It’s well past time to start owning my words again and, more importantly, treating them like they matter and kept and displayed and shared.

-

So, here’s Kestrel’s Nest back from the dead.

-

I’m using Hugo to power it, displayed using the m10c theme. I might charge all that, and this is certainly a rough draft, but it’s a good place to start.

-

For a laugh, I used a page from February 2001 from my old blog here as a placeholder. I thought about making this style match that exactly, but if I go that route I’ll do it another day. -It’s here if you want to have a laugh too.

- -
- -
- -
- - diff --git a/public/posts/2022-11-27-migration-complete/index.html b/public/posts/2022-11-27-migration-complete/index.html deleted file mode 100644 index 2a88d3e2..00000000 --- a/public/posts/2022-11-27-migration-complete/index.html +++ /dev/null @@ -1,148 +0,0 @@ - - - - Migration Complete // Kestrel's Nest - - - - - - - - - - - - - - - - - - - - - - - - -
- Eric Wagoner - Kestrel's Nest - -

Links, thoughts, & what-not from Athens, GA.

- -
-
- -
-
-

Migration Complete

- -
-
-

I’ve come out the other side. Amazingly enough, I only had to reinstall two -applications: my virus scanner and web browser. All my email survived. And, my -first impressions are great. I like Windows 2000. I am using Stardock’s -wonderful Object Desktop, so my GUI doesn’t even look like Windows to begin -with, and changing to W2000 didn’t affect me there at all. If you picked up my -laptop right now, you would think I was using Apple’s OS X.

- -
- -
- -
- - diff --git a/public/posts/2022-11-27-os-migration/index.html b/public/posts/2022-11-27-os-migration/index.html deleted file mode 100644 index 9bfc81e5..00000000 --- a/public/posts/2022-11-27-os-migration/index.html +++ /dev/null @@ -1,143 +0,0 @@ - - - - OS Migration // Kestrel's Nest - - - - - - - - - - - - - - - - - - - - - - - - -
- Eric Wagoner - Kestrel's Nest - -

Links, thoughts, & what-not from Athens, GA.

- -
-
- -
-
-

OS Migration

- -
-
-

Today I migrate my laptop from Windows 98 to Windows 2000 Professional. I’m scared.

- -
- -
- -
- - diff --git a/public/posts/2022-11-27-test-entry/index.html b/public/posts/2022-11-27-test-entry/index.html deleted file mode 100644 index 9d950f07..00000000 --- a/public/posts/2022-11-27-test-entry/index.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - Test Entry // Kestrel's Nest - - - - - - - - - - - - - - - - - - - - - - - - -
- Eric Wagoner - Kestrel's Nest - -

Links, thoughts, & what-not from Athens, GA.

- -
-
- -
-
-

Test Entry

- -
-
- -
- -
- -
- - diff --git a/public/posts/2022-11-28-first-day-on-the-job/index.html b/public/posts/2022-11-28-first-day-on-the-job/index.html deleted file mode 100644 index 1542c984..00000000 --- a/public/posts/2022-11-28-first-day-on-the-job/index.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - First day on the job // Kestrel's Nest - - - - - - - - - - - - - - - - - - - - - - - - -
- Eric Wagoner - Kestrel's Nest - -

Links, thoughts, & what-not from Athens, GA.

- -
-
- -
-
-

First day on the job

- -
-
-

As a software developer that gets loaned out to other companies, I tend to have quite a few “first day on the job” days. Today was one of them, joining a team working hard to get a new bio-lab robot on the market.

-

As is typical with joining a new project, I spent the entire first day trying to figure out why nearly nothing in the README actually worked.

-

Computers are the worst.

- -
- -
- -
- - diff --git a/public/posts/2022-11-29-day-full-of-good-things/index.html b/public/posts/2022-11-29-day-full-of-good-things/index.html deleted file mode 100644 index 8be66d57..00000000 --- a/public/posts/2022-11-29-day-full-of-good-things/index.html +++ /dev/null @@ -1,162 +0,0 @@ - - - - Day full of good things // Kestrel's Nest - - - - - - - - - - - - - - - - - - - - - - - - -
- Eric Wagoner - Kestrel's Nest - -

Links, thoughts, & what-not from Athens, GA.

- -
-
- -
-
-

Day full of good things

- -
-
-

It was a day full of good things. Here they are, in chronological order:

-
    -
  • read two chapters of Dan Moren’s book “The Bayern Agenda” while drinking coffee in the hot tub before work
  • -
  • the things that didn’t work in my new project yesterday started working
  • -
  • attended my first standup with my new teammates
  • -
  • ate a delicious chicken pot pie for lunch
  • -
  • returned a library book that was six years overdue and wasn’t charged a fine
  • -
  • voted in the senate runoff election
  • -
  • got a delicious dirty spiced chai
  • -
  • installed gitea at git.kestrelsnest.social and initialized a repo for Advent of Code
  • -
  • made buffalo chicken legs for dinner
  • -
  • took my youngest to their first rehearsal of a neighborhood brass band based on a poster I saw stapled to a telephone pole
  • -
  • ate leftover pecan pumpkin pie
  • -
  • watched several episodes of Taskmaster and had quite a few good laughs
  • -
-

A good day indeed.

-

Postscript: It occurred to me right after posting that this could have been titled “Is the ketamine working? Signs point to yes.” More on that later, no doubt.

- -
- -
- -
- - diff --git a/public/posts/2022-11-30-solving-puzzles-with-code/index.html b/public/posts/2022-11-30-solving-puzzles-with-code/index.html deleted file mode 100644 index 35eaf293..00000000 --- a/public/posts/2022-11-30-solving-puzzles-with-code/index.html +++ /dev/null @@ -1,151 +0,0 @@ - - - - Solving Puzzles with Code // Kestrel's Nest - - - - - - - - - - - - - - - - - - - - - - - - -
- Eric Wagoner - Kestrel's Nest - -

Links, thoughts, & what-not from Athens, GA.

- -
-
- -
-
-

Solving Puzzles with Code

- -
-
-

The Advent of Code is upon us once again. Every year Eric Wastl weaves together a daily series of clever challenges into a delightful story. They can be solved in any language and method you want, including brute force, and I look forward to it every December.

-

Which is an odd thing to say maybe considering I’ve never made it further than a dozen days in. It just seems like every year the work project I’m on catches fire and needs my full attention and my drive to work on coding challenges for fun just fizzles out.

-

I’m fully expecting it to be true this year, too. I just started a new project this week, and the whole reason I’m here is they are short-staffed and under the gun to deliver a fully functional robot in three months, if not sooner. I’ve already accepted the fact that it’s going to ratchet up the pressure over the next few weeks and not loosen up for the holidays. I’m ok with that.

-

Still, I’m ready. I’ve been wanting to loosen my reliance on GitHub (same as I’m loosening my reliance on Twitter, Instagram, etc.) so this was the perfect time to try out Gitea. Programming is surprisingly social (especially coding challenges like AoC) so I spun up git.kestrelsnest.social and created a placeholder repo for my 2022 solutions. When the first puzzle lands at midnight, I’ll be ready to go.

-

And if I only make it three days, that’s ok.

- -
- -
- -
- - diff --git a/public/posts/2022-12-01-tis-the-season-for-bloody-jesus/index.html b/public/posts/2022-12-01-tis-the-season-for-bloody-jesus/index.html deleted file mode 100644 index 58850b88..00000000 --- a/public/posts/2022-12-01-tis-the-season-for-bloody-jesus/index.html +++ /dev/null @@ -1,148 +0,0 @@ - - - - 'Tis the Season for Bloody Jesus // Kestrel's Nest - - - - - - - - - - - - - - - - - - - - - - - - -
- Eric Wagoner - Kestrel's Nest - -

Links, thoughts, & what-not from Athens, GA.

- -
-
- -
-
-

'Tis the Season for Bloody Jesus

- -
-
-

Tonight was the annual Athens Christmas parade, also known as (by a friend of mine, anyway) “Athens Annual Let’s Do Weird Shit Day”. I’ve been regaled for years with tales of the strangeness at this parade, ranging from “Rotisserie Jesus” (a bloody live human Jesus on a spinning cross) to last year’s hippy who thought it would be a good idea to use a roadkill great horned owl as a hand puppet and thrust it in the faces of kids lined up along the route.

-

I’ve never been able to see it, myself. For the last twenty years I ran Athens Locally Grown, a weekly farmers Thursday farmers market that always conflicted. I closed it at the end of last year, though, so this year I was free to go. The theme was “An Out of this World Holiday” and the grand marshal was a local amateur astronomer known as “Mr. Science” for all the outreach educational events he’s done over the years. Already, it was the best Christmas parade I’ve ever been to.

-

At least a third of the floats were from churches with questionable relations to the theme. The best was the Unitarians with a pickup they converted to the USS Enterprise pulling a trailer proclaiming they were “embracing Star Trek values Logic Science Dignity Equality Equity” and a whole group of walkers wearing various eras of star fleet uniforms. The Catholics had a large tiki lounge as their float. The local klezmer band had both a giant dreidel and a Jewish space laser.

-

A bra store had a small float proclaiming “Every body is a celestial body” and a large bra on a pole covered with lights, ready to guide magi.

-

My favorite float (and winner of Best In Show) was from a local Montessori-ish STEAM school. They made a post-apocalyptic cabin populated with survivors and followed by a number of different creatures, including a dancing Chinese dragon only it was a “Santapede”.

-

And yeah, the controversial fundamentalist church had a smiling bloody Jesus hanging from a cross under models of the planets. Ho ho ho!

- -
- -
- -
- - diff --git a/public/posts/hello-world/index.html b/public/posts/hello-world/index.html deleted file mode 100644 index 26130050..00000000 --- a/public/posts/hello-world/index.html +++ /dev/null @@ -1,92 +0,0 @@ - - - - Hello World // Kestrel's Nest - - - - - - - - - - - - - - - - - - - - - - - - -
- Eric Wagoner - Kestrel's Nest - -

Links, thoughts, & what-not from Athens, GA.

- -
-
- -
-
-

Hello World

- -
-
- -
- -
- -
- - diff --git a/public/posts/index.html b/public/posts/index.html deleted file mode 100644 index 4204e424..00000000 --- a/public/posts/index.html +++ /dev/null @@ -1,331 +0,0 @@ - - - - Posts // Kestrel's Nest - - - - - - - - - - - - - - - - - - - - - - - -
- Eric Wagoner - Kestrel's Nest - -

Links, thoughts, & what-not from Athens, GA.

- -
-
- -
-

Posts

-
    - -
  • - 'Tis the Season for Bloody Jesus - -
    - -

    Tonight was the annual Athens Christmas parade, also known as (by a friend of mine, anyway) “Athens Annual Let’s Do Weird Shit Day”. I’ve been regaled for years with tales of the strangeness at this parade, ranging from “Rotisserie Jesus” (a bloody live human Jesus on a spinning cross) to last year’s hippy who thought it would be a good idea to use a roadkill great horned owl as a hand puppet and thrust it in the faces of kids lined up along the route.

    -

    I’ve never been able to see it, myself. For the last twenty years I ran Athens Locally Grown, a weekly farmers Thursday farmers market that always conflicted. I closed it at the end of last year, though, so this year I was free to go. The theme was “An Out of this World Holiday” and the grand marshal was a local amateur astronomer known as “Mr. Science” for all the outreach educational events he’s done over the years. Already, it was the best Christmas parade I’ve ever been to.

    -

    At least a third of the floats were from churches with questionable relations to the theme. The best was the Unitarians with a pickup they converted to the USS Enterprise pulling a trailer proclaiming they were “embracing Star Trek values Logic Science Dignity Equality Equity” and a whole group of walkers wearing various eras of star fleet uniforms. The Catholics had a large tiki lounge as their float. The local klezmer band had both a giant dreidel and a Jewish space laser.

    -

    A bra store had a small float proclaiming “Every body is a celestial body” and a large bra on a pole covered with lights, ready to guide magi.

    -

    My favorite float (and winner of Best In Show) was from a local Montessori-ish STEAM school. They made a post-apocalyptic cabin populated with survivors and followed by a number of different creatures, including a dancing Chinese dragon only it was a “Santapede”.

    -

    And yeah, the controversial fundamentalist church had a smiling bloody Jesus hanging from a cross under models of the planets. Ho ho ho!

    - - -
    -
    - - - calendar - - - Dec 2, 2022 - - - - clock - - - 2 min read - -
  • - -
  • - Solving Puzzles with Code - -
    - -

    The Advent of Code is upon us once again. Every year Eric Wastl weaves together a daily series of clever challenges into a delightful story. They can be solved in any language and method you want, including brute force, and I look forward to it every December.

    -

    Which is an odd thing to say maybe considering I’ve never made it further than a dozen days in. It just seems like every year the work project I’m on catches fire and needs my full attention and my drive to work on coding challenges for fun just fizzles out.

    -

    I’m fully expecting it to be true this year, too. I just started a new project this week, and the whole reason I’m here is they are short-staffed and under the gun to deliver a fully functional robot in three months, if not sooner. I’ve already accepted the fact that it’s going to ratchet up the pressure over the next few weeks and not loosen up for the holidays. I’m ok with that.

    -

    Still, I’m ready. I’ve been wanting to loosen my reliance on GitHub (same as I’m loosening my reliance on Twitter, Instagram, etc.) so this was the perfect time to try out Gitea. Programming is surprisingly social (especially coding challenges like AoC) so I spun up git.kestrelsnest.social and created a placeholder repo for my 2022 solutions. When the first puzzle lands at midnight, I’ll be ready to go.

    -

    And if I only make it three days, that’s ok.

    - - -
    -
    - - - calendar - - - Dec 1, 2022 - - - - clock - - - 2 min read - -
  • - -
  • - Day full of good things - -
    - -

    It was a day full of good things. Here they are, in chronological order:

    -
      -
    • read two chapters of Dan Moren’s book “The Bayern Agenda” while drinking coffee in the hot tub before work
    • -
    • the things that didn’t work in my new project yesterday started working
    • -
    • attended my first standup with my new teammates
    • -
    • ate a delicious chicken pot pie for lunch
    • -
    • returned a library book that was six years overdue and wasn’t charged a fine
    • -
    • voted in the senate runoff election
    • -
    • got a delicious dirty spiced chai
    • -
    • installed gitea at git.kestrelsnest.social and initialized a repo for Advent of Code
    • -
    • made buffalo chicken legs for dinner
    • -
    • took my youngest to their first rehearsal of a neighborhood brass band based on a poster I saw stapled to a telephone pole
    • -
    • ate leftover pecan pumpkin pie
    • -
    • watched several episodes of Taskmaster and had quite a few good laughs
    • -
    -

    A good day indeed.

    -

    Postscript: It occurred to me right after posting that this could have been titled “Is the ketamine working? Signs point to yes.” More on that later, no doubt.

    - - -
    -
    - - - calendar - - - Nov 30, 2022 - - - - clock - - - 1 min read - -
  • - -
  • - First day on the job - -
    - -

    As a software developer that gets loaned out to other companies, I tend to have quite a few “first day on the job” days. Today was one of them, joining a team working hard to get a new bio-lab robot on the market.

    -

    As is typical with joining a new project, I spent the entire first day trying to figure out why nearly nothing in the README actually worked.

    -

    Computers are the worst.

    - - -
    -
    - - - calendar - - - Nov 28, 2022 - - - - clock - - - 1 min read - -
  • - -
  • - Like the legend of the phoenix - -
    - -

    I used to be a prolific blogger, back in the very early days of the form. Had a few things “go viral” before that was a thing, meaning they were seen and talked about by dozens of people, but I was comfortably C-list in that small world.

    -

    As my online time got eaten up by other things, like farming and starting a family, my posts became shorter and less frequent and eventually just … stopped. Instead of using my own space to keep my words, I unconsciously switched over almost exclusively to a hot new microblogging platform started by some podcasting tooling developers called Twttr.

    -

    Twitter’s very short character limit made it ideal for the short bits I was writing anyway, and it was easy to write them more often. This only increased the ephemeral quality of them and I didn’t even notice really that I was just creating a gap in my once exhaustively documented life. I’ve got all my tweets downloaded and stored away, but they’re not something I can really go back and read. Those years are essentially lost to me.

    -

    But now an egomaniacal billionaire troll has taken over and is systematically destroying Twitter and that has shocked me awake. It’s well past time to start owning my words again and, more importantly, treating them like they matter and kept and displayed and shared.

    -

    So, here’s Kestrel’s Nest back from the dead.

    -

    I’m using Hugo to power it, displayed using the m10c theme. I might charge all that, and this is certainly a rough draft, but it’s a good place to start.

    -

    For a laugh, I used a page from February 2001 from my old blog here as a placeholder. I thought about making this style match that exactly, but if I go that route I’ll do it another day. -It’s here if you want to have a laugh too.

    - - -
    -
    - - - calendar - - - Nov 28, 2022 - - - - clock - - - 2 min read - -
  • - -
  • - Migration Complete - -
    - -

    I’ve come out the other side. Amazingly enough, I only had to reinstall two -applications: my virus scanner and web browser. All my email survived. And, my -first impressions are great. I like Windows 2000. I am using Stardock’s -wonderful Object Desktop, so my GUI doesn’t even look like Windows to begin -with, and changing to W2000 didn’t affect me there at all. If you picked up my -laptop right now, you would think I was using Apple’s OS X.

    - - -
    -
    - - - calendar - - - Feb 11, 2001 - - - - clock - - - 1 min read - -
  • - -
  • - OS Migration - -
    - -

    Today I migrate my laptop from Windows 98 to Windows 2000 Professional. I’m scared.

    - - -
    -
    - - - calendar - - - Feb 11, 2001 - - - - clock - - - 1 min read - -
  • - -
- - - - -
- -
- - diff --git a/public/posts/index.xml b/public/posts/index.xml deleted file mode 100644 index 5409d16b..00000000 --- a/public/posts/index.xml +++ /dev/null @@ -1,79 +0,0 @@ - - - - Posts on Kestrel's Nest - https://blog.kestrelsnest.social/posts/ - Recent content in Posts on Kestrel's Nest - Hugo -- gohugo.io - en-us - Fri, 02 Dec 2022 02:39:39 +0000 - - 'Tis the Season for Bloody Jesus - https://blog.kestrelsnest.social/posts/2022-12-01-tis-the-season-for-bloody-jesus/ - Fri, 02 Dec 2022 02:39:39 +0000 - - https://blog.kestrelsnest.social/posts/2022-12-01-tis-the-season-for-bloody-jesus/ - Tonight was the annual Athens Christmas parade, also known as (by a friend of mine, anyway) &ldquo;Athens Annual Let’s Do Weird Shit Day&rdquo;. I&rsquo;ve been regaled for years with tales of the strangeness at this parade, ranging from &ldquo;Rotisserie Jesus&rdquo; (a bloody live human Jesus on a spinning cross) to last year&rsquo;s hippy who thought it would be a good idea to use a roadkill great horned owl as a hand puppet and thrust it in the faces of kids lined up along the route. - - - - Solving Puzzles with Code - https://blog.kestrelsnest.social/posts/2022-11-30-solving-puzzles-with-code/ - Thu, 01 Dec 2022 03:10:01 +0000 - - https://blog.kestrelsnest.social/posts/2022-11-30-solving-puzzles-with-code/ - The Advent of Code is upon us once again. Every year Eric Wastl weaves together a daily series of clever challenges into a delightful story. They can be solved in any language and method you want, including brute force, and I look forward to it every December. -Which is an odd thing to say maybe considering I&rsquo;ve never made it further than a dozen days in. It just seems like every year the work project I&rsquo;m on catches fire and needs my full attention and my drive to work on coding challenges for fun just fizzles out. - - - - Day full of good things - https://blog.kestrelsnest.social/posts/2022-11-29-day-full-of-good-things/ - Wed, 30 Nov 2022 03:15:51 +0000 - - https://blog.kestrelsnest.social/posts/2022-11-29-day-full-of-good-things/ - It was a day full of good things. Here they are, in chronological order: -read two chapters of Dan Moren&rsquo;s book &ldquo;The Bayern Agenda&rdquo; while drinking coffee in the hot tub before work the things that didn&rsquo;t work in my new project yesterday started working attended my first standup with my new teammates ate a delicious chicken pot pie for lunch returned a library book that was six years overdue and wasn&rsquo;t charged a fine voted in the senate runoff election got a delicious dirty spiced chai installed gitea at git. - - - - First day on the job - https://blog.kestrelsnest.social/posts/2022-11-28-first-day-on-the-job/ - Mon, 28 Nov 2022 16:12:28 +0000 - - https://blog.kestrelsnest.social/posts/2022-11-28-first-day-on-the-job/ - As a software developer that gets loaned out to other companies, I tend to have quite a few &ldquo;first day on the job&rdquo; days. Today was one of them, joining a team working hard to get a new bio-lab robot on the market. -As is typical with joining a new project, I spent the entire first day trying to figure out why nearly nothing in the README actually worked. -Computers are the worst. - - - - Like the legend of the phoenix - https://blog.kestrelsnest.social/posts/2022-11-27-like-the-legend-of-the-phoenix/ - Mon, 28 Nov 2022 03:47:22 +0000 - - https://blog.kestrelsnest.social/posts/2022-11-27-like-the-legend-of-the-phoenix/ - I used to be a prolific blogger, back in the very early days of the form. Had a few things &ldquo;go viral&rdquo; before that was a thing, meaning they were seen and talked about by dozens of people, but I was comfortably C-list in that small world. -As my online time got eaten up by other things, like farming and starting a family, my posts became shorter and less frequent and eventually just &hellip; stopped. - - - - Migration Complete - https://blog.kestrelsnest.social/posts/2022-11-27-migration-complete/ - Sun, 11 Feb 2001 15:31:47 +0000 - - https://blog.kestrelsnest.social/posts/2022-11-27-migration-complete/ - I&rsquo;ve come out the other side. Amazingly enough, I only had to reinstall two applications: my virus scanner and web browser. All my email survived. And, my first impressions are great. I like Windows 2000. I am using Stardock&rsquo;s wonderful Object Desktop, so my GUI doesn&rsquo;t even look like Windows to begin with, and changing to W2000 didn&rsquo;t affect me there at all. If you picked up my laptop right now, you would think I was using Apple&rsquo;s OS X. - - - - OS Migration - https://blog.kestrelsnest.social/posts/2022-11-27-os-migration/ - Sun, 11 Feb 2001 10:05:11 +0000 - - https://blog.kestrelsnest.social/posts/2022-11-27-os-migration/ - Today I migrate my laptop from Windows 98 to Windows 2000 Professional. I&rsquo;m scared. - - - - diff --git a/public/posts/page/1/index.html b/public/posts/page/1/index.html deleted file mode 100644 index 00fdd4c7..00000000 --- a/public/posts/page/1/index.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - https://blog.kestrelsnest.social/posts/ - - - - - - diff --git a/public/sitemap.xml b/public/sitemap.xml deleted file mode 100644 index 936a184f..00000000 --- a/public/sitemap.xml +++ /dev/null @@ -1,62 +0,0 @@ - - - - https://blog.kestrelsnest.social/ - 2022-12-02T04:25:09+00:00 - 0 - - https://blog.kestrelsnest.social/posts/2022-12-01-tis-the-season-for-bloody-jesus/ - 2022-12-02T04:25:09+00:00 - - https://blog.kestrelsnest.social/tags/athens/ - 2022-12-02T04:25:09+00:00 - - https://blog.kestrelsnest.social/posts/ - 2022-12-02T04:25:09+00:00 - - https://blog.kestrelsnest.social/tags/ - 2022-12-02T04:25:09+00:00 - - https://blog.kestrelsnest.social/tags/coding/ - 2022-12-01T03:38:00+00:00 - - https://blog.kestrelsnest.social/tags/jobbyjob/ - 2022-12-01T03:38:04+00:00 - - https://blog.kestrelsnest.social/posts/2022-11-30-solving-puzzles-with-code/ - 2022-12-01T03:38:00+00:00 - - https://blog.kestrelsnest.social/tags/tooling/ - 2022-12-01T03:38:00+00:00 - - https://blog.kestrelsnest.social/posts/2022-11-29-day-full-of-good-things/ - 2022-12-01T03:38:04+00:00 - - https://blog.kestrelsnest.social/tags/diary/ - 2022-12-01T03:38:04+00:00 - - https://blog.kestrelsnest.social/posts/2022-11-28-first-day-on-the-job/ - 2022-11-30T03:16:39+00:00 - - https://blog.kestrelsnest.social/tags/colophon/ - 2022-11-30T14:09:28+00:00 - - https://blog.kestrelsnest.social/posts/2022-11-27-like-the-legend-of-the-phoenix/ - 2022-11-30T14:09:28+00:00 - - https://blog.kestrelsnest.social/posts/2022-11-27-migration-complete/ - 2022-11-28T02:10:25+00:00 - - https://blog.kestrelsnest.social/tags/oldskoolblog/ - 2022-11-28T02:10:43+00:00 - - https://blog.kestrelsnest.social/posts/2022-11-27-os-migration/ - 2022-11-28T02:10:43+00:00 - - https://blog.kestrelsnest.social/now/ - 0 - - https://blog.kestrelsnest.social/categories/ - - diff --git a/public/tags/athens/index.html b/public/tags/athens/index.html deleted file mode 100644 index 8f9124f9..00000000 --- a/public/tags/athens/index.html +++ /dev/null @@ -1,147 +0,0 @@ - - - - athens // Kestrel's Nest - - - - - - - - - - - - - - - - - - - - - - - -
- Eric Wagoner - Kestrel's Nest - -

Links, thoughts, & what-not from Athens, GA.

- -
-
- -
-

athens

-
    - -
  • - 'Tis the Season for Bloody Jesus - -
    - -

    Tonight was the annual Athens Christmas parade, also known as (by a friend of mine, anyway) “Athens Annual Let’s Do Weird Shit Day”. I’ve been regaled for years with tales of the strangeness at this parade, ranging from “Rotisserie Jesus” (a bloody live human Jesus on a spinning cross) to last year’s hippy who thought it would be a good idea to use a roadkill great horned owl as a hand puppet and thrust it in the faces of kids lined up along the route.

    -

    I’ve never been able to see it, myself. For the last twenty years I ran Athens Locally Grown, a weekly farmers Thursday farmers market that always conflicted. I closed it at the end of last year, though, so this year I was free to go. The theme was “An Out of this World Holiday” and the grand marshal was a local amateur astronomer known as “Mr. Science” for all the outreach educational events he’s done over the years. Already, it was the best Christmas parade I’ve ever been to.

    -

    At least a third of the floats were from churches with questionable relations to the theme. The best was the Unitarians with a pickup they converted to the USS Enterprise pulling a trailer proclaiming they were “embracing Star Trek values Logic Science Dignity Equality Equity” and a whole group of walkers wearing various eras of star fleet uniforms. The Catholics had a large tiki lounge as their float. The local klezmer band had both a giant dreidel and a Jewish space laser.

    -

    A bra store had a small float proclaiming “Every body is a celestial body” and a large bra on a pole covered with lights, ready to guide magi.

    -

    My favorite float (and winner of Best In Show) was from a local Montessori-ish STEAM school. They made a post-apocalyptic cabin populated with survivors and followed by a number of different creatures, including a dancing Chinese dragon only it was a “Santapede”.

    -

    And yeah, the controversial fundamentalist church had a smiling bloody Jesus hanging from a cross under models of the planets. Ho ho ho!

    - - -
    -
    - - - calendar - - - Dec 2, 2022 - - - - clock - - - 2 min read - -
  • - -
- - - - -
- -
- - diff --git a/public/tags/athens/index.xml b/public/tags/athens/index.xml deleted file mode 100644 index 82267265..00000000 --- a/public/tags/athens/index.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - athens on Kestrel's Nest - https://blog.kestrelsnest.social/tags/athens/ - Recent content in athens on Kestrel's Nest - Hugo -- gohugo.io - en-us - Fri, 02 Dec 2022 02:39:39 +0000 - - 'Tis the Season for Bloody Jesus - https://blog.kestrelsnest.social/posts/2022-12-01-tis-the-season-for-bloody-jesus/ - Fri, 02 Dec 2022 02:39:39 +0000 - - https://blog.kestrelsnest.social/posts/2022-12-01-tis-the-season-for-bloody-jesus/ - Tonight was the annual Athens Christmas parade, also known as (by a friend of mine, anyway) &ldquo;Athens Annual Let’s Do Weird Shit Day&rdquo;. I&rsquo;ve been regaled for years with tales of the strangeness at this parade, ranging from &ldquo;Rotisserie Jesus&rdquo; (a bloody live human Jesus on a spinning cross) to last year&rsquo;s hippy who thought it would be a good idea to use a roadkill great horned owl as a hand puppet and thrust it in the faces of kids lined up along the route. - - - - diff --git a/public/tags/athens/page/1/index.html b/public/tags/athens/page/1/index.html deleted file mode 100644 index 4c107111..00000000 --- a/public/tags/athens/page/1/index.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - https://blog.kestrelsnest.social/tags/athens/ - - - - - - diff --git a/public/tags/coding/index.html b/public/tags/coding/index.html deleted file mode 100644 index b595f6f3..00000000 --- a/public/tags/coding/index.html +++ /dev/null @@ -1,146 +0,0 @@ - - - - coding // Kestrel's Nest - - - - - - - - - - - - - - - - - - - - - - - -
- Eric Wagoner - Kestrel's Nest - -

Links, thoughts, & what-not from Athens, GA.

- -
-
- -
-

coding

-
    - -
  • - Solving Puzzles with Code - -
    - -

    The Advent of Code is upon us once again. Every year Eric Wastl weaves together a daily series of clever challenges into a delightful story. They can be solved in any language and method you want, including brute force, and I look forward to it every December.

    -

    Which is an odd thing to say maybe considering I’ve never made it further than a dozen days in. It just seems like every year the work project I’m on catches fire and needs my full attention and my drive to work on coding challenges for fun just fizzles out.

    -

    I’m fully expecting it to be true this year, too. I just started a new project this week, and the whole reason I’m here is they are short-staffed and under the gun to deliver a fully functional robot in three months, if not sooner. I’ve already accepted the fact that it’s going to ratchet up the pressure over the next few weeks and not loosen up for the holidays. I’m ok with that.

    -

    Still, I’m ready. I’ve been wanting to loosen my reliance on GitHub (same as I’m loosening my reliance on Twitter, Instagram, etc.) so this was the perfect time to try out Gitea. Programming is surprisingly social (especially coding challenges like AoC) so I spun up git.kestrelsnest.social and created a placeholder repo for my 2022 solutions. When the first puzzle lands at midnight, I’ll be ready to go.

    -

    And if I only make it three days, that’s ok.

    - - -
    -
    - - - calendar - - - Dec 1, 2022 - - - - clock - - - 2 min read - -
  • - -
- - - - -
- -
- - diff --git a/public/tags/coding/index.xml b/public/tags/coding/index.xml deleted file mode 100644 index 647dae30..00000000 --- a/public/tags/coding/index.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - coding on Kestrel's Nest - https://blog.kestrelsnest.social/tags/coding/ - Recent content in coding on Kestrel's Nest - Hugo -- gohugo.io - en-us - Thu, 01 Dec 2022 03:10:01 +0000 - - Solving Puzzles with Code - https://blog.kestrelsnest.social/posts/2022-11-30-solving-puzzles-with-code/ - Thu, 01 Dec 2022 03:10:01 +0000 - - https://blog.kestrelsnest.social/posts/2022-11-30-solving-puzzles-with-code/ - The Advent of Code is upon us once again. Every year Eric Wastl weaves together a daily series of clever challenges into a delightful story. They can be solved in any language and method you want, including brute force, and I look forward to it every December. -Which is an odd thing to say maybe considering I&rsquo;ve never made it further than a dozen days in. It just seems like every year the work project I&rsquo;m on catches fire and needs my full attention and my drive to work on coding challenges for fun just fizzles out. - - - - diff --git a/public/tags/coding/page/1/index.html b/public/tags/coding/page/1/index.html deleted file mode 100644 index c6c78105..00000000 --- a/public/tags/coding/page/1/index.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - https://blog.kestrelsnest.social/tags/coding/ - - - - - - diff --git a/public/tags/colophon/index.html b/public/tags/colophon/index.html deleted file mode 100644 index bf4e776e..00000000 --- a/public/tags/colophon/index.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - colophon // Kestrel's Nest - - - - - - - - - - - - - - - - - - - - - - - -
- Eric Wagoner - Kestrel's Nest - -

Links, thoughts, & what-not from Athens, GA.

- -
-
- -
-

colophon

-
    - -
  • - Like the legend of the phoenix - -
    - -

    I used to be a prolific blogger, back in the very early days of the form. Had a few things “go viral” before that was a thing, meaning they were seen and talked about by dozens of people, but I was comfortably C-list in that small world.

    -

    As my online time got eaten up by other things, like farming and starting a family, my posts became shorter and less frequent and eventually just … stopped. Instead of using my own space to keep my words, I unconsciously switched over almost exclusively to a hot new microblogging platform started by some podcasting tooling developers called Twttr.

    -

    Twitter’s very short character limit made it ideal for the short bits I was writing anyway, and it was easy to write them more often. This only increased the ephemeral quality of them and I didn’t even notice really that I was just creating a gap in my once exhaustively documented life. I’ve got all my tweets downloaded and stored away, but they’re not something I can really go back and read. Those years are essentially lost to me.

    -

    But now an egomaniacal billionaire troll has taken over and is systematically destroying Twitter and that has shocked me awake. It’s well past time to start owning my words again and, more importantly, treating them like they matter and kept and displayed and shared.

    -

    So, here’s Kestrel’s Nest back from the dead.

    -

    I’m using Hugo to power it, displayed using the m10c theme. I might charge all that, and this is certainly a rough draft, but it’s a good place to start.

    -

    For a laugh, I used a page from February 2001 from my old blog here as a placeholder. I thought about making this style match that exactly, but if I go that route I’ll do it another day. -It’s here if you want to have a laugh too.

    - - -
    -
    - - - calendar - - - Nov 28, 2022 - - - - clock - - - 2 min read - -
  • - -
- - - - -
- -
- - diff --git a/public/tags/colophon/index.xml b/public/tags/colophon/index.xml deleted file mode 100644 index 137b7d7d..00000000 --- a/public/tags/colophon/index.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - colophon on Kestrel's Nest - https://blog.kestrelsnest.social/tags/colophon/ - Recent content in colophon on Kestrel's Nest - Hugo -- gohugo.io - en-us - Mon, 28 Nov 2022 03:47:22 +0000 - - Like the legend of the phoenix - https://blog.kestrelsnest.social/posts/2022-11-27-like-the-legend-of-the-phoenix/ - Mon, 28 Nov 2022 03:47:22 +0000 - - https://blog.kestrelsnest.social/posts/2022-11-27-like-the-legend-of-the-phoenix/ - I used to be a prolific blogger, back in the very early days of the form. Had a few things &ldquo;go viral&rdquo; before that was a thing, meaning they were seen and talked about by dozens of people, but I was comfortably C-list in that small world. -As my online time got eaten up by other things, like farming and starting a family, my posts became shorter and less frequent and eventually just &hellip; stopped. - - - - diff --git a/public/tags/colophon/page/1/index.html b/public/tags/colophon/page/1/index.html deleted file mode 100644 index 3d1f234d..00000000 --- a/public/tags/colophon/page/1/index.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - https://blog.kestrelsnest.social/tags/colophon/ - - - - - - diff --git a/public/tags/diary/index.html b/public/tags/diary/index.html deleted file mode 100644 index 495d1da6..00000000 --- a/public/tags/diary/index.html +++ /dev/null @@ -1,158 +0,0 @@ - - - - diary // Kestrel's Nest - - - - - - - - - - - - - - - - - - - - - - - -
- Eric Wagoner - Kestrel's Nest - -

Links, thoughts, & what-not from Athens, GA.

- -
-
- -
-

diary

-
    - -
  • - Day full of good things - -
    - -

    It was a day full of good things. Here they are, in chronological order:

    -
      -
    • read two chapters of Dan Moren’s book “The Bayern Agenda” while drinking coffee in the hot tub before work
    • -
    • the things that didn’t work in my new project yesterday started working
    • -
    • attended my first standup with my new teammates
    • -
    • ate a delicious chicken pot pie for lunch
    • -
    • returned a library book that was six years overdue and wasn’t charged a fine
    • -
    • voted in the senate runoff election
    • -
    • got a delicious dirty spiced chai
    • -
    • installed gitea at git.kestrelsnest.social and initialized a repo for Advent of Code
    • -
    • made buffalo chicken legs for dinner
    • -
    • took my youngest to their first rehearsal of a neighborhood brass band based on a poster I saw stapled to a telephone pole
    • -
    • ate leftover pecan pumpkin pie
    • -
    • watched several episodes of Taskmaster and had quite a few good laughs
    • -
    -

    A good day indeed.

    -

    Postscript: It occurred to me right after posting that this could have been titled “Is the ketamine working? Signs point to yes.” More on that later, no doubt.

    - - -
    -
    - - - calendar - - - Nov 30, 2022 - - - - clock - - - 1 min read - -
  • - -
- - - - -
- -
- - diff --git a/public/tags/diary/index.xml b/public/tags/diary/index.xml deleted file mode 100644 index 7f00d4b1..00000000 --- a/public/tags/diary/index.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - diary on Kestrel's Nest - https://blog.kestrelsnest.social/tags/diary/ - Recent content in diary on Kestrel's Nest - Hugo -- gohugo.io - en-us - Wed, 30 Nov 2022 03:15:51 +0000 - - Day full of good things - https://blog.kestrelsnest.social/posts/2022-11-29-day-full-of-good-things/ - Wed, 30 Nov 2022 03:15:51 +0000 - - https://blog.kestrelsnest.social/posts/2022-11-29-day-full-of-good-things/ - It was a day full of good things. Here they are, in chronological order: -read two chapters of Dan Moren&rsquo;s book &ldquo;The Bayern Agenda&rdquo; while drinking coffee in the hot tub before work the things that didn&rsquo;t work in my new project yesterday started working attended my first standup with my new teammates ate a delicious chicken pot pie for lunch returned a library book that was six years overdue and wasn&rsquo;t charged a fine voted in the senate runoff election got a delicious dirty spiced chai installed gitea at git. - - - - diff --git a/public/tags/diary/page/1/index.html b/public/tags/diary/page/1/index.html deleted file mode 100644 index d3479175..00000000 --- a/public/tags/diary/page/1/index.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - https://blog.kestrelsnest.social/tags/diary/ - - - - - - diff --git a/public/tags/index.html b/public/tags/index.html deleted file mode 100644 index 121e6daa..00000000 --- a/public/tags/index.html +++ /dev/null @@ -1,190 +0,0 @@ - - - - Tags // Kestrel's Nest - - - - - - - - - - - - - - - - - - - - - - - -
- Eric Wagoner - Kestrel's Nest - -

Links, thoughts, & what-not from Athens, GA.

- -
-
- - - -
- - diff --git a/public/tags/index.xml b/public/tags/index.xml deleted file mode 100644 index e6eceb35..00000000 --- a/public/tags/index.xml +++ /dev/null @@ -1,74 +0,0 @@ - - - - Tags on Kestrel's Nest - https://blog.kestrelsnest.social/tags/ - Recent content in Tags on Kestrel's Nest - Hugo -- gohugo.io - en-us - Fri, 02 Dec 2022 02:39:39 +0000 - - athens - https://blog.kestrelsnest.social/tags/athens/ - Fri, 02 Dec 2022 02:39:39 +0000 - - https://blog.kestrelsnest.social/tags/athens/ - - - - - coding - https://blog.kestrelsnest.social/tags/coding/ - Thu, 01 Dec 2022 03:10:01 +0000 - - https://blog.kestrelsnest.social/tags/coding/ - - - - - jobbyjob - https://blog.kestrelsnest.social/tags/jobbyjob/ - Thu, 01 Dec 2022 03:10:01 +0000 - - https://blog.kestrelsnest.social/tags/jobbyjob/ - - - - - tooling - https://blog.kestrelsnest.social/tags/tooling/ - Thu, 01 Dec 2022 03:10:01 +0000 - - https://blog.kestrelsnest.social/tags/tooling/ - - - - - diary - https://blog.kestrelsnest.social/tags/diary/ - Wed, 30 Nov 2022 03:15:51 +0000 - - https://blog.kestrelsnest.social/tags/diary/ - - - - - colophon - https://blog.kestrelsnest.social/tags/colophon/ - Mon, 28 Nov 2022 03:47:22 +0000 - - https://blog.kestrelsnest.social/tags/colophon/ - - - - - oldskoolblog - https://blog.kestrelsnest.social/tags/oldskoolblog/ - Sun, 11 Feb 2001 15:31:47 +0000 - - https://blog.kestrelsnest.social/tags/oldskoolblog/ - - - - - diff --git a/public/tags/jobbyjob/index.html b/public/tags/jobbyjob/index.html deleted file mode 100644 index d32ff04f..00000000 --- a/public/tags/jobbyjob/index.html +++ /dev/null @@ -1,214 +0,0 @@ - - - - jobbyjob // Kestrel's Nest - - - - - - - - - - - - - - - - - - - - - - - -
- Eric Wagoner - Kestrel's Nest - -

Links, thoughts, & what-not from Athens, GA.

- -
-
- -
-

jobbyjob

-
    - -
  • - Solving Puzzles with Code - -
    - -

    The Advent of Code is upon us once again. Every year Eric Wastl weaves together a daily series of clever challenges into a delightful story. They can be solved in any language and method you want, including brute force, and I look forward to it every December.

    -

    Which is an odd thing to say maybe considering I’ve never made it further than a dozen days in. It just seems like every year the work project I’m on catches fire and needs my full attention and my drive to work on coding challenges for fun just fizzles out.

    -

    I’m fully expecting it to be true this year, too. I just started a new project this week, and the whole reason I’m here is they are short-staffed and under the gun to deliver a fully functional robot in three months, if not sooner. I’ve already accepted the fact that it’s going to ratchet up the pressure over the next few weeks and not loosen up for the holidays. I’m ok with that.

    -

    Still, I’m ready. I’ve been wanting to loosen my reliance on GitHub (same as I’m loosening my reliance on Twitter, Instagram, etc.) so this was the perfect time to try out Gitea. Programming is surprisingly social (especially coding challenges like AoC) so I spun up git.kestrelsnest.social and created a placeholder repo for my 2022 solutions. When the first puzzle lands at midnight, I’ll be ready to go.

    -

    And if I only make it three days, that’s ok.

    - - -
    -
    - - - calendar - - - Dec 1, 2022 - - - - clock - - - 2 min read - -
  • - -
  • - Day full of good things - -
    - -

    It was a day full of good things. Here they are, in chronological order:

    -
      -
    • read two chapters of Dan Moren’s book “The Bayern Agenda” while drinking coffee in the hot tub before work
    • -
    • the things that didn’t work in my new project yesterday started working
    • -
    • attended my first standup with my new teammates
    • -
    • ate a delicious chicken pot pie for lunch
    • -
    • returned a library book that was six years overdue and wasn’t charged a fine
    • -
    • voted in the senate runoff election
    • -
    • got a delicious dirty spiced chai
    • -
    • installed gitea at git.kestrelsnest.social and initialized a repo for Advent of Code
    • -
    • made buffalo chicken legs for dinner
    • -
    • took my youngest to their first rehearsal of a neighborhood brass band based on a poster I saw stapled to a telephone pole
    • -
    • ate leftover pecan pumpkin pie
    • -
    • watched several episodes of Taskmaster and had quite a few good laughs
    • -
    -

    A good day indeed.

    -

    Postscript: It occurred to me right after posting that this could have been titled “Is the ketamine working? Signs point to yes.” More on that later, no doubt.

    - - -
    -
    - - - calendar - - - Nov 30, 2022 - - - - clock - - - 1 min read - -
  • - -
  • - First day on the job - -
    - -

    As a software developer that gets loaned out to other companies, I tend to have quite a few “first day on the job” days. Today was one of them, joining a team working hard to get a new bio-lab robot on the market.

    -

    As is typical with joining a new project, I spent the entire first day trying to figure out why nearly nothing in the README actually worked.

    -

    Computers are the worst.

    - - -
    -
    - - - calendar - - - Nov 28, 2022 - - - - clock - - - 1 min read - -
  • - -
- - - - -
- -
- - diff --git a/public/tags/jobbyjob/index.xml b/public/tags/jobbyjob/index.xml deleted file mode 100644 index a9814784..00000000 --- a/public/tags/jobbyjob/index.xml +++ /dev/null @@ -1,42 +0,0 @@ - - - - jobbyjob on Kestrel's Nest - https://blog.kestrelsnest.social/tags/jobbyjob/ - Recent content in jobbyjob on Kestrel's Nest - Hugo -- gohugo.io - en-us - Thu, 01 Dec 2022 03:10:01 +0000 - - Solving Puzzles with Code - https://blog.kestrelsnest.social/posts/2022-11-30-solving-puzzles-with-code/ - Thu, 01 Dec 2022 03:10:01 +0000 - - https://blog.kestrelsnest.social/posts/2022-11-30-solving-puzzles-with-code/ - The Advent of Code is upon us once again. Every year Eric Wastl weaves together a daily series of clever challenges into a delightful story. They can be solved in any language and method you want, including brute force, and I look forward to it every December. -Which is an odd thing to say maybe considering I&rsquo;ve never made it further than a dozen days in. It just seems like every year the work project I&rsquo;m on catches fire and needs my full attention and my drive to work on coding challenges for fun just fizzles out. - - - - Day full of good things - https://blog.kestrelsnest.social/posts/2022-11-29-day-full-of-good-things/ - Wed, 30 Nov 2022 03:15:51 +0000 - - https://blog.kestrelsnest.social/posts/2022-11-29-day-full-of-good-things/ - It was a day full of good things. Here they are, in chronological order: -read two chapters of Dan Moren&rsquo;s book &ldquo;The Bayern Agenda&rdquo; while drinking coffee in the hot tub before work the things that didn&rsquo;t work in my new project yesterday started working attended my first standup with my new teammates ate a delicious chicken pot pie for lunch returned a library book that was six years overdue and wasn&rsquo;t charged a fine voted in the senate runoff election got a delicious dirty spiced chai installed gitea at git. - - - - First day on the job - https://blog.kestrelsnest.social/posts/2022-11-28-first-day-on-the-job/ - Mon, 28 Nov 2022 16:12:28 +0000 - - https://blog.kestrelsnest.social/posts/2022-11-28-first-day-on-the-job/ - As a software developer that gets loaned out to other companies, I tend to have quite a few &ldquo;first day on the job&rdquo; days. Today was one of them, joining a team working hard to get a new bio-lab robot on the market. -As is typical with joining a new project, I spent the entire first day trying to figure out why nearly nothing in the README actually worked. -Computers are the worst. - - - - diff --git a/public/tags/jobbyjob/page/1/index.html b/public/tags/jobbyjob/page/1/index.html deleted file mode 100644 index 58150731..00000000 --- a/public/tags/jobbyjob/page/1/index.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - https://blog.kestrelsnest.social/tags/jobbyjob/ - - - - - - diff --git a/public/tags/oldskoolblog/index.html b/public/tags/oldskoolblog/index.html deleted file mode 100644 index 06dbf4d4..00000000 --- a/public/tags/oldskoolblog/index.html +++ /dev/null @@ -1,172 +0,0 @@ - - - - oldskoolblog // Kestrel's Nest - - - - - - - - - - - - - - - - - - - - - - - -
- Eric Wagoner - Kestrel's Nest - -

Links, thoughts, & what-not from Athens, GA.

- -
-
- -
-

oldskoolblog

-
    - -
  • - Migration Complete - -
    - -

    I’ve come out the other side. Amazingly enough, I only had to reinstall two -applications: my virus scanner and web browser. All my email survived. And, my -first impressions are great. I like Windows 2000. I am using Stardock’s -wonderful Object Desktop, so my GUI doesn’t even look like Windows to begin -with, and changing to W2000 didn’t affect me there at all. If you picked up my -laptop right now, you would think I was using Apple’s OS X.

    - - -
    -
    - - - calendar - - - Feb 11, 2001 - - - - clock - - - 1 min read - -
  • - -
  • - OS Migration - -
    - -

    Today I migrate my laptop from Windows 98 to Windows 2000 Professional. I’m scared.

    - - -
    -
    - - - calendar - - - Feb 11, 2001 - - - - clock - - - 1 min read - -
  • - -
- - - - -
- -
- - diff --git a/public/tags/oldskoolblog/index.xml b/public/tags/oldskoolblog/index.xml deleted file mode 100644 index 0e0d2079..00000000 --- a/public/tags/oldskoolblog/index.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - oldskoolblog on Kestrel's Nest - https://blog.kestrelsnest.social/tags/oldskoolblog/ - Recent content in oldskoolblog on Kestrel's Nest - Hugo -- gohugo.io - en-us - Sun, 11 Feb 2001 15:31:47 +0000 - - Migration Complete - https://blog.kestrelsnest.social/posts/2022-11-27-migration-complete/ - Sun, 11 Feb 2001 15:31:47 +0000 - - https://blog.kestrelsnest.social/posts/2022-11-27-migration-complete/ - I&rsquo;ve come out the other side. Amazingly enough, I only had to reinstall two applications: my virus scanner and web browser. All my email survived. And, my first impressions are great. I like Windows 2000. I am using Stardock&rsquo;s wonderful Object Desktop, so my GUI doesn&rsquo;t even look like Windows to begin with, and changing to W2000 didn&rsquo;t affect me there at all. If you picked up my laptop right now, you would think I was using Apple&rsquo;s OS X. - - - - OS Migration - https://blog.kestrelsnest.social/posts/2022-11-27-os-migration/ - Sun, 11 Feb 2001 10:05:11 +0000 - - https://blog.kestrelsnest.social/posts/2022-11-27-os-migration/ - Today I migrate my laptop from Windows 98 to Windows 2000 Professional. I&rsquo;m scared. - - - - diff --git a/public/tags/oldskoolblog/page/1/index.html b/public/tags/oldskoolblog/page/1/index.html deleted file mode 100644 index 569ad726..00000000 --- a/public/tags/oldskoolblog/page/1/index.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - https://blog.kestrelsnest.social/tags/oldskoolblog/ - - - - - - diff --git a/public/tags/tooling/index.html b/public/tags/tooling/index.html deleted file mode 100644 index 2e8e97c1..00000000 --- a/public/tags/tooling/index.html +++ /dev/null @@ -1,146 +0,0 @@ - - - - tooling // Kestrel's Nest - - - - - - - - - - - - - - - - - - - - - - - -
- Eric Wagoner - Kestrel's Nest - -

Links, thoughts, & what-not from Athens, GA.

- -
-
- -
-

tooling

-
    - -
  • - Solving Puzzles with Code - -
    - -

    The Advent of Code is upon us once again. Every year Eric Wastl weaves together a daily series of clever challenges into a delightful story. They can be solved in any language and method you want, including brute force, and I look forward to it every December.

    -

    Which is an odd thing to say maybe considering I’ve never made it further than a dozen days in. It just seems like every year the work project I’m on catches fire and needs my full attention and my drive to work on coding challenges for fun just fizzles out.

    -

    I’m fully expecting it to be true this year, too. I just started a new project this week, and the whole reason I’m here is they are short-staffed and under the gun to deliver a fully functional robot in three months, if not sooner. I’ve already accepted the fact that it’s going to ratchet up the pressure over the next few weeks and not loosen up for the holidays. I’m ok with that.

    -

    Still, I’m ready. I’ve been wanting to loosen my reliance on GitHub (same as I’m loosening my reliance on Twitter, Instagram, etc.) so this was the perfect time to try out Gitea. Programming is surprisingly social (especially coding challenges like AoC) so I spun up git.kestrelsnest.social and created a placeholder repo for my 2022 solutions. When the first puzzle lands at midnight, I’ll be ready to go.

    -

    And if I only make it three days, that’s ok.

    - - -
    -
    - - - calendar - - - Dec 1, 2022 - - - - clock - - - 2 min read - -
  • - -
- - - - -
- -
- - diff --git a/public/tags/tooling/index.xml b/public/tags/tooling/index.xml deleted file mode 100644 index 19e285b2..00000000 --- a/public/tags/tooling/index.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - tooling on Kestrel's Nest - https://blog.kestrelsnest.social/tags/tooling/ - Recent content in tooling on Kestrel's Nest - Hugo -- gohugo.io - en-us - Thu, 01 Dec 2022 03:10:01 +0000 - - Solving Puzzles with Code - https://blog.kestrelsnest.social/posts/2022-11-30-solving-puzzles-with-code/ - Thu, 01 Dec 2022 03:10:01 +0000 - - https://blog.kestrelsnest.social/posts/2022-11-30-solving-puzzles-with-code/ - The Advent of Code is upon us once again. Every year Eric Wastl weaves together a daily series of clever challenges into a delightful story. They can be solved in any language and method you want, including brute force, and I look forward to it every December. -Which is an odd thing to say maybe considering I&rsquo;ve never made it further than a dozen days in. It just seems like every year the work project I&rsquo;m on catches fire and needs my full attention and my drive to work on coding challenges for fun just fizzles out. - - - - diff --git a/public/tags/tooling/page/1/index.html b/public/tags/tooling/page/1/index.html deleted file mode 100644 index 1aafc08e..00000000 --- a/public/tags/tooling/page/1/index.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - https://blog.kestrelsnest.social/tags/tooling/ - - - - - -