Live data from Hacker News

Ask HN: Tools you have made for yourself?

news.ycombinator.com

441–450 of 458 posts

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

#441
post #436

Earlier quoted context omitted.

Can you give more details regarding 2?

Sections of the article / book are code modules. They are imported and displayed as text and as graphviz nodes / node groups. At the end I see a graph associated to a long text making sure I’ve covered all ideas and their relationships. https://imgur.com/a/dEeoF1m

You should open source one of those, or at least an example. I think it seems an interesting idea to explore: treating text as code.

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

#442
post #388

Earlier quoted context omitted.

There’s a lot of anecdotal evidence that starlink isn’t ready for prime time. If you have trees, forget about it.

I have a pretty clear view of the sky so I’m hoping for the best. HughesNet is barely usable for anything but basic browsing and the plan I’m on is more expensive than Starlink to boot.

Saw this today and thought of you stranger.

https://www.reddit.com/r/gadgets/comments/o1zgt2/starlink_di...

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

#443
I spent untold number of hours in my doctors waiting room watching Judge Judy, so I built this app which could tell me where I am in the queue, so I can go out sit in a cafe. https://youtu.be/RZ6vnLXtIcY I tried to sell this to my doctor but he didnt buy it. If anyone has any use for it, let me know.

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

#445

Wrote a VS Code extension to solve a very minor inconvenience. All it does is that it adds a shortcut to add the current date. Needed this as I use VS Code for journals, notes. Midway, I found another tool that already did the same, but was too excited to build my first extension, so did it anyways :) https://github.com/parth-paradkar/ClipDate

You should check out Autohotkey. The advantage of AHK over what you have done in VSCode is that your shortcut will be available globally, not just in VSCode.

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

#446
post #168

Tool to generate a random order of a popular food delivery service in The Netherlands. Wanted to discover new local restaurants instead of eating the same 3 things always. http://thuisbezorgdroulette.nl/

Do you have a chance to review what is being ordered? How do you make sure you're getting enough food or not too much food?

Some restaurantes like sushi for example have items that are just a couple of things and that would not be enough for a full meal for example.

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

#447
I buy and sell sites and I often need to leave my email in forums and public groups, so I've created a simple site that allows you to create a contact link which you can use anywhere and you'll be protected from spam

Here it is: https://contact.do

If you want to see it in action, here's my contact link: https://contact.do/toni

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

#450
I've created Python Script for adding GPS coordinates to my photos. First version was using Google Takeout JSON file. Then later I've added Android App support (GPS Logger) and recently I've added support for hardware GPS watch that I've purchased on AliExpress. The code was little bit of a mess, I've improved it a bit after someone asked if can see the code. I've also added a License and README.

* https://github.com/jcubic/gps.py

I've also once wrote a tool that downloaded files from shared hosting sites. It was long ago when RapidShare was main site of this type. It was working with all the sites that was available back then and it was waiting before download the file. It was before captcha was invented. I was using router and dynamic IP and I've even added a function that was disconnecting/connecting the router to change IP when download the files.

The code is in Ruby and on GitHub I think this was one of my first project there https://github.com/jcubic/Downloader

Post reply on HN