Live data from Hacker News

Screenshot Saturday

news.ycombinator.com

1–10 of 135 posts

Screenshot Saturday

#1
I really enjoyed last weeks Screenshot Saturday[1]. So here is this weeks post: "If you like the idea, please post a screenshot and a few words of explanation on what you have been working on for the past week."

[1](https://news.ycombinator.com/item?id=7579982)

Re: Screenshot Saturday

#2
After the huge success [1] of SoundCloud Instant [2], I started working something else using the SoundCloud API.

For 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

#3
I've been working on https://thesquatrack.com/

It 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

#8
Edit: Ah, I missed the point. Here it is in screenshot form: http://adambard.com/img/screenshots/extsearch.png

My 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

#10
http://i.imgur.com/PnmDT5z.png

I 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.

Post reply on HN