Today is Dia de los Muertos, a traditional Mexican holiday that honors ancestors and family members that have passed on. This is the first day of winter in the traditional Irish calendar.
It also marks a week since my stepfather passed away. (See livestrong.)
I miss him, but I am so glad he is no longer in pain. This is a day to honor the dead, and I will honor him in my heart today.
This has been a very hard week. I managed to get sick for the first time in months, thanks to the stress and poor sleeping. But it is a new day, a new month, a new season.
It is also the first day of NaNoWriMo and I still haven’t decided whether I have the wherewithal to participate now.
Jack was a great reader, who dearly loved the written word. I don’t think he would want me to set the writing aside. And I know that I would regret not participating after the great success of last year.
More later.
vim tip of the day. In your .vimrc file, add a line that says:
set modeline
This allows you to set options on a file-by-file basis, using a special indicator on the first line. For example, in my ~/todo file, I might like to leave off line numbers, which I have set to come on by default in .vimrc. I’d use this for the first line of the file:
// vim: nonumber:
The spaces and punctuation are important. Basically what you have available is any command that you normally use :set to turn on or off — in the above case, :set nonumber would be the command, with :set number turning it back on. Other possibilities include wrap or nowrap to turn linewrap on and off, ruler or noruler to turn on or off the cursor indicator at the bottom of the window, background=dark or background=light to change the automatic coloring.
Issue multiple commands by inserting a colon or whitespace in between, such as:
// vim: nonumber wrap noruler background=light:
Enter :help modeline for more info.
I’m not normally one to dig Flash-based websites, but this one is just amazingly gorgeous: Zephyr Syndicate
It has a Sky Captain and the World of Tomorrow feel to it, which is all right by me.