The new Offtopia, powered by Hugo.
October 1, 2018
June 26, 2017
On Brain Teasers at Job Interviews
I went to a few job interviews during past weeks. Most interviewers asked me to tell about problems I had solved, and to suggest a solution to a problem they really needed to solve. Some though offered me to solve brain teasers — problems they (or others) invented to test candidates. I solved most, but I felt bad about it. I can imagine many bright candidates who would fail an interview because of brain teasers.
Brain teasers are wrong — that’s my gut feeling, but I had hard time finding an argument to support my gut feeling. Now I have one. Here is the story of a 250 years old job interview.
(more…)
June 12, 2017
Social pal-based authentication
We can make multi-factor authentication actually work by relying on human’s unparalleled ability to recognize acquaintances and detect impersonators.
Multi-factor authentication, a mechanism where the user provides two or more loosely coupled evidences of their identity, has become ubiquitous in access management of computer systems. Compared to a single factor authentication, no single piece of information about the user is sufficient for authentication, and account take-over requires obtaining multiple kinds of information about the user.
However, known multi-factor authentication schemes rely on a single user’s knowledge, possession, and inherence. Consequently, while breaking multi-factor authentication is harder than breaking single-factor, password or key based, authentication, it still requires access to a single entity only.
February 15, 2017
Field hospital
Saving a failing software project is like working in a field hospital. You may know how to do it the right way but do not have time. There are two choices:
- doing it quick and dirty;
- starting over, cutting down, and still doing it right.
Quick and dirty is like giving up on antiseptics. The patient will die anyway, flesh rotting from infection. But you “did everything you could”.
Starting over is like giving up on anesthesia. It’s hard and unpleasant. But the software project has a chance to get back on track.
It’s not a choice how to save the project. It’s a choice whether to save the project or to cover your neck (neck is an euphemism).
On personal hygiene
Writing unit tests is like washing hands after going to the toilets. If you don’t, you both get bugs and worms, and also put others in danger. The only remedy is to stay away from you, as far as possible.
October 7, 2016
anglican.ml
http://anglican.ml/, the proper domain for the Anglican way of machine learning.
March 28, 2016
Software development paradigms
There are only two software development paradigms: test-driven development and bug-driven development.
- Test-driven development results in programs which work well.
- Bug-driven development results in programmers which work hard.
October 8, 2015
Immanuel Kant and Probability
Kant said: there are two a priori intuitions — space and time. There are also categories, and “the number of the categories in each class is always the same, namely, three”, like unity-plurality-modality, or possibility-existence-necessity. It would be fun to have three a priori intuitions, but only two exist, sigh. Really though?
(more…)
June 17, 2015
Imagine: eNapkin
Imagine that you have a great idea. You write it down on a napkin, show to your colleagues, they photograph the napkin with their smartphones, and will get back to you with investment proposals.
Now, what if instead of a napkin one of your colleagues has a laptop or a tablet handy? (more…)
Imagine: Shopping Selflist
Imagine
- a client on an old tablet or laptop in your kitchen, (sitting on the fridge and also holding a recipe book),
- and a server serving a web page with shopping check list, automatically updated, to a mobile app.
Every time you run out of something (eggs, sugar, tea, …), you add this thing to the list of ‘missing’ goods (lookup/predictive input make adding easier). When you go shopping, whatever you added is in the shopping list, when you buy, you cross out the entry.
A background knowledge module knows how to measure different things (sugar in kg or packets, eggs are counted, etc.), and suggests default amounts to buy. If you have to buy too often, the amount is automatically increased.