Don’t know when I started… Somewhere during the last week. I looked at Firefox’s featured add-ons list while updating my plugins (yes, I manually update
them for compatibility’s sake), I noticed Brief and ScribeFire (with nice logos :P), they are all free and are featured, which implies they are good for something. Why don’t give them a spin?
Brief

Yes. I use Windows. Don't laugh!
This plugin lets you read feeds and that’s it! It has a nice interface with fold in and out effects (possibly some jQuery hidden behind); it now works with NoScript (they said so in the change log). Its advantages over Firefox’s live bookmark are:
- You get to see the content of the post from the feed.
- You can rate, mark read and deletes items.
- Set individual update rate for each feed, or for all feeds.
- Nice and customizable interface. (If you know CSS)
To me, at first it looked like a nice alternative to Microsoft Outlook’s feed functionality and I like its customizable interface. I have a feed with oversize pictures inside, it makes me scroll to see the content, all I have to do is go to the customization interface, and type some simple CSS
.article-content {
width: 80% !important;
overflow: hidden;
font-size: 12pt !important;
}
font {
font-size: 12pt !important;
}
Basically, the above CSS set the width of the content element to roughly 80% of the full window width, tell Firefox to trim off anything that come further than the edge, force all text size to 12 points to readability; and that’s it! The text content is wrapped nicely inside the window’s width, oversized pictures are trimmed off, should I want to view then, and “View Image” will come in handy.
To see brief’s elements on the page, go to Brief’s page description. Yes you can use some web development tools but trust me, all you got inspecting the page is a bunch of JavaScript insert :P.
<body>
<a class="article-title-link"/>
<!-- Shown only in full articles: -->
</div>
</div>
</div>
</body>
But because it inherited from Firefox’s Live bookmark, it also share LB’s limitations like you can’t read the full post inline (if the publisher have chosen to publish it short), this can be frustrating reading feeds with lots of item. You want to read it? New tab! Shouldn’t a feed reader simplify the reading process? And looks like it’s compatible only with feeds which the Live Bookmark feature in Firefox is capable of reading.
And as a plugin, it has problems of its own, like it can rarely update the feeds on itself. At first I thought this was BetterCache’s fault, but even after disabling BetterCache, it still won’t update my feeds even if I clicked on each of them and choose “Update feed”. To have the feeds refreshed I have to go to the bookmark sidebar and update the like bookmarks there. Only then would the new items appear
So, if you want a news reader and like to pray that the updates work (possibly it just doesn’t like me), and always wanted to change the way how your news look, then Brief is right; but if you are looking for something that will satisfy all your reading need, there’s still a long way to go.
ScribeFire
A lightweight blogging plugin (about 500K). It lets you conveniently blog about stuff you like (a site, an image, you tube video etc.) straight from Firefox with a mouse click (or F8).
Yes, it implements many popular blogging services like WordPress, Blogger, Xanga, and custom blogs that implement the MetaWebLog API. For the basic part, it allows you to create / edit posts in a WordPad-like interface.

It is capable of
- Drafting (called notes)
- HTML Editing
- Preview (it will temporarily publish the post to your blog and let you view it inside the editing pane, not live preview like WLW)
- Post management (Add / Edit / Remove)
- Differentiate between pages and post (WordPress’ page options not implemented, make sense because this is a general blogging software)
- Category management (but not hierarchical, again, this is only WordPress specific)
- Technorati tags
- Timestamp edit
In short, it lets you perform all the basic function all the blogging platform allows you in common. It’s quite good, I tried several posts and it does its job really fast, comparable to Word’s; there’s also some “extra” function like:
- Insert a Flickr Image: You can search for Flickr images which match a keyword and insert it to your post, albeit the process is slow. I would prefer a Flickr-code text box, insert the image page URL and get the picture inside that page inserted (Flickr scatter a transparent 1×1 GIF over its images you can’t just save image as…)
- Insert a You tube video: Same as Flickr.
- Blogging toolbar: when you visit a blog of yours that you have registered with ScribeFire, you can quickly edit your posts and page by clicking their titles, nice feature that WordPress lacks, but can be fixed with a simple template tag (but that’s another story).

Blogging toolbar
- Managed ads: Haven’t tried this feature. Looks like it lets you insert and track ads easier, but I don’t like this one. I know that the plugin maker has the right to make some dough from this but it makes me suspicious if this plugin’s authenticity. To this point I trust it solely because it’s Mozilla-featured, and I’m still dubious. Furthermore, the space it takes to the left of the page looks clumsy; I just want to remove it off sight!
And as all my suspicions went, it’s right to some point. Since I began writing this post, I haven’t opened ScribeFire’s home page, I turned off all Firefox’s updates and only open some posts from my server (which is like thousands of miles away from ScribeFire’s), look at the traffic to and from my computer and see I’ve got:

See that nice IP? 8.10.72.201, let’s find out where is it

Surprise!
I could find out what it is trying to send back home, but doesn’t like to. I’m not going to use this for long anyway. Yes, it does its primary function quite good, but I doesn’t like that interface. Would you prefer the editor you see several paragraph above or this:

