Hacker Newsnew | past | comments | ask | show | jobs | submit | fuzztester's commentslogin

I was on geocities and tumblr for a while, long back.

I never liked Tumblr.

there is neocities now.

what was broadcast about?


Broadcast = An early version of Spotify, Netflix and YouTube

In 2008:

https://news.microsoft.com/source/2008/02/01/microsoft-propo...

So for about $44 billion.

I had read the news at the time on multiple channels.

They didn't take the offer.


The follow-up after Jerry Yang initially refused Ballmer: somehow Jerry had a come-to-Jesus moment and decided to sell but by then Ballmer changed his mind. Jerry even chased Ballmer on a golf course trying to sell but to no avail.

https://www.businessinsider.com/2008/5/jerry-and-steve-playe...


Wasnt that deal pricing whole of Yahoo as worth minus billion dollars with Alibaba stock the only valuable thing in the package?

COPY CON ...

on DOS, bro.

nuttin else comes close

or if ur 2 weak, edlin.


I actually use "COPY CON" a fair amount. Also a decent amount of "cat > foo.sh".

I did my high school typewriting test in PC skills using edlin, and never ever used it again.

For coding in MS-DOS, I was using Borland IDEs, and there was the nice Q programmers editor as well.


the devil is in the details (of the holy assembly).

thus sayeth the lord.

praise the lord!


Heisenbug is the word you are looking but may not find.

you can say that again.

>such that their back was against the wall at the end of an open plan office row. Our VP was very proud of that nobody could look over his shoulder.

Oh, so like gunfighters trying to be a bit more safe while sitting in saloons, in Western (cowboy) novels like the Sudden (name of the hero) series by Oliver Strange.

Grew up reading novels like those (and other genres) as a kid. Mainly bull, but somewhat good writing, and entertaining to a green youngster like me at the time, at least.

Good times. Sigh.

Dey don't make em like dat no more.

Grrr.

:)


I've met a few people who have spent time in prison and developed the same habit of always sitting so they're facing the door. One of them told me he just can't feel comfortable otherwise.

What about Eiffel?

What are people's thoughts about it?

I know a little about its history, and had tried it out a bit, some years ago, via the EiffelStudio trial edition, IIRC. I had also read a good chunk of Bertrand Meyer's book, Object Oriented Software Construction. Thought the book was good.


I don't know, I heard somewhere that even the C language is in wide use, still ... ;)

>the other big cobol feature is high precision (i.e. many digest) fixed point arithmetic. not loosing pennies on large sums, and additionally with well defined arithmetics, portably so as you point out, is a killer feature in finance.

I guess you mean:

>digest -> digits

>loosing -> losing

Is that the same as BCD? Binary Coded Decimal. IIRC, Turbo Pascal had that as an option, or maybe I am thinking of something else, sorry, it's many years ago.


There are some regulations in bond pricing or international banking or stuff like that that require over 25 decimal places. IIRC, the best COBOL or whatever could do on the IBM 360's was 15 digits. The smaller, cheaper, and older 1401 business machines didn't have any limit. Of course, for nerdy financial applications, compound interest and discounting of future money would require exponentiation, which was damn-near tragic on all those old machines. So was trying to add or subtract 2 numbers that were using the maximum number of digits, but with a different number of decimal places, or trying to multiply or divide numbers that each used the maximum number decimal places, with the decimal point in various positions, and it was suicide-adjacent to try to evaluate any expression that included multiple max precision numbers in which both multiplication and division each happened at least twice.

> There are some regulations in bond pricing or international banking or stuff like that that require over 25 decimal places.

Sounds interesting. Is there anywhere you know I can read about it, or is there something specific I can search for? All results I'm getting are unrelated.


Sorry, not that I know of. They never let me near that stuff, and the various really important standards bodies are monopoly providers of information, so they inevitably charge more for copies of their standards than non-subservients like me can afford. I just tried to quickly scan the 25,000+ ISO standards and did not find anything even possibly related under $100. The Securities Industry Association was the maven of bonds when I was trying to figure them out, but, knock me over with a feather, they were dissolved almost 20 years ago. You might start with the Basel Committee on Banking Supervision, the Financial Markets Standards Board, the Bank for International Settlements, the Fixed Income Clearing Corporation, or https://www.bis.org/publ/mktc13.pdf.

Binary Coded Decimal is something else.

1100 in “regular” binary is 12 in decimal.

0001 0010 in BCD is 12 in decimal.

ie: bcd is an encoding.

High precision numbers are more akin to the decimal data type in SQL or maybe bignum in some popular languages. It is different from (say) float in that you are not losing information in the least significant digits.

You could represent high precision numbers in BCD or regular binary… or little endian binary… or trinary, I suppose.


yes and... bcd arithmetics are directly supported on CPUs for financial applications, like Z:

IBM z Systems Processor Optimization Primer

https://share.google/0b98AwOZxPvDO6k15


thx for the typo fixes

indeed, it's exactly BCD arithmetics which are part of the standard, with fixed decimal size and comma position

and yes, Turbo Pascal had some limited support for them.

you needed them in the 1990s for data exchange with banks in Germany. "Datenträgeraustauschformat". data storage exchange format. one of my first coding gigs was automatic collection of membership fees. the checksum for the data file was the sum of all bank account numbers and the sum of all bank ID numbers (and the sum of all transferred amounts)... trivial in Cobol. not so much in Turbo C++ :-)

I wasn't aware of the BCD in turbo Pascal... those were the days :-D


welcome.

those were the days, indeed :)


Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: