[1](https://news.ycombinator.com/item?id=7579982)
Screenshot Saturday
1–10 of 135 posts
Re: Screenshot Saturday
#2For the purpose of surprise, I'll just leave the screenshot here: http://i.imgur.com/PP4LN2J.jpg
The prototype is ready and it does what it's supposed to, but it's not ready to be released yet. If you'd like to know when it's ready, you can join my (new) email list: http://eepurl.com/SRIPT
[1] https://twitter.com/TheKaranGoel/status/457563836225056768 [2] https://news.ycombinator.com/item?id=7602045
Re: Screenshot Saturday
#3It does workout, nutrition, and body measurement tracking and I'm in the midst of deploying the routines and meta-routines - https://thesquatrack.com/soon over the next few weeks.
* Better search result info - http://i.imgur.com/RassIwF.png
* Flexible nutrition goals - http://i.imgur.com/8dabrHg.png
* Some meal fast logging - http://i.imgur.com/PdOBm0U.png
* Improved the dashboard a bit - http://i.imgur.com/hbs8ZTS.png
I'm not a UI/UX or business person, but I love code, so as long as it's functional, I'm happy.
100% solo founder and 100% bootstrapped ... it's been a heck of a fun journey :-)
Re: Screenshot Saturday
#4Re: Screenshot Saturday
#5Re: Screenshot Saturday
#6[deleted]
Re: Screenshot Saturday
#7Re: Screenshot Saturday
#8My idea is to deliver a fully-customizable drop-in search widget in the form of a javascript snippet. I saw a gap in Adwords coverage for similar searches (I hope it wasn't just Google quashing competition), and thought there might be potential. I did a bit of proof-of-concept coding, and now I'm trying to validate the market.
---
Before edit:
A competitor to Google Custom Search (yeah, I know) called ExtSearch. Right now there's just a lander at http://getcustomsearch.com/
Re: Screenshot Saturday
#9Re: Screenshot Saturday
#10I have had some time off this week so decided to work on something a bit different. I have been working on a concept fuzzing framework for security testing. In the screenshot you can see some of the files produced by it - The bottom right is the configuration used to generate the file format (for this case Bitmap, although I have tested a few others like WAV)
Bottom left is a bitmap produced with no defects. The top shot is a bitmaps produced with some random changes - you can see the green bitmap is now corrupted due to a change somewhere in the format.