<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE rdf:RDF [
<!ENTITY % HTMLlat1 PUBLIC
 "-//W3C//ENTITIES Latin 1 for XHTML//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">
 %HTMLlat1;
]>
<rdf:RDF
 xmlns="http://purl.org/rss/1.0/"
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:content="http://purl.org/rss/1.0/modules/content/"
 xmlns:admin="http://webns.net/mvcb/"
>
<channel rdf:about="https://www.cs.uni.edu/~wallingf/blog/index.xml">
<title>Knowing and Doing</title>
<link>https://www.cs.uni.edu/~wallingf/blog/index.html</link>
<description>Reflections of an Academic and Computer Scientist</description>
<dc:language>en-us</dc:language>
<dc:creator>Eugene Wallingford</dc:creator>
<admin:generatorAgent rdf:resource="http://home.columbus.rr.com/n1xt3r/nanoblogger/" />
<items>
<rdf:Seq>
<rdf:li rdf:resource="https://www.cs.uni.edu/~wallingf/blog/archives/monthly/2026-06.html#e2026-06-30T20_43_40.htm" />
<rdf:li rdf:resource="https://www.cs.uni.edu/~wallingf/blog/archives/monthly/2026-06.html#e2026-06-07T12_33_23.htm" />
<rdf:li rdf:resource="https://www.cs.uni.edu/~wallingf/blog/archives/monthly/2026-05.html#e2026-05-31T12_08_04.htm" />
<rdf:li rdf:resource="https://www.cs.uni.edu/~wallingf/blog/archives/monthly/2026-05.html#e2026-05-24T11_57_36.htm" />
<rdf:li rdf:resource="https://www.cs.uni.edu/~wallingf/blog/archives/monthly/2026-05.html#e2026-05-19T20_46_31.htm" />
<rdf:li rdf:resource="https://www.cs.uni.edu/~wallingf/blog/archives/monthly/2026-01.html#e2026-01-28T18_56_56.htm" />
<rdf:li rdf:resource="https://www.cs.uni.edu/~wallingf/blog/archives/monthly/2026-01.html#e2026-01-11T08_56_17.htm" />
<rdf:li rdf:resource="https://www.cs.uni.edu/~wallingf/blog/archives/monthly/2025-12.html#e2025-12-30T20_43_11.htm" />
<rdf:li rdf:resource="https://www.cs.uni.edu/~wallingf/blog/archives/monthly/2025-12.html#e2025-12-26T18_28_37.htm" />
<rdf:li rdf:resource="https://www.cs.uni.edu/~wallingf/blog/archives/monthly/2025-12.html#e2025-12-16T19_41_30.htm" />
</rdf:Seq>
</items>
</channel>
<item rdf:about="https://www.cs.uni.edu/~wallingf/blog/archives/monthly/2026-06.html#e2026-06-30T20_43_40.htm">
<link>https://www.cs.uni.edu/~wallingf/blog/archives/monthly/2026-06.html#e2026-06-30T20_43_40.htm</link>
<title>Teaching Algorithms in 2026</title>
<dc:date>2026-06-30T20:43:40-05:00</dc:date>
<dc:creator>Eugene Wallingford</dc:creator>
<dc:subject>Computing, Teaching and Learning, Software Development</dc:subject>
<description><![CDATA[<p> It seems I am fated to teach our undergraduate algorithms course
 every decade or so.
</p><p>
 I taught it for the first two times in 2004-2005, when I'd been
 on the faculty for a little over a decade.  I taught it again
 in 2014, to the largest section of students we've had in my
 department in the last twenty-five years.  Now it is 2026, and
 I'm on tap to teach it again this fall.
</p><p>
 Algorithms has always been one of my favorite subjects, both as
 a student and as a professor, but I don't get to teach it very
 often.  Being department head means that I don't get to teach
 as many courses, and thus as many different courses, as I would
 if I had a three-course load each semester.
</p><p>
 When I last taught the course, I wrote
 <a href="https://www.cs.uni.edu/~wallingf/blog/archives/monthly/2013-11.html#e2013-11-24T10_54_19.htm">a blog post</a>
 in which I thought out loud about my approach to the course, in
 particular the choice of a textbook.  I also asked readers what
 changes, if any, I should consider making in the course content
 in order to reflect the evolution of CS and the software world.
</p><p>
 I'm back.
</p><p>
 A lot has happened in the twelve years since I last taught this
 course, not least of which is the statistical machine learning
 revolution that is modern AI.  It changes how many students
 study, program, and learn, which means it will affect my course
 even if I don't adjust the course content because of it.
</p><p>
 If AI has permanently changed how people in industry write code
 &mdash; and especially if it has replaced <em>writing</em> code
 with <em>generating</em> code &mdash; then the algorithms course
 becomes an even more important part of an undergraduate CS
 education.  Now more than ever, students need to learn how to
 read code, to identify and comprehend the algorithms implemented
 in code, and to analyze the correctness and performance of
 generated code.
</p><p>
 Whether to assign a textbook to students (and, if so, which one)
 remains a big decision.  That
 <a href="https://www.cs.uni.edu/~wallingf/blog/archives/monthly/2013-11.html#e2013-11-24T10_54_19.htm">2013 post</a>
 wandered around the options a bit.  This time around, I am
 essentially deciding between a traditional text or none at all.
</p><p>
 Traditional textbooks are so expensive that I'll only adopt one
 if the value it offers students is enormous.  The book I've used
 in the past, Anany Levitin's <em>Introduction to the Design and
 Analysis of Algorithms</em>, is expensive and hasn't been updated
 in fifteen years.  Even so, I like it.
</p><p>
 Several of my colleagues recommend the zyBooks platform for its
 built-in reading quizzes and analytics, but I wonder if these
 features, too, offer enough value.  Besides, the platform now
 promotes its "AI tools" as selling point, which makes me leery.
</p><p>
 I've long been inclined to write my own notes for students, and
 that's where I'm leaning for this course as well.  I like the
 organization of Levitin's book, but my courses usually follow
 my own idiosyncratic path.  I like the idea of engaging students
 with interactive content in a zyBook or other online text, but
 I'm not sure that they will map well enough onto my approach to
 the courses to really help my students.  In the end, I will
 probably expand my own notes for the course and supplement them
 with a few well-chosen resources on the open web.  That approach
 has served me pretty well over the years.
</p><p>
 All that said, the big question in my mind as I prepare the course
 is content.  Which algorithms should we teach in an undergraduate
 algorithms course, circa 2026?  Do changes in theory and industry
 require a fresh look at the topics we teach undergrads?  Is the
 standard collection of algorithms still what students need as a
 base when moving out into the world?
</p><p>
 In 2014, readers generously sent me many ideas.  A significant
 majority of the recommendations boiled down to this: teach the
 traditional algorithms and concepts, perhaps with a tweak or an
 addition at the fringe.
</p><p>
 That's what I did then, and it worked well.  Former students
 occasionally email or message me to say that something they
 learned in that class made a difference in their current project.
 There aren't many better feelings for a professor than receiving
 a message like that.
</p><p>
 What do you think for 2026?  Should we adjust the balance of topics
 that we currently teach?  Should we add a new algorithm or data
 structure to the undergraduate canon?  If we teach a new algorithm,
 or a new class of algorithms, which standard material should be
 de-emphasized, or displaced altogether?  (Alas, the semester is
 still only fifteen weeks long.)
</p><p>
 Please
 <a href="mailto:wallingf@cs.uni.edu">send me your suggestions</a>!
 I would be happy to write up a summary of the ideas you share, and
 I will certainly use your suggestions to design a better algorithms
 course for my students.
</p><p>
 I really do enjoy this course.  It gives both the students and me
 multiple opportunities to do a little theory, a little design, and
 a little programming.  I also like to have some fun, using what we
 learn to play games and solve puzzles.
</p><p>
 Whatever else I do in the course, I hope to communicate my joy in
 learning and implementing algorithms, and spread that joy to my
 students.</p>]]></description>
