| « Prev | Page 1 | Page 2 | Page 3 | Next » |
Or, if you know about algorithmic optimisation, binary chop it. |
Re: Why install an 8087 for accounting?
2012-05-17 07:24
•
by
depressed cheescake
(unregistered)
|
yeah but converting floats to strings and visa versa isn't the same as using strings to perform float calculations which was the point ... this is no laughing matter |
Re: Long Distance
2012-05-17 14:32
•
by
Alphadawg
(unregistered)
|
Oh, really? No one's ever thought of THAT before! You're that one chick, aren't you? Fuck, has any woman ever had an original though in her life?! No wonder women are the new face of poverty - they just stand around and mimic what everyone else in the room ("everyone else" probably being all men, just to be realistic - unless it's a fucking fabric store) is saying and then bitching when it's not a huge hit. I mean, who wants to have a beer and watch the game with that? You want to be helpful, honey? Learn to suppress your gag reflex like a good whore. I'm so sorry, I wish I could stop, what's wrong with me!?!?!?! |
|
Partly correct. There are leased lines that are dedicated to the end points. They are't copper all the way but the path between points A & Z are dedicated to those points. You can put your finger on this path. These were typically for voice grade data but there were a number of ringdown lines. The endpoints deal with the signaling. These are rare now days.
The most common leased lines were "virtual". There is a dedicated path between the end points and the switches. But once the call got to the switch it routed via shared trunking. These still exist in great numbers. |
Is this a DailyWTF meme? Because I saw a post in another thread talking about how "64K should be enough for everybody." The (supposedly, if it ever happened at all) original quote is about 640K, not 64K. |
Well, the difference between "64K" and "640K" is 0, which makes very little difference. I must admit I don't understand why 640K would be a limit. 64K, sure (16-bit pointers, for example.) But 640K isn't even a power of 2. EDIT: here it is: http://en.wikipedia.org/wiki/Conventional_memory#640_KB_barrier |
Re: Why install an 8087 for accounting?
2012-05-17 19:25
•
by
Norman Diamond
(unregistered)
|
F16.3 yields 3 decimal places of accuracy, which become all zeros for numbers smaller than 0.001 or which become stars for numbers greater than 1 trillion. That comes even closer to a spec which I was supposed to conform to before a customer was persuaded to change it. The resulting loss of accuracy would cause a collision avoidance system to produce meaningless results. It's a relief to know that lives did not depend on your system. It was also a relief when that customer was persuaded to allow more accuracy. Back at you. E21.15 provides 15 digits of precision regardless of what the exponent is. I hope my life will never depend on anything you produce. |
Wow, you actually had to look it up? Now I feel old.... |
|
This reminds where was telecommunications in our country during 80s. Wait time for landline 5-10 years. Manual connection even to 12km distances with extra paid. Even in 1991. No digital trunks,no fiber optics, data rejected by communist goverment only teletype and fax. Last analog phone exchange was disconnected around 2000. Local calls are still charged per minute and there never existed flat rate dialup.
We finally got landline in 1993, no tone dial usable, no tone dial on new Siemens EWSD. ADSL availibility started in 2004 in my area. I HATE YOU Communists and Telefonica O2. I missed adventures like this one because of them. |
Re: Long Distance
2012-05-20 07:26
•
by
pastor of muppets
(unregistered)
|
Could have been worse. When I saw "statistics", I thought they might have just taken some sort of average of all the destinations that worked vs all the destinations that didn't. |
Re: Why install an 8087 for accounting?
2012-05-21 04:14
•
by
PunchedCards
(unregistered)
|
Giggle. Youngsters of today... Both F16.3 and E21.15 are very broken in one particular way for input. Consider what happens if (for whatever reason) there's no decimal separator in the input field. (Note also that for input: F, E, D, F, ES, EN and G all do exactly the same thing, so if the input field does have a decimal separator, then you guys are just quibbling about the field width. Concerns about loss of precision when calling java's toString are certainly valid, but if you are trying to feed Fortran data edit descriptors to java's toString then you have more serious issues to deal with... ) |
Re: Why install an 8087 for accounting?
2012-05-22 00:00
•
by
Norman Diamond
(unregistered)
|
Yes, that's why I learned to "roll my own" for input. And if a user could type input interactively, I even had to "roll my own" for integers, so I could discard invalid input and let the user try again, instead of crashing when the library rejected the input. I suppose in my case the maker of the collision avoidance system might have been passing format strings in C syntax instead of Fortran syntax to the library that they were using, but I still had to persuade them to use a format with more than 3 digits of precision. When the spec called for me to conform to their 3 digits, the expected results were going to be pretty much useless. |
Re: Why install an 8087 for accounting?
2012-05-22 00:02
•
by
Norman Diamond
(unregistered)
|
|
("instead of crashing when the library rejected the input" -- that was in Fortran II, which didn't have ERR=exceptioncatcher)
|
+1 And he even manages to make the stories less entertaining. He's levelling us with his meta-wtf's. give the man some respect. |
| « Prev | Page 1 | Page 2 | Page 3 | Next » |