Something i made in de 90’s

Made some sake in 2011, and used calligraphy for the label



Update 2023
I found my books, but where are the AKASHIYA brushes?


My goose feather calligraphy pens


Sometime the yeast fermentation is TO active.
Resulting in a blowout. Blowing air into to brew is automated by my brew computer. So i didn’t check myself meanwhile .. Maybe somekind of overspilling sensor can be made??
Beer in this yeast container was a Rauchbeer / smoke beer
Batch Size | Boil Time | IBU | SRM | Est. OG | Est. FG | ABV |
---|---|---|---|---|---|---|
10 L | 90 min | 20.0 | 0.0 EBC |
Name | Cat. | OG Range | FG Range | IBU | SRM | Carb | ABV |
---|---|---|---|---|---|---|---|
Rauchbier | A A | 1.05 - 1.05 | 1.01 - 1.01 | 20 - 20 | 0 - 0 | 0 - 0 | 0 - 0 % |
Name | Amount | % |
---|---|---|
Pilsmout (3 EBC) | 600 g | 30.77 |
Munichmout (17 EBC) | 600 g | 30.77 |
Rookmout | 600 g | 30.77 |
Zuurmout | 50 g | 2.56 |
Caramelmout (150 EBC) | 75 g | 3.85 |
Chocolademout (1000 EBC) | 25 g | 1.28 |
Name | Amount | Time | Use | Form | Alpha % |
---|---|---|---|---|---|
Fuggles | 20 g | 90 min | Boil | Leaf | 4 |
Cascade | 10 g | 5 min | Boil | Leaf | 5 |
Name | Amount | Time | Use | Type |
---|---|---|---|---|
Lievevrouwebedstro, gedroogde | 4 g | 5 min | Boil | Spice |
Name | Lab | Attenuation | Temperature |
---|---|---|---|
Wyeast 1007 German Ale | 0% | 0°C - 0°C |
Step | Temperature | Time |
---|---|---|
Stap 1 | 52°C | 15 min |
Stap 2 | 63°C | 50 min |
Stap 3 | 73°C | 10 min |
Stap 4 | 80°C | 1 min |
Step | Time | Temperature |
---|---|---|
Aging | 0 days | 0°C |
Download this recipe's BeerXML file |
See my other bofh page
Never ask me to reset your password, i you are to stupid to remember or not using a passwordsafe … I WILL give you a new password, and you WILL remember not having to ask me again. 🙂
On this day i drew some example pictures for colleages.
Okay .. now some tips to create uniq passwords for every site in you head.
Type website
dirkjan (press home)
(press right) s
(press right) e
(press right) c
(press right) r
(press right) e
(press right) t
dsierckrjeatn <- your password
Some websites use ajax and dynamic viewing of larger images.
For a colleage i grabbed a screenshot using below to get him a full sized campsite map.
Firefox example: Open the page, google maps for example.
Press CTRL+SHIFT+M or Responsive Design View from the Developers Tools.
Change the size you want your virtual browser ( and doing so, your screenshot size here 2800 ) And click on the ‘take screenshot from viewport’ icon on the right.
A friend of mine wanted to monitor his UPS using domoticz.
This UPS only had a simple web interface with information.
So we needed to scrape this information and push this into domoticz.
First create a dummy device in domoticz and note its IDX.
Then we can scrape needed information using below script.
#!/bin/bash #set -x # Domoticz server SERVER="127.0.0.1:8080" # APC Back-UPS HS 500 status URL UPS="http://IP-OF-UPS/status.cgi" # The number of the IDX in the list of peripherals IDX="362" # Path for temporary file (RAM drive) TMPFILE="/tmp/apc-hs500-status.txt" # Get APC Back-UPS HS 500 status and write to temporary file wget $UPS -O $TMPFILE 2>/dev/null if [ $? = 0 ] then PWR=$(cat $TMPFILE| tr -dc '[[:print:]]' |awk -F"Watts" '{print $1}' |rev |cut -f1 -d\> |rev |cut -f1 -d\&) fi if [ $PWR ] then echo "Load on Battery in Watts: $PWR" # Send data to Domoticz curl -s -i -H "Accept: application/json" "http://$SERVER/json.htm?type=command¶m=udevice&idx=$IDX&nvalue=0&svalue=$PWR" PWR="" fi rm $TMPFILE
At a second hand store we bought a old 60-70 style livingroom table, because it was made from heavy large wooden table top. ( 22 euro’s )
Removing the legs, and cutting the tabletop with a pluge saw.
The saw didnt cut deep enough, but using a guide rail and cutting from the other side, i managed to cut it with ease.
Assembling time!
The girls sanded the top and put some protective layer on top.
Above the finished product in our kitch made of scaffolding material.
We made our own nerdy clock.
We took a big clock and covered the backplane with modeling grass.
It took about 5 containers to fill the backplane enough to get it nicely filled.
The lettering near the pictures are the RGB representation of the color used in our office.
Lets see if you can decode them all. (use password clock to view solutions!)
I’ve collected some beer glasses in the past, but i didn’t have many.
I hated the fact that your are not using them OR (even worse).
Put a different brand of beer in the branded glass!
So i bought a set of these:
I like the no-brand no-logo … just-a-glass look.
So why different types of glasses. Some say “nonsence!”
Welllll .. maybe for a part.
Click on the images for more information about the glass.
Below i will use the names of the glasses, these are NOT generally accepted names.
There is no need for a foam head on your stout, so use a “Gusto” for example.
Temperatures (a little example) Do your research on the internet!