Resize images to fix pixelation
This commit is contained in:
@@ -27,8 +27,8 @@ Nice to have a quieter month, though we still managed to spend a weekend at Lake
|
||||
|
||||
<!--more-->
|
||||
|
||||
{{<dither 05569D5B-AEFA-44E8-B907-40B6DA48E303_1_105_c.jpeg "800x" />}}
|
||||
{{<dither DBCE9DD4-30D1-4A90-BC3F-E1C6062AF430_1_105_c.jpeg "800x" />}}
|
||||
{{<dither 05569D5B-AEFA-44E8-B907-40B6DA48E303_1_105_c.jpeg "782x782" />}}
|
||||
{{<dither DBCE9DD4-30D1-4A90-BC3F-E1C6062AF430_1_105_c.jpeg "782x782" />}}
|
||||
|
||||
Tech-wise, I switched from Vim to [Helix][2], which I've detailed [over here][3]. I was also able to work through a whole bunch of the [Go track on Exercism][4] -- it's a good way to get a handle on the basics of a language, but doesn't cover using third-party packages, organizing large codebases, etc. To get that kind of experience, I'm going to try my hand at an app for fantasy sports drafts -- take a set of player projections and a scoring formula, and output a UI I can use during a live online draft. I've been doing this with spreadsheets for years, and it's pretty cumbersome. I'm going to use TOML for configuration, SQLite for data persistence, and [Bubble Tea][5] for the UI itself. We'll see how it goes!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user