←back to thread

1901 points l2silver | 1 comments | | HN request time: 0.204s | source

Maybe you've created your own AR program for wearables that shows the definition of a word when you highlight it IRL, or you've built a personal calendar app for your family to display on a monitor in the kitchen. Whatever it is, I'd love to hear it.
Show context
jamietanna ◴[] No.35738029[source]
Something I've recently worked on is building an SQLite database of all the dependencies my organisation uses, which makes it possible to write our own queries and reports. The tool is all Open Source (https://dmd.tanna.dev) and has a CLI as well as the SQLite data.

Ive used it to look for software that's out of date (via https://endoflife.date), to find vulnerablilities (via https://osv.dev) and get license information (via https://deps.dev)

It's been hugely useful for us understanding use of internal and external dependencies, and I wish I'd built it earlier in my career so I could've had it for other companies I've worked at!

replies(1): >>35738108 #
gsala ◴[] No.35738108[source]
Sounds really cool. We're looking into building something similar, but hoping to use Renovate to do the dependency analisys for us.
replies(1): >>35738242 #
1. jamietanna ◴[] No.35738242[source]
Nice, this does actually use Renovate as the primary datasource would love to chat more to see if this setup would work for your needs?