Earlier quoted context omitted.
It's been all of one week since a plane was hijacked. http://www.cnn.com/2016/03/29/europe/hijacked-egypt-air-jet/
According to Wikipedia there have been 6 notable hijackings in the last 5 years. https://en.wikipedia.org/wiki/List_of_aircraft_hijackings#20... There are roughly 100k commercial flights per day, 36m flights per year. Therefore, the probability of your flight being hijacked is 1 in 30 million, which is an absurdly low number. Note that only one of the 6 hijackings resulted in casualties, so the mortality rate even lo…
An opensource alternative for the TSA’s $300k line assistant
51–60 of 99 posts
Re: An opensource alternative for the TSA’s $300k line assistant
#52This should be implemented using a cryptographically secure random number generator. Presumably, the TSA requirements would specify some defense against an attacker being able to predict program outputs.
Re: An opensource alternative for the TSA’s $300k line assistant
#53I feel like HN's nerd rage at stuff like this (the TSA expenditure) is the same reason many (if not most) engineers make less than they could. It's a very willful denial of a fact of how the world works (large organizations routinely pay large sums for seemingly very simple work).
Re: An opensource alternative for the TSA’s $300k line assistant
#54I have a cheaper alternative. Get rid of TSA altogether. Travelling was a whole heck of a lot more fun in 1975. Since then it's been overreaction upon overreaction. Nobody is going to hijack a plane in this day and age because of the simple fact that the passengers will immediately revolt.
Re: An opensource alternative for the TSA’s $300k line assistant
#55Earlier quoted context omitted.
It's been all of one week since a plane was hijacked. http://www.cnn.com/2016/03/29/europe/hijacked-egypt-air-jet/
According to Wikipedia there have been 6 notable hijackings in the last 5 years. https://en.wikipedia.org/wiki/List_of_aircraft_hijackings#20... There are roughly 100k commercial flights per day, 36m flights per year. Therefore, the probability of your flight being hijacked is 1 in 30 million, which is an absurdly low number. Note that only one of the 6 hijackings resulted in casualties, so the mortality rate even lo…
Re: An opensource alternative for the TSA’s $300k line assistant
#56Earlier quoted context omitted.
13. Rule of Economy: Programming time is expensive; conserve it in preference to machine time. 15. Rule of Optimization: Prototype before polishing. Get it working before you optimize it.[1] [1] https://www.slingcode.com/ref/ProgrammingPhilosophies.pdf
Is programming time expensive? Let's say you have a mobile app used by 1 billion people every day. It sounds crazy, but I bet a fair number of people in this forum contribute to such an application. Imagine you want to make an optimization that increases battery life by 1%. Assume a 30Wh battery and that it's charged once per day. Over the two year lifetime of the phone, at $0.10 per KWh, that change would save your…
That eliminates a surprising number of tempting gold-plating situations that occur in rarely-executed code.
On the other hand, cutting 1 second of wait from a million daily active users adds up to whole human lifetimes saved rather quickly.
Re: An opensource alternative for the TSA’s $300k line assistant
#57Earlier quoted context omitted.
Make a thing responsive, people bitch about how many plugins you're using. Make a thing vanilla, people bitch about how it doesn't work on their phone.
But the app only needs to work on Mobile Safari (let's say 8 or higher?). Not rocket science to make it vanilla.
Re: An opensource alternative for the TSA’s $300k line assistant
#58Lets be practical, I am sure the actual app - Works without network connection - Metrics (offline syncronization) - User logins - Includes price of iPads themselves? - Involved government and IBM personal 300K sounds about right
Re: An opensource alternative for the TSA’s $300k line assistant
#59I feel like HN's nerd rage at stuff like this (the TSA expenditure) is the same reason many (if not most) engineers make less than they could. It's a very willful denial of a fact of how the world works (large organizations routinely pay large sums for seemingly very simple work).
Re: An opensource alternative for the TSA’s $300k line assistant
#60I get that it's trying to be funny, but is it really no longer possible to create a website with a single arrow that doesn't have to pull down all this cruft ? window.jQuery || document.write(' ')
Make a thing responsive, people bitch about how many plugins you're using. Make a thing vanilla, people bitch about how it doesn't work on their phone.