Chew on this, RIAA

Chew on this, RIAA

If you’re in the USA, you’ve probably noticed the “FBI Warning” anti-piracy stickers by now. Well, here’s a little something to help indie artists combat any fear of sharing that said stickers may instill.

Personally, I don’t think the FBI stickers will have much effect.

Posted in Web Wandering & Opinion | Leave a comment

Potential blog renovation

I’ve decided to turn my blog into a bliki. Essentially, that would mean that it would become less of a chronological listing and more of a full-fledged site with blog-style updates. If you know what a wiki is, then just think “using a wiki, with a few add-ons, as a blog”.

My current plans are to move as soon as I can get PyXML set up (for RSS feeds), find the time to write a comment plugin for MoinMoin (Could be a week, could be months), and design a nice unique MoinMoin theme.

Comments? Suggestion? Criticisms? Questions?

Posted in Geek Stuff | Leave a comment

Fanfiction – “In My Dreams”

Title: In My Dreams
URL: Fanfic.net RAAC Mirror
Author: Siaru
Source: Ranma 1/2
Rating: 6/6
Type: Continuation
Length: One-shot

Every once in a while, I come across one of those one-shot fics which simply takes my breath away. “In My Dreams” is one such case. As with every one I’ve read so far, it’s written from a first-person perspective. I won’t give away the plot, but I will say that the writing is superb and that it takes place after the Ranma 1/2 manga ends.

Read it. If you can spare the five minutes, you won’t be disappointed.

Posted in Fanfiction | Leave a comment

Novel – “The Fool’s Run”

A while ago, I read “The Devil’s Code” by John Sandford… I finally got the other books in the series and I just finished reading “The Fool’s Run”. It’s a techno-thriller, the first part of a three book series which centers around a professional computer criminal named Kidd and his partners in crime. (The Devil’s Code is the most recent book)

I know it’s starting to sound repetitive, but I’d definitely recommend the book. It does a good job of hooking you, it has enough explanation to avoid confusing 90% of potential readers and, at the same time, enough technical details to interest any computer geek. It’s also something I’d recommend for a leisure writer who wants a good example of surprise plot twists.

All in all, a relaxing 4 hours. (I know. I still can’t believe that I’m routinely breaking my 6-hour record for average-sized novels.) I can’t wait until I have the time to read “The Empress File” and complete the series.

Posted in Reviews | Leave a comment

A Better Firefox

I sat down at my computer today and realized, lo and behold, my web browser seemed light years beyond the default Mozilla Firefox configuration without being noticeably slower. As such, I made a cleaned (no personal stuff) version and you can get the bzip2-compressed tarball.

If you’re on Linux, just rename your old ~/.mozilla folder and extract mine into your home folder. If you like it, copy your personal files from the old .mozilla and keep it.

If you’re on Windows, you should probably be able to get it working by finding the firefox folder inside your profile (usually $HOME/Application Data/firefox if my memory is correct) and replacing it with the firefox folder inside the .mozilla folder in the archive. (Remember to make a backup of your old one. It contains your bookmarks and other saved info)

Anyway, here’s a list of enhancements that you should see. I think I got ’em all but I might have missed some. For the sake of brevity, I’m only listing the non-default stuff.

Changes defined in userChrome.css and userContent.css
* The Go and Help menus are gone to save space.
* The annoying scrolling text and CSS-based blinking text won’t do so anymore.
* Links that would open a new window will cause the cursor to become a crosshair when you hover it over them.
* Links that trigger JavaScript when clicked will show the “move” cursor when you hover your mouse over them.

Changes defined in user.js
* “Single-window mode” options for tabbed browsing are available in the preferences panel.
* Non-CSS blinking text won’t blink.
* Any un-blocked pop-up windows will be resizable, minimizable, and have menus and navbars
* Sites can’t disable scrollbars and frames are forced to be resizable
* Non-URL entry in the address bar will be normal google search instead of “I’m Feeling Lucky” search.
* Mozilla won’t wait 250ms before rendering each page. (Good for fast computers, bad for slow ones.)
* Pipelining is enabled. (Experimental feature which speeds things up but may cause problems with older web servers. I’ve never seen any though.)

Installed Extensions: (Inactive features not listed for the sake of brevity)
* Add Bookmark Here (Puts an “Add Bookmark Here” entry at the bottom of each bookmark submenu like Opera and Konqueror do)
* DOM Inspector (Useful for firefox hackers and web designers. Non-removable and comes with firefox.)
* Download Statusbar (Downloads appear as progress bars in an auto-hide toolbar just above the statusbar.)
* downTHEMall! (A tool to simplify mass downloads of image galleries and other file collections.)
* Flashblock (replaces flash applets with stylish click-to-load buttons, making web pages load faster.)
* miniT (drag+indicator) (Lets you drag tabs around and shows an arrow where they’ll appear if you let go)
* OpenBook (Puts a treeview of bookmark folders in the Add Bookmark dialog and remembers where you last put a bookmark.)
* Resize Search Box (Puts a little click-and-drag grabber on the search box so you can easily resize it)
* SessionSaver (Remembers which tabs were open if you close or crash your browser and restores them when you re-open it. It also has a feature called “SnapBack Tab” which lets you “undo” the action of closing tabs.)
* Slim Extension List (Sorts the extension list and makes it easier to read)
* Stop-or-Reload Button (Combines the stop and reload buttons since you can’t stop if the page is loaded and reloading before loading is finished implies stopping first. More space for the address bar)
* User Agent Switcher (For those annoying sites that aren’t really limited to Internet Explorer but want to be a pain)

