December 2, 2008

Recreating MS Windows Help Popups

November 26th, 2008

Overlib [example] is nice enough, I guess, but I still think the ideal popup behaviour for definitions (seen on 'mouse-over') is the example set by the old microsoft-help model… (seen in 'mshtml').

Figure: The Windows Help "Definition" Pop-up

******************************
HERE’S HOW MS HELP BEHAVES:

if you POINT at link, nothing happens. (changes to HAND icon).

if you PAUSE at link, a small TITLE box comes up : “View definition”

if you CLICK on the link, the overlaid window OVERLAPS THE WORD and STAYS THERE

until … you CLICK ANYWHERE !!!
(click on the popup, click on the main page, click outside the window…. anything.)

THE WINDOW CLOSES ON LEFT CLICK _AND_ RIGHT CLICK.

THE ONLY EXCEPTION TO THIS “CLICK ANYWHERE” behaviour is if you click
on a link in the POPUP itself. In this case, it opens the new definition in the exact
same location.

Relevant Google Search ("dhtml popups")

---- eof ----

Official Gmail Blog: Syncing your Google Calendar

(bookmarked from the web to blog)
Official Gmail Blog: Syncing your Google Calendar

November 23, 2008

Warning about "Software Informer"?

 
Note the following from an anonymous blog, titled "Removing Software Hijacker: Software Informer or System Informer " [^1] :

ISSUES:

Software Informer is dangerous software hijacker, keylogger, and spyware. Another name  is "System Informer".

2. Uninstallation : This application can't be deleted or uninstalled unless you do a direct manual deletion into registry: The Software Informer also causes high CPU utilization and makes overall computer performance dropped.

2. Hijacking google search:  As part of this company's software strategy, the designers effectively hijack  www.google.com seach functionality: if you try to find information regarding this sofware, the page will only show results from Software Informer  pages.

Workaround: This ADVANCED SEARCH on Google is a specially-crafted string that excludes the hundreds of subdomains used by informer.com : > SEARCH

 

For  information on deleting it, see Removing Software Informer hijaker (aroundsap blog)!

 

[^1] http://aroundsap.wordpress.com/2008/06/01/removing-software-hijacker-software-informer-or-system-informer/

 

November 16, 2008

Today’s Japanese Lesson : “Taiko Report Card”

... I was playing MASTER of TAIKO #6 ( 太鼓の達人 ゴー! ゴー! 五代目 ) for the PlayStation 2 (PS2), and one menu item had me stumped ...

 

