Genius quite often involves the ability to visualize abstract concepts that others have not been able to see. Examples include Newton, Einstein, and Feynman.
![Smile :)](./images/smilies/icon_e_smile.gif)
Genius quite often involves the ability to visualize abstract concepts that others have not been able to see. Examples include Newton, Einstein, and Feynman.
Sure, but I bet none of those guys had to hold a whole physical design in their head! CAD isn't very abstract at all. It is to concrete material what a text file is to its print.
I have scripts for all sort of things actually, image resize and compression, backup, upload to server, upload to imgur, file conversion, ... but yeah first world problem. stop talking about it, actually let me sell all my PCs and go save the whales!Halvar wrote: You are talking about using software here that is GUI-based anyway, right? I don't see a big difference between if you boot Windows or Linux to start these programs. Sure, it's annoying to pay MS tax to just run one or two programs, but everything else ... really? What command-line stuff would you want to do on the machine where your CAM software runs?
Easier? Guess it depends on what software you need. It used to be harder, especially back in the PowerPC years. Nowadays, all the good stuff (besides games and niche stuff like the CNC control Matteo requires) is on OS X, and developers tend to be ditching Windows, if anything.
For me I think it was the fact that the Mac was so logical. Automatic file type registration, that worked no matter what I called the program or where I put it; being able to drop something into a folder instead of scrutinising SYSTEM.INI; the fact that Apple credited me with the intelligence to remove files from the Wastebasket without nagging me about whether I really wanted to delete files …
I think you know what I mean... And no, I wasn't serious either.
The good about windows is that you can get ALL kinds of software for it. Believe it or not, you can even script image processing, server up-/downloads and various kinds of other stuff with it!
I use that so regularly that its absence alone makes Windows drive me berserk. What's the effing use of an open dialog that doesn't take a dropped folder or file? I have a mouse, I have a selection, I have the file right here, not there, here you motherf**king piece of awwww goddamn it I'm turning green again!Daniel Beardsmore wrote: If I opened an Open dialog box, I could drag a file or folder into it to select it, without having to navigate to the folder that's open right beside it. I worked that out for myself one day by simply making a logical assumption that, since Apple take drag and drop so seriously, that would be the most likely outcome, and it was.
Pop! What the? You're back to being a madman, Daniel. And it was so beautiful for a moment there…
LOL
I like windows for its versatility and mac for its coherence. My attachment to linux is motivated by other factors.
Code: Select all
RENAME(1) Perl Programmers Reference Guide RENAME(1)
NAME
rename - renames multiple files
SYNOPSIS
rename [ -v ] [ -n ] [ -f ] perlexpr [ files ]
DESCRIPTION
"rename" renames the filenames supplied according to the rule specified
as the first argument. The perlexpr argument is a Perl expression
which is expected to modify the $_ string in Perl for at least some of
the filenames specified. If a given filename is not modified by the
expression, it will not be renamed. If no filenames are given on the
command line, filenames will be read via standard input.
For example, to rename all files matching "*.bak" to strip the
extension, you might say
rename 's/\.bak$//' *.bak
To translate uppercase names to lower, you'd use
rename 'y/A-Z/a-z/' *
OPTIONS
-v, --verbose
Verbose: print names of files successfully renamed.
-n, --no-act
No Action: show what files would have been renamed.
-f, --force
Force: overwrite existing files.
ENVIRONMENT
No environment variables are used.
AUTHOR
Larry Wall
SEE ALSO
mv(1), perl(1)
DIAGNOSTICS
If you give an invalid Perl expression you'll get a syntax error.
BUGS
The original "rename" did not check for the existence of target
filenames, so had to be used with care. I hope I've fixed that (Robin
Barker).
perl v5.10.1 2011-06-25 RENAME(1)
Almost. Unless the calling application advertises that it can accept a multiple selection, you can only work on a single file at a time in an Open or Save dialog. Double-click is also overridden, so you have to use right-click to get Open to view a file.
You are quite mistaken. I am always a madman.
RISC OS did it firstDaniel Beardsmore wrote: If I opened an Open dialog box, I could drag a file or folder into it to select it, without having to navigate to the folder that's open right beside it. I worked that out for myself one day by simply making a logical assumption that, since Apple take drag and drop so seriously, that would be the most likely outcome, and it was.