<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Evan&#39;s Cool New Internet Site</title>
    <link>https://evan.new-schmidt.com/</link>
    <description>Recent content on Evan&#39;s Cool New Internet Site</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 27 Jan 2024 20:41:23 -0500</lastBuildDate>
    
	<atom:link href="https://evan.new-schmidt.com/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Piping Portable PixMaps</title>
      <link>https://evan.new-schmidt.com/thoughts/piping-portable-pixmaps/</link>
      <pubDate>Sat, 27 Jan 2024 20:41:23 -0500</pubDate>
      
      <guid>https://evan.new-schmidt.com/thoughts/piping-portable-pixmaps/</guid>
      <description>TL;DR: You can pipe PNM images, directly into FFmpeg.
I enjoy the Advent of Code (AoC) puzzles1, but I usually can&amp;rsquo;t keep up in real-time in December. Instead I like to come back to them whenever I want a break and try to learn new programming languages, data structures, and patterns of programming.
Many of the problems are grid-based, with ascii-art diagrams, like Day 18 of 2018:
 The lumber collection area is 50 acres by 50 acres; each acre can be either open ground (.</description>
    </item>
    
    <item>
      <title>Second-Guessing a Password</title>
      <link>https://evan.new-schmidt.com/thoughts/second-guessing-a-password/</link>
      <pubDate>Sat, 06 Jan 2024 00:00:00 +0000</pubDate>
      
      <guid>https://evan.new-schmidt.com/thoughts/second-guessing-a-password/</guid>
      <description>Every now and then a password doesn&amp;rsquo;t work. I&amp;rsquo;ve copy/pasted them wrong, wrote down the wrong version when creating an account, and sometimes annoying websites actively prevent me from pasting into or autofilling the password field. Very rarely a password doesn&amp;rsquo;t work until I reset it. I usually chalk this up to having the wrong one written down, but sometimes I suspect the password requirements have changed from when I created it in an incompatible way.</description>
    </item>
    
    <item>
      <title>Organic Maps GSoC 2023 Final Report</title>
      <link>https://evan.new-schmidt.com/things/organic-maps-gsoc-2023/</link>
      <pubDate>Thu, 17 Aug 2023 00:00:00 +0000</pubDate>
      
      <guid>https://evan.new-schmidt.com/things/organic-maps-gsoc-2023/</guid>
      <description>This summer I took part in Google&amp;rsquo;s Summer of Code (GSoC) program, working with the open-source project Organic Maps and mentored by Alexander Borsuk.
Organic Maps is an mapping app available on Android and iOS, similar to Google/Apple Maps, but it uses data from OpenStreetMap (OSM), a community-maintained map of the world that anyone can edit a la Wikipedia. It also works without an internet connection and doesn&amp;rsquo;t send your location to any servers.</description>
    </item>
    
    <item>
      <title>Organic Maps GSoC 2023 Proposal: Wikipedia Dump Extractor</title>
      <link>https://evan.new-schmidt.com/thoughts/organicmaps-gsoc-2023-proposal/</link>
      <pubDate>Tue, 04 Apr 2023 00:00:00 +0000</pubDate>
      
      <guid>https://evan.new-schmidt.com/thoughts/organicmaps-gsoc-2023-proposal/</guid>
      <description>What follows is my proposal for Google&amp;rsquo;s Summer of Code program under the Organic Maps organization.
Background Organic Maps is an offline mapping app that uses data based on Open Street Maps (OSM). Sections of the map are downloaded once by users and updated as needed. OSM location data can link to Wikipedia and Wikidata (a structured data graph, which links back to Wikipedia and other Wikimedia projects).
Organic Maps includes any linked Wikipedia article texts in the downloaded map data, which users can read in the app without an active internet connection - especially useful while traveling or exploring new areas with little or inconsistent internet access.</description>
    </item>
    
    <item>
      <title>Large Format Photography</title>
      <link>https://evan.new-schmidt.com/things/large-format-photography/</link>
      <pubDate>Fri, 01 May 2020 00:00:00 +0000</pubDate>
      
      <guid>https://evan.new-schmidt.com/things/large-format-photography/</guid>
      <description>    </description>
    </item>
    
    <item>
      <title>Installing SimpleCV in a Virtual Environment in 2019</title>
      <link>https://evan.new-schmidt.com/thoughts/simplecv-venv/</link>
      <pubDate>Thu, 13 Jun 2019 10:25:24 -0400</pubDate>
      
      <guid>https://evan.new-schmidt.com/thoughts/simplecv-venv/</guid>
      <description>If you, like me, for reasons we don&amp;rsquo;t need to go into, are trying to setup the python package SimpleCV inside a virtual environment on a late-2019 Ubuntu-ish development environment and having trouble, this may be helpful.
What ended up working for me was a variation of this section in the simplecv README, which I&amp;rsquo;ll walk through here with a bit of context.
SimpleCV, as it&amp;rsquo;s name suggests, aims to provide a simpler interface to the popular OpenCV library for computer vision (CV) tasks.</description>
    </item>
    
    <item>
      <title>Collascii - The Future Editor of Yesterday, Tomorrow</title>
      <link>https://evan.new-schmidt.com/things/collascii/</link>
      <pubDate>Mon, 20 May 2019 00:00:00 +0000</pubDate>
      
      <guid>https://evan.new-schmidt.com/things/collascii/</guid>
      <description>Collascii is a terminal-based text editor designed to make ASCII art - rather than the limiting insertion-based model that most text editors today, collascii treats documents as a grid of characters, similar to image manipulation programs like Photoshop, but for text! With collascii, you can type forwards, backwards, upwards, and downwards; paint with characters using your cursor; and draw lines and arrows across a canvas. Additionally, collascii is collaborative, so you can share a canvas with your friends and see their changes live, ala Google Docs.</description>
    </item>
    
    <item>
      <title>Experimenting with Ascii Photos</title>
      <link>https://evan.new-schmidt.com/thoughts/experimenting-with-ascii-photos/</link>
      <pubDate>Wed, 20 Mar 2019 00:00:00 +0000</pubDate>
      
      <guid>https://evan.new-schmidt.com/thoughts/experimenting-with-ascii-photos/</guid>
      <description>For my first art project as part of my Pennies and Personal Art Projects ISR, I&amp;rsquo;ve decided to work with ascii images made with my Panasonic KX-P1124 dot-matrix printer. On Tuesday I brought in some pieces I made and pinned them up in the Library to share with Robert.
This past week I finished making an image-to-ascii converter (source available on GitHub) to generate images, calibrated for the printer&amp;rsquo;s built-in monospace Courier font.</description>
    </item>
    
    <item>
      <title>Pennies and Personal Art Projects (PaPAP)</title>
      <link>https://evan.new-schmidt.com/thoughts/pennies-personal-art-projects/</link>
      <pubDate>Tue, 05 Feb 2019 00:00:00 +0000</pubDate>
      
      <guid>https://evan.new-schmidt.com/thoughts/pennies-personal-art-projects/</guid>
      <description>This semester I&amp;rsquo;ll be undertaking an Independent Study, or ISR-G, that I&amp;rsquo;m particularly excited about. What follows is the proposal I submitted:
Pennies and Personal Art Projects 4-Credit ISR-G Plan of Study/Assessment Plan
Robert Wechsler is currently an Artist in Residence at Olin. I&amp;rsquo;ve already some spent time working with him for the Remaking Education conference, and I think I have a lot to learn from his perspective, experience, and work.</description>
    </item>
    
    <item>
      <title>Cardboard Foundry Model</title>
      <link>https://evan.new-schmidt.com/things/cardboard-foundry/</link>
      <pubDate>Mon, 19 Feb 2018 00:00:00 +0000</pubDate>
      
      <guid>https://evan.new-schmidt.com/things/cardboard-foundry/</guid>
      <description>I made this with Matt Beaudouin-Lafon, my (older) sibb at Olin. Over the course of a week, we drafted, fabricated, and assembled a 1:100 scale model of the Foundry, a building that the Cambridge Redevelopment Authority is turning into a community space.
    The finished model, sitting by the main entrance of the Olin Library.    We designed the model in Onshape, and built it out of laser-cut single-ply cardboard and glue.</description>
    </item>
    
    <item>
      <title>BoardBot</title>
      <link>https://evan.new-schmidt.com/things/boardbot/</link>
      <pubDate>Sun, 01 Oct 2017 00:00:00 +0000</pubDate>
      
      <guid>https://evan.new-schmidt.com/things/boardbot/</guid>
      <description>For Olin&amp;rsquo;s Principles of Engineering Course, I designed and built a whiteboard drawing robot with a team of four other students. Over the course of the six weeks we spent on the project, I fulfilled various software, hardware, design, and management roles.
A documentation website is part of the final course submissions, which is available at https://scrumbledeggs.github.io.
    The business end of the project.        All of the components of the final design.</description>
    </item>
    
  </channel>
</rss>