Drafts

Draft and unpublished posts

0 posts

tailwind and markdown

This post is a bit of an experiment to see what I can do. Lets start with a block of pink text. I build my blog with my own static site generator called markata [1] Setup Tailwind for Jinja [2] Still Loving Tailwind [3] {.text-pink-500} This text should be pink This text should be not pink --- This text should be pink This text should be not pink --- Now will it work with bulleted lists {.text-pink-500} This block will be pink {.text-pink-500} * Lorem ipsum dolor sit amet, officia excepteur ex fugiat reprehenderit enim * labore culpa sint ad nisi Lorem pariatur mollit ex esse exercitation amet. Nisi * anim cupidatat excepteur officia. Reprehenderit nostrud nostrud ipsum Lorem est This block will not be pink. * Lorem ipsum dolor sit amet, officia excepteur ex fugiat reprehenderit enim * labore culpa sint ad nisi Lorem pariatur mollit ex esse exercitation amet. Nisi * anim cupidatat excepteur officia. Reprehenderit nostrud nostrud ipsum Lorem est --- - Lorem ipsum dol...

PowerWash Simulator

Steam achievements and progress for PowerWash Simulator - 5.0% complete with 5/100 achievements unlocked.

9 min

Portal 2

Steam achievements and progress for Portal 2 - 45.1% complete with 23/51 achievements unlocked.

6 min
Keebmaker Corne on Leather Palm Rest
This leather-topped palm rest was the final home for my keebmaker Corne, perfectly positioning the mouse right in the middle for optimal ergonomics.

Escape Simulator

Steam achievements and progress for Escape Simulator - 20.0% complete with 5/25 achievements unlocked.

4 min

Patagonia

Steam achievements and progress for Patagonia - 2.7% complete with 1/37 achievements unlocked.

4 min

Hosted Platform Brainstorm

[1] [1] - shots - shots templates - gradient backgrounds - premium feature upload your own background - ogs - scrape og [2] info, generate og image - og’s build on shots, they are just hosted template endpoints that get a screenshots - potentially auto approve og’s from rss - drops - drop a file to share - limited size, limited upload MB’s / month - archives - deep permalink a website - https://pypi.org/project/pywebcopy/ - og-links - ai-covers - give me an url, and a selector, I will read your article and give you an ai generated cover image - ai-summaries - give me an url, and a selector, I will read your article and give you an ai generated summary - ai-voice - voices - give me an url, and a selector, I will read your article and give you an ai generated voice - image-optimization - use the image optimization pipelie for shots to give you an optimized image - blur ups Community # [3] host it yourself - reader - markata Limits # [4] cloudflare file ...
1 min read

There Is No Game: Wrong Dimension

Steam achievements and progress for There Is No Game: Wrong Dimension - 11.76% complete with 4/34 achievements unlocked.

5 min

Core Keeper

Steam achievements and progress for Core Keeper - 0.0% complete with 0/51 achievements unlocked.

5 min

Starbound - Unstable

Steam achievements and progress for Starbound - Unstable - 9.8% complete with 5/51 achievements unlocked.

4 min

Colossal Order Game

Steam achievements and progress for Colossal Order Game - 3.94% complete with 5/127 achievements unlocked.

10 min

Poly Bridge 2

Steam achievements and progress for Poly Bridge 2 - 9.09% complete with 2/22 achievements unlocked.

4 min

Mimpi Dreams

Steam achievements and progress for Mimpi Dreams - 17.54% complete with 10/57 achievements unlocked.

6 min

Pycon 2023

Keynote Speaker - James Powell # [1] I don’t want to be an expert python developer. https://www.youtube.com/watch?v=iKzOBWOHGFE [2] usage of keyword only arguments to prevent pain for users of libraries # [3] # Version 1 def newton(f, x0, fprime, maxiter=100): ... # Version 2 def newton(f, x0, fprime, tol=1e-6, maxiter=100): ... # 🔴 Broke in Version 2 newton(f, x0, fprime, 100) In an alternate timeline the maintainer of newton could have chose to use keyword only arguments to prevent pain for users of libraries, or poor api design due to fear of changing api on users. # Version 1 def newton(f, x0, fprime, *, maxiter=100): ... # Version 2 def newton(f, x0, fprime, *, tol=1e-6, maxiter=100): ... # 🟢 user forced to use keyword only arguments never notices change newton(f, x0, fprime, maxiter=100) References: [1]: #keynote-speaker---james-powell [2]: https://dropper.waylonwalker.com/api/file/8275d2a5-72da-470c-a71d-86019415b303.webp [3]: #usage-of-keyword-only-arguments-...
1 min read

Craftopia

Steam achievements and progress for Craftopia - 0.0% complete with 0/50 achievements unlocked.

5 min