Make your own royalty-free music
Thursday, October 27, 2022
Tutorials Videos are the best way to teach and explain things in action. So, here you will find all tutorials as Videos.
https://nocodeapi.com/tutorials/
Tutorials for the NoCode API product
Intro to automation 101 course
https://busytoleveraged.com/automation-101
blog posts about nocode automation
Power any project with a modern, open source data platform
SaaS layer to take a relational database and present it as an API
Sync customer data from your warehouse to any SaaS tool
sometimes called a reverse-etl tool. It takes data from the data lake and fans-out to other SaaS products.
Python CLI Tricks That Don't Require Any Code Whatsoever
https://martinheinz.dev/blog/83
like starting a webserver, etc.
Airbyte open source ELT tool
Plus SaaS version with free tier
Sunday, October 23, 2022
How to Build Software like an SRE
https://www.willett.io/posts/precepts/
Good advice on software architecture from a reliability viewpoint.
Little Rules About Big Things
https://collabfund.com/blog/little-rules-about-big-things
Some unique and solid advice on investing, and in the larger sense, life.
A Five-Minute Guide to Better Typography
https://www.pierrickcalvez.com/journal/a-five-minutes-guide-to-better-typography
Good, solid advice on effective typography
StabilityAI announced AI Music Generator Harmonai based on Dance Diffusion Model
https://mpost.io/stabilityai-announced-ai-music-generator-harmonai-based-on-dance-diffusion-model
Yes, AI image generation is all the rage these days, but here's AI generated music.
Symphony-based SaaS boilerplate
Most Dynamic Micropolitans: 2022
https://heartlandforward.org/case-study/most-dynamic-micropolitans-2022
Don't know how Jefferson got on this list, but ok.
THE REALITY OF CELEBRATORY GUNFIRE
https://www.1point21interactive.com/celebratory-gunfire/
What goes up must come down, sometimes with deadly consequences
Tuesday, May 31, 2022
Common Python Anti-Patterns to watch out for
https://tvkoushik.medium.com/common-python-anti-patterns-to-watch-out-for-9271d13a3f8e
I've never exec'd python code, but I've committed most of the other missteps listed herein.
The state of CSS in 2022
https://web.dev/state-of-css-2022/
Lots of new features, not sure when they'll be widely available.
Sunday, May 15, 2022
With Mapzy, you can add a beautiful store locator to your website without touching a line of code.
Could this be a serious alternative to Google Maps?
Monday, May 9, 2022
Roboto … But Make It Flex
https://material.io/blog/roboto-flex
Tweak just about all the aspects of Roboto in its latest release.
There's a Reliable Way to Trigger Lucid Dreams, Scientists Have Found
https://www.sciencealert.com/there-s-a-reliable-way-to-trigger-lucid-dreams-scientists-have-found
Might like to try this, but it's prescription.
A list of new(ish) command line tools
https://jvns.ca/blog/2022/04/12/a-list-of-new-ish--command-line-tools
not sure if all these are "the UNIX way" of doing things.
ASIAIR: The Little Box That's Changed Astrophotography Big-Time
looks like a pi that controls all your astrophotograpy stuff.
Botnet that hid for 18 months boasted some of the coolest tradecraft ever
scary under-the-radar botnet on network applicances
Wednesday, April 20, 2022
Picture perfect images with the modern
element
https://stackoverflow.blog/2022/03/28/picture-perfect-images-with-the-modern-element
There's been a lot of additions to the lowly img element over the last few years.
The Dunning-Kruger Effect is Autocorrelation
https://economicsfromthetopdown.com/2022/04/08/the-dunning-kruger-effect-is-autocorrelation
The Dunning-Kruger Effect shows up in all data sets, even when it shouldn't. Because it's deeply flawed statistics.
Saturday, March 12, 2022
Social Media APIs
New commercial offering of unified APIs for social media.
How to design better APIs
https://r.bluethl.net/how-to-design-better-apis
Good, basic information I wish more people followed.
Wednesday, January 26, 2022
GitHub Actions by Example
https://www.actionsbyexample.com/
How to set up and use GitHub actions for CI/CD