Automated updates: 2021-01-25

This commit is contained in:
John Colagioia 2021-01-25 06:44:55 -05:00
parent fe6c3ebd1f
commit 4bd1f9a553
2 changed files with 36 additions and 2 deletions

View File

@ -136,7 +136,7 @@ It's nice to see this little nudge to convince Rojan to act with some diplomacy.
## Blish Adaptation
The adaptation for *By Any Other Name* comes from **Star Trek 6**
The adaptation for *By Any Other Name* comes from **Star Trek 6**, and the ending is slightly different, but the only information useful to this project is the suggestion that the jumpsuits worn by the Kelvans resemble the merchant marine uniforms.
## Conclusions
@ -160,7 +160,7 @@ The plot thickens, regarding the barrier around the galaxy. We now know that it
## Next
Next up, Kirk teaches ranting, racists false-patriots about the United States Constitution like it's 2020, in *The Omega Glory*.
Next up, Kirk teaches ranting, racists false-patriots about the United States Constitution like it's 2021, in *The Omega Glory*.
#### <i class="far fa-hand-spock"></i>

34
2021-01-25-bly72.md Normal file
View File

@ -0,0 +1,34 @@
---
layout: post
title: Developer Journal, Home for Nellie Bly
date: 2021-01-25 06:44:23-0400
categories:
tags: [programming, project, devjournal]
summary: Progress on assorted projects
thumbnail: /blog/assets/round-the-world-bly-1890.png
offset: -38%
---
Holidays are slim, today, so we're talking about the anniversary of the end of [Nellie Bly](https://en.wikipedia.org/wiki/Nellie_Bly)'s trip around the world, which happens to also be a good excuse to celebrate a pioneering journalist and eventually became one of her era's most progressive business leaders, after inheriting a steel company, and *possibly* even designed the 55-gallon drum still widely used today. Even if she didn't, she definitely designed other steel containers, but they haven't survived as long.
![Round the World with Nellie Bly](/blog/assets/round-the-world-bly-1890.png "Round the World with Nellie Bly")
In other words, Bly is a big deal. Her return home was a massive deal, with newspapers putting copies of a board game (later packaged in the box shown in the header image) on their front pages for people to celebrate.
In comparison, my week wasn't nearly as big a deal.
## Picture to Nonogram
I've done some refactoring for [**Picture to Nonogram**](https://github.com/jcolag/picture-nonogram/), but the main work has been assembling exportable HTML that includes the game board and the original image.
## Generic Board Game
I had to bump another library version, here, on my [**generic board game**](https://github.com/jcolag/generic-board-game) experiment. I really should get back to this project, especially since a part of me also wants to see this Nellie Bly game in action...
## Next
Now that I have a static page that can be exported from **Picture to Nonogram**, the next step is to add enough JavaScript code to make it possible to solve the puzzle directly on the page. Yes, putting everything on the same page will make it easier to cheat. If solving the puzzle turns out to be sufficiently fun, maybe I'll think about making it more difficult.
* * *
**Credits**: The header image is [Round the World with Nellie Bly](https://npg.si.edu/object/npg_NPG.2017.111) by J.A. Grozier, long lapsed into the public domain.