Beer at last taken out of the cooling unit. Cooling temperature was not perfect, need to fix some things in my brewing computer 🙂
Brewfather
Above the brewfather app. The transition from Brouwhulp to brewfather was big, but it is a great online tool, with perfect integration of tools like ispindel, or DIY tools!
A little test building a custom docker image, for a friend.
Q: I have a Node-red docker, but without ffmpeg binary
Using below code, i’ve added a overlay with ffmpeg. Podman command’s should be working for docker command also. (Note: When adding multiple packages OR other commands, try to use a single commandline, Every RUN command adds a overlay.
mkdir noderedbuild
cd noderedbuild
vi Dockerfile
FROM nodered/node-red
LABEL description="Custom Nodered Build"
MAINTAINER haanstoot <fash@fash.nu>
USER root
RUN apk add --no-cache ffmpeg
EXPOSE 1880
Below builds a local image named nodered:v1 NOTE: docker run command may be incomplete for Node-Red, this was just a example to add packages
Doing my work from home via Jitsi (Jabra headset) and Listening to music on my speakers. Sometimes i want to switch output. For example spotify on my headset.
Using below code, i can easily switch between output sinks.
#!/bin/bash
if [ -z "$1" ]; then
echo "DEVICE"
pactl list sinks | egrep "^Sink|Description" | sed 'N;s/\n/,/' |sed -e 's/\t/ /g' | cut -f2,5- -d" "
echo "APPLICATIONS"
pactl list sink-inputs | egrep -ie "^Sink|application.name" | grep -v "\-application-name" | sed 'N;s/\n/,/' | sed -e 's/\t/ /g' | sed -e 's/ / /g' | cut -f3,6- -d" "
echo "Usage: $0 APPID DEVICEID" >&2
exit 1
fi
pactl move-sink-input $1 $2
It shows output devices, and applications which are using audio sinks. Just match them up.
Modded this one, as part of my modular amiga system where i wanted to remake every part onto 10×15 euro prints. So i could swap things out for other boards.
Memory expansion
512k .. missing in action Go a new one in … ?
Boot selector
Swaps df0 and df1 DIY version was a wirewrap ic socket with a cross switch, now i have a Gotek buffered switching module with can be actvated with a keystroke. (Gotek post)
Keyboard mod
Hidden key (in the space of the stands, which triggered a extra key stroke)
Kickstart selector
A print you can insert in the ROM socket of your amiga. Had only 1.2 and 1.3. Now there are many .. like diagnostic roms. I made a altered 1.2 version .. which was unusable .. i f*cked it up
SID mod
Added a sid parallel on the 8020 CIA chip
Gotek driver emulator
I made a arduino version to read disks. (Other post) But this is a disk image drive emulator. See Gotek post
Boot sector warn
Piezo beeper which warned me when a boot sector was being written (virus alert)
Sound filter fix
Amiga audio filter enhancer, using capacitors and resistors