Blogging with Word
I know that Word doesn’t have the full functionality set, but I feel more inspired blogging with Word than ScribeFire. UI over functionality, how superficial I am :P. But that’s not the only drawback of this plugin.
- Every time you insert an image, you will have to wait for it to upload if it’s from your computer, in contrast with Word which uploads the image after you have published the post. ScribeFire’s approach makes the user wait, even if the delay is relatively short on broadband, it’s still a delay and the user (me) isn’t comfortable with it. It does have the advantage of easier control on which image has been uploaded and which have not (Word always upload all images every time you publish a post), but again, Word does not make the user wait: money can’t buy time but it can buy server space :P.
- No find function in the code view (while the near-WYSIWYG editor has). You have like 1000 lines of HTML for your post? Forget your custom classes!
- You can open multiple instances of it, ScribeFire will slow you browser down for a while but it will let you. This may easily confuse you and have you edit in the wrong window, especially when you are busy. And that lead to post conflict…
Both of the plugins are new, they have the potential to become better but for the moment, I’m done testing.
1.
A blog post from a HCMUT instructor suddenly force me to look back. Where am I actually? On the path to become a CS (computer scientist) or a CEN (computer engineer)? I have thought about it, but just unable to determine which. The following quote somehow cleared the blockade:
Should I pursue computer science or computer engineering?
Scientists and engineers are both interested in the nature of things, in understanding how ideas and objects in the world fit together. But in general, they seek to understand the nature of reality with different ends in mind: the scientist seeks this understanding as an end in itself, the engineer in order to build things. Thus CS is closer to the underlying theory of computation, with its roots in mathematics, and CEN is closer to the design of physical devices, with roots in physics and chemistry as well. Students with an urge to build things, to measure how things work in the laboratory, those attracted to physics and chemistry as well as mathematics, should seriously consider CEN. Students with an interest in the true nature of symbols, information and their manipulations, the forms and limits of algorithms and data structures, should consider CS. Of the three great divisions in computing, namely theory, software and hardware, to a first approximation theory go with CS, hardware with CEN, and software with both, but mainly with CS. The more general the software, the closer to CS; the more hardware-specific, the closer to CEN. Thus a student interested in creating his own new general-purpose computer language would best be served by a CS degree program, while one interested in designing a software interface for a new high speed serial device by the CEN degree program.
I don’t like to build things. I do that frequently, but because I am forced to :P. Either that is a project or that make my life easier. But a CS must have fascination with the nature of everything, and feel the elegance of a solution. Looks like I don’t. I haven’t invented any new way to solve a problem, just combine existing things together and see if it works. Furthermore, a scientist must explore lots of things and also able to describe it so others can understand what they have in mind, which is something I’m not really good at. (Just writing a blog post like this is enough to give me a headache – I’m trying to get better nevertheless 🙂 ). And in the end, though I don’t like it, I’m best at building things, not sitting around and dissecting others’.
I think I’ll be a CEN, though CS does sound much cooler. The anti-need to build-something can always be credited to one thing: laziness.
2.
Another point for this matter: nobody told you what you’ll be before you started learning (sign up for the school, and stuff); and you don’t get to change your major in Vietnam. In contrast to other countries’ where potential students can get a grip of what they’ll learn, not by asking some counselor through magazines’ forums but by getting the info straight from where they want to apply:
http://www.pratt.duke.edu/highschool/cs_vs_ce.php
http://www.ntu.edu.sg/SCE/info-gen.asp
http://www.eng.buffalo.edu/compscie_vs_compeng.php
This may sound unimportant, but the consequences are not. Some 1st year student from my university suicide last week for getting expelled for low grades. If that kid had been informed that all students hated the general curriculum years… :/
3.
The itchy “unknowing” feeling is common. It doesn’t just come when you stop for a moment and start thinking about your life. It could come out of a sudden when you are in the middle of something else. The result for each time varies and could be hard to classify. Nevertheless, Phillip Armour tried to categorize ignorance itself and coined a term “Order of Ignorance”
- 0(zero)th Order of Ignorance (0OI): Know something (relevant) and can use it effectively
- 1st Order of Ignorance (1OI): Know that that you don’t know something
- 2nd Order of Ignorance (2OI): Don’t know that you don’t know something
- 3rd Order of Ignorance (3OI): Don’t have a process to find what you were unaware that you didn’t know
- 4th Order of Ignorance (4OI): Not even aware of the Orders of Ignorance and their implications
Yeah! Now you’ve read this, so you are at 3OI already! You know what “order of ignorance” is :P. You (may) have successfully perceived that the unknown is vast. You can’t just “know” that and do nothing, you have to proceed up the levels of ignorance. Note that these levels apply to a specific range of problem, and you may say “I’m 0OI at X but 2OI at Y and I need your help”; most people would love to!
If all this sounds too alien to you, imagine that you read horoscopes, numerology, take personality tests. Do you believe in them without a doubt? Then you are at 3OI for psychology! If you have a slight doubt and wanted to find out why, you are at 2OI, because you know somehow they are right and somehow they are wrong, but don’t know where to clear the doubt. You are at 1OI if you want to know about the Forer effect. If you understood what that is, you are now at 0OI. You know science have space on the selves for supersition 😛
It’s like climbing stairs, the ascension is always harder to take. You may make it to the “higher” levels but as you forget what something is, you fall a level; and if you continue to forget your methodologies too, you fall down yet another level.
As human’s memory is currently so limited (except for exceptional cases). You will eventually forget things, but in order to keep yourself from falling further, you have to keep the methodologies of life; some call then principles. Don’t worry; most of us are able to keep them, and can come up and down the stairs.
Unfortunately, some don’t, and as climbing the stairs is hard even for themselves, you are always at 2OI to make them climb with you or if that even possible, and if you don’t even want them to climb with you, you are back at 3OI =)).
I have something that I must do, with which I have 3OI. Oh, well…