Hacker News new | past | comments | ask | show | jobs | submit | Dysprosium's comments login

Seems like our brain think in log.


That's probably because the size of decimal digits written down on a piece of paper is in log.


Our number system is in log: value(number) ~ 10^length(number)



The Python documentation use this representation since a long time.

https://docs.python.org/2/tutorial/introduction.html#tut-str...


Be careful with this!

There might exist some other fingerprints that can lead to the knowledge of what browser you're using (the existence or non-existence of some feature, etc). If your User-Agent contradicts those others fingerprints, you become very easy to identify. It's really difficult to consistently pretend having a given configuration unless you are, well, actually running this configuration.

More generally, the more you use technologies to protect your privacy, the more you increase your fingerprint entropy, that is, the more it's easy to identify you.[1]

I wouldn't advice those "spoofing" tools, but rather to use the browsers' settings at the maximum of their capabilities (disable third-part cookies, delete cookies when closing the session, set Flash to 'Ask to activate', etc) and just the minimum extensions set to block third-part requests in a first-place (Disconnect, etc).

[1] https://panopticlick.eff.org/browser-uniqueness.pdf


An offline analogy might be "I didn't want to stand out in a crowd, so I had a friend carefully embroider a custom mask that was thoroughly different in every respect from my normal appearance, and I started wearing randomly-chosen items of clothing bought at thrift shops every day".


Tor Browser Bundle is working on this: "Design Goal: All Tor Browser users MUST provide websites with an identical user agent and HTTP header set for a given request type. We omit the Firefox minor revision, and report a popular Windows platform"

https://www.torproject.org/projects/torbrowser/design/#finge...

Maybe just make their User-Agent the standard?


> it’s still a voluntary policy

All has been said.


anon-stats.eff.org is a subdomain of eff.org. It's not a third party.


Still, the problem inherent to the concept is that it leaks the users' history to third-parties.


Its default usage does. The idea is that it returns enough value in exchange to be worth it. It also has a "Custom Search" feature that is useful without sharing your history.


> User-centric and privacy-respecting business models are impossible if the product is free.

What about non targeted advertisement?


I don't see how pages transition is trying to emulate native apps. It still falls under the paradigm of accessing a resource at a given URI, which is what the web is. Personalizing the way the resource is loaded by the client and displayed to the user? That's just cosmetics we should definitely care about.

Currently, the most popular way of implementing "native apps" in the browser are Single Page Applications, which breaks the web paradigm and hence have practical drawbacks such as the inability to open some resources in a new tab or to bookmark them. One motivation of SPA is the fact that loading a new webpage produces a blank intermediate screen during downloading, which is lame, especially for pages which are almost the same. Pages transition can change that, and in a beautiful way.


Imgur is already bloated. As for reddit, I'm curious about what makes you think they're drifting towards bloating. They use JavaScript (replying to a comment creates a new textarea), AJAX (posting a comment), WebSockets (real-time updates of comment timestamps), modals (sign up), but they do this in a very moderate way and the result is really robust. It seems to me that they perfectly know the power of all these technologies but have a very strong QA which doesn't let a single shit get pushed in prod.


More of a prediction at this point ... that $50 million in VC has been pushing them towards possible bloat. Not so much on the tech side, but on the advertising and monetization side.

Perhaps the recent resignations have something to do with a pushback against that? Internal bloat will eventually show itself!


> WebSockets (real-time updates of comment timestamps)

What are you talking about?


>scrollaway 9 hours ago | parent | flag

If I leave this up for an hour without refreshing, I'll get:

>scrollaway 10 hours ago | parent | flag

Again, without ever refreshing the page.


Can't that be done purely in the client? Why use WebSockets to to remote math?


It can be done with a few lines of javascript. You certainly don't need to contact the server to ask them how long ago a certain time was.


The thing with Pocket is that it's basically an extension installed by default. This is the first time Mozilla does such a thing to Firefox, and this doesn't please the community, including myself.

I though that the whole point of integrating a new feature is to really implement it into the software, where you can make it efficient and reliable, where you don't rely on a third party to make it work and where users' data is bundled to their Firefox profile only.

If they think it was not worth it to implement it, then they could just label the extension "featured", make a blog post to advice it to the community and call it a day. Otherwise they can just start integrating any popular extension, call it a new "feature" and defend themselves by saying that people use it so it's important.


Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: