how to take advantage of the incognito mode

Apr 17 2010

Use Incognito Mode to Keep Friends Logged in While Mooching Computer Time

This is a quite simple and great idea.

No responses yet

Attaching files by Drag’n'Drop

Apr 17 2010

Drag and Drop Gmail Attachments

Recently added feature of Gmail provides us a really comfortable experiences in email composition. In the conventional web-based email services we couldn’t drag and drop attachments unlike off-line application of a lot more flexibility. Now, Gmail employs a new technique provided by HTML5 to overcome the cumbersome behavior of webmail. You frustration is gone.

Of course you have to be using a modern web browser such as Firefox 3.6+ or Chrome 4+.

No responses yet

Link Shell Extension

Apr 10 2010

I’m not quite familiar with this topic, so please use the software in the following website after studying carefully. Otherwise you’d happen to make a mistake to delete files and folders that you don’t actually want to.

Link Shell Extension: http://schinagl.priv.at/nt/hardlinkshellext/hardlinkshellext.html

Since Windows Vista, I have been wondering what was going on inside the OS. If you use it with a naive mind, even if you edit some files in Program Files folder, no change might take place. What’s wrong with that? The problem is that there is no entity (for a certain software) in the folder. There is only some kind of link to setting files.

This idea is quite fascinating (although this is irritating we have no knowledge) if you can create links (not shortcuts) freely since any file can be thought of as if the files are on other folders that are easier to access. For personal use, symbolic link, hard link and junction will help you do this.

In my case, it is really convenient to utilize this functionality in the following usage.

Since I’m using Dropbox (which is a great tool to share a folder with other computers through the Internet), all important files are in My Dropbox folder. I cannot relocate this. And I like to classify files in terms of extensions, or softwares with which they are opened. For example, when I write a paper, I have to go back and forth between folders for

  • LaTeX files (and other related files) for writing
  • PDF files for references
  • Python source codes for numerical example

When I’m writing a paper on, say, Project A, I have two folders and lots of PDF files that are closely related in content and segregated in distance:

  • \My Dropbox\LaTeX\ProjectA\
  • \My Dropbox\Python\ProjectA\
  • \My Dropbox\Bibliography\Econ\1.pdf, 2.pdf, …, 10.pdf
  • \My Dropbox\Bibliography\Math\a.pdf, b.pdf, …, z.pdf

(These don’t look complicated but usually there are lots of other folders around them, so it is sometimes to find the right files.)

Although, it is usually comfortable (for PC) to classify files in terms of extensions, it is more natural (for human) to classify files in terms of projects. The following structure is more desirable:

  • \ProjectA\LaTeX\
  • \ProjectA\Python\
  • \ProjectA\Reference\1.pdf, 2.pdf, …

Toward this end, all you have to do is create ProjectA folder and symbolic links inside it. After finishing your project, just delete the symbolic links and the project folder. The original files will remain. (Deletion of symbolic links doesn’t affect the original files. If you made a hard link, the situation will be different.) Note that this is different from shortcuts. You can access those files with the new paths where you’ve just located the files.

If you put the symbolic links under My Dropbox folder, it doesn’t work as pleasantly as you might expect. Symbolic links are not entities so they has no file size on this first computer (X). When the Dropbox synchronizes the files, it seems to copy the entities, not links, up into the server. As a result, the symbolic links will be entities and have file size on another computer (Y). How does a change in Y’s ProjectA folder affect the original? If Dropbox is running on computer X (on which you created the links), the change on Y will change the files in symbolically linked folders on X through Dropbox. Original entities will then be updated through the symbolic links. After that, equivalents on Y for the original files will change through Dropbox again. If Dropbox on computer X is not running, this doesn’t happen. That is, for the change in ProjectA folder to reach to the original folder, computer X and its Dropbox must be on.

No responses yet

Memo: PHP + MS Excel

Apr 06 2010

There are packages that facilitate you to read and write excel files. Visit http://devzone.zend.com/article/3336. Unfortunately, the package for reading is no longer maintained but you can still utilize it. It is desirable to add some of the codes given in http://code.google.com/p/php-excel-reader/wiki/Documentation.

(I myself usually don’t feel any necessity to use Microsoft products other than Windows OS. But some people apparently treat them as if they were musts. I don’t want to argue against those people or to live like a hermit without the sometimes convenient products. Now that I’m old enough, I even feel it is nonsense to frown at an e-mail with an .xsl file attached. Let’s get along with them.)

No responses yet

Cherry Blossoms Are Covering Us

Apr 06 2010

The cherry blossoms in Kyoto are now in full bloom. They are so beautiful, though my photos are badly taken.

Cherry Tree along Reisen Street

Cherry Tree along Reisen Street

One response so far

Hello world!

Apr 03 2010

My web site has completely been reformed. Now I employ WordPress, which I really like. I feel as if I could do anything with it.

No responses yet

Chainable USB

Mar 25 2010

http://dvice.com/archives/2010/03/chainable-usb-p.php

i love this idea. this would make my desktop tidy.

No responses yet

memo

Feb 21 2010

These are Ms. Nolan’s recommendation.

  • Michael Ondaatje, “The English Patient”
  • Thomas Hardy, “Tess of the D’Urbervilles”
  • Siri Hustvedt, “What I Loved”
  • Jane Austen, “Sense and Sinsibility”
  • Emily Brontë, “Wuthering Heights”
  • Charlotte Brontë, “Jane Eyre”
  • Daphne Du Maurier, “Rebecca”
  • Milan Kundera, “The Unbearable Lightness of Being”
  • Vladimir Nobokov, “Lolita”

No responses yet

way to go, wordpress!

Feb 16 2010

Yesterday, I changed Contents Management Systems of this blog from Nucleus to WordPress. That took ONLY about 30 minutes and I could get rid of ALL the difficulties I experienced so far. One is mathematical typing like:

f(x)=f(0)+\int^x_0 f'(s)ds.

You can also type an inline expression as $latex x^n+y^n=z^n$. Another is static (pseudo-static?) URI that you see on the browser address bar. Each of them took no more than 2 minutes. I was elated and, in a sense, disappointed by my old reluctance.

Anyway, all done. My frustration is gone.

No responses yet

Dynare on Ubuntu

Nov 28 2009

Can’t install dynare for ubuntu on my virtual pc with virtualbox.
dynare wiki announces dynare is directly available by apt-get. but apt-get doesn’t work
it seems i’ve got lost

No responses yet

« Newer posts Older posts »