WOW! 30 people at your first meetup. That's a sign that the community is there but not being served!

I want to make sure that BPD is sponsoring their next conference (oh yeah they've also successfully ran a conference too!)
on 2025-04-25 16:48:33.261119
> I'm passionate about PostgreSQL, but did not see it around me in Madagascar. I believed a community could change that. I started one...
>
> - [BAOLOVA Anna Maria](https://www.linkedin.com/in/baovola-gis-data/)

Replace PostgreSQL with many other topics and Madagascar with many neighborhoods. It doesn't take much to get started. But it takes a lot of community and feedback to keep things going! Support those willing to do the work β€.
_From PGDayChicago 2025_
on 2025-04-25 16:30:50.155457
**Note-to-self**
If you try to ingest vectors into opensearch withouth creating the index settings for them first... it will not work.
Instructions for OpenSearch-RAG-Demo -->
on 2025-04-16 14:49:21.673681
It was an honor to be the afternoon Keynote at PyTexas today. Thank you to an amazing audience for playing my silly game and vibing (no-code) with me.
Reminder, if you are doing something, it is helpful!


on 2025-04-13 22:19:52.908760
Last week, I gave a 2 hour workshop called - Terraform Ain't Terrafying!
I would love to give a modified version of this workshop at conferences as I have come to actually like writing terraform.
on 2025-04-02 13:54:02.250347
For the second time, I'm tried to use HTMX for server-sent-events and for the second time, I resorted to just doing it with 10 lines of javascript.

on 2025-03-11 16:39:43.728177
With the power of PostgreSQL, Python, and claude, I:
- Transposed some blog analytics by year from our company analytics service (exported to csv)
- Uploaded that raw data into Postgres
- Created a function that looked at each month and found the top three posts
- Moved those results into a temp_table that can use to get more information and do more analysis
Genuinely the most helpful AI has been and it still took about 2 hours of feeding the errors back in and explaining what it did wrong... Now I will have it explain each line of that gnarly function to me so I can write a new blog post...

on 2025-02-13 01:49:19.419329
Dear PSF:
I feel like "Thank you for your submission" and a pre-canned message from a form response is a better user experience than this.
I definitely don't feel like I want to nominate more individuals from this response.
Maybe a form that you need to log in with your PSF membership account to access or something is a way to validate users.

on 2025-02-12 16:16:07.242265
I really don't care this much to install this extension but the fact that I thought to myself, I wonder if there is chrome extension that.... Yup!
# gulfofmexicoforever
on 2025-02-11 20:38:12.859551
I added all of the podcasts that I'm subscribed to (All 400 of them) into both the new Reeder and Tapestry...
Neither app will refresh now without crashing... π

Happy to test the betas of either app...
on 2025-02-06 00:17:21.755350
I was reminded by a friend of Kojo's keynote of PyGotham 2019 -
Been watching it this morning an was instantly reminded that communities out here always need help.
The likely first big help you can do is first and foremost be a friendly welcoming face in the community that works to make everyone who enters feel welcome.
Then it can expand to doing simple tasks with no need of writing code.
So take a look at your local community and see if you can offer a little bit of help.
on 2025-01-30 13:52:45.699382
I've been writing a lot more and I'm pretty happy about that. Even when it kicks my butt.
The reality is I need to write more for work and the more I write for fun the easier/better my professional stuff will be.
on 2025-01-21 03:54:35.688210
I made mistakes in my running through the data points in my [last post](https://kjaymiller.com/blog/my-thoughts-on-the-psf-grant-funding-changes.html).
The updated information shows that 4 more events, including one in the US requested over the soon to be capped amount. This brings the total potentially saved from 4% to close to 10%.
I updated the data and apologize for this oversight.
on 2025-01-17 01:31:52.058507
I was reminded today that when creating case-insensitive strings, Use `.casefold()` instead `lower()`.
I probably would have continued to use `lower()` had it not been for hypothesis, which I've been trying to use more and more for testing.
on 2025-01-16 03:26:20.938839
People complained and even sued. Instead of fixing the issues, paying better, and offering adequate mental health (or even better not exposing workers to traumatic content), they shut down the program in that area and went to another one that didn't complain.
The major companies pay these 3rd party companies to train their (in their words) trillion dollar industry AIs are basically doing it to absolve themselves from culpability. Those training companies outsource keeping _checks notes_ 85% of the agreed payment terms that companies are offering.
I would ask that major companies require a minimum contract payment and term length and offering the same mental health care resources or equivalent to those training.
on 2024-11-27 16:16:48.612261
I'm over a year late on this one but there was a Steam sale and I wound up getting Brotato.

It's super addictive and one of those games that I can turn my brain off.
on 2024-11-26 08:20:23.568649
I'm so interested in how one foundation can be responsible for so many massive projects.
I'm not saying they aren't doing a good job, I'm amazed at the sheer number.
Seeing two more additions this week (one being Jupyter with creation of the new Jupyter foundation)
on 2024-11-23 17:46:23.239627
And with a minor tweak to render-engine, I should now have my posts being autosent to Mastodon/BlueSky as well as webmentions enabled
on 2024-11-23 17:42:58.983115
I've always been against analytics on my personal site but as I have been less and less on social media I need a way to still connect with people talking about my stuff (and I'm not adding comments to my website...)
Shoutout to [@robb@social.lol](https://social.lol/@robb) for making Echofeed which I'm switching to (if I can make it work) and [@sethmlarson@fosstodon.org](https://fosstodon.org/@sethmlarson) for showing it to me in action on his website.
on 2024-11-23 16:01:25.024245
I recently added a [linkding](https://github.com/sissbruecker/linkding) container and I'm happy about two things.
1. It's django behind the scenes (maybe I can tinker)
2. created a [custom tiling css layout](https://brettterpstra.com/2024/11/18/a-card-based-layout-for-linkding/). It looks great!

on 2024-11-22 23:58:25.350857
RE:
[Eric](https://mastodon.social/@ehmatthes@fosstodon.org) I don't know if this was intentional but I am often discouraged when I have to write messy exploratory code.
I think it's based on live-coding sessions or coding interviews (I haven't had too many of those) I feel like I have to defend every decision I make or I'm a bad developer.
This has made me try to write the best most performant code possible.
Thank you for reminder that process doesn't have to be pristine and sometimes worrying about the wrong things can make it harder to get things right.
on 2024-10-14 14:44:40.143289
Responding to Julius' post on [their challenges with visa policies](https://medium.com/@theflyboy/breaking-barriers-a-tech-speakers-plea-for-fair-visa-policies-621b5909e496)
> Imagine preparing for months to speak at a prestigious conference or to collaborate on a groundbreaking project abroad, only to have your visa application rejected.
Iβve been following Juliusβ work not just in the BPD community.
Americaβs policies feel greedy. We talk about the expanding the American dream around the world. When people want to come over for a couple weeks to America to share skills and opportunities that make both parties better, we're like but you could give up all your progress in becoming a recognized leader in your own community and country to become an outlaw???
It makes no sense and even when we write letters and do everything we can to show how beneficial it would be to have them with us, it doesn't matter.
At the end of the day, those folks will share their knowledge with those in Europe and (LISTEN UP POLITICIANS) our _political adversaries_ like China. I know this because I'm **already** being asked to write letters of recommendations for people in Africa to learn and share their leadership skills in those areas already.
When we feel like we're being left behind on the global stage, this will be the reason why.
on 2024-10-10 14:28:18.575526
Damien and I are back to see what he has done on his own in the last week with Django!
Tune in tomorrow at 12:30 ET.
Get your timezone conversion at -
on 2024-09-17 20:34:27.268565
It's hard to get started but also walking a beginner through something can be a challenge.
This week I started the "Learn By Doing" series which follows the "Jay Teaches Better" streams with my friend Damien who wants to build a website.
We build a django site from nothing to a few routes in about 90 minutes and the hardest parts were truly:
- `Set-ExecutionPolicy Unrestricted -Scope Process`
- explaining how routing works with url.py and app/url.py
on 2024-09-05 15:03:00
Trying out [ZenMode][0347-0001] and [Twilight][0347-0002] for my NVIM config. I'm not sure I can tell a difference.
When included with Twilight I think it is pretty nice for writing but I definitely like it with writing code as my eyes tend to wander around code a lot.

[0347-0001]: https://github.com/folke/zen-mode.nvim
[0347-0002]: https://github.com/folke/twilight.nvim
on 2024-09-04 11:55:00
I made this little video to remind myself that I can use ":r! " to write the output of the command into a document in NVIM.
on 2024-08-26 13:17:00
I am now using some tools to make my terminal configs in sync.
Those tools are:
- stow
- brew-make (and brew-wrap to autoupdate)
You can see my dotfiles at .
on 2024-08-22 20:23:00
Last month I went to London for the [Relay 10th anniversary extravaganza](https://relay.fm/london).
You can catch the [audio replay here](https://www.relay.fm/departures/11).
You can hear my thoughts on being a member of Relay here.
If you want to hear thoughts like this (and the occaisional helpful content) you can check out [Conduit](https://relay.fm/conduit)
on 2024-08-18 20:00:00
TIL: I have some plugin in lazyVIM that is listing my code. The downside is I don't know which plugin it is and if it is black then I have a new problem where the linter and running `black .` are coming up with different results...
What I have yet to learn is how to fix it...

on 2024-08-06 16:32:00
It ain't just me!
I'm hoping to figure out how to get folks that are capable hired all over the world. Many of these folks are more talented than I am but their hometown is the biggest barrier to getting them hired.
[π](https://www.youtube.com/clip/UgkxDbDzJIoWmOR1kw072kjI8Vq7gXnbP1nM)
on 2024-07-01 19:30:00
Ruto refuses to sign the finance bill as is but their Parliament vote was 64% yes. They only need to flip 3-4 people to get a large-enough majority to pass it anyway.
Kenyans, (If it is okay for an American with many Kenyan friends to speak up), keep the pressure on your politicians.
Americans, find some Kenyan folks to learn from and be as loud as you are about your least favorite OLD WHITE DUDE IN CHARGE.
\#rejectfinancebill2024
on 2024-06-26 08:22:00
I've been trusting dependabot more and more and nore I'm using Anthony Shaw's (@tonybaloney@fosstodon.org) [Dependabot-bot](https://github.com/tonybaloney/dependabot-bot).
Of course I'm not suggesting that you blindly merge PRs but I'm also being honest that without maintainers, lots of folks are doing this anyway.
Also as a contingency I'm only autoapproving the updates from the main dependencies and not their dependencies.
Also not auto publishing releases and all releases are tested before a publish will go through.
on 2024-06-21 08:00:00
I'm really excited to see the results of the interview that I did with #TheNewStack.
It turned out great! Even gave some good shoutouts to some communities we're heavily invested in!
on 2024-05-31 08:28:00
I hope folks in the US remember this #MemorialDay, Since 9/11 - more service members and veterans die by suicide than combat every year.
I'm a veteran and I struggle with depression and PTSD. I lost one of my brothers-in-arms and groomsmen to drug abuse and suicide. There isn't a week that goes by where I don't think of him; today I write this through tears of guilt.
Do the simple thing ask a service-member how they're doing and how is their mental health.

on 2024-05-27 20:47:10
Best of luck to [Black Python Devs](https://mastodon.social/@blackpythondevs) founding member [@felipedemorais\_](https://github.com/readme/stories/felipe-de-morais) on his #PyConUS workshop starting in a few minutes!

on 2024-05-15 16:42:07
Nigerian Students learning Python! Join Black Python Devs today to receive one of our 75 free tickets for [Pycon Nigeria](https://ng.pycon.org/) later in July! More information at -

on 2024-05-14 20:34:36
Been playing Rusty's retirement and I just wish I had steam on my work computer so I can stay engaged with work (and my crops).
on 2024-05-14 17:47:52
I had a blast on [stream today with Jason Lengstorf](https://www.youtube.com/watch?v=6O5NVf0doRo).
It seems that FastAPI is rather intuitive for Javascript users. I would definitely encourage others to dive right in!
on 2024-02-08 20:35:38
Folks in Black Python Devs this month have been crushing it. Tomorrow (Friday 1 Feb 2024), we'll be sharing a selection of some of the accomplishments shared from our community's members in our first newsletter post.
Sign up for a (currently) monthly recap from our community and support our members.
on 2024-01-31 23:51:01
I missed an important point on my short yesterday!
I mentioned that you can convert tasks in a single GitHub issue into their own issue.
Closing that issue also marks that task as complete!
https://youtube.com/shorts/Ri-zdSoQ0Pg?feature=share
on 2024-01-31 20:27:29
I was able to get my first PyPI publishing workflow using the trusted publishers workflow really easy...
I'm a fan of good docs so I'll just share their link instead of creating another one.
https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-pypi
One minor thing I that got me is that your repo name is case-sensative so if you're having issues check repo casing.
on 2024-01-30 00:01:05
This extension means that I never have to manually open a bunch of files that match a pattern again!
Check out [Open Multiple Files](vscode:extension/fabiospampinato.vscode-open-multiple-files)
on 2023-12-05 15:41:13
My talk from Refactr.Tech is now live on YouTube.
Listening back I feel like I was a little aggressive, however I'm super happy with the overall vibe of the talk.
I definitely hope to give the talk again in the future.
on 2023-12-05 00:19:11
Building projects you don't think anyone uses is way more fun when you have so many people helping! Render Engine had 5 new contributors this month.
Should out to:
- [@pamelafox](https://fosstodon.org/@pamelafox)
- [@tonybaloney](https://fosstodon.org/@tonybaloney)
- [@pythonbynight](https://fosstodon.org/@pythonbynight) (Not listed because I'm not good at git)
- [@LauraLangdon](https://hachyderm.io/@LauraLangdon)
- [github.com/Mahhheshh](https://github.com/Mahheshh)
- and [github.com/mannyanebi](https://github.com/mannyanebi) (Who created their own extension for building a from a CSV file)
I hope to continue improving Render Engine and start providing more examples of be being used in different ways
on 2023-11-21 17:23:25
create a pre-release for your project using the gh cli
`gh release create --generate-notes -p`
the release version of this command is without the p.
on 2023-11-17 02:05:35
Reminder that if you're deploying an app with a cli... if you want to be able to `python -m` call that app... You'll need to add a `__main__.py` to your project.
on 2023-11-17 01:50:27
I wrote a little about my US Conference City Diversity Metric. You can find it on the Black Python Devs Blog -
on 2023-11-11 22:05:55
The last interview in this DjangoCon perspectives, I sat down in Panda Studios with @AutomationPanda and we talked a bit about the benefits of the conference local to you and the feelings of Keynoting for your hometown crowd!
https://youtu.be/HEC3K2wwJcw
on 2023-11-02 17:11:27
In this interview, I chat with my amazing friend Felipe de Morais, CoFounder of AfroPython.
Felipe shares how both Brazilian and US Python communities can learn from one another what it means to see folks that look like you on the stage and around the conference.
https://youtu.be/SY4qxQQM0V4
on 2023-11-01 13:57:22
In this interview, I talk with Ryan Cheley who flew across the country to give his first conference talk about contributing to the Django Project for the first time.
Ryan gave a great talk about success, failure, more failure, and more success.
https://youtu.be/WkeRI7LkBeY
on 2023-10-31 11:47:17
The second video from the perspectives of #DjangoConUS, I interview Peter Baumgartner, founder of long-time sponsor Lincoln Loop.
We talk about some of the benefits from the sponsor perspective.
https://www.youtube.com/watch?v=LRuTYj3g_9E
on 2023-10-29 18:59:14
I'm happy to begin sharing some of the perspectives of some folks that I interviewed at #DjangoConUS.
Let's start with the Django Software Foundation President Chaim Kirby who has a fantastic announcement about his plans for next year!! Check it out on the #PythonCommunityNews Youtube Channel!
https://youtu.be/NhVEGqPvoI4
on 2023-10-26 13:47:00
I had a wonderful time at #DjangoConUS. I'm hoping they'll consider Raleigh again and I would love to learn more about this very underrated city.

on 2023-10-21 18:22:21
My mania is in full swing and I've been creating a bunch of things. So instead of copy/pasting like I've been doing... I made this [cookiecutter template](https://github.com/kjaymiller/https://github.com/kjaymiller/cc-kjaymiller-python-package) for faster project scaffolding.
on 2023-10-06 17:59:03
Been thinking about a lot about how I can take a more "Ghibli" approach to the things that I work on.
https://www.youtube.com/watch?v=FRnKY-5TqOM
on 2023-10-02 15:33:59
ArjanCode's video on what's coming to 3.12 has me so pumped!
https://www.youtube.com/watch?v=udHmeAmOlbI
on 2023-09-30 15:19:40
I've been working with [Mario Munoz](https://pythonbynight.com) to get render-engine ready for it's next stable with initial support for theming and slightly improved docs!
Thanks for your help Mario!
on 2023-09-28 15:19:39
Join Kathy and I for a fun day to celebrate RelayFM raising $275,000 for St. Jude this year!
We'll be playing Baldur's Gate 3 on my YouTube channel at 1pm ET/10am PT.
https://www.youtube.com/watch?v=6a6sG9YQtP8
on 2023-09-14 16:09:37
Hoping to make my website more accessible by adding some automated testing. Luckily one of my favorite coworkers gave an amazing talk on this earlier this (I've been putting it off)
https://www.youtube.com/watch?v=J-4Qa6PSomM
on 2023-09-10 15:52:35
I have this idea to add a setting that can add my git branch name to the title bar of my @code editor window.
It needs 20 upvotes to get on the roadmap.
If you sometimes forget what branch you're on and would like a subtle reminder, give it an upvote

on 2023-07-17 18:16:00
I had such a great time hanging with [Dawn](https://dawnwages.info/) on the [Python Pulse | GitHub Extensions Show and Tell](https://www.youtube.com/watch?v=R1Tnni1iraY&t=1638s&pp=ygUMcHl0aG9uIHB1bHNl).
on 2023-07-14 23:43:04
It doesn't happened a lot so I'm still excited when it does. I got a PR accepted into cookiecutter!
It's wierd that I advocate for open source and yet I don't contribute to others' projects as much as I should.
on 2023-07-02 20:03:18
This new setting in VS Code allows you to auto-add f-strings
https://www.youtube.com/shorts/ds6LG_N0Irw
on 2023-06-28 15:18:50
Made my first custom arrow with a little wiggle wiggle. This was the tutorial I used.
https://www.youtube.com/watch?v=AUzBfGBz8TQ
Here's the final little animation

on 2023-06-28 13:25:35
Happy I got to demo my SSG at @SanDiegoPython.
on 2023-06-17 18:26:17
Our goal is to help the Python community make informed decisions in this year's @thepsf election. This video breaks down what the PSF does (and does) do.
https://youtube.com/shorts/JSFWSM5Fm9Y
on 2023-06-12 15:41:30
Slowly trying to get back into making YT Shorts - I found out that VS @Code profiles now allow you to select a base language with some settings, snippets and extensions.
https://youtube.com/shorts/JSFWSM5Fm9Y
on 2023-06-08 16:04:55
I'm looking forward to chatting with the person they hire for all things [@pycommunitynews](https://youtube.com/@pyCommunityNews) related -
on 2023-06-06 17:56:33
The [PyCon 2023 Videos](https://www.youtube.com/watch?v=eZwHvBsoPn4&list=PL2Uw4_HvXqvY2zhJ9AMUa_Z6dtMGF3gtb&pp=iAQB) are now live on YouTube
on 2023-06-03 17:25:48
And we're live! We're talking about @thepsf board elections and more in today's live stream.
https://www.youtube.com/watch?v=4uVquySTpiw
on 2023-06-02 21:38:41
All this content around creating opengraph social card and then when I move all the images to azure to speed up the process, I end up not changing my endpoint in the template. π€¦πΎββοΈ
Let's try this link again - [https://kjaymiller.com/blog/storing-my-opengraph-social-cards-in-azure.html](https://kjaymiller.com/blog/storing-my-opengraph-social-cards-in-azure.html)
on 2023-05-20 14:07:41
The first of #PyCon US tutorials from the Microsoft Booth is live and it was our most popular!
Check out @automationpanda talk about #Playwright with Python!
https://www.youtube.com/watch?v=5Wykd5OWSDQ
on 2023-05-19 16:50:13
I really like that I can see my blog publishing via GH Actions without ever leaving VS Code now with the new GH Actions Extension π

on 2023-05-19 05:56:58
Jacob is an amazing human that ceases to amaze me. I hope to one day be in a position where I can begin planning a life where I can be a benefit to more than myself and immediate family
[https://jacobian.org/2023/may/15/giving-it-all-away/](https://jacobian.org/2023/may/15/giving-it-all-away/
)
on 2023-05-15 23:58:08
Looking at [Micro.blog](https://micro.blog/kjaymiller) for cross-posting. If this works as expected, this post should be on all the socials that micro.blog enables cross posting on, including itself and [my website](https://kjaymiller).
Disclosure: micro.blog is a current sponsor
on 2023-05-15 18:31:00
Another great interview from @pycon for you to check out! [Trey Hunner](https://treyhunner.com) has an amazing gem for people attending conferences. It involves a deck of cards and your hotel lobby!
on 2023-05-11 10:19:36
Did you know that 76% of PyCon attendees were there for the first time.
I was so happy that [Aseda](https://twitter.com/AsedaAD) asked what I was doing and kindly agreed to do a super quick interview about her first trip to PyCon US and how it compares to other events she's attended.
https://youtu.be/89_JZUGoZJ8
on 2023-05-10 05:53:00
I took the last couple days of my time at @PyCon to interview some folks. They are all available on the @PyCommunity News YouTube channel. Today I want to highlight my conversation with the author of "Automate the Boring Stuff with Python" [@alsweigart](https://twitter.com/alsweigart).
https://www.youtube.com/watch?v=LBI7T3PpbHA
on 2023-05-08 13:21:00
Planning a bunch of content with [Mustafa](https://github.com/mubranch)
on 2023-04-12 13:30:00
Thanks to @jonafato for finding an RSS bug in [Render-Engine](https://github.com/kjaymiller/render_engine)
on 2023-04-05 16:13:00
Working on my PyCon project with [Aaron Wislang](https://github.com/asw101)
on 2023-03-24 10:50:00
New Short on creating snippets for VS Codes (Beginner)
https://www.youtube.com/shorts/idFhk78BQ6w
on 2023-03-13 11:39:00
Hey I'm giving a talk about dev containers right after I stopped at the container store this afternoon.

on 2023-03-11 18:41:00
Testing this will work on wifi.
on 2023-03-11 17:07:00
Speaking this weekend and hanging out at [SoCal Linux Expo (SCALEx20)](https://socallinuxexpo.org).

on 2023-03-08 23:09:00
Kinda ready for the "not having to be the person talking" stage of my career.
on 2023-02-26 01:09:00
Testing Partial Collection Uploads Based on Git Diffs
on 2023-02-24 20:29:00
New Gorillaz Album absolutely my favorite since Demon Days! It's so good!

on 2023-02-24 09:10:00
Testing mobile push to microblog to website.
on 2023-02-23 06:27:00
New Video πΉ: I found this VS Code Extension to [run tasks from the side bar](https://marketplace.visualstudio.com/items?itemName=spmeesseman.vscode-taskexplorer). There was a minor issue with it but instead of trying something different, I found the fix and made a video (I also filed an issue and submitted a PR).
https://youtu.be/SV4k1OcqMxA
on 2023-02-23 01:49:00
Sometimes finding THE solution isn't the answer because we don't always know what THE solution should be. Instead we should justify why a solution that we found is good enough until a better solution arrives...
We talked about this (kinda and also it's opposite) in [Conduit Ep 42](https://relay.fm/conduit).
on 2023-02-22 20:49:00
The best part fixing something is discovering a test you haven't written yet....
on 2023-02-22 20:47:00
New Video πΉ: I wanted to make a quick video showing how I add posts to micro.blog (Including this little post)
https://www.youtube.com/watch?v=SM1f7RIUHPE
on 2023-02-22 05:06:00
Writing this as a quick video to show how I'm using Drafts to add posts to my microblog.
On [Conduit](https://relay.fm/conduit)
on 2023-02-21 09:10:00
Thanks Stephen for the recommendation!
[keyboard clean tool](https://folivora.ai/keyboardcleantool)
on 2023-02-20 08:35:00
Why do we keep belts that are too small. Now I have to hold my pants and a belt.
on 2023-02-19 09:41:00
New Video: Django Software Foundation Accepting Applications for New Django Fellow!
https://www.youtube.com/watch?v=zGu4Bklw3kg
on 2023-02-17 13:48:00
Did some documentation updates for [Render Engine](https://render-engine.readthedocs.io/). Really enjoying [mkdocstrings](https://mkdocstrings.github.io).
on 2023-02-16 21:25:00
RE: [Billboard's 50 Best Rappers](https://www.billboard.com/lists/best-rappers-all-time). It's not bad. It's not right but it's not bad.
on 2023-02-16 12:06:00
Reminder: Not everything you do will traumatize your child... For everything else there is Therapy and you should probably apologize
on 2023-02-16 08:58:00
Justification for microwave breakfast. If it's the most important meal of the day, something is better that nothing
on 2023-02-16 08:53:47
Back on Things 3. Because,idk, MindNode supported it?
on 2023-02-16 04:04:53
Check if melatonin + prylosec is just secretly meth
on 2023-02-16 03:49:00
- [ ] a bad idea: start a podcast with big main character energy where someone reads your musings and you explain them.
on 2023-02-16 03:45:00
- [x] drafts action idea. Create posts from your drafts by using the drafts metadata to create the frontmatter for your site.
on 2023-02-16 03:44:00
The "Thai" Food was good but the heartburn wasn't 8/10
on 2023-02-16 03:43:00
Your blog only supports posts one minute apart. Is a feature not a bug.
on 2023-02-16 03:39:02
Don't publish at 3:36 what can wait until 8:00
on 2023-02-16 03:36:00
Speaking Tonight at [San Diego Python](https://www.meetup.com/pythonsd/events/zxxdbtyfccbjc/) about adding plugin support to Render Engine (coming in the next major update).
https://youtu.be/MvpiCyPpAhM
on 2023-01-26 16:12:00
Needing to test my youtube embed plugins, so here is one of my favorite covers
https://www.youtube.com/watch?v=UfQHEpf2q8k
on 2023-01-24 21:20:00
To the person that got me into [pluggy](https://pluggy.readthedocs.io/en/latest/) You know who you are...
Thank you... Also you've given me a new hammer.

on 2023-01-23 19:20:00
Another wild week of Render Engine Development. I wound up getting [Pluggy](https://pluggy.readthedocs.io/en/latest/) working in render engine and now even have a [plugin for pytailwindcss](https://github.com/kjaymiller/render-engine-tailwindcss) up and running and started working on another.
on 2023-01-23 04:15:00
Another custom parser (probably the last one for now as I need to start working on other things).
Hello, [Microblog Parser](https://github.com/kjaymiller/render-engine-microblog).
This is how I make these posts (Yes including this one!)
I've also added the README to the [Extensions Section](https://github.com/kjaymiller/render_engine/discussions/92) of the Render-Engine Discussions. I will hopefully be adding more of the content there.
on 2023-01-16 14:25:00
One of my favorite people I've gotten to meet in the last year.
on 2023-01-16 13:27:00
In today's mental health corner. I've been feeling some overwhelm as of late and wanted to share a video that helped me a bit. I'll be fine, Just need to defer/drop some things and get back into the groove (hopefully talks on bicep, azd, and devcontainers can help realign my focus).
on 2023-01-16 11:14:00
The talk I was most excited about giving didn't get accepted to PyCon US this year. That said I'm excited to be able to submit it to other places like [JuneteenthConf](https://www.juneteenthconf.com) and [Refactr.Tech](https://www.refactr.tech)!
on 2023-01-16 10:35:00
I'm loving my SSG right now.
Less than 100 lines of code to build out a site that uses on RSS to build out a wonderful landing page (while also hosing my blog and a microblog).
[https://github.com/kjaymiller/kjaymiller.com/blob/main/routes.py](https://github.com/kjaymiller/kjaymiller.com/blob/main/routes.py)
on 2023-01-12 19:28:00
Just a reminder of how awesome [shortcut detective](https://www.irradiatedsoftware.com/labs/) is. I ran into an issue where I somehow mapped β+w to another shortcut. I remembered this app from Irradiated Software. Still works for Big Sur (At least the intel chip one)

on 2021-04-12 00:00:00
Two entries into my zshrc to make editing my two most edited config files easier on me.
```
" Quickly open my zshrc
alias zshrc="nvim ~/.zshrc"
" Quickly Open my vimrc ~NOTE: `~/.config/nvim/init.vim` is the default location for neovim (nvim)
" The default path for your .vimrc is ~/.vimrc
alias vimrc="nvim ~/.config/nvim/init.vim"
```
on 2021-03-25 16:11:00
Don't know if I'll use tmux in the future again, but I'm sure I'll thank myself for having this tucked away. At least now it's not in my inbox.
on 2021-03-24 22:21:00
These notes about how to improve in Hearthstone probably apply in other areas of life:
- Don't play distracted
- Order
- Think about what you did wrong each game (It will help in the future)
on 2021-03-24 22:14:00
> @pilotmoon I would love to see pop clip support a "Noguchi" style ordering (Last Used moved to the front) -
Now I'm starting to wish there was a recently used @draftsapp Actions group that does the same thing.
on 2021-03-24 21:46:00
Testing new cached files allowed
on 2020-12-30 13:14:00
I posted my first blog post on the **Elastic Blog**: [How to create a video tutorial](https://www.elastic.co/blog/elastic-contributor-program-how-to-create-a-video-tutorial)
on 2020-11-23 15:50:00
David (A recent guest on the PIT Show) had an excellent conversation with Kourosh Dini about [idea management](https://www.beingproductive.org/2020/11/the-dawning-of-idea-management-a-conversation-with-david-sparks/).
It gave me some very NPR Productivity vibes.
on 2020-11-09 08:35:00
Things I failed at tonight:
- Working on Book
- Getting Newsletter Post Written
- Billable work that I need to finsh to get paid
- Finish Scheduling Podcast
Things I did do:
- Two Blog Posts
- Lot's of Tailwind Changes to site
- Couple of good tweets
Can I sleep now?

on 2020-11-08 23:16:00
A new idea for a podcast I'm thinking of of is the _AntiProductivity Show_ (Working Title) where I talk with folks that play with Productivity tools to discover the weaknesses in their systems. It's like a productivity show but honest.
on 2020-11-08 23:10:00
I really wish that NvAlt(NvUltra) and Drafts allowed me to set keybindings so I could match them with my NeoVim Keybindings.
My brain always strikes the keys anyway now.
on 2020-11-08 21:57:00
Moving the blog to tailwind so the site itself will be horrendous for a bit.
on 2020-10-25 15:24:00
There are a bunch of great Duck Duck Go Bang Commands! Many that I've gotten used to!
This is an excuse to microblog more but I wanted to share these as a reasource! Let's start with the [python list](https://duckduckgo.com/bang?c=Tech&sc=Languages+(Python))
on 2020-10-23 05:25:00
I just published a couple of blog posts on the [Render Engine Blog](https://render-engine.readthedocs.org/blog/blog). They show a couple of things that I've been doing with my own builds and projects.
on 2020-08-28 16:15:00
Update to the Bunch Alfred Package. Moved the calling of bunches to the CLI.
Also changed the command from b to bunch (Of course you can always change it
back).
Also now using Python to call the ruby package. Because of JSON formatting.
on 2020-08-07 06:06:00
I've been working on the next feature for [Render
Engine](https://render-engine.readthedocs.org) β Pagination.
I do think this will be the last feature for a while. I really need to update
docs and tests. I ran into many issues with this one.
on 2020-07-14 15:06:00
Having fun writing docs for render engine.. Also it has a new home π .
on 2020-07-06 16:31:00
You can now support my developer work in PIT through GitHub Sponsors.
Sponsoring my work helps me build more tools I use to help developer creators.
on 2020-07-02 09:46:00
Because I'm not one to expose myself to the arguments, I release my thoughts about Hey and why I'm just not that impressed. On the PIT Bonus Feed.
To listen join the Productivity in Tech Slack channel [24 Hour invite link](https://join.slack.com/t/productivityintech/shared_invite/zt-fcrt67es-y5XaPsnd7CDT9AG~AetL0g)
on 2020-06-21 19:39:00
[](https://questionablecontent.net/comics/4285)
That's also what we call them. I have a long history of dating white girls. Now
I'm happily married to one and we have a beautiful little light-skinned girl. I
know the people that follow me don't have a problem, but I always feel
obligated to let folks know I'm treat black folks that got a problem with that
the same wy I do white folks...
on 2020-06-11 22:07:00
And just like that if you already have the files that you are requesting, the
quickstart will skip that step.
on 2020-06-08 21:33:00
minor update to render engine. You can now quickly build your setup using
`render-engine-quickstart`.
**WARNING** this will overwrite any `run.py` that you have set up.
This should be fixed in some subsequent updates. That and a few
other things.
on 2020-06-08 20:58:00
Been writing more and more because of this. People have mentioned that they have enjoyed getting to know me through my posts.
Well, learn why I do ALL the things I do.
on 2020-06-06 23:19:00
While I do transcriptions for podcasters as a part of my business, I wanted to share how I generate my base transcription files using AmazonAWS.
on 2020-06-05 11:28:00
**[Render Engine v. 2020.5.5](https://pypi.org/project/render-engine/2020.5.5) is available with native search functionality.** Documentation and blog posts added to task list.
on 2020-05-28 11:26:00
My Netlify build is trying to load my building structure only because my repo has a `requirements.txt`. No `runtime.txt` and no build options. I render content locally and have the output be the only thing that Netlify serves.
This started happening yesterday.
on 2020-05-28 09:55:00
Put out a newsletter, they said. It'll be quick, they said.

on 2020-05-25 23:58:00
Funny how you do a newsletter to avoid doing a bonus podcast episode just to do
both and about 5 short blog posts all in one sitting..... lol.
on 2020-05-25 23:50:00
### Render Engine Minor Update:
I think I finally fixed the [render engine] feed.
Keyword being "think".
Also I've been working on a lot of things so I'll just drop this here.
[render engine]: https://pypi.org/project/render-engine/
on 2020-05-22 15:00:00

I defintely have an issue if this is how I'm naming blog posts...
on 2020-03-05 14:02:00
Decided to make a little fun project with Python.
It would use `pendulum` to give a list of times until the next occurance
of a date.
Not done yet, but there is some complexity to make it pretty intuitive.
Keep π's out for it.
on 2020-03-02 16:25:00
Just the beggining but I now have a [Coffee Page](https://kjaymiller.com/coffee.html), that I hope to update regularly. β
on 2020-03-02 12:05:00
Adding todos in my docstrings is a great way to manage things you want to do in your code without you muddying up your project manager.
Of course once you commit to working on them you should really add them to your _trusted system_.

on 2020-02-26 14:15:00
Personal site is now using [Conversation.JS](https://help.micro.blog/2020/conversation-js/) from micro.blog!
I've been a long opponent of comments buts I think the MB community is wonderful (and strongly moderated) so I'm taking that chance.
on 2020-02-26 11:07:00
Very Cool, but like 2 minutes into it. My head was really tired. Still a great #Ally tool for people that need it. May even use to scroll.

[Hawkeye - Head Control for Mac](https://www.usehawkeye.com/access-mac)
on 2020-02-21 09:33:00
Been having woes with YouTube with my clients. I do wish there was an IndieWeb version.

on 2020-02-21 09:08:00
I need a brain!! π§

on 2020-02-20 15:29:00
Not sure which is more important.
- Fixing Bugs
- Writing Tests
- Writing Tests for Bug that I Need to Fix
- Writing Documentation

on 2020-02-20 11:07:00
Another test. I will prolly delete these afterwards.
on 2020-02-19 14:21:00
Testing Mobile Upload. Using Drafts and Shortcuts.
Fixed a few issues wiht rss on my static site generator. I expect to be posting posting a lot more now. ^_^

on 2020-02-19 10:10:00
Testing 1, 2, 3
on 2020-02-18 13:41:00
Creating Rules around your life isn't a way to automate your life or make it mundane. In fact it's a way to ensure that you provide yourself the power and time to make the decisions you both want to do and need to do.
It's a way to prevent others (and yourself) from interfering with your plans.