Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Comment Re:BS... (Score 4, Informative) 607

The EPA millage of an old car can't be compared directly with a new one as the EPA standards have changed.

As an example, I found that 1998 Honda Civic 1.6 L, 4 cyl, Automatic 4-spd Original combined EPA rating 32 mpg.
From this web site: https://ancillary-proxy.atarimworker.io?url=https%3A%2F%2Fwww.fueleconomy.gov%2Ffeg%2Fcomparempg.shtml
The new EPA rating is only 28mpg

New 2018 Civics get better than this.

Comment Re:Way too confusing (Score 1) 1264

> For every little file move or copying of files, I HAD to get root access and type in a command. There was no *GUI way* to do some things (as far as I know).

Assuming you are usging a Gnome based window manager this little trick will add a menu script to nautilus that will open a fully root enabled version of nautilus that will allow you to do system administration stuff.

create a file in ~/.gnome2/nautilus-scripts called root-nautilus-here and make it executible. The contents of the file should look like this:


        #!/bin/sh
        ### root-nautilus-here
        gksudo "nautilus --no-desktop $NAUTILUS_SCRIPT_CURRENT_URI"

now simply right click on a directory and select "script>root-nautilus-here"

Comment Re:Leader AND innovator? (Score 1) 243

My friend, for me me dynamic resizing, and live preview, even if they are included in a tabbed glossy tool bar don't reach my threshold level of "innovative". I've seen it before, but will concede that I haven't seen it in that exact combination. I suspect that we will just have to agree to disagree.

Innovators in the computer world are, for me, people like Alan Kay, Alan Turing, Doug Engelbart, Dan Ingalls, Adele Goldberg, Dan Bricklin and Bob Frankston and many more I will (although tempted) not list.

What I am grateful for, and feel protective of, is the ability for others to build on these peoples work. The ability for others make stuff without having to worry about getting stuck in a mico-innovation patent thicket over a shiny tool bar matters, even if what they are making is not innovative.

That was the point of my original post and why I also included this .

Slashdot Top Deals

Elegance and truth are inversely related. -- Becker's Razor

Working...