Links Archive

http://user.xmission.com/~hidden/aatqos/

Using tcpdump, Snort, sec, and policing to programatically rate limit connections for the improvement of call (or other delay-sensitive application) traffic.

Be the first to comment

http://www.ijreview.com/2013/10/90363-mike-rowe/

I’ve always found Mike to be a pretty interesting fellow.  I think he’s a lot more hopeful than I am… and more likely to compromise and work across the aisle.  I guess it’s probably good that some people are, but I’m to the point where I have absolutely no faith and think we need to just pick sides and go our separate ways.

Be the first to comment

Chillers

Posted October 29, 2013 By Landis V

Since my carboys and equipment should arrive between tomorrow and the next day, and Saturday promises to be a brew day, I’m now thinking about chillers.  I’m fairly sure I could borrow one easily, and that is likely to be what I will do.  But at some point I’ll be doing my own brewing in my own garage, and will need a method to rapidly cool wort.  Making a few notes on some of the things I’ve run across while researching the topic so I can find them rapidly when the time comes.

  • Thermodynamics of Chilling
  • Counterflow provides optimal cooling; immersion is simpler and very likely cheaper.  Cleanliness and sterilization is a not insignificant concern in a counterflow chiller.
  • Why?  Reduce dimethyl sulfide which is eliminated from the wort while boiling, but accumulates in the hot wort post-boil until it’s chilled to a level appropriate for fermenting; limit the amount of time wort is in the delicate stage between a sterilizing boil and fermentation with the protection of an airlock and a layer of CO2.
  • Nice, simple build diagram for a basic immersion chiller (maybe use more tubing, had a few thoughts on the subject to increase surface area by possibly incorporating a few verticals.
  • Is there enough variation in temperature to create convection within the wort?  Is there a good way to increase it if so?
  • Chiller built from some thinner diameter tubing, but it doesn’t seem to cool as fast as some of the larger diameter tubing chillers I’ve seen referenced.  May be possible to overcome by pumping from an ice bath?
  • Combination whirlpool/immersion chiller.
  • An article with some of the formulas useful in calculating and improving the efficiency of the heat exchange.
    • Thinner walled tubing is better.  I had been pondering this, but now that I write it down it makes complete sense.  You want the heat to transfer from the wort to the coolant as quickly as possible, and any other medium that the heat has to travel through will impede that.
    • Other thoughts
      • As the wort and cooling medium approach an equilibrium, heat transfer becomes less efficient.  I’m not sure it’s logarithmic, but it’s true that the greater the difference in temperatures, the more efficient the transfer.
      • Only a small amount of the cooling medium within the chiller actually contacts the transfer medium (i.e., copper tube) itself.   Heat will equalize in the cooling medium very quickly due to turbulence.  Does this have an effect that would be relevant to the nominal diameter of the tubing and/or volume to surface area ratio of the tubing?
      • Assuming, I believe accurately, that the temperature of the cooling medium will very rapidly approach the temperature of the wort (i.e., in the first few inches of tubing submerged in the wort), would there not be a benefit to running a split system with several coils like the Hydra in addition to a couple of large volume short length exchangers to cool very rapidly during the initial phase?
      • Flow within the chiller itself – should the cooling medium flow from top-to-bottom or bottom-to-top through the chiller?  Much like a water heater, I would expect the wort temperature to vary from hottest at the surface to coolest at the base, with the exception of a whirlpool chiller which would tend to equalize temperature throughout.  I’m not sure how great this temperature variation would be, though it’s probably realistically too small to even bother considering in a homebrew scenario. (This could also be achieved to some extent by increasing the flow rate of the cooling medium if practical, but may still prove less effective, during the very early phases, over a 20 or 25′ length of tube.)
3 Comments so far. Join the Conversation

Tacacs + AD + CentOS = FREE | packetroute

Posted October 21, 2013 By Landis V

http://packetroute.wordpress.com/2012/12/12/tacacs-ad-centos-free/

Pretty complete guide to getting Marc Huber’s tac_plus set up on a CentOS box. Need to give this a shot in an LXC container at some point.

Be the first to comment

Smelting Furnace

Posted October 21, 2013 By Landis V

http://www.sparetimelabs.com/newfurnace2/newfurnace2.php

Looks like some good design ideas in the event I ever get around to doing something like this.  Some other interesting reading here as well if I ever get around to setting up my feed reader.

Be the first to comment

99 Life Hacks That Could Make Your Life Easier

Posted October 18, 2013 By Landis V

http://favmy.com/2013/10/12/photos/1381567607/

Some good things to keep track of, though unfortunately I’ll probably never remember that they are on this list at a time when they would be useful.

Be the first to comment

Pogo unit as headless barcode scanner

Posted October 13, 2013 By Landis V

Now that I have a couple of Pogo devices up and running with at least a basic Linux OS, I’m starting to think about getting one of them running as a headless USB barcode scanner.  I installed usbutils on the Pogo (‘sudo apt-get install usbutils’) and am able to view its details with a ‘lsusb’, especially followed by a ‘lsusb -v -s <busnum>:<devnum>’.   I’d like to set up a (probably Perl, though I really do need to at least tinker with Ruby at some point) script to “listen” to the scanner and receive any input from it (i.e., barcode data it has scanned).  The script would then determine what to do with that data based upon a database lookup.  Scanning of grocery items, for example, might add them to an inventory for updating, while scanning of the serial number barcodes on my Black & Decker Matrix 20V Lithium batteries could trigger an entry that a particular battery serial number was charged on a particular date (so I can make sure they are charged periodically as per the user guide).

Some references from my initial research this evening:

Be the first to comment