On a 486, which was still respectable though not top of the line at the tie, I had two full pages open (large monitor for the time), and both hit ad-heavy pages.
It brought the machine to its knees.
I installed junkbuster.
To this day, I don't block ads. But I'm downright aggressive with anything that blinks (or moves, or scrolls, or . ..), including "content"
And optimization has a lot to do with why Fortran is still used, and preferable to c/c++ in many cases.
Fortran can make some strong assumptions that it uses for optimizations. It is not as general purpose as c, for which those assumptions might or might not be correct. Yes, you can do nearly anything in either language, but some will be easier to do in one, and some in the other.
Expecting c to smash arrays into one another as well as a language designed for that purpose is silly--as would be expecting the time it takes to code in the more general purpose language to be comparable to the custom language.
For some of us, "structured programming" was natural.
I'm of the generation that learned to code by cheating at star trek games.
However, from the beginning, my BASIC-80 looked more like Fortran 90. Having learned early about the search through memory of primitive microcomputer BASIC lead to through about where what routine should be, so setup was at line 50k+, main loop at line 1xxx, and so forth. Frequently a large program lacked any GOTO, or had just one to put you in the right section of memory. (Years later, though, on my dissertation, I realized that I was maintaining parallel blocks of code to avoid a GOTO, and I put one in. It's like the passive voice: "avoid", not "never use")
From time to time, a gas station here or there realizes that by checking under the hood, they sell enough oil alone to pay for the wages of the gas-pumper, and cheerfully offers full-serve at the same price as the self-serve across the street.
Executive options were actually a reform, to align the interests of executives with those of stockholders. They worked in one direction (up), but not the other--once the options were "under water", the executives had no reason *not* to "swing for the bleachers", risking whole company.
The solution is to align in *both* directions, so that the executives lose when the company loses, not just wins when winning.
This could be accommodated with a couple of changes in the tax code. Require a large part (majority) of high compensation to be in the form of stock: if your pay for the month is $100k, you get $60k of that as stock at current market prices. We need a (politically unpopular) tweak: this would currently create taxes on $60k. Instead, give the stock at a 0 basis, so there is no tax now, but the entire amount is taxed when sold--and require that the shares be held for a minimum number of years.
At this point, when the shares go down, so do the executives' worths. with options, stock going down merely increases the incentive for risky behavior seeking high gains.
But what do I know--I just have a Ph.D. in economics.
I used to simultaneously use two measures when grading tests.
I'd grade a test, awarding points, and then put it (without regard to this "raw" score) in one of four piles: A, B, C, and "unfortunate".
There was a general consistency between the stacks. When the raw score was inconsistent with the stack, I'd look more closely at it, and usually give it the benefit of the doubt.
Within the piles, I would deal with +/-.
Then, I would record the grades converted numerically. I used bases of 95/85/75/etc. for A/B/C, with +/- 3 for + and -. (In small classes, I tended to do an "eyeball average, though).
You *can* have high demands (e.g., actually learning), not inflate your grades, and still get high evaluations--but it takes a couple of years to get the needed reputation. There *are* enough students that want to learn . . .
And in another six years, I'll be done paying tuition for my own kids, and can return to the classroom . . .
I shouldn't have honked at that guy who drifted across the center while looking down, and just let him hit me.
Same for the folks who change lanes without looking; there's usually another car in the yet next lane to push me into for a cozy metallic sowdown . . .
The mac's 68000 chip, though, was the same generation as the 8086.
Intel went from 8 to 16 bits, while motorola put 32 bits inside the 16 bit package at a time neither *had* a 32 bit bus available. They also indicated the expansion path (extra register length, etc.) that a fully flushed out 68k would have.
The 68k pushed what could be done, while the SX were deliberate limitations
That was approximately when the accounts became required for posting, and we complained about cookies. (well, those that caved in right away, some of us stubbornly held out and ended up with these high ids)
There was a crossover point in the vary late 90s. I started seeing things posted that I'd already read in the print version of the WSJ. Before that, you were likely to find things earlier here than any other single place.
I block things that blink or move, making text hard to read; things that try to track me; and things that make my browser sit idle.
I first starting doing this with junkbuster on a 486 when two pages (on my large for the time 17" screen) loaded so many blinky things that it brought the system to a crawl.
I'm fine with ads. I'm not ok with distractions, spying, or delays.
err, 25 years overdue . . .
You can't count to five!
So then why do i bother?
Best your name not known . . .
hawk
This is more than 45 years overdue. Apple was in position to dominate this market two generations*before* you start.
The Mac IIfx had slave processors that were essentially a 6502 with a bunch of other stuff on the chip that could handle the AppleTalk network.
AppleTalk could be run over the second pair of the home phone wiring.
All they needed to do was sell the $10 chip to go into anything that someone would want to control in the home . . .
At the time, Apple would have gone broke selling a $100,000 Rolls Royce they built for $1k by insisting on building the garage to go with it . . .
hawk
Beos fails to sel
Asks too much for Apple sale
now just open source
>Ads slow down our computers,
I suppose it's nearly 20 years ago now . . .
On a 486, which was still respectable though not top of the line at the tie, I had two full pages open (large monitor for the time), and both hit ad-heavy pages.
It brought the machine to its knees.
I installed junkbuster.
To this day, I don't block ads. But I'm downright aggressive with anything that blinks (or moves, or scrolls, or . . .), including "content"
hawk
> I have a hen which has decent hardware, but the software is stuck in the past.
So?
You thought roosters don't get ED? :)
hawk
And optimization has a lot to do with why Fortran is still used, and preferable to c/c++ in many cases.
Fortran can make some strong assumptions that it uses for optimizations. It is not as general purpose as c, for which those assumptions might or might not be correct. Yes, you can do nearly anything in either language, but some will be easier to do in one, and some in the other.
Expecting c to smash arrays into one another as well as a language designed for that purpose is silly--as would be expecting the time it takes to code in the more general purpose language to be comparable to the custom language.
hawk
Well, make up your mind; which is it? :)
hawk
For some of us, "structured programming" was natural.
I'm of the generation that learned to code by cheating at star trek games.
However, from the beginning, my BASIC-80 looked more like Fortran 90. Having learned early about the search through memory of primitive microcomputer BASIC lead to through about where what routine should be, so setup was at line 50k+, main loop at line 1xxx, and so forth. Frequently a large program lacked any GOTO, or had just one to put you in the right section of memory. (Years later, though, on my dissertation, I realized that I was maintaining parallel blocks of code to avoid a GOTO, and I put one in. It's like the passive voice: "avoid", not "never use")
hawk
From time to time, a gas station here or there realizes that by checking under the hood, they sell enough oil alone to pay for the wages of the gas-pumper, and cheerfully offers full-serve at the same price as the self-serve across the street.
hawk
And then there's your retirement income when you move out of state.
Nevada has dealt with this by making all property within the state exempt when the judgment is for state income tax on retirement income.
sure, your *judgment* gets full faith and credit . . .
hawk, esq.
>Your forgetting the grinding of the fresh beans to put in that press.
*Shrug.*
And you forgot the part about roasting the coffee.
Although recently I've been lazy, and bought it both ground *and* roasted . . .
gosh, that's why I never switched from the original Master of Orion, which is what I still paly on a MacBook retina.
And, of course, nethack, the only game that *matters*
hawk
Executive options were actually a reform, to align the interests of executives with those of stockholders. They worked in one direction (up), but not the other--once the options were "under water", the executives had no reason *not* to "swing for the bleachers", risking whole company.
The solution is to align in *both* directions, so that the executives lose when the company loses, not just wins when winning.
This could be accommodated with a couple of changes in the tax code. Require a large part (majority) of high compensation to be in the form of stock: if your pay for the month is $100k, you get $60k of that as stock at current market prices. We need a (politically unpopular) tweak: this would currently create taxes on $60k. Instead, give the stock at a 0 basis, so there is no tax now, but the entire amount is taxed when sold--and require that the shares be held for a minimum number of years.
At this point, when the shares go down, so do the executives' worths. with options, stock going down merely increases the incentive for risky behavior seeking high gains.
But what do I know--I just have a Ph.D. in economics.
(doc)hawk
No.
It would be labeled GNU/RTOS, and everyone who objected would be accused of ignoring RMS' contribution . . . :)
hawk
Metal detector.
No electronics allowed.
hawk
But "you are certified as knowing the material" is the *definition* of a "C". B and A are for more than that.
hakw
I used to simultaneously use two measures when grading tests.
I'd grade a test, awarding points, and then put it (without regard to this "raw" score) in one of four piles: A, B, C, and "unfortunate".
There was a general consistency between the stacks. When the raw score was inconsistent with the stack, I'd look more closely at it, and usually give it the benefit of the doubt.
Within the piles, I would deal with +/-.
Then, I would record the grades converted numerically. I used bases of 95/85/75/etc. for A/B/C, with +/- 3 for + and -. (In small classes, I tended to do an "eyeball average, though).
You *can* have high demands (e.g., actually learning), not inflate your grades, and still get high evaluations--but it takes a couple of years to get the needed reputation. There *are* enough students that want to learn . . .
And in another six years, I'll be done paying tuition for my own kids, and can return to the classroom . . .
dochawk, j.d., ph.d., esq.
Nah, he's right.
I shouldn't have honked at that guy who drifted across the center while looking down, and just let him hit me.
Same for the folks who change lanes without looking; there's usually another car in the yet next lane to push me into for a cozy metallic sowdown . . .
hawk
In Nevada, this is actually a moving violation!
The only lawful use of a horn is as a safety warning, and waiting is not a safety issue.
One of my partners recently handled a ticket for someone who managed to get charged with this.
hawk
The mac's 68000 chip, though, was the same generation as the 8086.
Intel went from 8 to 16 bits, while motorola put 32 bits inside the 16 bit package at a time neither *had* a 32 bit bus available. They also indicated the expansion path (extra register length, etc.) that a fully flushed out 68k would have.
The 68k pushed what could be done, while the SX were deliberate limitations
That was approximately when the accounts became required for posting, and we complained about cookies. (well, those that caved in right away, some of us stubbornly held out and ended up with these high ids)
hawk
There was a crossover point in the vary late 90s. I started seeing things posted that I'd already read in the print version of the WSJ. Before that, you were likely to find things earlier here than any other single place.
hawk
Yeah, but the 3 digit IDs are suspect: you guys all caved instantly when taco insisted on cookies . . . some of us held out a while before caving. :)
hawk, who still blocks almost all cookies
I don't block ads.
I block things that blink or move, making text hard to read; things that try to track me; and things that make my browser sit idle.
I first starting doing this with junkbuster on a 486 when two pages (on my large for the time 17" screen) loaded so many blinky things that it brought the system to a crawl.
I'm fine with ads. I'm not ok with distractions, spying, or delays.
hawk