HN user

MikeCoats

25 karma
Posts1
Comments7
View on HN
PWA Store 6 years ago

In our in-house apps we went for the progressive-enhancement, almost-2 option.

When we're presenting data, one of our columns is nearly always a 'primary identifier' of some kind - a name, an id, etc. We make this column a hyper-link and then we also add a click handler to the row. This means it's still fully accessible to screen readers and tab navigators, but users who expect a more 'app'y experience are happy too.

The click handler has to be a little smart to ensure it's not receiving the mouse-up of a selection event, but it's not bad.

If you're interested in analogue electronics then you might like the analyses done on the ElectroSmash website. [1]

They reverse engineer schematics from guitar effects pedal PCBs like this Fuzz Face [2], then go through the process of breaking the circuit into blocks of operation. They also simulate the circuits such as with this Tube Screamer [3] and see what effect manipulating component values has on the signal.

[1] https://www.electrosmash.com/ [2] https://www.electrosmash.com/fuzz-face [3] https://www.electrosmash.com/tube-screamer-analysis

Yup, I did the same. A contractor replaced all our Classic Macs with Windows 9x boxes and never taught any of the staff how to secure them.

We were using winpopup to send messages to each other, when I worked out how to send them to the entire subnet (or domain - I forget). Three months later I was hauled in front of the Deputy Rector to explain how I managed to 'write my name' on the admin office server. It turned out that they never turned on the monitor connected to the print server until the printer stopped working and they jumped to blaming me.

It took some really fast thinking to wriggle out of that one - I was warned 'he'd be watching me' from then on though.