EarthTainer – my customizations

The EarthTainer is a wonderful idea, but over time I think the Rubbermaid totes in the stores will get thinner and thinner (and less and less opaque) as the corporation cuts costs; this may make my tweaks required instead of preventative steps.

1.) After the main tub has been prepared (holes drilled and such) use the landscaping fabric to make an inside curtain from the top of the tote to the bottom in a full circle (if you like the look, feel free to do it on the outside – the black will absorb the heat from the sun).
This curtain should slow the sunlight and algae growth.

2.) Put in your support bench and cover all inside surfaces with the landscape fabric – much like a fabric cup. This should make it easy to pick up the soil as a package (no digging in the fall) and may keep most of the roots out of the water.

3.) Do NOT drill a hole for the feeder tube but cut an upside down U just below the bench level – best on the side facing away from the sun to slow algae and evaporation. This stiff flap stays closed until top up time.
Random tip: drill the ends of the cut so the cut doesn’t turn into a travelling crack as the plastic gets more brittle.

I plan to use a flexible hose (that’s stored away from the sun) to top up the water. I will probably have rain water in a large bucket and use a simple syphon to move the water.

Also: the second cup-like wrapping of landscape cloth will come in handy shortly… I forgot to drill holes in the bench for drainage into the water section. Heh, oops.

Dollar Store Gardening

I’m an avid fan of dollar stores, and with good reason: the ones in my area ROCK.

Here are some of my plans for uber-cheap gardening:

1 Plastic window box (these come in 1/4 round, square or long. I prefer the long ones – they disappear fast, though.)
1 nylon scrub pad cut in 2 pieces (the ones that don’t include soap)
1 packet of nasturtium seeds
1 packet of lettuce seeds
1 packet of calendula seeds
1 kid’s watering can
1 sheet of emergency blanket (the thin reflective kind. cut into smaller pieces – this is to reflect the sun back onto the plants)
1 package of bamboo sticks (the long ones – to support climbing plants OR to hold the reflective blanket)
And if I wanted to I could buy the soil in the dollar store too, but it’s cheaper in big bags.

Assembly:
Take the window box, flip it over and gently carve the recessed O’s out for drainage.
Flip it back to right side up and place the halved scrub pad over the holes; this acts as a filter to keep the soil in.
Fill with your choice of soil
Water with kid’s watering can (if you can’t get one with a sprinkling head, place a small square of scrub pad on the surface of the soil and pour on / into it; it absorbs the force of the water.)

Let your box drain for 5 minutes and then plant the seeds.
Put the box in a WARM place until the seeds germinate – the lettuce should pop out in a day, the nasturtiums shortly behind them.

Or: keep in a dark spot to encourage root growth (a day or two), then harden off or just stick them in the window.

My only concern is that the plastic may contain something that should not be in food / has chemicals the plants will absorb.

Cure multi-page articles with Repagination and Adblock Plus

I don’t know about you, but when I see what should be a one page article spread across 6 pages in tiny chunks, it drives me nuts! Call me crazy, but I don’t want to wade through ad-saturated page after ad-saturated page just to read a simple article!

A few examples of this are:

  • computerworld.com
  • environmentalgraffiti.com
  • ew.com
  • gamesradar.com
  • instructables.com
  • itwirecom
  • maximumpc.com
  • rd.com

While Adblock Plus usually makes short work of the ads, there are also self-promoting ads on every page as well. I may be interested in these on the first page, but by the second, third and fourth pages they’re nothing but the visual equivalent of static noise.

Repagination (a Firefox add-on) stitches all of the pages together, much like taking a report and taping the pages end to end to create a large ribbon.

Add in Adblock Plus’ side kick “Element Hiding Helper” to zap the noise, and you can actually do what you set out to do – read the article!

How-to:

Requirements:

The first thing you’ll need to do is stitch the pages together:

  1. Right-click on the Next link
  2. Choose Re-pagination
  3. Choose All
  4. Wait as it loads (you should see your scroll bar shrinking and jumping up)

Then I’d recommend scrolling down to the second page, or even just the last page.

before-part-of-page-1-some-of-page-.png image by AmandaKerik

Once you’re there, you’ll want to use Adblock Plus’ Element Hiding Helper to target the areas that are not related to the article (header, footer, “you might be interested in” links, etc.)

The way I target each annoyance is:

  1. Right-click on the Adblock Plus icon and choose “Select Element to Hide”
  2. Move your mouse over the offender
    starting-selection.png image by AmandaKerik
  3. Hit W (wider) on the keyboard until it outlines an area that affects the content
    go-one-step-too-far.png image by AmandaKerik
  4. Hit N (narrow) to go back down a level
    final-target.png image by AmandaKerik
  5. Hit B (blink) to see what removing that selection would affect.
    after-first-selection-applied.png image by AmandaKerik
  6. Hit S (select) to choose that area
  7. Go into the advanced editor
    selection.png image by AmandaKerik

Here’s the tricky part… I, personally, don’t like the first page affected by the slimming process.

