chbrown's comments

chbrown | 9 years ago | on: Scroll with your mouse on a remote mosh tmux session

iTerm2 3.0's tmux integrations take a little bit of work to set up locally, but you only have to do that once, and as long as your remote servers have a reasonably recent version of tmux (1.8, I believe), just replace filippo's `mosh HOST -- tmux a` with `ssh HOST -t 'tmux -CC new -A -s main'` (no mosh required).

chbrown | 10 years ago | on: World's Fastest Rubik's Cube Solving Robot [video]

After frustratedly fixing an unsolvable Rubik's cube over Christmas break (my dad thought it'd be funny to "solve" it by peeling off the labels and putting them back on, but got tired halfway through and left it in an unsolvable configuration), I'd love to see what their robot does if you give it an unsolvable cube.

chbrown | 10 years ago | on: How We Grew a SaaS Company To 4M Users

Interesting proposition though; can Google's search algorithm's ranking be construed as libel or something legal like that? Has anyone ever sued Google for lost business, and won?

chbrown | 10 years ago | on: Refugees Welcome

I'm sure they did a lot of user testing and decided that their Javascript-powered scrolling mechanism was a better user experience than the default browser behavior of just moving up and down proportionally to your mouse wheel.

chbrown | 10 years ago | on: Show HN: File.io – Ephemeral file sharing

It said that before, too — I was paraphrasing. "humb.ly" is a more trustable name than, say, "Megaupload", but they can say whatever they want.

What I want is some assurance like "The EFF has complete read-access to our platform and maintains a continuous independent audit of these services to verify that we comply with our own privacy assurances." The EFF is probably not the organization to do such a thing, but that's kind of what I'm looking for.

chbrown | 10 years ago | on: Show HN: File.io – Ephemeral file sharing

tl;dr from the FAQ:

Q: "Why should I trust you?" A: "Because you should! We're good people! Honest!"

I'd love to trust a service like this, but there's no credible effort to actually establish that trust.

chbrown | 10 years ago | on: Dear Google Mail Team

I'm kind of surprised that Linus uses Gmail.

It's likely that he'll actually catch a Googler's attention, but for many of us, user feedback is not an option.

@jacquesm's http://jacquesmattheij.com/ham-or-spam-gmail-not-to-be-trust... is another recent instance — but again, there's no call to action.

Gmail is great for some people, but I prefer having more control, and I highly recommend https://FastMail.com if Gmail is failing to meet your needs.

chbrown | 11 years ago | on: Nature makes all articles free to view

My institution subscribes to Nature, and using my library's proxy to access the Nature website, I can use the "Share/bookmark" menu to generate links like http://rdcu.be/bKk4, http://rdcu.be/bKlc, http://rdcu.be/bKld, and http://rdcu.be/bKli, which can be viewed in the browser (or maybe only because I also just installed the ReadCube app?).

The articles linked to above span several months, but it's generating serial links, so I can only assume that it's able to track visits back to the subscriber and/or my university account.

The ReadCube HTML5 reader looks nice, but does not work with JavaScript disabled (no surprise there). It uses JavaScript to override text selection (disabling copy&paste), but after a little meddling with the developer tools and element inspector, you can find a decently near ancestor to the text and copy the DOM as html. Stick that into a new file and you can select (and copy) the text without too much further hassle.

The DOM is awkward and split up kind of like a PDF (selecting a range of text goes haywire in unpredictable cases), but in comparing the HTML DOM hierarchy to the text object structure in the original PDF (which, as a subscriber, I can download), I found no obvious similarities, so I'm guessing they aren't translating the PDF to HTML directly.

chbrown | 11 years ago | on: Goldman says client data leaked, wants Google to delete email

It makes me sad that asking Google to fix their problem is the best solution Goldman Sachs can come up with. A few other options off the top of my head:

* DDoS the gmail account in question with spam, particularly spam that looks like it contains confidential information.

* Create a clever job ad on reddit, advertising a GS position in IT Security division by tracking down an email user supposedly played by a GS confederate, and then provide the gmail account in the ad

* Blackmail the unintended recipient, perhaps by sending the sort of data it's illegal in the U.S. to even own

* Mock the "From" header for thousand of typical spam messages with the gmail account address, send them to destinations that are sure to pass through Spamhaus & co.'s filters

* Fill the user's inbox to capacity; e.g., sign up for Quora with the gmail address in question

Certainly on the gray hat side of things, but asking Google to delete an email isn't exactly kosher to begin with.

page 1