| | |
was windows made with BASIC?
Please support our Legacy and Other Languages advertiser: Programming Forums - DaniWeb Sister Site
![]() |
My son-in-law loves MAC too -- he does professional graphic design and I suppose that's the best os for that purpose.
bling -- I never heard that term before. Do you mean this?
bling -- I never heard that term before. Do you mean this?
Don't PM me with questions -- you might get a nasty PM in response. If you have a question then post it in one of the forums.
•
•
Join Date: Sep 2007
Posts: 14
Reputation:
Solved Threads: 0
Exactly right on bling. I was trying to figure out a good name for interface "features" that really didn't do anything useful, but were flashy. Bling was it, and it's not complimentary.
In Windows Vista, the new search features are a bit flashy and probably do use a lot of clock cycles while indexing in the background, but they're actually useful, and should be stolen and imitated by others.
Bling is stuff like the translucent Aero windows that gain the user nothing in utility, and eat up a lot of clock cycles (which is where we started with this conversation). I don't like "dashboards" and the like for similar reasons...though others do.
In Windows Vista, the new search features are a bit flashy and probably do use a lot of clock cycles while indexing in the background, but they're actually useful, and should be stolen and imitated by others.
Bling is stuff like the translucent Aero windows that gain the user nothing in utility, and eat up a lot of clock cycles (which is where we started with this conversation). I don't like "dashboards" and the like for similar reasons...though others do.
•
•
•
•
I'm that way too -- I was agast at the bloated code that young programmers write professionally a few years ago. When I asked why not write more efficient code the response was "so what? its user interface and doesn't need to be optimized". Well, they paid dearly for that attitude about a year later when the whole program was so slow that the customer wouldn't accept it.
About Windows 1.0 and MS-DOS 1.0 -- I remember those too. DOS version 1.0 did not have any support for subdirectories and Windows 1.0 was all text based, no graphics or fonts other than the operating systems default font. It ran on top of DOS instead of integrated with it.
As an old-timer myself, I learned to program at a time when efficiency was almost always important. So I learned to write really tight code. But as the years rolled by and processors got faster and the speed of human beings remained more or less constant, I began to realize that speed and simplicity of coding was usually more important than the number of cycles consumed.
I have concluded that every programmer needs to learn how to write maximally tight code, but also when to write maximally tight code.
Hoppy
•
•
Join Date: Sep 2007
Posts: 14
Reputation:
Solved Threads: 0
Perhaps you're right, because I don't know enough about Linux to know whether it had a background indexing service (yes I know about grep, awk and and other command line searching and parsing utilities, as I'm also a Unix programmer, but I'm not a sysadmin).
Windows had the Indexing Service in (at least) Win NT, Win 2000, and Win XP (maybe Win95 and 98), that ran in the background to build an index that could use a search string to find and retrieve documents on the hard drive quickly. Unfortunately, that background service always slowed Windows down, often to a crawl, so most people disabled Indexing.
The current version of that indexing service in Vista is much quicker, and doesn't interfere with foreground tasks as much.
I don't know enough about Mac OSX to know whether it has an indexing service or not.
Windows had the Indexing Service in (at least) Win NT, Win 2000, and Win XP (maybe Win95 and 98), that ran in the background to build an index that could use a search string to find and retrieve documents on the hard drive quickly. Unfortunately, that background service always slowed Windows down, often to a crawl, so most people disabled Indexing.
The current version of that indexing service in Vista is much quicker, and doesn't interfere with foreground tasks as much.
I don't know enough about Mac OSX to know whether it has an indexing service or not.
![]() |
Other Threads in the Legacy and Other Languages Forum
- Previous Thread: Haskell Error Message
- Next Thread: Prolog help using sort lists
| Thread Tools | Search this Thread |
Tag cloud for Legacy and Other Languages






