https://www.linux-magazine.com/index.php/Issues/2025/296/Nushell?utm_source=mlm
#Nushell #shell #scripting #Nu #Rust #pipeline #data #developers #sysadmin #JSON #YAML #CSV
I'm loving Bash 5.3 at the moment!
#linux bash #scripting
@jamesbritt oh, neat! did you finish it or did it just become a gist? i've written, upon request, lots of section / pattern sequencer things, and also, this low-level one:
i've been so busy with EQ30 (a mutilated 4xEQ10 with Canvas) and Groovebox8120 updates that i haven't gotten around to also putting in BPM & LPB print but i really should stop just thinking about it and do it quickly since it takes zero effort, I've got all the pieces already. #renoise #paketti #lua #scripting
Watch at: https://youtu.be/ttB-KYZbfIQ
Play at: https://editor.p5js.org/PotatoImaginator/sketches/dGEAgixYA
#youtube #youtuber #youtubechannel #p5js #js #javascript #animation #animated #animation3d #3danimation #art #artist #artistsonmastodon #mengersponge #fractal #fractalart #math #maths #mathematics #programming #programmer #code #coding #creative #creativecoding #scripting #nerd #geek #computer #ComputerScience #3d
New AWS Resources Explorer! 👷🏻♂️📋
AWS Resources Explorer Script, a basic inventory that you can query using SQL.
https://github.com/duv0-x/super-scripts/commit/4e7f58771f06fa59755b65d46c97e08ed5738269
Have you ever needed to time your #powershell scripts and see what is slowing them down? Or even need to find out what is the fastest process between multiple options?
Here’s a few ways you can do that.
TIL that software (especially #scripting runtimes like #Python, #Perl, and #NodeJS) running in #Alpine #Linux containers is often slower than in other distros like #Ubuntu. This is despite Alpine being faster on startup and often vastly more efficient with CPU, memory, and storage.
It mostly comes down to Alpine’s use of musl libc rather than #GNU’s glibc. musl is optimized for minimalism, not raw performance. Also, the Alpine packages are often not compiled with as many optimizations.
Back in June, I wrote a post about a script I wrote to automate posting to this blog. It was a fairly simple script that basically crafted the title and then created the .md file with the front matter inside. I have to admit, I was pretty proud of that script, and I’ve been using it ever since. Every blog post I’ve published since then has been started with that script.