( “What's with the little lacquer boxes," I wondered… ”)

So, after some kanji-reverse-engineering, here's what I found:

 

太鼓の通信簿 =  Taiko report card = TAIKO no TSUUSHIN BO

 

 

通信= TSUUSHIN = communication; correspondence; news, a report.

 

 

 

‐簿 = BO [] ぼ」= list, book, record (an ending-compound kanji;

e.g. すいとうぼ, "cashbook".

 

 

 

通信簿 = TSUUSHINBO 「つうしんぼ」{ツウシンボ}
                = a report book, a report card

 

 

As for the banners, I think they say "ONSHOKU"…

音色 = musical quality

おんしょく = onshyoku : tone color

 

     

 

 

Oh, and there's also "Additional Element" and "Personal Record":

 追加要素」や「個人成績」を閲覧できる。

 

November 5, 2008

Red vs. Blue: We Are Not Enemies

"As Lincoln said to a nation far more divided than ours: 'we are not enemies but friends. Though passion may have strained, it must not break our bonds of affection.'

To those Americans whose support I have yet to earn: I may not have won your vote tonight, but I hear your voices.
I need your help. And I will be your president too.

To all those watching tonight from beyond our shores -- from parliaments and palaces to those who are huddled around radios in the forgotten corners of the world : our stories are singular, but our destiny is shared. And a new dawn of American leadership is at hand.

To those who would tear the world down: We will defeat you. To those who seek peace and security: We support you.

And to all those who have wondered if America's beacon still burns as bright: tonight we proved once more that the true strength of our nation comes not from the might of our arms or the scale of our wealth, but from the enduring power of our ideals: democracy, liberty, opportunity, and unyielding hope.

That is the true genius of America: that America can change. Our union can be perfected. What we've already achieved gives us hope for what we can and must achieve tomorrow.

This election had many firsts and many stories that will be told for generations..."

"[But] it can't happen without You: without a new spirit of service, a new spirit of sacrifice.

So let us summon a new spirit of patriotism --of responsibility-- where each of us resolves to pitch in and work harder, and [to] look after not only ourselves, but each other."

From Obama's Acceptance (Victory) Speech, November 5, 2008
full transcript: http://www.thestar.com/News/USElection/article/530862

October 27, 2008

Rewrite for MS Word Visual Basic Error Message

My re-write of a dense error message to improve rapid comprehension.

= Original Message =
[file://C:\Documents and Settings\\Local Settings\Application Data\Microsoft\OFFICE\Alerts\WatsonAlertHelp.htm]

This error is usually due to insufficient memory or low disk space. It also occurs when the default Word template ('normal.dot') is corrupt, the 'VBE6.DLL' file is the wrong version, or permissions to the Temp folder on a server share do not allow access to the folder by the user.

Low memory or disk space can be solved by either closing unused applications, de-installing unused programs or files from the hard drive, or by adding RAM or a larger hard drive. In some cases, a memory leak may have been encountered and is consuming RAM without your knowledge. If you suspect a memory leak is the problem, shut down Word and VBA and restart the computer.

Rename the normal.dot file and restart Microsoft Office Word. When you exit Word, Word will rebuild a new normal.dot file. If you have a backup of the normal.dot, you can replace the defective one with the backup copy instead of having Word repair the file.

If the VBE6.DLL is not the correct version, replace it.

If the network permissions are inadequate for access to a TEMP folder on a server share, consult the administrator and determine if the permissions can be changed. Otherwise, redirect VB to use a local Temp folder.

[link:
http://watson.microsoft.com/dw/errormessages.asp?
ProductName=Office11&EventSource=OfficeErrorMessages&EventID=10094
&Language=1033&productBuild=11.0.5525.0]

------------------------------
= My Rewrite =

"The Visual Basic environment could not be initialized."

"This error is [often] due to insufficient [system] memory, or low disk space.
[The error can also occur] _when the default Word template (normal.dot) is corrupt_,
[or] _the 'VBE6.DLL' file is the wrong version_,
or [, if the "Temporary" folder used by MS Word resides on a shared server,] _permissions to the 'Temp' folder do not allow access [to the current user]_.

Remedies / Potential Fixes:
1)
Low memory or disk space can be solved by either closing unused applications, de-installing unused programs or files from the hard drive, or by adding RAM or a larger hard drive. In some cases, a memory leak may have been encountered and is consuming RAM without your knowledge. If you suspect a memory leak is the problem, shut down Word and VBA and restart the computer.

2a)
Rename the 'normal.dot' file and restart Microsoft Office Word. This file is located at "C:\Documents and Settings\USERNAME\Application Data\Microsoft\Templates".
After you restart and exit Word, Word will rebuild a new 'normal.dot' file.
2b)
If you have a backup of the 'normal.dot' template file, [instead of having Word repair the file,] you can replace the current (defective) file with the backup copy.

3)
If the VBE6.DLL is not the correct version, replace it.[*]

4)
If the network permissions are inadequate for access to a TEMP folder on a server share, consult the administrator and determine if the permissions can be changed. Otherwise, redirect Visual Basic (VB) to use a _local_ Temp folder.**

