Microblog: A very long article Wikipedia article on the orientation of toilet paper [Jun 7th, 22:52] [R]

Sunday, May 25th, 2014

Innis & Gunn Toasted Oak IPA

Categories: [ Beer/Innis and Gunn ]

Innis_and_Gunn_Toasted_Oak_IPA

“zesty flavour and aroma… finish the beer over specially toasted oak”

Sontrg citrus aromas, very nice, but I would have expected something more distinctive from Innis & Gunn. Contains wheat, barley malt.

Innis & Gunn, Edinburgh, Scotland. 5.6% alcohol.

[ Posted on May 25th, 2014 at 12:50 | no comment | ]

Saturday, May 17th, 2014

Felinfoel Double Dragon

Categories: [ Beer ]

Felinfoel_Double_Dragon

“tangy red-fruit flavour with nutty, toffee overtones”

The first sip didn't taste much like anything. After that, it turned out to be a bit more sour than most beers. I didn't find any nutty/toffee flavour though. Contains barley and wheat.

Felinfoel brewery, Llanelli, Wales. 4.2% alcohol.

[ Posted on May 17th, 2014 at 23:17 | no comment | ]

Sunday, May 11th, 2014

Wood's Pot o' Gold

Categories: [ Beer ]

Wood_s_Pot_o_Gold

“Cascade and Mount hops”

Just another ale, but quite nice. Contains malted barley and malted wheat.

Wood Brewery, Wistanstow, South Shropshire, England. 4.4% alcohol.

[ Posted on May 11th, 2014 at 21:02 | no comment | ]

Sunday, May 4th, 2014

New Leffakone Timer

Categories: [ DIY/Arduino | TV/Leffakone ]

new_leffakone_timer

I finally built the timer for the new Leffakone. It is based on an Arduino Uno, which controls two reed relays and one LED. The reed relays can be activated with a very low current (10 mA), meaning that the Arduino can drive them directly from any I/O pin. The relays' contacts are connected in parallel to the power button and the reset button. The Arduino's serial-over-USB port is connected to one of the USB headers of the motherboard with a home-made cable, and the timer is set by software through this serial connection. All the wires coming from the computer case's front panel are connected to the circuit (to the 8-pin header protruding from the protoboard), and wires go from there to the motherboard's front-panel header (2 white wires for the power button, 2 grey wires for the reset button, and 2 blue+black wires for the power-on LED. The two boards are screwed on the bottom plate of the case of an old CD drive; for installation, I closed the case and put it into the computer as a regular CD drive.

While the timer is counting down, it blinks the computer case's HDD LED (which therefore is not anymore indicating the HDD activity).

When the timer expires, it closes the power button's relay for 500 ms. An optional watchdog timer would close the reset button's relay if the machine does not boot correctly i.e., if the timer is not reset within 30 s. This watchdog timer is currently disabled in the code, since the problems I have had with GRUB freezing on startup seem to be related to manually powering the device and switching the TV on shortly after. I'll enable it if it seems necessary. Here is the code for the Arduino.

The software client for the timer is written in Python and is very straightforward: send ASCII digits to the serial port, ending with a newline character. It interprets this number as a number of seconds, and starts counting down. When disconnecting the client from the serial port, the Arduino resets and forgets all about the timer value; I found out that setting the DTR line to False in the Python Serial object prevents this from happeining. I haven't however found out how to prevent a reset when connecting to the Arduino; this is less a problem, since when I connect to it, I want to reset the timer, and reseting the whole program does just that. It seems that it's the Linux driver that asserts the DTR line when opening the serial port; I haven't investigated further. It is worth noting that when the machine boots, it does not reset the Arduino.

Finally, the cristal in the Arduino is accurate to 99.5% which is not enough to guarantee that the timer will wake up the computer within a minute after a countdown of several days. I therefore apply a corrective factor to the time sent to the Arduino. The factor was estimated from a 15.5 hour countdown, which lasted about 90s more than it should have. Over a 7-days countdown, it would cause the timer to expire about 16 minutes too late.

[ Posted on May 4th, 2014 at 20:38 | 1 comment | ]

Goffs Jouster

Categories: [ Beer ]

Goffs_Jouster

“tawny coloured, fruity ale with a light hoppiness in the aroma”

Just another ale, but quite nice. Contains malted barley and wheat.

Goffs Brewery, Winchcombe, Gloucestershire, England. 4.0% alcohol.

[ Posted on May 4th, 2014 at 13:05 | no comment | ]