Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:Give me six lines of code... (Score 2, Interesting) 517

In PHP I once had a bug in the whitespace of a comment. When I left the /* and */ away, and the comment just stood there as if it were code, it worked. Go figure...

Nested comments maybe? If you hadn't noticed the outer comment markers, you'd get something that "didn't" work with the inner markers in place and "did" work without.

(In PHP, attempting to nest comments leads to the second '/*' being considered as enveloped by the first '/*' and the first '*/', leading to the second '*/' being flagged as erroneous, and the interpreter bailing out)

// writing my first bit of non-trivial PHP _today_

Comment Re:Default distro (Score 1) 500

My netbook (an ASUS EeePC) came with gpg installed. So far, so good. Now, if the default installation would have used a path pointing to a USB drive mount point instead of ~/.gnupg/gpg.conf, then (assuming the cops didn't find that one memory stick) I could plausibly deny that I had ever used gpg. All distros come with it and, although I may have used USB drives, they'd have to find one with gpg.conf to prove I've been encrypting data.

(Bind-)mount over ~/.gnupg? I do a similar thing on my EeePC for ~/.mozilla, although in my case it's to keep the browser cache off the internal drive when I've got the resources to do so. Whether it's possible to keep the command out of any history files made by $SHELL in an invisible/innocuous manner is another matter, of course (and not necessary in my scenario).

Comment Re:A FedSnitch? (Score 1) 509

Construction of the device is more difficult when everyone's shirt, shoes, and underwear has a chip, as the detector then has to know what kinds of codes are in ID cards of various types.

...at which point we could back up whether Commandos do actually "go Commando" with real statistics!

// Suddenly not at all curious about whether it's true...

Programming

Journal Journal: [Computing] Comboot Basics: A(nother) QEmu Demonstration

Relevance

  • Comboot files can be produced by etherboot, and are useful in setting up diskless terminals
  • Syslinux can load/preinitialise via comboot files
  • I'm interested in documenting how to generate these, how to identify the resulting images, and the quirks QEmu has with respect to emulating a system which uses them.

Comment Re:Who (Score 1) 860

Actually, "Doctor Who" is the name of the series, the character's name is just "The Doctor" Nobody calls him "Doctor Who"

You're confusing a name and an alias. According to Dicks and Hulke's "The Making of Doctor Who" (and references thereto), the Doctor has a true name which is not pronounceable by humans; since there are written and spoken examples of both "the Doctor" and "Doctor Who" in titles, scripts, and credits of the show and the books (whether or not you debate the canonicity of some), there isn't really a basis for arguing "Who" is a name nobody uses for him.

Comment Re:Not necessarily... (Score 1) 452

Incidentally, this is not the first time this particular maker of this particular homeopathic drug has been a cause of this particular health concern.

...and backed up by Snopes, I notice this morning (at http://www.snopes.com/medical/drugs/zicam.asp; status still "undetermined" despite being "collected via email, October 2006").

Comment Re:Why should we care? (Score 1) 293

Interesting?? Assume the universe is infinite. If I look left, there is an infinite distance between me an the restaurant in that direction. If I look up, same thing, infinite distance. Right, down, forward, backward, same thing. The center of something is defined as the point where the distance between all opposing points is the same. Therefore, I am the center of the universe.

Hardly. See that "has to be the same"? That's where the problem in the reasoning lies: the distances you observe may all be infinite, i.e. immeasurably large, but just because they're "equally" immeasurable doesn't automatically mean they were ever equal as distinct quantities!

Portables

Journal Journal: The Net(book) Effect

With sales figures predicted to have doubled by year end 2009, the future of netbook design is shaping up to be an interesting battle. In the red corner, the designs in keeping with initial first wave of "internet appliance" machines; and in the blue corner, companies planning to continue the "ultra portable office laptop" design approach.

Comment Re:This has been foreshadowed for years (Score 1) 644

If Tom Tom wants to enter the game they must license their IP from someone with a patent portfolio [...] This is just the warning shot. If companies like ASUS and Acer don't get the message expect an example to be made of one of the netbook makers soon.

Bad example? As an Eee owner, I'm fairly confident Asus aren't pushing their luck in the same way. The distro self-advertises as Xandros in a number of places where program titlebars haven't been sanitised to match their labels in the launcher, and Xandros are well known for having a Novell-style "interoperability" Microsoft deal.

Someone else can speak up for Acer...

Comment Re:To Err is Human--to Persist is Microsoft? (Score 1) 842

Since each Chrome tab runs in a separate process, will users not be able to open several Chrome tabs?

Likewise for each plugin Chrome runs.

This article mentions that IE7 starts new processes when following a link from one "security zone" to another, and IE8 starts new processes for each tab. So MicroSoft will break their own browsers as well if your concern that applications and their processes[/threads?] differ has any weight :)

Comment Re:Nothing else? (Score 1) 259

It runs a browser and nothing else on top of a custom Linux build.

When it ways "and nothing else" does it mean "nothing else except the linux build, fully featured and usable to do whatever you need including changing the browser, upgrading using the toy to read documents in whatever format you download readers for, etc."?

The summary is a little misleading. While the article does indeed state they are currently "running a full install of Ubuntu Linux", it is the Fusion Garage blog links which suggest the final install will be considerably more slimline. There certainly won't be much space in the 4GB storage once a fully-featured Ubuntu is in there!

Slashdot Top Deals

Remember, UNIX spelled backwards is XINU. -- Mt.

Working...