Link: [More help fixing this error is available online]
------------------------------------------------------------------------------
* (I can't rewrite this point because there is no info offered on what constitutes "correct", how you would replace it, et cetera.)
** No idea how this would be done...

October 26, 2008

A Great Day for the Internet

"A Great Day for the Internet" 

It was a great day for the Internet, today [August 1st, 2008].  Just hours ago, the [United States] FCC ruled that Comcast violated federal policy by interfering with certain Internet traffic.  In doing so, it took an important step toward assuring that the Internet remains open and free.  In Chairman Martin's words, consumers are entitled to unfettered access to the Internet. [...] it means that the FCC is prepared to act against tactics that threaten innovation and the level playing field of competition.

... Today's FCC Order does two important things.  First, it makes clear that, while reasonable network management of Internet traffic is permissible, there is a line that cannot be crossed.  Comcast crossed that line, and has been sanctioned accordingly.  Secondly, the FCC endorsed the idea that the rule of law must be accompanied by transparency into what ISPs are actually doing to our Internet traffic.
...
 

October 8, 2008

An Actual Index


A Message for the CSS and XML Cultists
Why Nero is called Nero
How You Can Tell Someone's Not In A Relationship
Request for Enhancements (RfE) - to Miscrosoft, re...
Video Games, and Too Much Free Time
Find Other Web Sites Hosted on a Web Server
50th Anniversary of the LEGO Brick
Microsoft Q2 Earnings Summary
About Voicemail & Google Chat
Confirmed: you CAN run Windows 95 on Virtual PC!
BitPim, a CDMA phone organizer
I Sure Stumble on Some Random S&*t...
Osaka dialect 大阪弁 Japanese lesson in English
OPTIMUS MAXIMUS KEYBOARD
SLB: Fixed! TSC.EXE CPU, Hard Drive, and Hibernate...
Liberty Miller Individual Sweeps 2nd Place
Gordon's Notes: A problem with Megan's Law: the pr...
Gee, I wonder what time it is?
Tip d'jour: Add Your Own Help Pages to Photoshop C...
2004's Cisco Hacker Convicted this week in Sweden
What are "Advanced Features" in Google Desktop?
Miro (official/ non-beta) version 1.0 Launches!
About Vista's "Windows Experience Index"
Marvel launches online comic service w/ 250 free s...
Blade Runner Final Cut - NOW PLAYING at a theater ...
(stocks) Cisco profits up 29%, stock drops 9%
OMG! I bought the wrong video card!
your computer might be showing the wrong time toda...
Easily Add A Storage Hard Drive to Your Home Netwo...
Dear Epic Games (Re: Unreal tournament 3)
blogger template update
Time for a Flash-based ("Solid State") Hard Drive?...
stocks for week of oct 15 to 19, 2007
rfe: Microsoft Windows Xp > System Restore Utility...
unfortunate display of incompetence
only the first 60k hybrids qualify for tax credit ...
[NOTE] website style - a page (with tabs) detailin...
Come on Kids! It's Fun to be Healthy!
not "second life" - it's "surreal life"
Exploring Beyond 'Guitar Hero' - Add your own musi...
Cisco Makes Unimaginable Sums of Money, Single Han...
Beyond Guitar Hero - Be a Keyboard Hero !
Change and taxes, Cigarette Lighters on Planes
Meat Production's Environmental Impact
Blade Runner 'Final Cut' DVD will be available for...
Add Vista Premium/Enterprise features to XP (or Vi...
Web Developer Toolbar for Internet Explorer
How to implement abbreviation definitions correctl...
Posting to your Blog using Blogger: Post an entry ...
Image Blog for July 22
Structured Procrastination
How I Hacked Your LinkSys Router (Which You Probab...
odd relationships : 'blogger.com' to 'blogspot.com...

September 30, 2008

Sigur Ros - Saeglopur

embed test:

July 25, 2008

Personal Online Journals?

A 'to do' item: which blogging tools allow you to set access permissions? What about posts which you only want to allow yourself to see? Does it have to be for the 'blog' as a whole, or can it be done per-post?

June 5, 2008

GPS is now awsome

I have been finding my in-car driving directions (GPS) to be amazingly useful. I love the way I've grown to trust it enough to take little side-roads/alternate routes, allowing me to see streets and places I've never seen before (even though I've lived in this area for almost a decade). I got the "TomTom One" around December, and I don't regret my purchase at all.

So I'm currently recommending the "TomTom One", 3rd Edition:
TomTom ONE 3rd Edition 3.5-Inch Portable GPS Vehicle Navigator

(plain text URL:
http://tinyurl.com/6s9e65
)

a wine recommendation: J.W. Morris Merlot 2005

Had an excellent drinking/dinner wine this evening; thought I'd pass along the recommendation.

J.W. Morris, Merlot, (California); 2005 vintage

---
I saw one review online that really panned the 2004 Merlot, and complained of an "aftertaste"; my experience (with the 2005) was quite the opposite, as I found the wine to be mild and pleasant. A quick search online lead to other amateur reviewers with a few negative reviews, so I thought I should throw in my opinion/recommendation for this "bargain wine." Grab some if you find it! (Try Trader Joes if you're in California.)

Caveat/disclaimer: As with all wines (but esp. with mass produced or 'discount' wines), one never knows if they were able to maintain a consistent vintage, or if the bottling/corking process was consistent. Your experience may vary. (But I think you have good odds.)

April 23, 2008

quick note on "What is postmodernism?" article (a top search result)

April 23rd, 2008

[critique, philosophy, postmodernism]


A recent search I performed at ask.com for "What is postmodernism?" returned an article from an English professor [1] which is a sort of a book commentary-slash-essay... This post is just a quick commentary on one glaring logical fallacy (as much for me to come back to and refine / elaborate on as for you, gentle reader...)

Mary Klages' essay, titled simply "Postmodernism", does present some good summary points, but I have to point out that it has some glaring statements of bias presented as "fact"/"truth". In particular, her statement


"Because modernity is about the pursuit of ever-increasing levels of order, modern societies constantly are on guard against anything and everything labeled as "disorder," which might disrupt order. Thus modern societies rely on continually establishing a binary opposition between "order" and "disorder," so that they can assert the superiority of "order." But to do this, they have to have things that represent "disorder"--modern societies thus continually have to create/construct "disorder." In western culture, this disorder becomes "the other"--defined in relation to other binary oppositions. Thus anything non-white, non-male, non-heterosexual, non-hygienic, non-rational, (etc.) becomes part of "disorder," and has to be eliminated from the ordered, rational modern society."


While her claim about "western culture" may be true, the "Thus..." statement does not follow. (In formal logic, a non sequitur is an argument where the conclusion does not follow from its premises.) The concept of an 'ordered society' that collectively and/or governmentally moves to squelch or otherwise suppress societal elements that represent 'disorder' is by no means exclusive to the philosophical construct of "modernism." Such efforts would seem to be a natural result of a societal power-structure that seeks to retain power (and what government doesn't?) and could be classified in any other number of political or societal terminologies. More importantly though, in the context of this discussion on modernism, it is not a fundamental "truth" that those who subscribe (or have subscribed) to the idea of a 'ordered, rational, modern society' must think in only "binary" concepts (as the author puts it), or that elements of disorder will be conceived of as "anything non-white, non-male, non-heterosexual, non-hygienic" et cetera.

Assuming the ideas of "modernism" are at play, cultures -- western or otherwise -- can define elements of "disorder" in any number of ways; these elements are historically things which are seen to be different than the "norm" (i.e. of the perceived majority), unfamiliar (foreign / "foreigners"), or that are perceived to be a threat to the established power-holders. These elements _have_ been, at various times and in various cultures, "non-white" or "non-male", etc, but there's no play in a rational discussion for claims that they MUST BE, or that the only logical manifestation of a modernist philosophy will be one of "binary" thinking and an "ever increasing" effort to impose more and more levels of "order".

Pay attention to her use of words in the rest of the article as well; they seem to express an opinion: that "order" and its connotations in the context of modernism is "bad"/undesirable and that postmodernist relativism is "good". This instead of what the article pretends to be; which is an objective look at the philosophical underpinnings of the terms being discussed.

I suspect that this article may also have problems of generalism, by which I mean a tendency to ascribe to the philosophies being discussed characteristics that are not part of the original concepts -- expansions of the ideas put forth by the original proponents that seem logical to the writer, but are actually from other (albiet related) schools of thought.

[1] http://www.colorado.edu/English/courses/ENGL2012Klages/pomo.html


notes-on_what-is-postmodernism_article; by Liberto M., April 2008

February 14, 2008

How You Can Tell Someone's Not In A Relationship

"Valentine's Day?

Forget that---there's a new episode of 'Lost' on tonight!"

February 10, 2008

Request for Enhancements (RfE) - to Miscrosoft, re Vista

Request for Enhancements (RfE)
TO: Miscrosoft
RE: Vista

(Man, this operating system's user interface is really annoying.)

------
RfE #5,822 : Fix it so that the UI doesn't show me a Shortcut creation icon if it's just going to *&^%$#@! copy the folder.

Action: [Alt] + click + drag file or folder from one folder to another folder (from one drive to another drive).
Visual cue: A 'shortcut creation' icon.
Actual Result: Vista copies the entire folder to target. (no shortcut)
Why It's Annoying: The folder I was trying to create a simple link to was HUGE, and there was no clear way to cancel the COPY command I had not intended to issue.

------
RfE #5,823 : Make the metadata displayed in the Details pane CONSISTENT! !!!!!
(MUCH more USER control of file metadata is required if this is to be at all useful. Why can't we set up global metadata of all files REGARDLESS OF EXTENSION?)

------
RfE #5,824 : Why is it that I could set attributes for mp3s (.mp3 files) by right-clicking on a file in XP, but Vista won't let me change the attributes?


------
(*&^%$#@!-*&^%$#@!)

Video Games, and Too Much Free Time

[posted by Liberty; file under: shared bookmarks, links, recommended]



This is a great idea for a blog:
"Too much free time - Playing every video game, because it needs to be done."



It's not actually ever game; he really meant "playing every obscure DOS or NES game I could find online" -- but it's still a great title and idea.



Check it out at http://tmftgame.blogspot.com (opens in a new window or tab).
~~~




Updated : Beyond Guitar Hero -> Be a Keyboard Hero !

(http://libertymiller.blogspot.com/2007/08/beyond-guitar-hero-be-keyboard-hero.html)

January 29, 2008

Find Other Web Sites Hosted on a Web Server

[posted by affiliate0]
_____________________ _ _ _________ ___
A reverse IP domain check takes the domain name or IP address of a web server and searches for other sites known to be hosted on that same web server. Data is gathered from search engine results, which are not guaranteed to be complete. Knowing the other web sites hosted on a web server is important from both an SEO and web filtering perspective, particularly for those on shared web hosting plans.

Part of the spammer-detection toolkit

http://www.yougetsignal.com/tools/web-sites-on-web-server/

~~~ ~~~ ~~~ ~~~~~~~~~~~~~~~~~~~ ~~~~~~~

January 28, 2008

50th Anniversary of the LEGO Brick

Google is celebrating 50th anniversary of Lego Brick on January 28th, 2008 by placing the Lego Brick Google Logo.


Happy Birthday LEGO Brick!

Read more about it: the history of the Lego Brick (invention)

January 24, 2008

Microsoft Q2 Earnings Summary


After trading hours on Thursday (Jan. 24), Microsoft announced its second quarter earnings and "guidance" for the next business quarter, and estimated earnings for the year.

Earnings were 16.37 Billion dollars* for October through December (Q2 on MSFT's fiscal year calendar); this versus a "consensus estimate" by "the street" of 15.95 Billion dollars.
* USD $ 16,370,000,000.00

Actual (net) profit was 4.71 Billion dollars, which means that it somehow cost 11.66 Billion (that's with a capital "B", now) to run the company.

Depending on how they do the accounting, of course... For example, through the magic of numbers, second-quarter revenue and profit growth rates are exaggerated when compared to results a year ago. Why? Because Microsoft "deferred" more than $1 billion in net income, based on delays in releasing Windows Vista and Office 2007.

Total sales of the Vista operating system (not 3-month sales) were reported as being over 100 million copies.

For comparison, that's equivalent to a copy of Vista for every man, woman and child in California [36.4 million], Oregon [3.7 million], Washington state [6.4 million], Arizona [6.1 million], Nevada [2.5 million], Idaho [1.4 million], Wyoming [0.5 million], Montana [0.9 million], North Dakota [0.6 million], South Dakota [0.7 million], Utah [2.5 million], Colorado [4.8 million], New Mexico [1.9 million], Texas [23.5 million], Oklahoma [3.6 million], and Louisiana [4.3 million]*.
* estimates based on 2006 U.S. Census Beureau numbers.

Or, if you prefer another number to use to put the number 100 million in context:
the July 2007 population estimate for the United Kingdom is 60.7 million. Japan: 127 million. Germany: 82.4 million.

Microsoft representatives also said that Microsoft has shipped 17.7 million 'Xbox 360' consoles since the machine went on sale two years ago (November 22, 2005).

Full Year revenue was estimated on the "conference call" to be between 59.9 to 60.5 Billion dollars by the end of the current fiscal year.

Microsoft said profit in the year ending June 30 will be $1.85 to $1.88 a share, on sales of $59.9 billion to $60.5 billion.
Photo © REUTERS/Shannon Stapleton, taken January 2007

File Under: "it's Business, not Enterprise"
Posted by Liberty Miller, 24 January 2008

January 21, 2008

About Voicemail & Google Chat

~About Google Chat~

Which players are supported for music status?


We currently support the latest version of the following music players:
iTunes
Windows Media Player
Winamp
Yahoo Music Engine {http://music.yahoo.com/musicengine/}


Random Bookmark:
http://my.nero.com/#0
(saved to Google Notebook / G Bookmarks @ libertymill)

How do I configure iChat for Google Talk?
_

How do I show my contacts what music I'm listening to? _

~ submitted by Liberty, 2008 Jan 21

January 19, 2008

Confirmed: you CAN run Windows 95 on Virtual PC!

(last: Jan. 2008); See also About Vista's Windows Experience Index


So TurtleTracks and I were talking about problems inherent in running old games made for Windows 95/98 on current Windows operating systems (e.g. the limitations of 'compatibility mode' ... and it occured to me that I had only been thinking about [VMWare] and [Virtual PC] in terms of hosting [Vista] on your XP O/S, or vice versa.



What about hosting [Win 95] or [DOS] on your current Windows O/S, and running the games that way?

So, here's what I found from MicroSoft's websites:


From http://support.microsoft.com/kb/831461/en-us (as of Jan. 19, 2008*):

You can use the following operating systems as a "guest operating system" in
a guest PC
[do they mean 'on a host PC'? - Editor]:
MS-DOS 6.22
Windows 95
• Windows 95 OEM Service Release 2
Windows 98
• Windows 98 Second Edition
Windows Millennium Edition (Windows Me)
• Windows NT Workstation 4.0
• Windows 2000 Professional
• Windows XP Home Edition
• Windows XP Professional Edition
• OS/2 Warp 4 Fixpack 15
• OS/2 Warp Convenience Pack 1
• OS/2 Warp Convenience Pack 2


APPLIES TO
• Microsoft Virtual PC 2004
• Connectix Virtual PC for Windows 5.2


[Note that it doesn't list Virtual PC 2007]


*
Article ID : 831461
Last Review : May 9, 2007
Revision : 3.4

See also:
"How to Install the PC DOS 2000 Guest Operating System That Is Included with Virtual PC"
"Microsoft Virtual PC for Mac Version 7.0.2 (Update)"

Update:
Okay, the list of "guest" operating systems for [Virtual PC 2007] was cryptically hidden under the button "Product Specifications":
http://www.microsoft.com/windows/products/winfamily/virtualpc/overview.mspx?wt_svl=20323a&mg_id=20323b

According to this page, with the "2007" version:
  1. You have to be running XP Professional, XP Tablet Edition, or Vista (no [XP Home] support)
  2. The earliest you'll now be able to run are [Windows 98], [Windows 98 Second Edition], [Windows Millennium Edition (Windows Me)], or [Windows 2000 Professional].
    :-(

BUT, the page also mysteriously states (emphasis mine): "Virtual PC can run most [? could you be more vague, please? -Editor] x86 operating systems, not just the operating systems listed below, in a virtual machine environment."

On a side note, the "FAQ" states, for the question "Why are you making Virtual PC free for everyone?":

"Microsoft is investing strongly in virtualization technology for hardware and applications across client and servers. The value in virtualization technology moving forward will be in the management and the operating system rather than in the virtualization stack."


What do you want to bet the real answer is "To distract you from the other offerings that let you run other operating systems like Linux (because we're afraid you might like those other operating systems more if you tried them)." Plus, of course, you have to buy each one of those 'Virtual PC' operating systems from Microsoft...


Links:

~~~ ~~~ ~~~ ~~~ ~~~ ~~~ ~~~posted 19 Jan 2008, by Liberty

January 14, 2008

BitPim, a CDMA phone organizer

[Submitted by affiliate19]

So, I have an LG VX-8300 that I'm waiting to trade in (on contract credit) for an actual smartphone.
It's going to be a while, so I finally decided to try to use more of the features on this phone in the meantime. I started looking for a free app to help me do it. Specifically, I wanted to transfer my MP3s to the phone for use as both regular listening files, and as ringtones. I was also looking for a better way to edit my
contact info and calendar alerts.

After some googlin', I came across this program:

>link> BitPim.

Open Source free software under the GNU General Public License (aka
GPL). I've found it to be extremely intuitive to use and stable to boot!
Thought I'd pass it along in case anyone was looking for something similar.


~ affiliate19

• extra credit: What is CDMA?

January 13, 2008

I Sure Stumble on Some Random S&*t...

How's this for random:

(1) So I'm searching on 型幽霊 (don't ask).

(2) I somehow arrive (many clicks later) at the following post at some website titled "Portal of Evil":

A database of peculiar (sort of) English phrases. Just pick a mandatory article and type in a word of your choice, and the eyebrow raising will begin.

(3) After following the link, I do a search, and discover the current URL is
http://epc.hp.infoseek.co.jp/what.html ...

(4) I try "Ghost" (http://epc.hp.infoseek.co.jp/cgi-bin/what.cgi) >
Results:

1 : Can't I get your ghost, Bob?
--------------------------------------------------------------------------------
2 : If it is a ghost story you wish...
--------------------------------------------------------------------------------
3 : What I realize now is - I can't live the rest of my life being a ghost.
--------------------------------------------------------------------------------
4 : What's going on is that we're getting the fuck off this ghost ship.
--------------------------------------------------------------------------------
5 : What's happening here is we're getting the fuck off this ghost ship, okay?
--------------------------------------------------------------------------------
6 : Who are his ghosts?


EPILOGUE: Stumble back to

http://friends.portalofevil.com/sfs.php?si=3&fi=000008679
for comments...

Osaka dialect 大阪弁 Japanese lesson in English

Found link:

Osaka dialect 大阪弁 Japanese lesson in English

[ http://www.podfeed.net/podcast/Osaka+dialect++Japanese+lesson+in+English/5287# ]


Listen to the Podcast using the podfeed.net Player (should open player in a new window)


Points to:

Feed > http://mayumik.seesaa.net/index20.rdf
Website > http://mayumik.seesaa.net/
(Location: Japan)

January 11, 2008

OPTIMUS MAXIMUS KEYBOARD

Pre-order your Optimus Maximus keyboard now for only $500 US (approx.). Each key on the keyboard has a small LCD screen enabling it to display whatever graphic you like...

» more (HALFSQUATCH Blog)

January 9, 2008

SLB: Fixed! TSC.EXE CPU, Hard Drive, and Hibernate Issues

SLB: Fixed! TSC.EXE CPU, Hard Drive, and Hibernate Issues

What is TSC.exe? It's part of the [Trend Micro] "Damage Cleanup Engine"....

See also "OfficeScan" (product) and "PC-cillin" (product).....

January 8, 2008

Liberty Miller Individual Sweeps 2nd Place

For a profile, plese see Liberty Miller.





hcard:




photo of L Miller
Liberty Miller
Cisco Systems


San Jose

U.S.A.


  (See hCard for additional information on this micro-format. )






Contact: Please use the "Comments" link below. (I will receive an email.)



(update: I did have a video here at one point featuring another 'Liberty Miller' , but then I realized it was messing up search results.)