Live data from Hacker News

Ask HN: Tools you have made for yourself?

news.ycombinator.com

121–130 of 458 posts

Re: Ask HN: Tools you have made for yourself?

#121
I am building a remote job listing aggregator and have been working on it this entire year so far. I want one central place where I can view all listings by a certain company across all aggregators, or disable certain aggregators, etc.

I found it annoying to be browsing like 10 different top remote sites, but having no real way to filter out duplicates, keep track of the listing, save listings and progress them to custom stages a la kanban etc. I've put wayyyyy too much time into this but I'm excited to launch soon. Manually using excel is a PITA too.

I'm focusing really hard on accessibility, mobile UX, and in general usability. The backend is pretty beefy in that it essentially runs itself without any manual work on my part.

Some screenshots:

[0] https://i.imgur.com/PZMtTkq.png

[1] https://i.imgur.com/qfKAaZG.png

[2] https://i.imgur.com/ZDwEzS8.png

[3] https://i.imgur.com/NSreYUN.png

[4] https://i.imgur.com/XbFMQC0.png

[5] https://i.imgur.com/hcVSFSz.png

[6] https://i.imgur.com/tEoDukn.png

Another app I'm working on after this is one to introduce the git branching model to other types of work. Instead of commits/pr's+issues/branches, its tasks/conversations/topics. The idea is to get a birds eye view of what your team is working on and an easy way to publish your events to your team. Opening a PR, or an issue, or anything really takes many clicks and interactions and greatly disrupts my process so I built a native tool like spotlight where you can log a task, conversation, or start a new topic, in only two interactions.

Even as a developer there are many side things I'm doing in a given day that are not accurately reflected by git, and using slack/discord to publish "yesterday / today / tomorrow" is something that can definitely be easily automated.

I'm focusing on productivity tools that solve pains I've had at various points in my career.

Re: Ask HN: Tools you have made for yourself?

#122
I have a widget on my home screen that powers on my PC, syncs to latest, compiles my work code base and sends me a push notification when it's done (10-15 minutes most mornings). I use that time to make coffee and breakfast.

It's a flutter app using Firesbae for state and push notifications. I have a smart power strip, and my PC powers on when it received power, and logs in if the yubikey is attached to it (which I leave in at night). I have a golang service on my PC that runs in the background and listens to firebase for certain events and runs the commands and posts results back

Re: Ask HN: Tools you have made for yourself?

#123
post #28

Probably not the kind of tool you are asking about, but I made a pair of woodworking planes that cut a quarter inch wide, quarter inch deep groove a quarter of an inch from the edge of a board. This operation is commonly needed for drawer bottoms and raised paneling. Two symmetric planes are needed so that you can always work with the rising grain of the wood. You can buy adjustable grooving planes and old molding pl…

Was going to post something of the same type as you =)

Also made a wooden tool to check bicycle wheel dish that is used when lacing my own wheels by hand.

I don't have photos of mine right now, but it is inspired on this template:

https://www.wheelpro.co.uk/support/dishing-tool.php

Re: Ask HN: Tools you have made for yourself?

#124

I hate blogging using markdown/wordpress so I built myself a blogging platform which lets me post via gmail. I've [Show HN]-ed it a few times now that I decided to productize it but it didn't get too many eyeballs.

Can you share the link?

https://moogle.cc/ - thanks for asking.

Re: Ask HN: Tools you have made for yourself?

#125
I made https://kontxt.io to highlight, share, organize, and discover the best parts of the World Wide Web.

People I share articles with now know the exact parts that are relevant and they can quickly skip between the highlights and we can discuss inline to maintain context. It lets me and other people publicly share what we highlight in an easily searchable way so you can find quality content from trusted sources. Want to see what resources other people like you, in this case programmers, found useful and shared. Boom! Now you can. Starting to look into something new that you’re unfamiliar with, say investing, wouldn’t it be great to see what resources other investors previously found useful? Boom! Now you can. Now imagine having this tool at work with all your super smart go-workers? Boom! Now you can. It works for PDFs, too. It’s just a wonderful research and planning tool to save, share, organize, and discuss digital information, which is a huge time saver and productivity booster. Step 1: Google, Step 2: Kontxt, Step 3: Success. :)

It’s really a multi-purpose overlay for the entire World Wide Web with unlimited use-cases. And I’ve recently gained access To OpenAI and have some cool AI stuff coming for preemptive highlights and auto generated reading lists based on interests and past reading history.

I built this tool for myself. I’m an avid reader always looking to grow my skills. If this is you, too, sign up and let’s learn and grow together.

Re: Ask HN: Tools you have made for yourself?

#126
post #60

I built a music player for videogame music formats because the only other player on MacOS that supported them had a terrible UI and didn't support all the formats I wanted. I consider it a tool because I use it a ton during work to play infinitely-looping songs to help me focus. https://www.mkelly.me/moseamp/ The progression of me building the app was (over a span of maybe 7 years): - Prototype compiling GME[1] into…

Nice, any music suggestions to help focus?

Something like EDM, but open to suggestions. Thanks!

Re: Ask HN: Tools you have made for yourself?

#127
I built a Reddit desktop client called `rdddeck`. It is compact like Tweetdecks, and supports multi-accounts. It gives me an overview of all my subs at a glance.

It also works on mobile device, and looks amazing on an iPad.

- https://rdddeck.com

Motivation: I dislike Reddit's modern UX. It is difficult to navigate, large negative spaces (wasteful), pop-up like behavior when opening a discussion, etc.

Re: Ask HN: Tools you have made for yourself?

#128
I wrote a bot for GitLab that can do a few different things:

* Nag (Comment) on Merge Requests to tie it to proper release milestones and labels, something that is easily forgotten, or simply ignored by their UI due to the "never consistency" method of Javascript frontend.

* Create ChangeLogs from a Milestone, by traversing all the MR's merged during the time window, or associated with the milestone.

* Generate Wiki pages with above ChangeLog, as well as generating markdown templates with release notes as well

* Tag projects for release, automatically using above ChangeLog to generate a correct list of changes that has happened.

All this assumes a certain workflow, in our case time-based releases where multiple projects get tagged regularly for release, and development for a release is tracked in a milestone.

The tool is FLOSS, but it's fairly specific to my usecase.

Re: Ask HN: Tools you have made for yourself?

#129

Whilst learning classical Arabic it was a pain when reading to search through the Hans Wehr dictionary by first extracting the root letters of the word and then looking up the root and then finding the correct form. So I put together a frontend [1] to search a scanned version I found of it. It has now evolved in to an offline PWA, which you can search from Arabic to English and English to Arabic, convert numbers in b…

That will definitely be useful for students, especially some of my classmates.

Is this open source? If so i may contribute where possible Also, a feature request (if your taking them) is a vocabulary learner and a way to test yourself and mark your progress.

Re: Ask HN: Tools you have made for yourself?

#130

https://github.com/DontShaveTheYak/jenkins-std-lib A Jenkins shared library with a couple cool things like running GitHub Actions on Jenkins. https://github.com/DontShaveTheYak/cloud-radar Unit and Functional testing of AWS Cloudformation templates. The unit testing part allows you to test locally without needing AWS creds. https://github.com/DontShaveTheYak/sebs Stateful Elastic Block Storage was created so that you…

> A Jenkins shared library with a couple cool things like running GitHub Actions on Jenkins.

Super cool, this can probably be turned into a plugin akin multibranch pipelines and that way it would just be automatic as opposed to having to invoke it from a Jenkins pipeline.

Post reply on HN