wodzu | 10 years ago | on: Warning after security experts hack Tesla car
wodzu's comments
wodzu | 10 years ago | on: Ask HN: Do you use Vagrant or Docker for active development?
wodzu | 10 years ago | on: Ask HN: Do you use Vagrant or Docker for active development?
I love the fact that once I configured the dev environment on my PC and I hit the road on the next day I can have exactly same environment on my laptop by running single line - "vagrant up". Not to mention that any dev working on the same project saves himself ton of time but not having to configure everything from scratch.
I have not taken the leap of faith yet and I am not using the docker in production but hopefully this will happen soon.
wodzu | 10 years ago | on: The military tested bacterial weapons in San Francisco in 1950
As if the logic gate in the brain suddenly stopped working.
wodzu | 10 years ago | on: China Trade Halts Locks Up $2.2 Trillion of Shares, Freezing Market
wodzu | 10 years ago | on: Consciousness Began When the Gods Stopped Speaking
Here is my take. The brain simulates the reality. That is we don't see or hear directly but instead the electro-chemical impulses go to our brain from our eyes and our ears. Our brain is big enough to simulate ourselves. Our brain is capable of noticing that the simulation of "me" is distinct from the surrounding simulation of the reality.
wodzu | 10 years ago | on: World without end
Edit: Disclosure - I am not playing it anymore, although I did disappear to reality for few months.
wodzu | 10 years ago | on: Show HN: Visa Explorer – Salaries, lawyers, companies of all H-1B in the USA
wodzu | 10 years ago | on: Board Members
wodzu | 11 years ago | on: Online Algorithms in High-Frequency Trading
The needs of HFT are such that technology barriers are pushed to the limits. Some of the technologies developed in the process make it back to the general public.
wodzu | 11 years ago | on: The Benefits of Being Cold
wodzu | 11 years ago | on: Revolution R Open: The Enhanced Distribution of Open Source R
wodzu | 12 years ago | on: Vagrant Feature Preview: Docker-Based Development Environments
wodzu | 12 years ago | on: Strong, Unique and Memorable Passwords: a Creative Approach
wodzu | 12 years ago | on: Strong, Unique and Memorable Passwords: a Creative Approach
It works as follow, let's assume this is the domain we try to generate the password for:
www.example.com
The hash process:
1 - take first letter, move 2 in alphabet, capitalize - 2 places after e in alphabte is g ("abcdefg"), capitalize - G
2 - calculate number of words in domain, x2 = 7x2=14
3 - use standard salt - eg. tlpWENT2m
4 - take last letter - e
That leads to a password: G14tlpWENT2me
Which is both easy to remember and allows you to have a unique hashed password for every website around.
Have fun with discovering your own hashing method.
wodzu | 12 years ago | on: There was no widespread use of malleability attacks before the closure of MtGox
The real question is who was behind these attacks?
wodzu | 12 years ago | on: Correlate Bitcoin prices with anything
http://nerdsonwallstreet.typepad.com/my_weblog/2007/04/stupi...
wodzu | 12 years ago | on: Cassandra Hits One Million Writes Per Second on Google Compute Engine
According to Netflix article the AWS experiment did run at a cost $561 per 2h, that is ~$280 per hour. Perhaps they were not utilized the cluster fully in those 2h in which case we should multiply the 1h test that performed 500k inserts per second, in that case the cost would be $182*2 = ~$365 per 1h.
GCE test did run at the cost of $330 per hour. Give or take few dollars difference if anything it's surprising GCE can do at roughly the same cost what AWS was capable of 2+ years ago.
Saying all that GCE guys did a great effort. I wonder though how much speed you can squeeze from AWS and at what cost now when AWS is sporting SSD disks.
Rather than hacking all the individual cars, hack the Tesla server and push the updates. Happened few times to open source software.