</item>
<item rdf:about="https://www.cs.uni.edu/~wallingf/blog/archives/monthly/2026-06.html#e2026-06-07T12_33_23.htm">
<link>https://www.cs.uni.edu/~wallingf/blog/archives/monthly/2026-06.html#e2026-06-07T12_33_23.htm</link>
<title>The Long Expected Passing of My iPod Shuffle</title>
<dc:date>2026-06-07T12:33:23-05:00</dc:date>
<dc:creator>Eugene Wallingford</dc:creator>
<dc:subject>General, Personal</dc:subject>
<description><![CDATA[<p> <figure style="float:right;margin-left:20px;margin-bottom:15px;">
   <img src="https://www.cs.uni.edu/~wallingf/blog-images/photos/ipod-shuffle-front.jpg"
     width="200"
     style="padding:4px;border:1px solid blue;margin-bottom: 5px;"
     alt="the front side of an iPod Shuffle, with its interface wheel"
   >
   <img src="https://www.cs.uni.edu/~wallingf/blog-images/photos/ipod-shuffle-back.jpg"
     width="200"
     style="padding:4px;border:1px solid blue;display: block;"
     alt="the back side of an iPod Shuffle, with its embossed Apple icon in the middle, the word 'iPod' in large letters below, and the name 'Eugene Wallingford' etched in small letters at the top"
   >
   <figcaption style="font-style:italic;font-size:smaller;margin-top:5px;">
     my 2024-era iPod Shuffle in 2026
   </figcaption>
 </figure>
</p><p>
 My memory is getting fuzzy, but this is how I remember it.  Back
 in 2004 or so, I bought a new iBook.  At the time, Apple was
 running a promotion that laptop purchasers could buy an iPod
 Shuffle for the special price of $50.  They would even engrave
 it for free.
</p><p>
 In college, I had worn out a couple of cheap Walkman knock-offs
 listening to radio and cassette tapes while walking to and from
 classes, and later a cheap Walkman CD knock-off.  Why not try out
 this tiny little curiosity, filled with tracks ripped from CDs I
 owned?
</p><p>
 I started walking or biking the two-and-a-half miles to work back
 in 2012, and every walk to campus was a 30-minute opportunity to
 listen to songs from the Shuffle's gigabyte of music, usually on
 shuffle but sometimes in playlist order.  There weren't many
 options, given the spare interface.  I loved it.
</p><p>
 Jump ahead twenty-plus years, and I was still listening to that
 Shuffle.  When I purchased my current laptop, a 2023 MacBook Air,
 I found that Apple Music no longer supported the device, so I had
 to refresh the music from my previous MacBook Pro.  I did that
 every so often because 1GB isn't a lot of music, and a little
 variety is nice.
</p><p>
 I've known the end was coming for a while.  A few years ago, the
 battery stopped holding much of a charge, and cold winter walks
 sapped it even more than usual.  But... I loved, loved, loved it:
 the size, the shape, the limited interface.  The way it clipped
 to my shirt pocket, my collar, my shoulder bag.  So I charged
 the battery more often and kept listening.
</p><p>
 Thursday night, I charged the battery after using it for an hour
 that day.  As I headed out across campus on Friday afternoon, I
 turned the Shuffle on to calm my mind, and it went dead almost
 immediately.  No amount of fiddling could coax it to play.  The
 end had finally arrived.
</p><p>
 Photos of my Shuffle show more dings and scratches around the
 edges than I ever noticed while using it.  In my mind, it's still
 the brand-new little device I remember from twenty years ago.  I
 suppose that's like a lot of things as I grow older, including
 the face I see in the mirror every morning.
</p><p>
 I have an iPod Touch from 2019, which I purchased for a trip to
 Europe for
 <a href="https://www.cs.uni.edu/~wallingf/blog/archives/monthly/2019-08.html#e2019-08-08T14_42_55.htm">
   a Dagstuhl workshop.
 </a>
 It's mostly been sitting unused the last few years.  Yesterday,
 I loaded it up from my Daily Listening playlist and will give it
 a go walking across campus this week.  I'm sure it will suit me
 fine, even if I have to fiddle with more interface than I'm used
 to &mdash; or care to, really.  I just like the music.
</p><p>
 Farewell, old friend.  I will miss you.</p>]]></description>
