Automated updates: 2021-03-29

This commit is contained in:
John Colagioia 2021-03-29 06:43:20 -04:00
parent c421ef0fc7
commit 44f9c4f832
1 changed files with 38 additions and 0 deletions

38
2021-03-29-doctors.md Normal file
View File

@ -0,0 +1,38 @@
---
layout: post
title: Developer Journal, National Doctors' Eve
date: 2021-03-29 06:43:23-0400
categories:
tags: [programming, project, devjournal]
summary: Progress on assorted projects
thumbnail: /blog/assets/people-technology-view-biology-asia-professional-1026135-pxhere.com.png
offset: -31%
---
In the United States, tomorrow is [National Doctors' Day](https://en.wikipedia.org/wiki/National_Doctors%27_Day), specifically celebrating the anniversary of the first successful use of a general anesthetic in surgery in 1842.
![Doctors](/blog/assets/people-technology-view-biology-asia-professional-1026135-pxhere.com.png "Doctors")
In any case, I've been on a project that isn't (strictly speaking) Free Software. So, while I'll probably talk about it soon in terms of an [announcement](/blog/tag/announcement) and another "[tech tip](/blog/tag/techtips)" or two---"another," because that's why I was working on a process to make a functioning [dark mode]({% post_url 2021-03-24-darkmode %})---but I kept my public contributions light.
## Entropy Arbitrage
This was another week of touching up the scripts used to maintain the blog. Deployment now checks to see if we've already authenticated to Mastodon before requesting the password again, and I've simplified several of the scripts that used less reliable or less readable syntax.
## CPREP
I spent some time cleaning up the preliminary headshot code for [**CPREP**](https://github.com/jcolag/background-generator/commits/main), since I do want to add some detail to the pictures.
## Other
I uploaded a [quick test](https://github.com/jcolag/SmallThings/tree/1e656f1e7e5a7e4e7afc43369abee7eb8361193d/preview) of a JavaScript package to generate previews of web links. I don't have a use for it, but it looked interesting.
## Next
As I've probably mentioned, the head shapes in the **CPREP** headshots are primitive, but except in cases where the crown bumps out at a severe angle---something that would be covered up with hair, for most people---they're unobjectionable. So, the next step, there, is probably going to be to give the face more definition, like a more reasonable mouth than just a placeholder line, a brow, cheek bones, and a chin.
Other than that---and I may not get to all of it---since the tooling is now being used for desktop applications *and* my upcoming project might benefit from a phone/tablet app, I'm going to experiment with [Flutter](https://flutter.dev/). I experimented with [Dart](https://dart.dev/) a long time ago and didn't find it remarkable enough to go further, but it probably wouldn't hurt to give it another look, especially in the context of mobile development.
* * *
**Credits**: The header image is [untitled](https://pxhere.com/en/photo/1026135) by an unlisted PxHere photographer, made available under the [Creative Commons CC0 1.0 Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/).