Linux-powered Mobile Cocktail Mixer
weissi writes "You remember the slashdot.org story Linux-based Bar-Monkey? We found it pretty cool, but it has/had problems: definitely too big, and no plans and no source were available. That's why we decided to build our own Linux powered mobile cocktail mixer. Enjoy it..."
The original bar monkey only cost $235 dollars to build, this mixer costs for 400 euro or $480 or so US.
From the pictures of the mobile cocktail mixer, while it is smaller then the bar monkey, I still wouldn't call it "mobile". It's 15 inches * 27 inches * 15 inches. Looks to be built using a large toolbox and mentions 14 pumps so probably heavy.
Nice idea, but still needs improvement.
The original Bar Monkey had source available. See: http://www.barmonkey.net/files
I believe you can kind of see the bottles with hoses on the far left side of this picture.
"...always new atoms but always doing the same dance, remembering what the dance was yesterday." -Richard Feynman
Just give it a few weeks for someone to come out with a GPLed cola drink.
There's already OpenCola, whose main website appears down, but description here
I am a genius; therefore, you suck.
Their page said they're from Germany, Europe has a bit different laws in regard to alcohol than the US does.
All joking aside, God I hope not. Using aspirin while drinking could very well kill you. Aspirin inactivates some key enzymes that neutralize alcohol in your body. Taking aspirin just before, during, or just after drinking could cause your blood alcohol levels to shoot up much faster than normal, causing severe damage.
Tylenol is also bad for a drinker because it has a severe liver toxicity when combined with alcohol. In fact Tylenol and ethanol on their own can be bad for your liver, combine them and they become worse for your liver than you would expect.
The best cure for a hangover is a little more alcohol and lots of Gatorade. The alcohol takes the edge of the mini-withdrawal you undergo and the Gatorade keeps you hydrated and replaces vital lost electrolytes and sugars. I've found that lemon-lime Gatorade and gin is actually a decent combination.
Sapere aude!
Yeah, did you have a look at the source code?
// usleep(time * 1000);
:P
About 90% of the source code consists of generic list implementations (copy-and pasted). Yeah, right, like 20 times the same linked list implementation!
The other 10% look very incomplete. Hence this code snipet from the main pump control module:
unsigned short int hw_control(device_t slot, time_t time, const char *dev) {
printf("%s:%d\n", dev, slot);
printf("%s:%d\n", dev, 0);
return 0;
}
I'm not sure how this is supposed to control pumps and all that