In the advanced editor,

  1. scroll up the tree until you’re just under the body area,
  2. choose the one that’s the ancestor of your target
    direct-ancestor.png image by AmandaKerik
  3. then find the ancestor with the SAME name on the same level.
    selection3.png image by AmandaKerik

Troubleshooting:

Every once in a while Repagination inserts a frame for the next page, which foils adblock’s selection.

The easiest solution to this is to go into Adblock Plus’ Preferences, finding the rules for the site, and replacing (as an example):

instructables.com##*#container + * + * + * + * + * + * + * + * + * + * + * + * + * + *#container > DIV#sidebar

with

instructables.com##*#container ~ *#container > DIV#sidebar
after-tilde.png image by AmandaKerik

The tilde (~) means “any sibling after”, and so this would target all of the “container”s after a “container” that are on the same level. It’s usuall shift + `, which is called a “back tick” and is in the very top left of most keyboards.

KOL GM Scripts – My picks from OneTonTomato’s huge list

These are the OneTonTomato scripts I can see myself using, ymmv.

Please note that some, but not all, are on the wiki so there may be duplicates to my previous post.

Repost – run greasemonkey scripts in all browsers

run greasemonkey scripts in all browsers

* Greasemonkey, an extension for Firefox. Make sure to restart the browser before trying to add the script.
* Trixie, one of the best Greasemonkey-like plug-ins for Internet Explorer
* SIMBL and GreaseKit for Safari
* no additional software for Opera, but you need to enable the feature from Opera’s interface
* Konqueror Userscript for Konqueror
I mentioned my doubts on Greasemonkey scripts working in all these browsers as GM scripts use GM-only commands. The Trixie looks promising (but don’t say I said that)

KOL GM – My picks from the KOL wiki

Louvre It Script – Keeps track and automates the louvre it puzzle

Fortune Cookie Script – which will help get semi-rares.

Pulverize Groups – sort smashables by what / how much they give.

Recipes – but it’s out of date. See previous post for an up-to-date version.

Strange Leaflet Spoiler

Mr. Script – The ultimate script

HP Colors – I can use this with my new version of my skin as it (should) let all the shades through.

Inline Descriptions – because I hate having to resize and close windows. Yes, I’m THAT lazy.

Meat Transaction Helper – helps us visual people figure out how much meat we’re dealing with (9000000 looks a lot better as 9,000,000)

Previous Adventures – because sometimes I like to REALLY backtrack.

Pulverize-Malus – somewhat unneeded because of the extra links in the top supplied by Mr. Script, but still nice to have.

Chat Functions – nothing like nickname autocomplete, eh?

Bargain Hunter – great to check that the deal is actually a deal.

Mall Helper – Because manually buying 15 things from 12 stores takes too bloody much time! NOTE: if it says it applies to every page (*), cancel and right-click on it, choose “view user script source” and then use the button at the top.

Manage Prices – great way to find the non-100-meat price.

Auto Choice – Because clicking on “Ignore the wheel” 4 times in a row really messes up my autoadventuring.

d0om’s Combat UI enhancer Gold – the previously mentioned autoadventuring.

Bang Potion Minder – very needed now due to the changes in the lair gates.

Pricegun – because a few of my friends use it and I need to add it to my KOL – Blue w Gradient – GM Tweaks style (make it blend in with the skin)

Auto Login – less typing, more playing. It gives a button to click that logs you in.

KOL GM – My picks from the forums and userscripts.org

Greasemonkey scripts on userscripts.org for KOL (some are on the wiki):
JHunz’s KOL Mall Price Sorter

JHunz’s KOL Mall search separator

JHunz’s KOL Max Price Mall Trimmer

KoL Easy Select – But I edit it so it only applies to Hangk’s as it’s the only place I can’t seem to find what I’m looking for.

AmandaKerik’s Menu for Kmail Areas (KOL) – Is it shocking that I use my own scripts?

KOL – Chat – Label Mods (20-12-2007) – I don’t use the Greasemonkey version, I use the Stylish version, but feel free to use this one.

AmandaKerik’s Colour and Label HP / MP Restorer… – another one I prefer the Stylish version over the Greasemonkey version. Note to Self: Get a shorter name for this one.

Tard’s KoL Scripts – Choice Adventure Rewards – Nice to see this one updated! I just wish she had updated the metadata so it doesn’t look at Tard’s site.

d0om Combat UI enhancer with counter based on y… – Easy way to burn turns, especially for BHH’s miniquests.

Naltrexone’s KoL Scripts – Bang Potion Minder – One less thing for me to keep track of.

Tard’s KoL Scripts – Strange Leaflet – Still works, I wonder when TPTB will add to the leaflet?

KoL Mall price highlighter – An oldie but a goodie, I’m glad I found this one!

AmandaKerik’s To Do List with Disappearing Links – I’m actually sitting on a more up-to-date version of this, I should release it, eh?

Actually, I just realized how many scripts I’m sitting on right now… menus for areas like creation areas (food, booze, items, weapons, armour, etc), as well as for map areas (I find myself very annoyed when I go into the wrong side of the tracks and what I’m looking for is on the right side… put in the tracks and make them clickable, dangit!)

Ok, those are the easily found ones on UserScripts.org, let me do a little more looking in non-wiki areas.

Ok, in the forums there’s a big thread about Greasemonkey scripts for KOL:
http://forums.kingdomofloathing.com:8080/vb/showthread.php?t=139514

Unfortunately, the guy that started it didn’t keep up with it for very long, so the new / updated scripts are sprinkled throughout it.

http://kol.cmeister2.co.uk/scripts/dcstuffies.user.js – This is what started my niche of making scripts that dump sets of… stuff… into your Display Case. Or out of it, heh.

http://kol.cmeister2.co.uk/scripts/itemquantity.user.js – After a battle you can click on an item to have it find out how many you have total.

http://kol.cmeister2.co.uk/scripts/t…pesCM2.user.js – Ahh, recipes.

Auto-DC Klaw Machine Items (KOL) – There’s one that tosses in Hilarious items, but I rarely have them.

That’s it for the forum thread, the ones that AREN’T on the wiki, that is.

How To: Move Wine

Ok, I don’t know about you, but I find when I use wine to play games, they play much better if they’re in the same directory as wine… but… the games can take a lot of room.

The solution? Move wine and the games to another hard drive / partition.

Here’s how to:

You’ll need wine installed normally, and you’ll need to have the new partition mounted.

Make sure the partition is writeable as well as readable (easy way: start nautilus under superuser mode and right-click on the directory and change it’s properties).

Go into your home directory and make all files visible

Find and *cut* .wine

Go into your home directory and make all files visible, then paste .wine

Right-click on the wine directory (in it’s new home) and choose “Make Link”Cut and paste the link (it looks like a folder, but has an arrow in it’s icon) into your home directory, then rename it “.wine”

That should be it – test that it’s all working fine by double-clicking a random setup.exe (cancel it after it show it works)

I highly recommend you do this *before* you install any games.

VCR’s can detect commercials? Mine can!

Ok, so I found a VCR a while back on one of my late night walks (under an IKEA rug, which I also took). I had been putting off setting it up in case it was a dud or worse – it was a tape chewer.

I got around to setting it up a couple days ago and found that while it didn’t have a remote, it could detect a lot of stuff automatically (cable / antenna, channels, etc) and the things it needed help with could be entered in a hidden section of buttons (arrows, the colour coded holes for stereo cables, etc.) in the front.

I’ve been planning on using the VCR to record my daughter’s favourite show – Poko. Despite it’s popularity with my spawn (a fond nickname), there’s absolutely nothing out there merchandise-wise. No books, no videos, no dolls, no stickers, no nadda.

Oh, pardon me, there are videos and books, but they’re all in Australia. Apparently Poko’s bigger in Oz than in Canuckland.

So anyways, I decided to try the recording about 3 this morning. It recorded fast and easy… but when I told it to stop I got a menu that popped up – “I haven’t marked the commercials yet. Do you want me to? Skip it? Marking will start automatically in 15 seconds” kind of thing.

Now… I understand the more advanced Tivo-like DVD recorders have this option, but I didn’t know that VCR’s could do it too!

So I tried it out, and it took about 2 minutes for about an hour’s recorded time. It cut out the commercials, but it also grabbed a couple intro scenes. Nothing major, though.

I’m quite impressed!

Now… if I could just get it to do it on the fly… There are a couple commercials that set my teeth on edge (mom calling her daughter a tramp, daughter calling her mom fat, disgusting, etc), but that’s a different post.

Ten Ways Bush Resembles History’s Tyrants

by Sherwood Ross | May 12 2007 – 9:48am |  permalink
article tools: email | print | read more Sherwood Ross
As public sentiment begins to build for impeachment, it might be illuminating to examine the many ways President Bush operates in a manner reminiscent of history’s tyrants. Here are 10 areas that come readily to mind.

First, tyrants tend to see themselves, as Hitler did, at the head of some kind of “master race.” President Bush and his backers would deny it, but their drive for a “New American Century” betrays them. They’re world-beaters, and won’t sign the global warming treaty or any other cooperative document. Republicans at their last Convention jeered the very mention of the words “United Nations.” Those who see it differently get slandered. Recall how Bush’s hatchet men impugned Senator Kerry’s Vietnam War record. This was reminiscent of Nazi claims Germany’s Jewish veterans of the Great War did not deserve their medals. Another manifestation is Neocons would reduce gay and lesbian Americans to second-class citizenship status. Bush’s backers are convinced of their superiority at home and globally.

Second, tyrants tend to be congenital, brazen liars. Bush lied about Iraq’s threat to America just as Hitler lied when he claimed Poland attacked Germany first in 1939. The UN told Bush there was no WMD in Iraq, yet Bush said there was and made war. He knew better. As many as 600,000 Iraqi civilians are dead, 2-million have fled, and a nation is being destroyed before our eyes.

Read the rest of this entry »