In the great month of January in the year 2010
Kölsch!
by Bug Logic
posted: January 30, 2010
Fruh Kölsch
Kölsch is a beer style that is brewed within a 20 mile radius of Köln, Germany (or Cologne as it is known to the English-speaking world) and is 100% approved and endorsed by the Bug Logic Lab.

The prefered brewer is Fruh Kölsch.

Indisputable facts regarding Fruh Kölsch as authorized by the BL Lab:

1. It is the best beer in the entire world.
2. To go through life without having as many as possible is not approved.
3. Mentioning Fruh Kölsch without providing Fruh Kölsch is a crime.

Additional information about Fruh Kölsch that is also approved:

It tastes much better from the tap while actually visiting Köln, and sitting outside.
Regardless, it is 100% acceptable from the bottle and is available in the USA at specialty stores and other snobbish outlets.

The Fruh website







Corn Casserole!
by Bug Logic
posted: January 30, 2010
The following is 100% accurate and approved:

2 pkgs Jiffy corn bread (or muffin) mix
4 eggs – beaten
1 cup butter – melted
2 cans yellow corn – drained 2
cans creamed corn
2 cups sour cream.

Do it:
Put in – in order shown, stir until most lumps are gone

Spray baking dish - put everything in there.

Bake @ 350 for 45 minutes.

You're happy now.


Macaroni & Cheese!
by Bug Logic
posted: January 30, 2010
This is authorized

1 (8 ounce) package elbow macaroni
1 (8 ounce) package shredded sharp Cheddar cheese
1 (12 ounce) container small curd cottage cheese
1 (8 ounce) container sour cream
1/4 cup grated Parmesan cheese
salt and pepper to taste
1 cup dry bread crumbs
1/4 cup unsalted butter, melted
3 strips of bacon

Do this

Cook bacon slowly over very low heat. Cooking bacon as slowly as possible is the only authorized method for cooking bacon. If you choose to rush the bacon cooking, then this recipe is no longer valid.

Boil the noodles and melt the butter.

Drain the noodles, mix in melted butter.

Then mix all that other stuff in there except for the breadcrumbs and the bacon.

Stomp on the bacon until it is a fine fine powder or very nearly so.

Authorized breadcrumbs: Progresso PANKO Crispy Bread Crumbs (they come in a box, not a can).

Put all that stuff in a baking dish, sprinkle breadcrumbs and bacon dust on top.

Bake at 325 for half an hour

Total happiness follows.

@font-face and licensing!
by Bug Logic
posted: January 29, 2010
When @font-face started to be supported on every browser we've tested it on, I figured it was time to start using it whenever I had the chance. I was reading the working draft for the @font-face rule at from the WC3. Towards the bottom, came across the concerns regarding this CSS rule from font founderies.

The concerns are obviously legit. If I'm roaming the web and see someone using a font I'd like to have, it's a no-brainer to go get it.

For example, here's a free font (available all over the place for no money) example, which you can see in the style sheet of this page:

-------------
@font-face {
    font-family: kleptocr;
    src: url('KLEPTOCR.TTF');
}
.klep {font-family:kleptocr, arial, sans-serif; }
-------------

If this were a nice expensive font (which it is neither of), it doesn't take much to go and grab it, because within the style, I've told you exactly where it is. Have at it:

http://buglogic.com/KLEPTOCR.TTF

Now, I'm no legal expert, but it occurs to this simple mind that the answer to the licensing issue is easy. If you look in the style sheet of this page, you'll see another @font-face declaration, which is as follows:

-------------
@font-face {
    font-family: akzid;
    src: url('../../AkzidGroCFFMd.otf');
}
.akzid {font-family:akzid, helvetica, arial, verdana, sans-serif; }
-------------

Note the path to the font (../../AkzidGroCFFMd.otf), which happens to be a lovely licensed font that we own which we use when in a Bauhaus sort of mood called Akzidenz-Grotesk. The path to the font leaves the directory we are in, and then leaves the root directory. It's easy enough for a web developer to place a file before the root and as I'm sure everyone knows, there's no way to get at that file from a browser.

Licensing problem solved: Require licensed fonts to be placed before the root directory and then just call them as such. Perhaps I'm just a simple-minded idiot and I recommend you leave a comment here if that's how you feel about it.

For my part, I'm just placing all licensed fonts before the root directory and will sleep well at night knowing that nobody can get at the fonts I have spent hard-earned pesos on.

BiteSizedSnack is an example of a site where we're putting this to use. If you look at the css (written straight into the page) you will see an @font-face call for memphis.ttf which resides before the root directory.


Published in haste
Approved topics
Sordid history


bug logic lab