Can "Read and change all your data on the websites you visit" Chrome extensions that require such extensive permissions make me extremely nervous and I don't think I'm alone. Is there a way to build this in a way that didn't require such elevated privileges?
It's been a while since I dabbled in Chrome extensions, but if nothing has changed, then not as a Chrome extension, unfortunately. If you mean theoretically, then of course; Chrome could let extensions subscribe to particular event hooks and whatnot and get very fine-grained about it. I expect that would actually be too fine-grained for most users, but what they have at the moment is a system where installing almost…
Show HN: How many miles do you think you've scrolled today?
81–90 of 100 posts
Re: Show HN: How many miles do you think you've scrolled today?
#82Earlier quoted context omitted.
You could inspect the source code and build it yourself (about 300 lines of JavaScript + JQuery): https://github.com/prashantbaid/scrolltrotter
The problem with any chrome extension is that there's no guarantee that the git repo matches the bag of bits that you're installing. No-prompt auto-updates exacerbate the issue. Installation of software will always require a leap of faith that the publisher doesn't have ill intent.
Re: Show HN: How many miles do you think you've scrolled today?
#83Re: Show HN: How many miles do you think you've scrolled today?
#84"You will need Google Chrome to install most apps, extensions and themes. Download Google Chrome" Yeah buddy, just wait for me to install that. Any Firefox equivalent?
Re: Show HN: How many miles do you think you've scrolled today?
#85Can "Read and change all your data on the websites you visit" Chrome extensions that require such extensive permissions make me extremely nervous and I don't think I'm alone. Is there a way to build this in a way that didn't require such elevated privileges?
It's been a while since I dabbled in Chrome extensions, but if nothing has changed, then not as a Chrome extension, unfortunately. If you mean theoretically, then of course; Chrome could let extensions subscribe to particular event hooks and whatnot and get very fine-grained about it. I expect that would actually be too fine-grained for most users, but what they have at the moment is a system where installing almost…
Even with that level of detail on the backend, there's no need to expose it all the user by default. That is, you could tell the user about group various related events together (eg. mouse, page load, etc) and power users could also drill-down if they like.
Re: Show HN: How many miles do you think you've scrolled today?
#86Earlier quoted context omitted.
I have been developing my email habits to fit this. If my email is turning into a novel I make a point to bring the important information to the top as a TL;DR. If I forward an email chain longer then two emails I condense the email chain in my forwarded email so the reader sees and understands exactly what I need them to see. I have found that if I forward a long email chain/write a novel of an email no one reads th…
I started writing a tldr or brief summary above my posts / emails, and then I realized if I summarize properly I can just delete the original text.
Re: Show HN: How many miles do you think you've scrolled today?
#87Earlier quoted context omitted.
The problem with any chrome extension is that there's no guarantee that the git repo matches the bag of bits that you're installing. No-prompt auto-updates exacerbate the issue. Installation of software will always require a leap of faith that the publisher doesn't have ill intent.
Try this: https://chrome.google.com/webstore/detail/chrome-extension-s... Views the source code straight from the google store
It'd be great if chrome and firefox allowed open source chrome extensions to be compared with their git source tree, possibly with diffs between releases.
Still, though, how many people will go through that effort?
Re: Show HN: How many miles do you think you've scrolled today?
#88This would be interesting to see on my phone at the end of the day. Even having decreased my social media and news consumption considerably over the last few years, I still catch myself mindlessly scrolling from time to time. I would love the shameful alert that told me “you’ve scrolled twice as many miles as you’ve walked today” since I know the second set of metrics definitely exists. It may be what I need to quit…
I think that would actually fit very well alongside eg Apple's "You've had 30 minutes of screen time today" messages
Re: Show HN: How many miles do you think you've scrolled today?
#89I was once in a seminar led by one of the world's pre-eminent primate researchers who explained that, without any irony or humor, he refused to scroll when reading emails--Anything important should be immediately visible.
He was unaware of recent important primate conflict studies that found that top posters were in different tribes than bottom posters in emails.
Re: Show HN: How many miles do you think you've scrolled today?
#90A long time ago when I used to spend almost all my day in front of a computer, I wrote a program that would measure the physical distance my mouse cursor had moved thinking surely it must be several hundred meters a day. In fact it was only about 30 metres per day. I imagine to scroll a mile would take several months for the average web user.