HoodedHawk

Windows Tips and Tricks for Mac Users
————————————-
by Kevin van Haaren kevin @ vanhaaren.net

FROM:
TidBITS#826/17-Apr-06

http://www.tidbits.com/tb-issues/TidBITS-826.html
ftp://ftp.tidbits.com/issues/2006/TidBITS#826_17-Apr-06.etx

—–
It has been possible to run Windows in virtual machines on Macs
for many years. However, with the recent switch to Intel chips
and the beta releases of Apple’s Boot Camp and Parallels
Workstation for Mac OS X, interest among Mac users in running
Windows has expanded significantly. This article is intended
to help new – and perhaps even long-time – users of Windows with
a few tips I’ve learned over the years of suffering at the help
desk of a Windows-using corporation.

http://db.tidbits.com/getbits.acgi?tbart=08494
http://www.apple.com/macosx/bootcamp/
http://db.tidbits.com/getbits.acgi?tbart=08495
http://www.parallels.com/en/products/workstation/mac/

(more…)

Leave a Reply

I heard this on a Scientific American podcast I was listening to on the way in to work this morning. Hysterical! And *soooo* true; I’ve often wondered about the budgets of these CSI teams, and have often commented about scenario 2. Enjoy!


CSI agent 1: “I’ve got some trace evidence for you to analyse. Run Sample A through the Mass Spec.”

CSI agent 2: “We don’t have a Mass Spec”.

CSI agent 1: “OK, run Sample B through the gas chromatograph”.

CSI agent 2: “Um, we don’t have one of those, either”.

CSI agen 1: “Well, let’s do a DNA analysis of Sample C”.

CSI agent 2: “OK, we can do that. I’ll send off the sample; we should have the results back in about a month”.

CSI agent 1: “Well, can we run these fingerprints through a database to look for a match?”

CSI agent 2: “Sure, but we only have access to the state db; our system doesn’t really connect well with other states’ or the national registry…”

*sigh*


CSI agent 1: (2pm) “I’m entering the house now…” *click*, *click*, *click*. “Damn, my flashlight has dead batteries”.

CSI agent 2: “Um, why don’t you just, um, flick on this here light switch?”

Leave a Reply

The monthly Columbia (Maryland) BEA user group meeting was tonight, and Marty Hall (coreservlets.com) gave a very engaging and interesting talk about the new JSP 2.0 (Servlet 2.4) expression language. Now you can replace the verbose:

<jsp:useBean id="someName"
type="somePackage.someClass"
scope="request, session, or application" />
<jsp:getProperty name="someName"
property="someProperty" />

with:

${someName.spmeProperty}

-That’s the best reason for JSP 2.0 Expression Language. You’ll need an app server that supports the servlet 2.4 spec (i.e. Weblogic 9)…

I recorded Marty’s lecture, and have a link there to the materials from his website.

Leave a Reply

Ok, I don’t have a new Intel-based Mac (yet; saving my pennies), but here’s yet another reason why Apple rocks: They are going to officially support running Windows on their hardware. The software, “Bootcamp“, is in public Beta now, and will be included in the next major version of MacOSX. All you’ll need is a copy of the Windows XP (home or pro) SP2 disk. This brings with it all the issues with Windoze software, as Apple states:

Windows running on a Mac is like Windows running on a PC. That means it’ll be subject to the same attacks that plague the Windows world. So be sure to keep it updated with the latest Microsoft Windows security fixes.

Leave a Reply


The wonderful Polish Science Fiction writer Stanislaw Lem has died. Great writer, whose works include:

  • 1961 Pamietnik znaleziony w wannie (Memoirs Found in a Bathtub); Powrot z gwiazd (Return from the Stars); Solaris (Solaris)
  • 1964 Niezwyciezony (The Invincible); Summa Technologiae
  • 1965 Cyberiada (The Cyberiad)
  • 1966 Wysoki Zamek (Highcastle)
  • 1968 Opowiesci o pilocie Pirxie (Tales of Pirx the Pilot); Glos Pana (His Master’s Voice)

No, other than the setting, the movie “Solaris” (even though “based on the novel”) is nothing like Lem’s book. The book is so much better!

Leave a Reply

« Previous PageNext Page »