Live data from Hacker News

Ask HN: What simple tools or products are you most proud of making?

news.ycombinator.com

151–160 of 892 posts

Re: Ask HN: What simple tools or products are you most proud of making?

#153
I would guess my most used project would be an HTTP header editor for Chrome[0]. According to the developer dashboard it has close to 4,000 weekly users and I don't think I've had to do anything to it in over a year and a half. That so many folks would use my software is cool.

[0] - https://chrome.google.com/webstore/detail/header-editor/pkok...

Re: Ask HN: What simple tools or products are you most proud of making?

#154
post #116

https://izuded.com (i.e., "iz u ded?") I made this because I adopted a puppy and realized that, if I got hit by a bus on a Friday, he could be stuck in his crate for days before anyone realized. Morbid, but useful. It texts you every X days and asks, "u ded?" -- if you don't click "naw" before X days pass, it'll notify your contacts. It's a portfolio project to show what I've learned in the realm of "serverless" arch…

This is fantastic, made me laugh. Brilliant idea

Re: Ask HN: What simple tools or products are you most proud of making?

#155
http://saasful.com

Successful. That's what I want for my SaaS developers. Whatever your core product is, it's always going to need

- billing integration with Stripe

- user authentication (for your customers)

- access control (so you can drop in support)

You can pull this off (of course!) but do you really want to deal with this portion at all? Wouldn't you rather focus on driving traffic, writing blogs, adding new features to your core product with the time that you would spend on maintaining the non-product portions?

Here's how we are doing it:

- We would be your go-to resource for all of your SaaS website issues, fixes, CSS changes, anything related!

- SaaS website never enters your cognitive load, we are keeping it up!

- Send us an email at hi@saasful.com and we'll work on any request you send us in 48 hours. This is nice because months down the road you want to quickly change CSS

- Never deal with hiring from freelancer.com!

This is the tool that my devs and I have been working on this quarter. Would love some feedbacks.

edit: Care to explain the drive by downvotes? The thread is about sharing what tools we are working on right? Or did I not do it properly? Please let me know!

Re: Ask HN: What simple tools or products are you most proud of making?

#156
Well, I really like the simplicity of athena. [0]

athena is an elegant, minimalist, light-weight static blog generator written in Python. It's just over 50 lines of code. athena tightly integrates with Tufte's design and typography rules. Have a look! [1]

[0]: https://github.com/apas/athena/blob/master/athena.py [1]: https://apas.github.io/athena/

Re: Ask HN: What simple tools or products are you most proud of making?

#157
post #94

The simple tool I wrote that I get the most bang for my buck out of is synesthesia[1]. I spend a lot of my time tracing things down across multiple log files, and having to pick out the important lines visually or trying to isolate them with custom grep incantations was wearing on me. Synesthesia allows you to specify regexes, and it will color matches based on the value of the match itself, meaning that it's statele…

Reminds me of Internet Explorer 7(?)'s coloured tab groups. I actually thought they were quite a neat UI idea.

Re: Ask HN: What simple tools or products are you most proud of making?

#158
https://shellshare.net

I have migrated my wife's (then girlfriend) computer to Linux and sometimes I had to configure something on her computer (e.g. a printer). This ended up generating lots of back and forth on the phone with me telling her commands to write in the terminal, and she reading the output out loud. I wanted an easy way to see her terminal. So shellshare was born.

Shellshare allows you to run a single command line and share your terminal online (read-only)

    wget -qO shellshare http://get.shellshare.net && python shellshare
That'll give you an URL others can join and watch your terminal live. No sessions, no recordings, and the data is deleted every day.

There aren't many users, but I use it almost every week.

Post reply on HN