This via HN today: The History of the Dot Com Era. Stories of the boom and bust.
Monthly Archives: July 2021
Valley of the Boom
I watched Valley of the Boom a while back on SBS, it was really great. A docudrama about the dot com boom (and bust).
Words
This was fun: Words.
Proof of system
There’s a problem with some software user-interfaces, such as graphical shells, text-based shells, web browsers, etc. where the software needs to prompt the user for a secret (e.g. a PIN or master password) but the user can’t be sure that it’s a bona fide request from the software system itself, or some application, web page, or add-in that is pretending to be the system.
Seems to me like the solution to this problem is to have the system software do something that an application/web-page/add-in cannot do, and this leads me to think there should be a small area of a screen in a graphical user interface (textual UI is left as an exercise for the reader) which only the system software can manipulate.
If only the system can manipulate this small part of the screen then it’s a safe place to provide secrets to the system. Also, colour code be used by this reserved part of the screen to indicate when the input focus was active or not. So red on blur and green on focus.
In a web application the reserved part of the screen could be a drop down from the top of the screen over the address bar and toolbars, for an operating system it could be where the ‘Start’ menu button is. It will continue to display even when your app is in full screen mode, except perhaps if you temporarily turn it off during a presentation or game (although there may be some risk attached to allowing that temporary disablement).
How does USB device discovery work?
Today via r/programming: How does USB device discovery work?. An interesting video of a dude using his pretty awesome looking oscilliscope…
Devil’s Dictionary of Programming
Today I discovered the Devil’s Dictionary of Programming, which was a bit of fun.
Recommended Pagination for APIs
This via r/programming today: Recommended Pagination for APIs. Keyset pagination is an approach I’ve seen recommended a fair bit lately…
Data Structure Visualizations
This on HN today: Data Structure Visualizations.
Software crisis
There’s a good article about the software crisis over on Wikipedia.
Postfix SMTP-AUTH 4 DUMMIES
Some notes on how to configure Postfix: Postfix SMTP-AUTH 4 DUMMIES.