@chrisg
I know it best from @aral and his Small Tech Foundation (https://small-tech.org/about/), but it may have originated elsewhere.
It's a movement to make software personal (and more) again.
So often, I'm reminded about the broken state of IT today. Barriers to entry everywhere are ridiculously high.
Self-hosting anything is incredibly stressful, often requiring you to be skilled as a system administrator to the point where you could make a living off of it.
I know why, of course.
Capitalism rewards enclosure. Money flows to companies who want customers on their terms, so solutions are designed to service thousands of people and for professionals to operate.
We need #SmallTech.
@RL_Dane My constant recommendation is Crafting Interpreters (https://craftinginterpreters.com/) by Robert Nystrom. Everyone should read this book, and it's available online for free. The second part implements a full language and a VM for it, in C. If you have some passing knowledge of C, it will get you the rest of the way there.
It doesn't cover make/cmake or any other build system, which is necessary for anything non trivial. I just had to learn that through trial and error.
Some more tiny truck #paintings. This set is more focused on quiet scenes. I also included a #cat in each which will be a thing going forward. Again in #acrylagouache. I also included my ongoing cyclops archeological mini series within the larger #keitruck series.
Stock Alert (CN): RPi CM4 - 8GB RAM, 32GB MMC, With Wifi is In Stock at Seeedstudio https://rpilocator.com?instock #CM4
I go down this rabbit hole every so often, but I finally found a list of states where kei trucks that are less than 25 years old can be used in the US. I get that they probably wouldn’t be that popular but they look super practical.
Unfortunately you can’t have a newer kei truck in Pennsylvania because they don’t meet US safety standards(of course they don’t give any specifics which means it’s bs).
I would love one some day even if it’s 25 years old. I think even a Chevy Colorado or santa cruz would be too big for and they get about 22 mpg. It was hard to find fuel economy for kei trucks but I did see one site listing a 1990 kei truck as 45 mpg. If that is the case how could they fail to meet US emissions standards(genuinely curious about this point)?
https://motorandwheels.com/mini-trucks-rules-per-state/ - showing rules by state
https://www.dmv.pa.gov/Pages/Mini-Trucks-FAQ.aspx - unconvincing explanation from Pennsylvania
https://www.motorverso.com/kei-truck/ - states 1990s kei truck mpg was 45mpg but does not give specifics
Second Life source code now on Github: https://github.com/secondlife
Just got laid off from BuzzFeed and I’m truly heartbroken. I have so much passion for writing and to get this news right before Christmas is truly devastating. If anyone is looking for a writer—I’m available for hire. 🙁 #tuesday
The Dead South - In Hell I'll Be In Good Company
a weird video but the song itself is very good.
#FavoriteMusic 26/
New book day! After a couple of intense year's my partner's book is now out in the wild, UK & US publications.
'Escape From Model Land, how mathematical models can lead us astray and what we can do about it'
With models (financial, environmental, public heath etc) so influential in our lives this entertainingly written book is really important for modellers themselves and decision makers increasingly reliant on models.
I go through lots of graph paper, so to save a little money I made a LaTeX template to print my own. It was so handy that @duetosymmetry and I turned it into a LaTeX package.
There are various grid styles (graph, quadrille, hex, iso, dot grid, etc), and both custom and pre-defined color schemes.
Use it to easily print your own paper, or to make pdf page templates for your favorite tablet note-taking app.
Github: https://github.com/mcnees/LaTeX-Graph-Paper
CTAN: https://ctan.org/pkg/gridpapers?lang=en
Just broke into software development. Currently struggling to grasp C!