It is weird to argue that free speech is limited then having the "
First Amendment" thrown at you like it is some type of bible verse. The constitution is an agreement that is open to interpretation...
I think of words that have a lack of definition like performant as an indicator of whether an author knows what they are talking about. "Performant" ain't a word and even if it was what does it mea...
Fun fun stuff to do in lintcode. I mean we can always incur a linear traversal using a LinkedList if one wanted a simple way to do LRU, but why not challenge myself.
public class LRUCache {
p...
I understand why people want to move back to the shared (cloud) model, but understanding what needs to be ephemeral needs to be considered based off of requirements. Elasticsearch in a docker conta...
A topic I have cared enough about to think about pretty intensely is the commenting landscape on websites. Sadly I have not executed on my own commenting system yet even though I have ideas and par...
(First off, I am not proposing a solution, just what I think about the current solutions so far and what I think the ideal solution is. In another post, I can think about how to define a solution w...
Looks like an interesting company from the outside and I'm sure it is on the inside too. I like Google Maps, GMail, Search, Android and others. These software collect data and act on the data, whic...
Left-Right Algorithm for Concurrent Reading and Writing
Here's an interesting, practical and more memory efficient way alternative to the Read Copy Update (RCU) Algo. These algos assume far more rea...
I wonder if it is worth the effort to use an Nvidia Tesla for automatic anomaly detection in time series data. Obviously, you do not want detection for all time series data because it has to be mea...