AretNCarlsen | 14 years ago | on: Why don't rich people do more awesome things?
AretNCarlsen's comments
AretNCarlsen | 14 years ago | on: Why don't rich people do more awesome things?
He apparently began funding that spaceship, to the tune of tens of millions of dollars, around 2001, several YEARS before he told anybody that he was doing so (in 2004). By definition, rich people who are doing things for non-showoff-y reasons are not necessarily showing off about it.
[1]: http://en.wikipedia.org/wiki/Paul_Allen#Assets [2]: http://en.wikipedia.org/wiki/SpaceShipOne#Development_and_wi...
AretNCarlsen | 14 years ago | on: TrueCrypt User Held in Contempt of Court
> Just jerk off to normal porn like everybody else, problem solved.
sigh
First they came for those accused of pedophilia, and I said nothing because I wasn't accused of pedophilia.
AretNCarlsen | 14 years ago | on: TrueCrypt User Held in Contempt of Court
I'm not saying plausible deniability is bad, just that it would be better not to rely on technical arms races to protect fundamental rights.
The Passive Aggressive Award will go to the guy who freely gives the real password to the feds when subpoenaed, but claims it is just a hidden volume password.
AretNCarlsen | 14 years ago | on: Consumers Don't Want Tablets, They Want iPads
As AllThingsD certainly doesn't pass along a definition of "brand appeal", in the context of the article that 66% claim is neither fact nor spin. It is nothing at all.
AretNCarlsen | 14 years ago | on: Ooops.
AretNCarlsen | 14 years ago | on: Consumers Don't Want Tablets, They Want iPads
The second half of the Bernstein release states that "Fifty percent of respondents preferred Apple over all other brands." That is EXACTLY HALF, so feel free to spin it the other way: "Fifty percent of respondents would not choose Apple over another brand."
AretNCarlsen | 14 years ago | on: Show HN: roll.io eats txt files and shits youtube videos. Useful?
If the video bandwidth is all Youtube's, and the UI is Javascript, your ongoing cost is mostly the server time to run the text against your corpus and spit out a playlist.
I love when startup ideas spring from a misinterpretation of how someone else summarizes their product.
AretNCarlsen | 14 years ago | on: Ooops.
(Fun fact: many knife throwers grip the blade end anyway, rendering the cliche to an even simpler "rm is like a knife".)
AretNCarlsen | 14 years ago | on: Why Naming Your Company Sucks
At the least, you also need to check each of the 50 state-level PTDLs. USPTO has a list by state: http://www.uspto.gov/products/library/ptdl/locations/index.j...
The other theoretical benefit of a professional search is that they are expected to research similar marks as well, taking advantage of their legal expertise to determine how similar is too similar. (I emphasize 'theoretical'.)
AretNCarlsen | 14 years ago | on: Why Naming Your Company Sucks
Trademark search: $350
Invariably coming up with a better name six months later: priceless.
(I assume that doesn't only happen to me every time.)
AretNCarlsen | 14 years ago | on: If you develop web apps, don't do this.
1.) Implement bulky external security measures -- like client-side certs or VPNs -- and replace them with more scaleable solutions as the user count grows.
2.) Inform your users that they are interacting with an unsecured fledging service, such that they do not have an expectation of privacy. At the very least, warn them not to use this service on an unsecured coffee-shop WAN.
AretNCarlsen | 14 years ago | on: If you develop web apps, don't do this.
Worked well for Sony!
Seriously, that is an egregious abuse of both ethics and morality, the latter because you are implicitly abusing your users' trust (unless your welcome screen says "NOT YET SECURE" in huge font). If implementing reasonable security before you enter beta testing is such a resource burden that your product will go under before it can get its footing, then your product goes under. Ethics do not go away when your profitability and success are on the line -- that is the specific moment when ethics come into play.
I realize you have already thought through this and have a different POV. Newbies are liable to see this kind of talk however, and think it is an accepted industry-wide practice to treat security as an afterthought until you have scaled, when that is in fact a profitable but unacceptable antipattern.
P.S.- This is like a new small-town restaurant saying "Refrigerators are expensive, so we can't afford to refrigerate our eggs and milk until we get more customers. Otherwise we might go under from the increased operating cost, and then our customers wouldn't get to enjoy our restaurant!" Draw your own conclusion.
AretNCarlsen | 14 years ago | on: Contracting out an API - comments on the spec, or even a bid?
I would have an easier yet more profitable life if I could manage to adopt that attitude for my projects.
AretNCarlsen | 14 years ago | on: Business ideas: proving ideas are a dime a dosen
Twitter has little or no technical reason to be so limited, of course, but doesn't want to alienate the tldr crowd.
AretNCarlsen | 14 years ago | on: Schumer Bashes BitCoin, Wants to Shut Down Silk Road Drug Site
AretNCarlsen | 14 years ago | on: How Offline Web Apps Should Work
By the way, the app's cache obviously ought to be isolated from other apps' caches, right? Especially if you let the user grant an enlarged cache as a per-app permission. And the user might want to clear the miscellany browser cache without clearing the app cache, so we had better give this Application Cache a distinct name.
AretNCarlsen | 14 years ago | on: The Guts of Android
Anybody know what that means? Licensing conflict, perhaps?
AretNCarlsen | 14 years ago | on: Ask HN: Do Americans stand a chance on freelance sites?
Repeated response: > No, you aren't. No programmer does good work for $10/hour or less.
The implication: We are obviously worth more than $10/hour, and the problem is just that employers don't know that or can't find us.
This is a dangerous economic oversimplification. It implies that you just need to keep doing the same thing, but advertise better. That is not the problem here.
Yes, the work you do produces a great deal of actual wealth for your employers, more wealth than is generated by the middle manager they pay $50/hour. Similarly, fresh water is much more valuable to me than an iPhone, yet I can buy hundreds of gallons of water for the price of an iPhone.
We have had several decades during which the vast majority of the worldwide supply of programming talent was excluded from the hiring pool. Even within the U.S., a programmer located in certain states and cities has been able to command a higher wage on that basis. When you have been the beneficiary of artificial scarcity and consequential producer surplus [http://en.wikipedia.org/wiki/Economic_surplus], it is easy to proudly and mistakenly relate your economic value with your actual value.
Don't get depressed when you see your work performed for $10/hour. You have not grown less talented or even less unique than you used to be; you had simply overestimated your uniqueness based on confounded experimental data. The great news is that in the meantime there has been someone exactly like you, someone who happened to exist in a different geography, whose wage has now gone up to $10/hour.
The only fix is niche work. Make yourself more unique. This won't work as well as it used to, since non-Americans can learn new skills too, but that is how capitalism works.
AretNCarlsen | 14 years ago | on: Stopping Screenlock Smudge Attacks On Android
Regardless of whether your device has a limit on total attempts, you ought to be aware that the security of your lockout resides not in the complexity of your pattern, but rather in a subtle facet of your phone's volatile->nonvolatile memory transfer timing.