Just starred qmk_firmware [1] by markstos [2]. It’s an exciting project with a lot to offer.
Open-source keyboard firmware for Atmel AVR and Arm USB families
References:
[1]: https://github.com/markstos/qmk_firmware
[2]: https://github.com/markstos
Publishing rhythm
Check out studioswong [1] and their project kedro-viz-glitch [2].
No description available.
References:
[1]: https://github.com/studioswong
[2]: https://github.com/studioswong/kedro-viz-glitch
I’m impressed by dolt [1] from dolthub [2].
Dolt – Git [3] for Data
References:
[1]: https://github.com/dolthub/dolt
[2]: https://github.com/dolthub
[3]: /glossary/git/
I’m really excited about pyupgrade [1], an amazing project by asottile [2]. It’s worth exploring!
A tool (and pre-commit hook) to automatically upgrade syntax for newer versions of the language.
References:
[1]: https://github.com/asottile/pyupgrade
[2]: https://github.com/asottile
I Started Streaming on Twitch
I recently started streaming on
twitch.tv/waylonwalker [1] and it’s been a
blast so far.
- python
- kedro
- Data Science
- Data Engineering
- webdev
- digital gardening
Kedro Spaceflights # [2]
It all started with
kedro/issues/606 [3], Yetu
called out for users of kedro to record themselves doing a walk through of
their tutorials. I wanted to do this, but was really stuck at the fact that
recording or editing somewhat polished vide is quite time consuming for me.
[4]
Inspiration # [5]
My introduction to twitch came from
twitch.tv/theprimeagen [6]. I watched him on
YouTube, and then decided to drop into a stream. It was so fun to watch him
live that I started following others in the science and tech category.
- twitch.tv/teej_dv [7] Brilliant neovim core dev, I learn a bunch about nvim every time I watch.
- twitch.tv/cmgriffing [8] Super Chill and engaging chat.
- twitch.tv/cassidoo [9] Fantastic discussion/chat.
- twitch.tv/anthonywritescode [10] Building the python ...
I recently discovered LuaSnip [1] by L3MON4D3 [2], and it’s truly impressive.
Snippet Engine for Neovim written in Lua.
References:
[1]: https://github.com/L3MON4D3/LuaSnip
[2]: https://github.com/L3MON4D3
The work on NearBeach [1] by nearbeach [2].
NearBeach is an open sourced project management tool, helping you keep track of your project. You can track requirements, projects and tasks
References:
[1]: https://github.com/nearbeach/NearBeach
[2]: https://github.com/nearbeach
srcards [1] by brickfrog [2] is a game-changer in its space. Excited to see how it evolves.
No description available.
References:
[1]: https://github.com/brickfrog/srcards
[2]: https://github.com/brickfrog
Check out vim-twitch-line-sign [1] by noopkat [2]. It’s a well-crafted project with great potential.
some helpers to annotate vim signs with Twitch related metadata. Inspired by: clarkio/vscode-twitch-highlighter
References:
[1]: https://github.com/noopkat/vim-twitch-line-sign
[2]: https://github.com/noopkat
Just starred flake8 [1] by PyCQA [2]. It’s an exciting project with a lot to offer.
flake8 is a python tool that glues together pycodestyle, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code.
References:
[1]: https://github.com/PyCQA/flake8
[2]: https://github.com/PyCQA
Kedro Spaceflights - part 2 | Stream replay June 7, 2021
This was my seconf time ever streaming on
twitch.tv/waylonwalker [1], and I completely botched my mic 2x.
https://youtu.be/_7MwgKu-844
Links # [2]
- Spaceflights Tutorial [3]
- my spaceflights repo [4]
Notes to get started # [5]
pipx run kedro new
cd project
python -m venv .venv
source .venv/bin/activate
pip install kedro
kedro install
References:
[1]: https://twitch.tv/waylonwalker
[2]: #links
[3]: https://kedro.readthedocs.io/en/stable/03_tutorial/01_spaceflights_tutorial.html
[4]: https://github.com/WaylonWalker/kedro-spaceflights
[5]: #notes-to-get-started
🌱 Digital Gardening | gif to Mp4 | Stream replay June 4, 2021
https://youtu.be/I4VenHqIEng
Doing some Digital Gardening on stream
- Ahrefs Errors
- ahrefs large images
- Automatic gif to mp4
gif to mp4 # [1]
After this stream all gifs on my site are converted to mp4/webm if they exist.

tmux-navigation-2021 [2]
References:
[1]: #gif-to-mp4
[2]: https://dropper.waylonwalker.com/file/a33aa542-4928-4284-91ce-ca1b73a04f0f.mp4
Check out notifiers [1] by liiight [2]. It’s a well-crafted project with great potential.
The easy way to send notifications
References:
[1]: https://github.com/liiight/notifiers
[2]: https://github.com/liiight
Check out neovim-plugin [1] by norcalli [2]. It’s a well-crafted project with great potential.
No description available.
References:
[1]: https://github.com/norcalli/neovim-plugin
[2]: https://github.com/norcalli
I’m impressed by python-lsp-server [1] from python-lsp [2].
Fork of the python-language-server project, maintained by the Spyder IDE team and the community
References:
[1]: https://github.com/python-lsp/python-lsp-server
[2]: https://github.com/python-lsp
github-coauthors.nvim [1] by cwebster2 [2] is a game-changer in its space. Excited to see how it evolves.
A neovim extension for populating coauthors when comitting
References:
[1]: https://github.com/cwebster2/github-coauthors.nvim
[2]: https://github.com/cwebster2
Kedro Spaceflights - part 1 | Stream replay June 4, 2021
This was my first time ever streaming on
twitch.tv/waylonwalker [1]. I am excited to get going.
I have been streaming early in the morning while I am still waking up, so still
a bit groggy as I go.
https://youtu.be/Y07UBr9Ccjs
Kedro Spaceflights # [2]
It all started with
kedro/issues/606 [3], Yetu
called out for users of kedro to record themselves doing a walk through of
their tutorials. I wanted to do this, but was really stuck at the fact that
recording or editing somewhat polished vide is quite time consuming for me.
[4]
Notes # [5]
pipx run kedro new
cd project
python -m venv .venv
source .venv/bin/activate
pip install kedro
kedro install
References:
[1]: https://twitch.tv/waylonwalker
[2]: #kedro-spaceflights
[3]: https://github.com/kedro-org/kedro/issues/606
[4]: https://dropper.wayl.one/file/112f93d0-f521-481b-8a78-3bc583041feb.webp
[5]: #notes
The work on kedro-mlflow [1] by Galileo-Galilei [2].
A kedro-plugin for integration of mlflow capabilities inside kedro projects (especially machine learning model versioning and packaging)
References:
[1]: https://github.com/Galileo-Galilei/kedro-mlflow
[2]: https://github.com/Galileo-Galilei
If you’re into interesting projects, don’t miss out on textual [1], created by Textualize [2].
The lean application framework for Python. Build sophisticated user interfaces with a simple Python API. Run your apps in the terminal and a web browser.
References:
[1]: https://github.com/Textualize/textual
[2]: https://github.com/Textualize
The work on lsp-colors.nvim [1] by folke [2].
🌈 Plugin that creates missing LSP diagnostics highlight groups for color schemes that don’t yet support the Neovim 0.5 builtin LSP client.
References:
[1]: https://github.com/folke/lsp-colors.nvim
[2]: https://github.com/folke