</item>
<item rdf:about="https://www.cs.uni.edu/~wallingf/blog/archives/monthly/2026-05.html#e2026-05-31T12_08_04.htm">
<link>https://www.cs.uni.edu/~wallingf/blog/archives/monthly/2026-05.html#e2026-05-31T12_08_04.htm</link>
<title>Work that bypasses apprenticeship produces no apprentice.</title>
<dc:date>2026-05-31T12:08:04-05:00</dc:date>
<dc:creator>Eugene Wallingford</dc:creator>
<dc:subject>Computing, Teaching and Learning, Software Development</dc:subject>
<description><![CDATA[<p></p><p>
 Courtesy
 <a href="https://www.joanwestenberg.com/how-to-be-inspired-without-copying/">
   Joan Westenberg,
 </a>
 another way in which
 <a href="https://www.cs.uni.edu/~wallingf/blog/archives/monthly/2026-05.html#e2026-05-24T11_57_36.htm">
   outputs are not enough:
 </a>
</p><p>
<blockquote style="border-left: 3px solid lightblue; padding: 10px 0 10px 15px; font-style: italic;">
 Bach copied Vivaldi for years before the Brandenburgs.  Picasso
 painted in classical mode for two decades before cubism.  Joni
 Mitchell played other people's standards in coffee houses for
 years before <b>Blue</b>.  Hunter Thompson typed out <b>The
 Great Gatsby</b> and then spent fifteen years writing journalism
 that no one could ever mistake for Fitzgerald.
 <br><br>
 These are long, long stretches of work that looked, from outside,
 like nothing was happening.  Inside, the inputs were being broken
 down into their components, sorted, and rebuilt as something the
 practitioner could call their own.   The temptation, especially
 now, is to skip this phase by trusting a model to deliver the
 surface without the years.  That temptation should be refused for
 the same reason a virtuoso refuses to lip-sync: the work that
 bypasses the apprenticeship produces no apprentice, only an
 output.  And an output is not enough.
</blockquote>
</p><p>
 When we train a model, the inputs are broken down into their
 components, sorted, and rebuilt as the model.  That process
 doesn't change us, though.  The model's output is just another
 input for us to consider.
</p><p>
 Several colleagues and former students have told me that LLMs
 have helped them learn a new area more quickly than they might
 otherwise have been able.  One element common to all their
 stories is that they have deep background knowledge they can
 use as they process the new information.  Another is the time
 and energy they spend processing the new information, engaging
 with it &mdash; and with more reliable sources &mdash; in ways
 that successful learners always do.
</p><p>
 Our new tools may lead to more personalized education, but they
 will not eliminate the need to do the work.</p>]]></description>
