@derickr @ckape @LifesAHaskell
I’ll just say time makes fools of us all, and prod support has a distinct increase around DST changes.
@AstaMcCarthy @derickr @LifesAHaskell just abolish timezones in general
make everywhere UTC
I don't mind if I wake at 6pm and go to sleep at 10am, it doesn't really matter what the numbers are so why make it different per country
@penryu @LifesAHaskell @tastytronic The hardware is, indeed, quite impressive.
Remember the first inkjet printers you could buy? How they waited two or three minutes between pages for the ink to dry - and still smudged? We decided there was no future in inkjet printers and bought daisywheels and lasers instead.
@TimWardCam @penryu @LifesAHaskell @tastytronic
Back in the day, I went to a surplus equipment sale from Price Waterhouse.
I bought an early Xerox laser printer, which weighed about 80 lbs and used toner that came in bottles.
It emulated a Diablo 630 daisy wheel printer.
So, yes.
@RealGene @penryu @LifesAHaskell @tastytronic Daisy wheels ... ah yes ...
Italics were a pain, as you had to change the daisy wheel. If you wrote really clever software your punters would only have to change the wheel once per line of type, not once each time there was a switch between roman and italics.
Bold was OK if the punter was using a cloth ribbon, but not of they were using a carbon ribbon. You did bold by striking twice, one stepper motor step apart. With a cloth ribbon the two strikes blended into each other, with a carbon ribbon you got two clearly separate overlapping impressions.
@tastytronic @RealGene @penryu @LifesAHaskell Oh yes, being able to tell what a computer was up to by the noise it was making. So that you could, for example, start paying attention when you heard that the thing you were waiting for was nearing completion.
Printer noise, floppy disk nose, hard disk noise ... even (and I never did this myself but I'm told it's been done) a loudspeaker wired across the A20 (or whatever) address bus line.
These days all you've got to go on is the fan. When the fan subsides to idle that's a good indication that the build has finished and it's time to get back to work.
@LifesAHaskell it's schrödinger's milk: it shouldn't go bad before feb 30, but you can't prove it without opening it…
…still, some potential for legal suit there, lol!
@LifesAHaskell
Programmers have been working on this since 1582. I would have thought this was a solved problem by now.
(Yes, I had to look up the year our present calendar was introduced.)
Ping @lyallaward
Beat me to it. 👍
@LifesAHaskell @siracusa well, there’s no February 30, so it’s 2030.
Someone who doesn’t have the scars of Y2K.
@LifesAHaskell I remember working with a database where the devs had thought that the correct datatype for storing dates was DECIMAL(8,0) and for timestamps DECIMAL(14,0).
I also remember seeing an entry in that database that had been changed on January 53rd around 26:68 hours.
That system also featured three different subprograms for determining whether a given year is a leap year or not. You know, redundancy in important system components is paramount.