HackerTrans
TopNewTrendsCommentsPastAskShowJobs

JeremyBanks

no profile record

comments

JeremyBanks
·3 years ago·discuss
[dead]
JeremyBanks
·3 years ago·discuss
[dead]
JeremyBanks
·6 years ago·discuss
I find HEY's general workflow very good for my medium-volume personal email. It encouraged me to filter a lot more stuff out of my inbox than I did with Gmail, while spending less time configuring filters. The ability to leave internal comments on external email threads (business accounts only) is very useful as a first-class feature, instead of relying on fiddly BCC. The apps are quite nice to use. Overall, there's less clutter and it is a more pleasant experience than other email clients I've used... until I try to search in the Hotwire-powered web view.
JeremyBanks
·6 years ago·discuss
This kind-of tangential reply is in bad taste, but DHH is currently being an asshole about this very topic on Twitter, so:

This seems cool, but the progress that HEY has made since launch isn't very impressive if that's the flagship example.

HEY's search UX, which uses these capabilities, has been abysmal since the day it launched. It's a much better experience if you disable JavaScript/Hotwire and fall back to the server-side-rendering instead of the hybrid mess they push down. I'm very disappointed that this hasn't been improved. (I sent feedback about this while they were still in their invite-only phase.)

We were also promised custom domain support by the end of the year, and we don't have a timeline or even pricing yet. (That's obviously backend and unrelated to this announcement.) I don't want to go back to Google, but the lack of improvement isn't giving me a lot of confidence as a HEY customer, so I'm considering alternatives.
JeremyBanks
·7 years ago·discuss
This isn't complicated. Many vegans would prefer to never eat where meat is being served, but recognize the practical reality that if you want business to start providing more ethical alternatives, you need to actually patronize those businesses. So they compromise by providing that revenue, while still trying to avoiding cross-contaminating what they're eating with what they see as murder-byproducts.
JeremyBanks
·7 years ago·discuss
Terms like i18n and l10n are bad for a11y.
JeremyBanks
·7 years ago·discuss
Redux is a nearly-ubiquitous complement to React, not an alternative. Redux handles the data, React handles the interface.

Vue got a lot of attention on Hacker News because it was new, but it has plateaued with at most 1/8th of React's market share. It is not going to be replacing it. React is more dominant than any JavaScript technology has ever been except maybe jQuery (whose responsibility was a lot narrower). It's not my personal favourite, but I appreciate having a de-facto standard across almost everything I have to work on.

Google is mostly irrelevant to this discussion: they have extreme Not Invented Here syndrome and cling to terrible in-house technologies for front-end development. (They have been gradually increasing their React adoption over the last few years, but it will probably remain small.) They were once the world leader in JavaScript development, but they haven't treated it seriously and are now significantly worse than all of their competitors. If you go to Google, you're committing to learning a lot of non-transferable knowledge (in addition to a lot of valuable practices).
JeremyBanks
·7 years ago·discuss
1. Stop supporting IE11. 2. Whatever has 99% support in browsers your users actually use. 3. Yes. 4. It’s called React.
JeremyBanks
·8 years ago·discuss
Yeaaaaah. Our clients thought it was super-cool to add distracting battery-destroying parallax effects to their mobile ads. :|
JeremyBanks
·8 years ago·discuss
With sufficiently high-frequency gyroscope data, it is possible to infer what a user types in with moderate precision. In some cases, it has even been shown to be possible to recover coarse audio data from the surrounding environment.

https://bugs.chromium.org/p/chromium/issues/detail?id=421691

Browsers have added rate limiting to mitigate this threat. (Prior to that, my former team in Google Ads added our own rate limiting to the gyroscope API we provided for ads.) The risk now seems pretty minor, but I wouldn't be shocked if someone clever still managed to find some way to abuse it.
JeremyBanks
·8 years ago·discuss
It is relative common for software to need integers larger than 53 bits. It seems quite uncommon for software to require Decimal arithmetic. Do you have a motivating example?
JeremyBanks
·14 years ago·discuss
You're mistaken: Stack Overflow does collapse line breaks in posts. Example: http://meta.stackoverflow.com/a/152661/134300

It is a pretty common mistake for new users to make, though most of the time an editor will fix it pretty quickly and the user will learn.
JeremyBanks
·14 years ago·discuss
There are a dozen MarkDown implementations that are better than Grubber's piece of shit, and a couple that are actually nice. The lack of a decent implementation is not the issue. This issue is that Gruber is (regrettably but naturally) seen as the authority on MarkDown by a whole lot of people, and he's still encouraging them to use his insecure, bug-ridden disaster instead of pointing them in the direction of something that anybody outside of his use case would ever want to use.

He just needs to add a sentence or two to his website and he'll save countless developers a ton of headache. He just doesn't give a shit.

It's pathetic.
JeremyBanks
·14 years ago·discuss
I think I remember seeing a post just like this a couple of years ago, after which the bug was fixed. I wonder if there was a regression or if this is somehow different.
JeremyBanks
·15 years ago·discuss
I believe he mentioned in response to people's complaints that the site looked like Quora; I don't think he meant to relate it to security at all.