asharp | 14 years ago | on: A Git Horror Story: Repository Integrity With Signed Commits
asharp's comments
asharp | 14 years ago | on: Linux's awesome and underused traffic control facilities
That being said, mosh is rather cool ^_^
asharp | 14 years ago | on: Migrating from EC2 to Rackspace
asharp | 14 years ago | on: Rackspace launches new OpenStack cloud
asharp | 14 years ago | on: Rackspace launches new OpenStack cloud
asharp | 14 years ago | on: Rackspace launches new OpenStack cloud
asharp | 14 years ago | on: US slams Australia’s on-shore cloud fixation
Inside Australia you have the major peering fabrics which are on the order of a dollarish a mbit (cap). Compare that to $50-200/mbit for international transit and you'll see the problem. Quickly compare the cost of a gigE link.
About the only "international" player that doesn't (really) have this problem is NZ. Transit to NZ is ca $5/mbit last time i looked at it.
asharp | 14 years ago | on: BGP filter failure brings Aussie Internet down
asharp | 14 years ago | on: Be Careful When Comparing AWS Costs...
asharp | 14 years ago | on: Be Careful When Comparing AWS Costs...
You are incorrect in saying that you take an order of magnitude performance hit when Virtualization, especially for CPU bound tasks [1].
In terms of disk you are slightly more correct, you can lose substantial performance, however it's still not an order of magnitude.
[1] http://blog.xen.org/index.php/2011/11/29/baremetal-vs-xen-vs... (A series of benchmarks showing a disparity of ~1% off bare metal on CPU bound tasks.)
asharp | 14 years ago | on: Aptera motors pulls the plug
Also keep in mind that they are making entirely (or mostly) new types of vehicles, ie. the tricycle. And design doesn't come cheap.
asharp | 14 years ago | on: China's Great Firewall Tests Mysterious Scans On Encrypted Connections
My guess is that they're using it as a cheap way to tell the difference between most of the common protocols. (ie. ssh vs. openvpn vs. https, etc.)
asharp | 14 years ago | on: Assassin's Creed Pre-Order Offer Leaves Girl Gamers Out
Still a stupid decision. They probably should have just scrubbed both. I'd wait until we get word back from the publisher before trying to work out what actually happened and if it was, in any way, dishonerable.
asharp | 14 years ago | on: Something crazy is happening at Backify. Watch out
However, if you were to take p(x) as the pdf of people needing exactly X storage and take the standard assumption that the integral over it's domain (0->infinity) = 1, then you can work out the expected amount of storage required per customer (integral of xp(x) over it's domain). Now as long as the cost required to host that expected amount of storage is less then the amount they are being paid, well then, they still make money.
But what usually happens is that they take various 'measures' to cut off the right tail of the pdf to make it more profitable. That's dishonest.
asharp | 14 years ago | on: Is SpaceX changing the rocket equation?
I'd imagine that there would be some previously tested (say in aerospace) linux derivative that they'd be building off.
To be perfectly honest though, I don't know why they arn't using one of the few really good commercial hard real time unix kernels that you use for, say, UAV's and such.
asharp | 14 years ago | on: An introduction to data compression with arithmetic coding
asharp | 14 years ago | on: What's the one Linux command you wish you knew years ago?
asharp | 14 years ago | on: How Facebook is ruining sharing
But then you have the same problem of "If nobody sets things to be public, there's nothing to read, so no incentive to be a user".
asharp | 14 years ago | on: Pizza is a vegetable? Congress says yes
asharp | 14 years ago | on: Shutdown PC by removing SD Card
Something like KERNEL=="sdg", RUN+="/usr/bin/madagascar" and then you have madagascar check the environment variable ACTION for a 'remove', and when you see that run shutdown? (or just write straight into sysreq for instant poweroff)
Wouldn't the signing of all commits as they are committed solve this problem? (ie. rather then trusting Author information from the commit, trust the signed-by information to give author information?)