Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Looking for the Streisand effect (Score 2, Interesting) 391

Remember, there's no such thing as "bad" advertising.
  1. Prepare an ad campaign with a so "badly" retouched photo that everyone having eyes can't avoid noticing it.
  2. Wait for some famous blogger to pick up the bait, telling his readers how bad the ad is
  3. Issue him a takedown notice, hoping that Mr. famous blogger goes doubly vocal on the issue as expected
  4. Wait some months: nobody remembers exactly the issue, but in many minds, the trademark of the advertiser is permanently associated with something shocking.

The sad thing is that the famous blogger above has both every right to criticize the ad, and also he may gain further popularity in doing this. The only way for him to avoid being a pawn in the game is to ignore the whole argument, and that gains him nothing. It's an almost self-sustaining system, be prepared for more in the future.

Comment Re:One major problem: monitor resolution (Score 1) 180

A lot of these sorts of schemes assume some sort of fixed pixel size such as 96 dpi, a fantasy that hasn't been true since, well, ages. Some LED screens have up to 150 dpi resolution, others as low as 72dpi. If the scale is wrong, then the pixels won't line up and the decoder is then useless.

That's a problem only when the image on the screen is smaller than the one on the card. For larger on-screen images, holding the card a bit further from the monitor surface should do the trick.

I can't escape the impression that this is just security theatre and not serious security after all.

Same impression here, but I could be wrong.

Comment Re:Tales of a windows user using Ubuntu. (Score 1) 727

Weirdness: There's 2 clipboards in Linux. There's an XWindows clipboard and a Gnome Clipboard. Simply highlighting stores stuff in the XWin clipboard (middle-mouse pastes text from this buffer). The right_click-copy and right_click-paste does so from Gnome clipboard.

Actually, there are 2 mechanisms

  • the selection, which is really interprocess communication mediated by the X server, with 2 processes exchanging data when you "paste". If the source process isn't there anymore, there's nothing to "paste". The destination process has a chance to tell the source process the preferred format of data.
  • clipboards, where data actually gets copied into the X server memory, so it survives the closing of the source. The destination process must handle the data in the way it's stored in the X server, and that's why X clipboards were not as popular as the selection.

Both have to be mediated by the X server because, you know, you may have applications running on different computers displaying their windows side by side on your screen, and you want to be able to copy/paste things among them.

Comment Re:Sigh (Score 2, Interesting) 757

Whenever a trojan hits Windows, people are talking about how poorly designed Windows security is and how the user usually always runs as "administrator". People bring up how on Ubuntu and OS X, you have to sudo or login to do administrative things. Apparently that only works to a certain extend

Well, I'd say there is a difference between a software package that is a trojan from the very start and one that, by running with administrative privileges all the time, can also be exploited later at runtime into installing malware on your system.

There's a lot less software on Unix systems that requires to be run with admin privileges all the time. Call it bad practice on third-party Windows software developers (by often ignoring the principle of the least privilege), but it's not that the system really encourages developers in dropping privileges.

Software

Submission + - GnuCash now available for Windows

keeblerelf writes: Open source personal and small-business financial accounting software GnuCash (http://www.gnucash.org/) used to be one of the most difficult programs to install on Linux. If it wasn't included in your distribution of choice, installation probably required compiling and installing around 20 different dependencies... not fun.

Until recently, a Windows version seemed unlikely...

But with beta version 2.1.0, GnuCash is now available in a Windows self-installing executable. I installed it on my wife's Windows laptop yesterday and it seems quite stable for a beta version.

The current stable version (2.0.5) can be installed on Mac OSX using the Fink installer (http://finkproject.org/) or on Debian Linux with "aptitude install gnucash gnucash-docs" (as root of course). GnuCash can also be installed on Ubuntu fairly easily ( http://www.ubuntugeek.com/install-gnucash-financia l-accounting-software-in-ubuntu.html).

GnuCash is a great free program with features that rival its ad-infested, monopoly-owned rivals. Why not try it out?

PS — It looks like now there is a complete suite of open source software that runs on both Windows and Linux. There is OpenOffice.org for an office suite (sans Outlook), Evolution (or Thunderbird with Lightning) for an Outlook replacement, Firefox for a web browser, the GIMP for photo editing, PidginIM for instant messaging (formerly called Gaim, but renamed to avoid a trademark dispute), and now GnuCash for accounting.

If you're thinking about switching to Linux, switching to these applications first could be a great way to prepare yourself and your data for the move.

Slashdot Top Deals

Thus spake the master programmer: "After three days without programming, life becomes meaningless." -- Geoffrey James, "The Tao of Programming"

Working...