i made something like this as a hackathon project years ago, but it's _slightly_ more usable
HN user
Shrugs
https://mat.tc
[ my public key: https://keybase.io/shrugs; my proof: https://keybase.io/shrugs/sigs/2WiRAbj2pTa8kEGBI3QaCrAiFO7Sh6FJJT2sC1eAX8g ]
Verifying my Blockstack ID is secured with the address 17hsRknAfqB88g9EBPbkUaGvUV4v3g6dxq https://explorer.blockstack.org/address/17hsRknAfqB88g9EBPbkUaGvUV4v3g6dxq
we're (re-)building a platform for virtual art fairs in the wake of coronavirus — most fairs and galleries are cancelling or postponing events that will work super well online. We're building a novel experience from the ground up, not relying on VR or skeuomorphic interactions
here's a tour of the initial exhibition last year: https://lds.wistia.com/medias/4ucxldnz9n
if you or your friend is the operator of an art fair that'd like to move online, please do hit us up at hello at dot.gallery
this is great! i never used calendly et al because it felt like a little too much, you know?
i want a super fast way to grab text for the next 3 days, maybe an alfred shortcut or a bookmarklet or gmail extension or something
very awesome tech + privacy combo
Since fraud detection is done on-device, is there any clever encryption or security features that stop me from issuing a direct API request to the service with my (or someone else's) credit card info? If not, I'm worried that a technical fraudster could script their way around the ML model (and therefore not need the physical card), especially since cc lists are already nicely formatted. This would hurt pretty badly if the service assumes that DyScan is infallible and then doesn't have mechanisms for detecting fraud post-signup.
I second the references to "Mastering Bitcoin", and also add my blog post "Getting up to Speed on Ethereum" [1] that takes you from "I kinda understand bitcoin" to "I understand ethereum at a deep level and know about the big projects being built on top of it" over a few days.
[1] https://medium.com/@mattcondon/getting-up-to-speed-on-ethere...
1000 uniques/month on average, not including when I post the site on hacker news. The clickthrough/conversion rate is pretty solid. 35% of users buy something after clicking through to Amazon, which makes sense cause it's a pretty strong signal of intent.
I have, but the API differs in availability/completeness across regions and writing the code to handle each region probably isn't worth the time. The Product Advertising API is also _terrible_ and not fun to work with, so I'm minimizing the amount of time I spend working with it and reading their docs.
I made http://fivestar.io/ a year or two ago; it's a better Amazon search.
It shines when you search for something that you want the best version of, without caring about the details; i.e., let the masses determine the quality for you. It weights results based on ratings, review volume, and some other stuff, segmenting the results by price range.
Helps me answer the question "I want the best phone mount for my bike, but I don't want to spend more than $20" without fiddling with Amazon's search parameters and then scanning the page.
Makes ~$100/month off of affiliate links.
I'd also back dokku for small side projects. I have 4 small slack bots installed on my reserved t2micro instance and I'm pretty happy with it.
There's also Comedy Hack Day [1], my personal favorite hackathon(s) of all time. I've been to 4 so far and have flown across the country just to participate over and over again.
Jazz Hands[1] has been a staple for my iOS app onboarding flows, super happy to see I can start doing the same on Android.
I went to Slidell High; the other Google intern went to Northshore. And now one more from Slidell. I love how the internet brought us all together even though we were previously so close but didn't know it.
Slidell. I went to school at LaTech for a year and a half. I I recently found a fellow Google intern who's from Slidell as well, but we'd never met previously because we went to rival highschools.
I interned at Grooveshark two summers ago; Josh incredibly changed my life for the better. The Summer with the Sharks program was transformative and catapulted me out of Louisiana and into the world of tech. He's such a happy and charismatic personality; the company outings, like going to Disneyworld, are some of my best memories.
Talk about a life gone too soon. I'm pouring one out for Josh tonight.
Looks like a classic Stack Snowverflow error to me.
I can confirm that FishPlaysPokemon uses OpenCV. There's a wealth of knowledge and tutorials, so if you just want to isolate certain color ranges (what they're doing), I guarantee there are tons of resources. There's also Python bindings to make things even more friendly. After that, it's some simple math to figure out which quadrant it's in and then trigger the correct button press.
It's slow to load at the moment, so I'll describe what it does.
PennyWhale lets you search, manipulate, and compare financial data with natural language queries along the lines of "how much cash does $GOOG have" and "show me the PE ratio for $AAPL".
Seems like a really good research tool!
Yup, affiliate links. I get ~6% from every purchase via FiveStar, increasing with volume per month.
Love the idea, good luck!
Awesome, glad you like it!
I made FiveStar [0], which was covered on TechCrunch [1] and it made ~$600 last month. Doesn't cost any money to run, so it just sits there. Not a fabulous success story, and traffic is decreasing, but $10 a day as passive income isn't awful.
[0] http://fivestar.io [1] http://techcrunch.com/2014/06/03/fivestar-finds-the-best-pro...
I've fixed this with a decent debounce delay. I failed to test the back button, hence the poor UX.
Thanks for checkout it out!
Thanks for pointing that out; I can't imagine they do. I've fixed the issue, thanks again!
You don't have to manually parse ratings and reviews. It just removes a few steps from the "I want an item, which one do I get" flow.
Thanks for checking it out!
I've added a debounce to that portion; sorry for the poor UX!
It's certainly in the list of things to add, but I'm not confident enough in my backend code to add more complexity just yet. FiveStar will be undergoing a rewrite in August, so I could definitely add it then. Thanks for the feedback!
OP here: I switched the debounce to 1 second instead of 500ms, so that should fix a bit of the load problems.
I'll also scale the heroku dynos if it goes down again.
I made a similar product (albeit a lot less refined) for a hackathon, using the Pebble. It counted number and type of tennis shots, displayed useful HUD data, and then let you see pretty graphs in a desktop webapp. Some problems I ran into:
If you have acceleration, to get position, you have to integrate twice, which means two unknown constants, really throwing off your data accuracy. To fix this, the user would have to go back to a defined position (perhaps the tennis 'ready' position) frequently, but that isn't guaranteed or user friendly. They could absolutely work around this with some refined heuristics, but I wasn't able to get one working in the few hours I had.
The algorithms are the hard part. I was using naive machine learning techniques to identify swings and such, and they were not nearly adequate; I had many false positives. If they can get all of the stats they claim, I'll be very impressed.
In my spare time, I'm working on http://fivestar.io, which gives you the best Amazon item for a query and breaks it down by price range. So you can find the 'best' product based on relevance, popularity, reviews, and cost, without having to compare reviews and popularity yourself.
The results still need some work; sometimes Amazon's API returns illogical price brackets, so a fallback is necessary, but I'm pretty happy with it at the moment.