belandrew | 11 years ago | on: Swedish Police Raid the Pirate Bay, Site Offline
belandrew's comments
belandrew | 11 years ago | on: What Xfinity Internet Data Usage Plans will Comcast be Launching?
belandrew | 11 years ago | on: Swedish hacker finds 'serious' vulnerability in OS X Yosemite
We also have zero liability for unauthorized CC charges. So even if someone were to do that, the bank would be on the hook, not the user. Banks rely on a lot of computer analysis to determine whether a charge should be allowed.
It's much more of a pain to get money back into your bank account after it's been withdrawn. So although it's technically true that a bank card with PIN is more secure, to the end user, it's not any better.
belandrew | 11 years ago | on: React vs. Ember – EmberNYC slides
Edit: Added GM.
belandrew | 11 years ago | on: Google’s $1B purchase of Twitch confirmed
belandrew | 11 years ago | on: Yogscast Kickstarter failure is a painful reminder of the risks of crowdfunding
belandrew | 11 years ago | on: The new 501(c)(3) and the future of free software in the US
belandrew | 11 years ago | on: Newegg is now accepting Bitcoin
http://www.justice.gov/atr/public/press_releases/2010/262867...
I believe American Express settled later.
belandrew | 11 years ago | on: Inside the Mirrortocracy
People with different mindsets will challenge you. They will disagree with your decisions. They will think of different approaches that may be much better than what you are doing. If you let them, they may drastically improve your business.
Are your friends the best fit for the job? What if someone likes different music and whatever but is ten times as effective at that type of position? I would consider the latter far more important. You're hiring people to do a job, not socialize with.
belandrew | 11 years ago | on: PythonJS now faster than CPython
No, it's not. You can do equivalents to all of those in Javascript. Javascript objects are all mutable with a few exceptions. They are just maps of properties, very similar to Python's. Properties can be added or changed at runtime.
For example, setattr(obj, item, value) in python is basically just obj[item] = value in js.
belandrew | 11 years ago | on: jSpy: Automatically detect user's history
belandrew | 11 years ago | on: JavaScript as an alternative to AppleScript on OS X Yosemite
Applescript is used for automation of already existing applications which will still be written in C++ or Objective C. Applescript, a proprietary language with no other uses, is just being replaced by a much more common language in Javascript so people won't need to learn a new one to automate apps. People don't generally write applications using Applescript and they probably won't be using Javascript, so there's little overlap.
In GNOME Javascript is being used to write the applications in the first place. There is total overlap between Javascript and C/C++.
People see the GNOME choice as both redundant and reducing performance of desktop apps while people see the Apple choice as simply using a common language instead of a proprietary one for scripting.
belandrew | 12 years ago | on: Why Chinese Is So Damn Hard (1992)
Piece and peace are also homophones and pronounced identically \ˈpēs\ while piss is pronounced \'pis\.
Apparently you have trouble distinguishing between ē and i sounds but there are only two different sounds in those word triplets, not three.
belandrew | 12 years ago | on: Dark spot under cockpit of A-10s
Typical payloads on MQ-9 Reapers go up to 4 Hellfires and 2 500 pound bombs at one time. It's still a lot less than an A10 but it's enough for many situations.
belandrew | 12 years ago | on: New York State Is Set to Loosen Marijuana Laws
That's because if you carry too much you automatically get charged with distribution, not possession. That despite the fact you never sold it to anyone else. I knew someone in my college economics class who had his life ruined over just that. He was just a smoker, not a dealer, but he carried a bit over the weight limit. Goodbye to his future.
belandrew | 12 years ago | on: Sherlock Holmes Is in the Public Domain, American Judge Rules
This is a decent review of the issues involved: http://io9.com/5933976/are-fan-fiction-and-fan-art-legal
belandrew | 12 years ago | on: Low-end laptops:The rise of the Chromebook
belandrew | 12 years ago | on: Firefox 25 is released
belandrew | 12 years ago | on: Microsoft Launches Remote Desktop App for Android and iOS
https://chrome.google.com/webstore/detail/chrome-remote-desk...
belandrew | 12 years ago | on: Zuckerberg Seeks Personal Privacy, Then Removes Online Privacy Feature
In the US, abiding by any DMCA takedown notices is enough to be fairly certain you are not going to be in trouble for contributory infringement. That's how Google covers itself.