Notable Included bookmarks:
* Toolbar
* Latest Headlines (The RSS bookmark that comes with Firefox)
* TinyURL! (A bookmarklet to feed the current page through TinyURL.com)
* Quicksearches (Type them into the address bar. I made them more Konqueror-like)
* dict: [whatever] for Dictionary.com
* gg: [whatever] for Google
* ggi: [whatever] for Google Images
* gp: [whatever] for Gentoo Portage Archive Searching
* imdb: [whatever] for the Internet Movie Database
* slang: [whatever] for Urban Dictionary (try “slang: Internet Explorer”)
* wp: [whatever] for Wikipedia

Changes set in Preferences:
* Privacy
* Downloads will be removed from the download manager upon completion
* Third-party cookies are blocked and first-party cookies are set to be session-only.
* The home sites for the extensions I added are in the allowed list for installing extensions.
* JavaScript scripts cannot move or resize existing windows, raise or lower windows, disable or replace context menus, hide the status bar, or change the status bar text.
* The download manager will not auto-appear (I use Download Statusbar (see the extensions list) instead)
* Smooth scrolling is enabled.
* All links that would normally open new windows will open as new tabs instead.

Installed, but Disabled, Extensions: (Can be enabled with right-click in Extension Manager)
* Chromedit (A quick-access editor for userChrome.css, userContent.css, and user.js)
* ColorZilla (A combo color-picker and eyedropper. Useful for bloggers, web developers, and the like.)
* Fangs Screen Reader Emulator (Lets you see what a blind web surfer would hear. Good for web designers.)
* Javascript Debugger (Good for web programmers.)
* MeasureIt (Lets you measure areas of the screen. Good for web developers.)
* Web Developer Toolbar (Almost everything a web designer could ever want.)

Other notable changes:
* Fonts should be more readable than the defaults under Gentoo Linux (If the “Bitstream Vera” Serif and Sans-Serif fonts are installed.)
* The toolbars are as vertically-compact as possible without being uncomfortable at 1024×768 and below.
* The start page is about:blank (a blank page)
* The “popups have been blocked” toolbar is disabled. (The statusbar icon still appears, though.)

If you want to kill over 90% of ads, combine it with the parasite-blocking hosts file.

Posted in Geek Stuff | Leave a comment

Another reply to an unsigned e-mail

Another blog reply because a message didn’t have a valid reply e-mail. Would anyone who doesn’t want to give out their e-mail when contacting me please consider SpamGourmet or DodgeIt? It’s kind of unfair to the other blog readers when I have to post replies as site updates.

i just tried to comment on your responce to my insulting
mial to thank you and that stupid anti-IE window popped up
AGAIN!!

i dont care if you think IE is buggy or not, but if you
can’t be willing to comprimize to the main populus then you
shouldn’t have a damn site. dont try to push your stuff on
others, i’ve read all the things on your site, i’d think
you’d be against that kind of ignoranse with all your anti-
american rants. you cant be forced into making the site
more accomidating but it will make you a better person,
mainly by not making you a hypocrit.

Sorry about that. I meant to, but I forgot. (*embarrased chuckle*) It should be gone now. (I can’t run IE so I can’t confirm it.)

Thanks for reminding me. My TODO list is still in a state of renovation and some things fall through the cracks.

About the pop-up, I wasn’t intentionally being hypocritical. In fact, it was supposed to only appear when you leave my collection of sites entirely and, if I wasn’t against persistent cookies, it would be set up to appear only once.

Also, is there any contact info you *would* be willing to give out? Because, if there is, I can add it to my contact script as an alternative to an e-mail address.

Posted in Site Updates | Leave a comment

Fanfiction – “The Things We Wish For”

Title: The Things We Wish For
URL: (Fanfiction.net) (Hosted by AngCobra) (Chapters 1-12 at Florestica)
Author: D.B. Sommer
Source: Ranma 1/2
Rating: 6/6
Type: Continuation, Semi-AU
Length: 15 Chapters, 2 Interludes, Epilogue

I started reading this expecting quality, and I was not disappointed. As with Shampoo 1/2 (which I intend to give 6/6 when I can find time to review it properly), The Things We Wish for is a well-written story with believable characters, lots of humor, and a deep back story. They also share a tendency to extend the Nerima craziness either spatially or temporally but I don’t think any worse of them for it.

The plot is essentially this, “What if Akane ended up getting a wish and wishing that her mother was still alive, only to find a 17-year-old version of her mother sucked into the present?” What follows ends up revealing a deep and believable story of the previous generation, crushed dreams, and lessons learned. (God, that sounds cliche.)

I’d recommend it any day. Heck, I’d give it a lot of bonus points, but it’s too uniformly well-written to single out anything right now. I especially like the ending which employs a unique (in a “Why didn’t I think of that? Oh yeah, because I can’t write well enough.” kind of way) method of making a wide variety of readers happy.

Update: Re-read it. 6/6 rating bump.

Posted in Fanfiction | Leave a comment