Heard lots of similar stories i.e. for small businesses who can live without stripe's cool APIs, paddle is the way to go to avoid vat/gst/sales tax compliance headache
If you attempt to type your username & password while the page is loading, it'll keep trying to clear & refocus the username field. It forces you to wait for 5 to 10 seconds before you can use it. If you are typing without looking at the page, you will often end up entering a part of your password in clear in the username field. If you're impatient, you might even hit enter accidentally and send your password as your username to the server. Yahoo mail used to be like that, haven't used it in a long time.
> Barry Chang barely made it into the lobby when Apple’s security team surrounded and escorted him off the property.
I had to read it again to make sure I'm not making a mistake. Its unimaginable in some geographies. Evokes mixed feelings like : "cool, they can do that?" to "that's quite arrogant"
Also reminds me of a video where Steve Jobs met the council. The mayor was delighted like a teenager, showing off his iPad to Steve, asking for free Wifi : https://www.youtube.com/watch?v=gtuz5OmOh_M ( t=19:54 )
> submit ranking code to public github repo, the algo will be played by thousand SEO scammers to their advantage
Just a thought :
Ranking code could itself learn & adapt to each individual user (the learned "weights" could be sync'd online across your devices). Weighted signals from users can be fed back to the mother ranking algorithm (un-customized one). Basically millions of distributed deep minds[1], instead of a single one.
I can imagine there are a lot of holes in my theory, but we can't simply accept that open sourcing the algorithm implies that it can't be done.
It's not every day that you come across such rave comments about a "Show HN" kind of thing. Congratulations to the dev.
I'm not familiar with enterprise / Excel requirements & use cases. Could someone explain why is this such a great product [1]. I wrongly assumed that excel champs won't be comfortable dealing with SQL because they are either non-engineers or have been away from programming for way too long.
[1] No offense to the author, I'd love to understand what the enthusiasm is all about.
> As far as I know, git-remote-dropbox is the only safe way to host a Git repository on Dropbox.
I've another hackish method that's good enough for a single developer, plus it's encrypted.
I've got a truecrypt file container that resides in Dropbox. I mount it as read-write when I want to push. On the rest of my machines, its mounted as read-only. Even if the container is 100GB, it takes 10 seconds to sync daily commits - because of block encryption & syncing. This won't work with Google / MS / Amazon drive etc. because they upload the entire container on each incremental change.
Once I had a requirement and ended up trying nearly all of them and unfortunately, had to write my own (took about a day and a half) that accomplished the tour exactly the way I wanted. Off the top of my head, I can't recall what each of them missed but primary reason was that often they take off with a great experience and then the lead developer can't devote enough time to meet the diverse requirements of a huge community. The library ends up with a huge user base with lots of open issues, some critical to the user experience on the myriad of mobile devices.