HN user

legoforte

29 karma
Posts3
Comments5
View on HN

That's a good question. Net Neutrality is not about whether an ISP can charge you more for using more bandwidth. It's about whether an ISP can charge your more (or restrict your usage) based on which websites you communicate with.

One way to think of it is that we already have "electric neutrality" (not a real term), which is to say, you pay for the amount of electricity you use, but you're free to plug in any appliance you want. Losing "electric neutrality" would mean that, for example, your utility could charge you more or less for plugging in an Apple microwave than a Microsoft microwave. That would be insane. Can you imagine trying to start a company selling a new appliance if you had to pay a special fee to an electric company to stop them preventing your customers from plugging it in?

Net neutrality supporters want the internet to be treated like a utility. We are willing to pay for the amount of data we use, but we are not willing to let an ISP decide which websites should have their data made cheaper or more expensive.

An internet with net neutrality is one where you pay for access to the whole internet (perhaps per Gb or perhaps your ISP chooses to sell you a plan with unlimited data). An internet without net neutrality is one where you might pay $X for a connection that only talks to Facebook, and connecting to Gmail costs $Y more. A brand-new startup in a world without net neutrality is at a huge disadvantage if they aren't included in the package of websites that a customer buys. That's the end of the internet as we know it.

Amazon Glacier 14 years ago

Wow, yes, please do! I've never used Arq, and at the S3 prices it doesn't make sense on top of my Dropbox. But with Glacier, I'd love to be able to back up my entire HDD off-site for $5/month, and Arq looks like a good way to do that.

It was definitely a pain to get it running in the previous version on OSX, but entirely worthwhile. It's a really nice system that can replace mathematica and matlab for a lot of the work I do. In case this helps, here are the instructions that I ended up following to get the previous version running on OSX (using homebrew as my main package manager):

brew install zeromq

brew install qt

(add the following to .bash_profile):

export PYTHONPATH=/usr/local/lib/python:$PYTHONPATH

Download SIP 4.13 and PyQt4 from [1] and install with:

python configure.py

make

make install

Then do:

easy_install pygments

easy_install tornado

easy_install ipython[zmq,test]

easy_install --upgrade ipython

(from within ipython):

from IPython.external.mathjax import install_mathjax

install_mathjax()

[1] http://www.riverbankcomputing.co.uk/software/sip/download

Think about it: When I point a projector at a white screen, and display an image with black regions, those regions are actually the same color as the white screen they're projected onto. "Black" is entirely defined by its contrast by the surrounding regions, so just having less-bright areas will give you at least an approximation of black.