Live data from Hacker News

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

news.ycombinator.com

201–210 of 892 posts

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

#201
https://furnisearch.co/

Definitely different from the ones here since it hasn't made me loads of money, but definitely proud of it.

The first web application I ever made, which was actually based on one of those Ask HN threads we had 2+ years go about looking for furniture the fit a specific size. I actually did make a few sales, shockingly.

At this point, it's pretty much dead as I've taken in other projects and independent security consulting engagements. It was extremely useful understanding the entire stack, and I've found it to be something I've been able to use to build a bridge to developers.

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

#202
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…

Kudos for friendly easy-going presentation and sleek implementation, enjoyed checking it out. Would’ve signed up were I in the market!

> "were I in the market"

> the market of dying

is there something about your mortality that you'd like to tell us?

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

#203
https://github.com/samihasan/eskendereyya

I've recently developed a writing system of Arabic in Latin alphabet that I believe will be very useful for Arabic learner to improve their reading and writing skills in Arabic.

Please check it out and let me know what you think.

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

#205
post #18

An archive of chrome extensions versions: https://crx.dam.io (I should upload it to archive.org) Also, this small templating library for python: https://github.com/mdamien/lys Also, a chrome extension that display images like firefox do, people seems to like it: https://chrome.google.com/webstore/detail/center-images/dama...

I really like lys. (I've started to use it for some small bits and pieces and will possibly/probably continue).

thanks, I have a lot of ideas planned to make it easier to use, especially for django projects. Would love to get more feedback on how people use it.

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

#207
https://github.com/dbohdan/sqawk

It parses DSV data like Awk does, runs SQL queries against it and formats the output in one of several ways. An example I am particularly fond of is using this tool as a poor man's libxo (https://github.com/Juniper/libxo):

  $ ps | sqawk -output json,indent=1 'select PID,TTY,TIME,CMD from a' trim=left header=1
  [{
      "PID"  : "3947",
      "TTY"  : "pts/2",
      "TIME" : "00:00:07",
      "CMD"  : "zsh"
  },{
      "PID"  : "15951",
      "TTY"  : "pts/2",
      "TIME" : "00:00:00",
      "CMD"  : "ps"
  },{
      "PID"  : "15952",
      "TTY"  : "pts/2",
      "TIME" : "00:00:00",
      "CMD"  : "tclkit-8.6.3-mk"
  }]

I started a list of command line tools for querying, processing and converting structured text data: https://github.com/dbohdan/structured-text-tools.

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

#209
http://www.beelinereader.com

Helps people read more easily on-screen. Originally designed as a speed-reading tool for lifehack types, but it turns out to also be super effective as an assistive technology for people with dyslexia, vision impairments, and executive function disorders.

Post reply on HN