Comment Guide to greener electronics (Score 1) 732
Comment Re:So show me the clean energy research and develo (Score 1) 561
Comment Bullshit summary (Score 1) 320
"...the tendency to stick to truthful answers can be manipulated by stimulation targeted at dorsolateral prefrontal cortex. Right hemisphere stimulation decreases lying, left hemisphere stimulation increases lying. Spontaneous choice to lie more or less can be influenced by brain stimulation."
"force you"? "make it impossible"? Where is that bullshit coming from? It shows a significant change, that's very different from the absolute phrases used in the summary.
Comment What about ships? (Score 1) 4
Comment Yes men (Score 1) 417
Comment Re:You don't want a video conference solution (Score 1) 253
Comment Re:McEvil? (Score 1) 34
Comment GMDSS terminals on ships still use them (Score 1) 558
Comment Re:Perhaps nobody else (Score 1) 952
Submission + - Full ACTA Leak Shows Plan To Counter iPod Searches (michaelgeist.ca)
Submission + - Ubuntu 'Lucid Lynx' Enters Beta (zdnet.com)
Submission + - Chinese pirates launch Ubuntu that looks like XP (downloadsquad.com) 1
Comment Re:Some suggestions (Score 1) 225
Comment Inkscape for cartography, XML editors (Score 1) 225
I use Inkscape extensively for making maps, and it does pretty much everything I need. I export map layers as PDFs from Qgis and import them into Inkscape one by one, then save them as SVG for further processing.
Since Qgis' export to PDF and SVG sucks, it does require quite a bit of editing of the SVG file to reduce the size and get rid of invisible artifacts. But then one of the best things of working with SVG is being able to edit your graphics file with a text editor and doing, say, find and replace on symbols (to replace those nasty Qgis bitmap symbols for SVG ones) or text. Try that with Illustrator files!
Inkscape does not take advantage of multiple cores (yet), but opening a new instance creates a completely separate process so while one Inkscape window is busy thinking you can keep working on the other at full speed.
The sad part is that i haven't been able to find a free, fully-featured XML editor to do more advanced editing of the SVG file. Eventually I had to settle for oXygen, which is not free and kind of taints my workflow.