dustyreagan
|
6 years ago
|
on: Ask HN: Best resources to gain math intuition?
I'm building a math practice site covering topics from simple arithmetic to second order differential equations. The idea is that to get better at (or intuit) math you have to practice. I'm trying to incorporate some Skinner Box techniques to make studying easier. I hope it's helpful and I'd love to hear your feedback:
https://studycounts.com
dustyreagan
|
6 years ago
|
on: Ask HN: What are you working on?
A math practice website called
https://studycounts.com. I’m trying to combine randomly generated math practice problems with addictive Skinner box-ish gaming elements. Skinner box for self improvement is the idea.
dustyreagan
|
8 years ago
|
on: Show HN: Count.io – A simple counting and A/B testing API
I'd hoped to make something for the "lazy developer." I use the service for counts that don't fit in to any of my apps models, because it's easy to create new counts (just change the URL), and because it exposes the count via GET and JSON I can easily implement the count into my dashboard. Mostly I use it for A/B Testing, aka counting impressions and conversions.
I'd also hoped to add additional value with charts, built in A/B Bayesian calculator, and webhooks/callbacks when a count reaches a certain value (yet to be implemented).
But I see your point, and I certainly worry about the market size here.
dustyreagan
|
8 years ago
|
on: Show HN: Count.io – A simple counting and A/B testing API
The catalyst for this project is my frustration with popular tracking and A/B testing products being overly cumbersome. I'm not sure how many developers share my frustration, but my hope is there is a market for a simple RESTful counting and AB testing API.
I created a similar MVP about 4 years ago and dropped the project in favor of another. Since that time I've decided to take another stab at it, this time focusing more on how the API can be used for marketing research.
dustyreagan
|
9 years ago
|
on: Show HN: Find gift cards redeemable near your recipient's address
I hacked this site together to help me purchase gift cards that my friends and family can use easily, and not have to drive out of their way to redeem. I feel like the messaging of what the site does is hard to convey, but I hope you find it useful.
Feedback is most welcome!
dustyreagan
|
11 years ago
|
on: BingoCardCreator.com Sale Page
Why did you choose to broker through feinternational, vs say flippa?
dustyreagan
|
11 years ago
|
on: Mothers’ brains show similar responses to her baby and her dog
This is interesting, but I wonder what the results would be if you compared the dog, and baby, to your best friend. In other words, I wonder if the dog would have closer matching results to the baby, or the friend.
dustyreagan
|
12 years ago
|
on: Flappy Bird creator, Dong Nguyen, taking down game; "I can't take this anymore"
Accidental product success, followed by accidental PR success. Half of HN would kill for this kind of luck, and this poor guy doesn't want it... Which makes it even more interesting!
dustyreagan
|
12 years ago
|
on: 23andMe Provides An Update Regarding FDA’s Review
I downloaded my raw data and took screenshots of my results just in case they get shut down. :(
dustyreagan
|
12 years ago
|
on: MetaSiteworth - Estimates income for websites by averaging other estimates
I think it's a brilliant idea. Popular estimator sites are making real passive income, in that there's not much work to be done after launching. The snag is this market is saturated and there is a low barrier to entry to keep competitors out. That said, I've never seen a site take an average of the most popular estimator sites. I think it's a clever angle, and it certainly creates the perception of a more accurate result. I'd use your site over your competitors.
Your challenge is going to be in gaining market share. Meaning, you need to rank high in Google! Or spread virally. That'll be tough, but I think you can do it with this angle.
dustyreagan
|
12 years ago
|
on: Show HN: How much can you tell about someone from their tweets?
dustyreagan
|
12 years ago
|
on: Should I buy LED or CFL light bulbs?
Got a source?
dustyreagan
|
12 years ago
|
on: Ask HN: What was the cool flipping credit card form posted recently?
That's it! Thanks! :)
dustyreagan
|
12 years ago
|
on: Don't shoot your friends - Twitter game with real consequences
Not even kidding, people have suggested I add a "shoot your friends to unfollow them" feature to Friend or Follow as a joke. There's nothing new under the sun.
Great implementation. Maybe default the music to off.
dustyreagan
|
12 years ago
|
on: Poll: How old are you?
Skewing the data! ;)
dustyreagan
|
12 years ago
|
on: Show HN: I made a simple persistent counting API
Yeah, see I'm kind of torn, because GET just makes it so dang simple. POST requests, though semantically correct, add a small amount of overhead to implementing the counter. I'm not really concerned with spiders, as the URLs are intended to be obscure + robots.txt. In addition, future versions could include simple basic auth for private URLs. Though I intend to keep public URLs around for fun and drive by counting.
dustyreagan
|
12 years ago
|
on: Show HN: I made a simple persistent counting API
Thanks! I appreciate that! :)
dustyreagan
|
12 years ago
|
on: Show HN: I made a simple persistent counting API
I added an IncrementBy and DecrementBy variable you can pass in your POST request, and update the documentation. How's that work for ya'?
dustyreagan
|
12 years ago
|
on: Show HN: I made a simple persistent counting API
I think that's the way to go for the public URLs. I'm going to leave it up to the user to come up with a unique group name though.
dustyreagan
|
12 years ago
|
on: Show HN: I made a simple persistent counting API
Agreed. I updated the site and docs. Thanks! :)