</item>
<item rdf:about="https://www.cs.uni.edu/~wallingf/blog/archives/monthly/2026-05.html#e2026-05-24T11_57_36.htm">
<link>https://www.cs.uni.edu/~wallingf/blog/archives/monthly/2026-05.html#e2026-05-24T11_57_36.htm</link>
<title>Deep learning learns the outputs.  It does not learn the program.</title>
<dc:date>2026-05-24T11:57:36-05:00</dc:date>
<dc:creator>Eugene Wallingford</dc:creator>
<dc:subject>Computing, Software Development</dc:subject>
<description><![CDATA[<p><blockquote style="border-left: 3px solid lightblue; padding: 10px 0 10px 15px; font-style: italic;">
  But Shannon entropy and Kolmogorov complexity are measuring
  fundamentally different things.  Shannon entropy measures
  the statistics of outputs.  Kolmogorov complexity measures
  the structure of the generating process &mdash; the program,
  the mechanism, the cause.
</blockquote>
</p><p>
 Deep learning learns the outputs.  It does not learn the program.
</p><p>
 The quoted passage is from
 <a href="https://medium.com/@vishalmisra/shannon-got-ai-this-far-kolmogorov-shows-where-it-stops-c81825f89ca0">
   Shannon Got AI This Far.  Kolmogorov Shows Where It Stops.
 </a>
 It explains &mdash; better and more completely than I've ever
 articulated to myself &mdash; why neural networks and
 statistical approaches have never appealed to me.
</p><p>
 Even back in the late 1980s and early 1990s, these systems
 could be very good at producing answers.  Today's LLMs
 operate at a new level and really do produce amazing outputs.
</p><p>
 But even at their most impressive, they interest me only as
 a possible substrate for something more.  The results are
 cool, but they don't answer the question that motivates me:
 What's the program?
</p><p>
 One thing I like about the Shannon/Kolmogorov article is
 that it does a reasonable job of describing how the current
 statistical models, despite their limitations, might help
 scientists and creators:  These systems may well be useful
 tools for humans operating at higher rungs on Judea Pearl's
 ladder of causation.  In doing so, they will magnify the
 abilities of those humans best able to operate at the higher
 rungs &mdash; and especially those able to move with some
 facility among the rungs.
</p><p>
 I'd still rather work with other humans myself.</p>]]></description>
</item>
<item rdf:about="https://www.cs.uni.edu/~wallingf/blog/archives/monthly/2026-05.html#e2026-05-19T20_46_31.htm">
<link>https://www.cs.uni.edu/~wallingf/blog/archives/monthly/2026-05.html#e2026-05-19T20_46_31.htm</link>
<title>Are You a Shipbuilder?  Or a Writer?</title>
<dc:date>2026-05-19T20:46:31-05:00</dc:date>
<dc:creator>Eugene Wallingford</dc:creator>
<dc:subject>General</dc:subject>
<description><![CDATA[<p> Here are two passages from
 <a href="https://thecreativeindependent.com/people/henry-rollins-on-defining-success/">
   an old conversation with musician Henry Rollins
 </a>
 about writing and creating that stood out to me as I wrap
 up another year of teaching:
</p><p>
<blockquote style="border-left: 3px solid lightblue; padding: 10px 0 10px 15px; font-style: italic;">
  I'm a shipbuilder.  I don't want to sail in them.  I want you
  to sail in them.  I'm just happy that they leave the harbor
  so I can have an empty workplace.
</blockquote>
</p><p>
 And:
</p><p>
<blockquote style="border-left: 3px solid lightblue; padding: 10px 0 10px 15px; font-style: italic;">
  That hesitation, that's what holds a lot of people back.
  That's why I never say, "I'm a writer," because I don't
  want to shoulder that.  I just want to do some writing.
  "What would a writer do in this situation?" I don't
  know, man.  Ask one.  And don't tell me what he said,
  I'm busy.
</blockquote>
</p><p>
 Hat tip to Jen Myers, who quoted yet another blunt passage in
 <a href="https://jenmyers.net/notes/recently/recently-15-may.html">
   her recent newsletter,
 </a>
 along with this piece of advice, "Sometimes, you just need Henry
 Rollins to set you straight, you know?"</p>]]></description>
</item>
<item rdf:about="https://www.cs.uni.edu/~wallingf/blog/archives/monthly/2026-01.html#e2026-01-28T18_56_56.htm">
<link>https://www.cs.uni.edu/~wallingf/blog/archives/monthly/2026-01.html#e2026-01-28T18_56_56.htm</link>
<title>This and That, January 28 Edition</title>
<dc:date>2026-01-28T18:56:56-05:00</dc:date>
<dc:creator>Eugene Wallingford</dc:creator>
<dc:subject>Computing, Teaching and Learning, General</dc:subject>
<description><![CDATA[<p></p><p>
 I need to write titles that distinguish This and That posts,
 so here you have the January 28 edition.
</p><p>
 <b>It's Books</b>
</p><p>
 A delightful paragraph from
 <a href="https://helloruby.substack.com/p/no-114-its-books-darling-gingerbread">
   Linda Liukas:
 </a>
</p><p>
 <blockquote style="border-left: 3px solid lightblue; padding: 10px 0 10px 15px; font-style: italic;">
   At Hatchard's I was waiting for B. who had vanished into
   the first and modern editions section.  An older husband
   was already exasperated: <b>I've been calling you several
   times</b>, he sighed down the stairwell.  His wife emerged,
   unbothered, brushing past him: <b>Oh, it's books, darling</b>,
   as if that settled not only the argument but the entire
   question of how to live.
 </blockquote>
</p><p>
 "... as if that settled not only the argument but the entire
 question of how to live."  Beautiful.
</p><p>
 Hat tip
 <a href="https://www.robinsloan.com/newsletters/little-rooms/">
   Robin Sloan.
 </a>
</p><p>
 <b>Money on the Table</b>
</p><p>
 Joan Westenberg in
 <a href="https://www.joanwestenberg.com/why-my-newsletter-costs-2-50/">
   Why My Newsletter Costs $2.50:
 </a>
</p><p>
 <blockquote style="border-left: 3px solid lightblue; padding: 10px 0 10px 15px; font-style: italic;">
   The instinct to leave money on the table in exchange for
   a better relationship with your audience is neither naive
   nor unsophisticated.
 </blockquote>
</p><p>
 Most CS faculty leave money on the table to work with students
 in a way that only colleges and universities offer.
</p><p>
 <b>Way to Sell the Downside</b>
</p><p>
 From Dan Wang's
 <a href="https://danwang.co/2025-letter">
   2025 letter:
 </a>
</p><p>
 <blockquote style="border-left: 3px solid lightblue; padding: 10px 0 10px 15px; font-style: italic;">
   While critics of AI cite the spread of slop and rising power
   bills, AI's architects are more focused on its potential to
   produce surging job losses.  Anthropic chief Dario Amodei
   takes pains to point out that AI could push the unemployment
   rate to 20 percent by eviscerating white-collar work.  I
   wonder whether this message is helping to endear his product
   to the public.
 </blockquote>
</p><p>
 I was glad to see Dan write a 2025 letter after taking a break
 last year to work on his book.  This letter is worth a read, as
 always.  As much as I learn from and think about his writing on
 China and American policy, I really enjoy the parts about books
 and culture more broadly.</p>]]></description>
</item>
<item rdf:about="https://www.cs.uni.edu/~wallingf/blog/archives/monthly/2026-01.html#e2026-01-11T08_56_17.htm">
<link>https://www.cs.uni.edu/~wallingf/blog/archives/monthly/2026-01.html#e2026-01-11T08_56_17.htm</link>
<title>This and That</title>
<dc:date>2026-01-11T08:56:17-05:00</dc:date>
<dc:creator>Eugene Wallingford</dc:creator>
<dc:subject>Computing, Software Development</dc:subject>
<description><![CDATA[<p></p><p>
 A few items from recent weeks...
</p><p>
 <b>Writing Code Is Fun</b>
</p><p>
 David Celis, in
 <a href="https://davidcel.is/articles/writing-code-is-fun">
   a post of the same name:
 </a>
</p><p>
 <blockquote style="border-left: 3px solid lightblue; padding: 10px 0 10px 15px; font-style: italic;">
   When someone's primary job is to figure out and write requirements
   or manage the entities who are actually producing the code, we
   don't usually call that person a software engineer.  We call them
   a product or project manager.
 </blockquote>
</p><p>
 Not, as Celis goes on to say, that there's anything wrong with that.
 But I like to write code.  For that purpose, looking up an answer in
 language documentation or on StackOverflow serves me fine.
</p><p>
 I'm not ready to turn writing code over to an assistant programmer.
 When I do want to work with an assistant, though, I work with a
 student.  I'd rather help a student learn to design and write code
 than help somebody's LLM gather more data.
</p><p>
 <b>Being a Beginner</b>
</p><p>
 Asha Dornfest, in 
 <a href="https://ashadornfest.substack.com/p/you-too-can-be-an-urban-sketcher">
   You, too, can be an urban sketcher:
 </a>
</p><p>
 <blockquote style="border-left: 3px solid lightblue; padding: 10px 0 10px 15px; font-style: italic;">
   <b>There's a spark of aliveness that comes with being a beginner.</b>
   A combo of shock and giddiness when you do something you thought you
   couldn't do.  The intense focus that comes when there's no prior
   experience to fall back on.  The possibility of new and exciting
   things within your grasp, like finding hidden treasure inside your
   house.
 </blockquote>
</p><p>
 Hat tip to
 <a href="https://dimsumthinking.com">
   Daniel Steinberg.
 </a>
</p><p>
 <b>More Confident a Year Ago</b>
</p><p>
 From
 <a href="http://timesofindia.indiatimes.com/articleshow/126121875.cms">
   comments
 </a>
 by an exec at Salesforce:
</p><p>
 <blockquote style="border-left: 3px solid lightblue; padding: 10px 0 10px 15px; font-style: italic;">
   All of us were more confident about large language models a year ago...
 </blockquote>
</p><p>
 This is a Senior Vice President of Product Marketing, talking about
 why Salesforce is rethinking its "heavy reliance on large language
 models after encountering reliability issues".  It turns out that
 "predictable 'deterministic' automation" is more reliable.
</p><p>
 Huh.  It turns out regular old programs do many tasks really well.</p>]]></description>
</item>
<item rdf:about="https://www.cs.uni.edu/~wallingf/blog/archives/monthly/2025-12.html#e2025-12-30T20_43_11.htm">
<link>https://www.cs.uni.edu/~wallingf/blog/archives/monthly/2025-12.html#e2025-12-30T20_43_11.htm</link>
<title>My /ai Page</title>
<dc:date>2025-12-30T20:43:11-05:00</dc:date>
<dc:creator>Eugene Wallingford</dc:creator>
<dc:subject>Computing, General, Personal</dc:subject>
<description><![CDATA[<p></p><p>
 I'm not sure where I first heard about <code>/ai</code> pages.
 Damola Morenikeji may have been the first
 <a href="https://www.bydamo.la/p/ai-manifesto">
   to explain the idea:
 </a>
 generative AI is getting so good that readers won't be able to
 tell if the text they are reading was written by a person or
 generated by an LLM.  One way for a writer to engender trust is
 to be transparent, by linking to a page that tells readers how
 AI is used on the site.
</p><p>
 I ran across
 <a href="https://sive.rs/ai">
   Derek Sivers's <code>/ai</code> page
 </a>
 again recently and decided I would have one, too.
</p><p>
 So, I have created
 <a href="https://www.cs.uni.edu/~wallingf/ai.html">
   <code>https://www.cs.uni.edu/~wallingf/ai.html</code>.
 </a>
</p><p>
 The one-line answer to "How does Eugene use AI on this site?"
 is: not at all, and certainly not on this blog.
</p><p>
 If you see any text here that isn't a quotation of another
 person's work, then I wrote the text myself.  That page
 elaborates a bit on my thinking, but it all boils down to the
 fact that I like to write and don't want to outsource my writing
 to a program.  If I want to have a writing assistant, I'll work
 with a student.
</p><p>
 My <code>/ai</code> page does describe one time I used an LLM as
 part of a research project:
</p><p>
 <blockquote style="border-left: 3px solid lightblue; padding: 10px 0 10px 15px; font-style: italic;">
   I have used large language models (LLMs) in a research
   project with a student.  The student and I worked with a
   prospective author to train an LLM on the public writing
   of a well-known educator from history.  We then queried
   the model to see what the educator might say about some
   modern issues in education and public policy.  For me,
   this is just the sort of project for which LLMs offer a
   potential benefit that would be hard to attain in another
   way.
 </blockquote>
</p><p>
 By the way, this is a really cool project...  I've been meaning
 to write more about it here, but it's not ready yet for public
 exposure.  Besides, I'm sensitive to the externalities imposed
 on creators and on the environment by VC-backed generative AI
 systems, so I'm reluctant to promote their use any more than
 the current AI bubble is promoting them.
</p><p>
 Anyway, I have an <code>/ai</code> page now.  I doubt my stance
 on generative AI is likely to change significantly in the future.
 I like to write, I like to program, and I like for the presence
 of my name on a piece of work to reflect my personal investment
 in that work.  If that changes, I will update the page.</p>]]></description>
</item>
<item rdf:about="https://www.cs.uni.edu/~wallingf/blog/archives/monthly/2025-12.html#e2025-12-26T18_28_37.htm">
<link>https://www.cs.uni.edu/~wallingf/blog/archives/monthly/2025-12.html#e2025-12-26T18_28_37.htm</link>
<title>&quot;Source code is the literature of computer scientists.&quot;</title>
<dc:date>2025-12-26T18:28:37-05:00</dc:date>
<dc:creator>Eugene Wallingford</dc:creator>
<dc:subject>Computing, Teaching and Learning, Personal</dc:subject>
<description><![CDATA[<p> Recently, a link to the 2013 Computer History Museum article
 <a href="https://computerhistory.org/blog/adobe-photoshop-source-code/">
   Adobe Photoshop Source Code
 </a>
 was going around my social media feed.
</p><p>
 <blockquote style="border-left: 3px solid lightblue; padding: 10px 0 10px 15px; font-style: italic;">
   That first version of Photoshop was written primarily in
   Pascal for the Apple Macintosh, with some machine language
   for the underlying Motorola 68000 microprocessor where
   execution efficiency was important.  It wasn't the effort
   of a huge team.  Thomas said, "For version 1, I was the
   only engineer, and for version 2, we had two engineers."
   While Thomas worked on the base application program, John
   wrote many of the image-processing plug-ins.
 </blockquote>
</p><p>
 I'm not sure why a 12-year-old article about a 35-year-old
 software application popped back into everyone's attention,
 but it brought back good memories for me.  My history with
 Photoshop does not go all the way back to the beginning of
 Photoshop, but it does go back to my beginning as a faculty
 member.
</p><p>
 In 1992, I started as a brand-new assistant professor.  A
 colleague worked with me to set up my office and lab computing
 equipment: a Macintosh Quadra 950, a massive Apple display (*),
 and a bunch of complementary hardware and software, including
 a flatbed scanner from LaCie, OmniPage OCR software &mdash;
 and Photoshop.  I felt like I was living in the future.
</p><p>
 (*) This display got warm... really warm.  One day that year,
 I was down the hall teaching an AI lab section when we all
 smelled burning wire.  My display had spontaneously combusted.
 Fortunately, we turned it off soon enough to avoid setting off
 the alarm and inviting a visit from the fire department.
</p><p>
 With permission from Adobe, the Computer History Museum provides
 access to the source code of Photoshop 1.0.1 from 1990:
</p><p>
 <blockquote style="border-left: 3px solid lightblue; padding: 10px 0 10px 15px; font-style: italic;">
   All the code is here with the exception of the MacApp
   applications library that was licensed from Apple.  There
   are 179 files in the zipped folder, comprising about
   128,000 lines of mostly uncommented but well-structured
   code.  By line count, about 75% of the code is in Pascal,
   about 15% is in 68000 assembler language, and the rest is
   data of various sorts.
 </blockquote>
</p><p>
 Pascal &mdash; another connection to 1992 Eugene.
</p><p>
 That first semester as a prof, I taught Pascal in our intro
 course, something I did again for the next couple of years.
 I had fun.  Teaching programmers to beginners is a challenge
 that rewards you every time the light goes on in a student's
 eyes.  Besides, Pascal had become one of my go-to languages
 halfway through my undergrad years, and I loved writing Pascal
 programs every day.  It remains a favorite to this day, though
 I haven't written any Pascal in many, many years.
</p><p>
 In the coming year, I intend to dive into the Photoshop source
 and see what I can learn from it.  I like reading source code.
 This line from the CHM article says it all:
</p><p>
 <b>Software source code is the literature of computer scientists,
 and it deserves to be studied and appreciated.</b></p>]]></description>
</item>
<item rdf:about="https://www.cs.uni.edu/~wallingf/blog/archives/monthly/2025-12.html#e2025-12-16T19_41_30.htm">
<link>https://www.cs.uni.edu/~wallingf/blog/archives/monthly/2025-12.html#e2025-12-16T19_41_30.htm</link>
<title>A Brave New World in the College Classroom</title>
<dc:date>2025-12-16T19:41:30-05:00</dc:date>
<dc:creator>Eugene Wallingford</dc:creator>
<dc:subject>Teaching and Learning, Personal</dc:subject>
<description><![CDATA[<p> ... or, "How a Pair of Smart Glasses Jogged My Memory"
</p><p>
 Earlier today, a student in my department tried to take a final exam
 while wearing Ray-Ban Meta smart glasses.  Fortunately, the prof
 noticed.
</p><p>
 Now we get to monitor our students' eyewear.
 <a href="https://mastodon.social/@wallingf/115731407319511996">
   Good times.
 </a>
</p><p>
 We now range from students who can't afford to buy textbooks in their
 effort to learn, to kids who can afford to buy smart glasses in their
 effort not to.
</p><p>
 As someone
 <a href="https://mastodon.social/@chillicampari@layer8.space/115731521388315570">
   commented
 </a>
 on Mastodon,
 
 <blockquote style="border-left: 3px solid lightblue; padding: 10px 0 10px 15px; font-style: italic;">
   the thing that really sucks is that smart glasses ... can help with
   accessibility and have very valid use cases, but they are already
   so misused that any wearing of them is suspect now.
 </blockquote>
</p><p>
 Likewise, LLMs may also have a valid use in support of student learning
 (*), but right now their dominant use among students seems to be as the
 sort of crutch that inhibits learning &mdash; which accounts for the
 desperation come exam time.
</p><p>
 <span style="font-style: italic; font-size: smaller;">
   (*) modulo their negative externalities, of course
 </span>
</p><p>
 Unfortunately, a student who does not confront their lack of learning
 until exam time, even if only by being unable to perform, generally
 ends up paying a steep price.
</p><p>
 After all these years teaching, I have a lot of sympathy for students
 who feel desperate enough to cheat.  Yes, they put themselves in a
 bad position, often after their instructor has made a significant
 effort to inform them about appropriate ways to use technology in
 support of learning and to explain the risks of inappropriate uses.
 And yes, they are accountable for their own behavior.
</p><p>
 Still, a part of me thinks of the adage, "There but for grace of God
 go I..."
</p><p>
 The year is fourth grade; I am taking a science test.  I want to say
 that the test was on
 <a href="https://en.wikipedia.org/wiki/Simple_machine">
   the six simple machines,
 </a>
 but it might have been on a biology topic.  At this great distance,
 memory is unreliable...
</p><p>
 In any case, I forgot one item from a list.  Either I knew that I was
 underprepared for the exam, or I had simply rushed in the moments
 before it started, because my science notebook was open on top of the
 pile of papers inside my flip-top desk.  I opened my desk, saw the
 list, and filled in the final answer.
</p><p>
 The teacher noticed.
</p><p>
 Mrs. Bell came to my desk, looked at my paper, and asked what had had
 happened.  I told the truth.  She shook her head and told me she was
 disappointed in me.
</p><p>
 That was like a dagger.  I was the sort of student who wanted to
 please all authority figures.  But this wasn't me disappointing just
 any teacher.  I loved Mrs. Bell.  She remains to this day my all-time
 favorite teacher.  She was a huge influence on me.
</p><p>
 (Here's another memory: I remember once saying to Mrs. Bell something
 like, "I don't know if I'll go to college."  She smiled and said,
 "Eugene, college was invented for people like you."  From that moment
 forward, I never doubted my educational future.)
</p><p>
 Anyway: I don't recall what else she did or said in that moment.  Did
 she dock me points?  Make me take a new test?  I don't even know if she
 told my parents, but I don't think so.  If she did, they never said
 anything about.  They, like Mrs. Bell, knew me well enough to know how
 I embarrassed I was by doing something so wrong and, yes, being caught.
</p><p>
 Whatever else she did or said, I remember her calm demeanor and her
 personal response to me.
</p><p>
 The cost of failing a test in the fourth grade is significantly less
 than the cost of failing a final exam in college, or of failing a
 course.  So, I may have been saved from paying a much steeper price
 later by succumbing to a temptation much earlier and paying the price
 then.  I was also saved by a generous and loving teacher who knew just
 how to respond to the particular student in front of her at that moment.
 What she did and how she treated me obviously made an impression.
</p><p>
 I can only hope that my colleagues and I have the wherewithal to
 respond in such situations in a way that both holds our students
 accountable (yes, that's important) and helps them learn from what
 could be a traumatic experience.  Unfortunately, I think we are going
 to have plenty of opportunities.</p>]]></description>
</item>
</rdf:RDF>
