Tag: project
-
Homemade Liqueurs
Ginger Liqueur Tastes like Domaine de Canton. Delicious. Used in the tiki cocktail Yule Log Grog. Ingredients: Boil the ginger, vanilla, sugar, and water for 10 minutes, then let cool and put into a jar to sit for 2-3 days. Double strain and bottle! Original source: Serious Eats. I’ve modified the recipe. Allspice Dram Ingredients…
-
Bash learnings
Bash things I always need to look up. Snippets If/then/else For loop Tools curl jq jq – command line JSON processor tr Transformations! Replacements, changing case, https://linuxhint.com/bash_tr_command/ Use | tr ‘\n’ ‘ ‘) to replace new lines with spaces. awk Awk is a command line text-processing tool. Use awk to replace a text with an…
-
Readlists
These are created using Jim Neilson’s reboot of the original Readlists tool from Readability: https://readlists.jim-nielsen.com/ Kindles do not support epub, so you must take the epub you get from Readlists and convert it to mobi with Calibre. For a future project of extending the Readlists tool, this npm package could be helpful: https://github.com/moszeed/kindle-periodical You can…
-
Generative art project ideas
Reflect across a random line, not just a straight X or Y line. Aragonite Agate Abstract line drawings of people, a la Jenny Walton Asemic writing Letters 1 bounding box pick points close to each other Connect, repeat 2-3 times with connectors 2 Draw a line Pick a point on the line and draw another…
-
Personal Library project
I currently have a library/reading page on my main site at https://cagrimmett.com/reading I am very interested in connecting this to a wider ecosystem, probably using a JSON feed and Micropub. I’d also like to add a to-read list that links out to more info. Resources to review: https://www.zylstra.org/blog/2022/02/indieweb-peronal-libraries-popup-session/ https://events.indieweb.org/2022/02/personal-libraries-pop-up-session-Wax8N17zQuY0 https://indieweb.org/personal_library https://www.manton.org/2022/02/20/personal-libraries-next.html https://maggieappleton.com/interoperable-libraries
-
Woodworking project ideas
Ideas from my index cards Other ideas Wooden ice bucket with lid. Tiki Stirrers & Swizzles Tiki mugs
-
P5.js resources and tips
Online editors https://openprocessing.org https://editor.p5js.org Books and tutorials By Daniel Shiffman The Nature of Code https://thecodingtrain.com/ http://learningprocessing.com/ http://www.generative-gestaltung.de/ I have the old version, which uses regular Processing. The new version uses p5.js. Lots of beautiful examples and breaks down generative artworks into conceptual chunks to help you create them piece-by-piece https://thatcreativecode.page/ Tyler Hobbs’s aesthetically pleasing triangle…