HN user

iefbr14

170 karma
Posts2
Comments142
View on HN

There is probably still a lot out there but with the current state of the ('free') search engines you won't find much. I am painfully reminded of that every time I have to look for a datasheet that is not in my own archive yet.

The damage from a frozen water line in your house can be a lot more than $4000.

We had them when I was still a kid in the sixties and I did not like it at all. Jumping in a warm bed is nice but leaving it on during the night makes you wake up all sweaty in the middle of the night. Even on the lowest setting.

On my system I use a little script coupled to a key that lets you select a graphical area with text in it and it converts it into real text that is placed in the clipboard:

#!/usr/bin/bash

maim -us | tesseract --dpi 145 -l eng - - | xsel -bi

[[ "$(xsel -ob)" ]] || (notify-send "No text found"; ohno)

You wil have to install maim, tesseract and xsel for it to work.

Edit: you can leave out the ohno which is just an audible alarm on my system

I've been a consultant for a long time and in that role you were hired only to fix old systems that the resident staff refused to maintain, because not sexy. I didn't mind, it paid good money and I have seen a lot of companies from the inside which is also a plus. The dev were not below average, they just weren't interested.

It found that 50% of banks admitted to relying on software that only one or two staff members, who are at or near retirement age, understand.

This is an organizational problem or just plain neglect. I learned cobol back in the seventies in one day. I used it for 40 years and I never had any problems understanding programs written by others.

In 1976 when I started, I was threatened that if I caused an 0C7 abend I would have to sit on a chair in a corner of the office for 15 minutes with a pointy hat on that had '0c7 fool' written on it. BTW, I had lots of them and never sat on that chair :)