Readit News logoReadit News
sedboyz commented on Show HN: Mkdevenv – managing dev environments with Makefiles and Containerfiles   github.com/ttybitnik/mkde... · Posted by u/sedboyz
verdverm · a year ago
fwiw, we are replacing Make + Dockerfile with just Dagger

- real CLI experience (with args & flags) rather than make shenanigans that arise at scale

- fully containerized for both dev & ci, works the same locally as in ci

- awesome CLI & Web UI logs / traces

- write in the language of your choice, growing ecosystem of modules (like GHA), real reusability in container based systems

sedboyz · a year ago
> - fully containerized for both dev & ci, works the same locally as in ci

That's nice. I heard about Dagger a while ago. I think it would be a bit overkill for my use case, but I definitely need to check it since I didn't include it in my search phase / blog post draft.

I came across many scalable/production-ready tools, but I ended up deciding to go with this more fundamental approach since my projects aren't that complex/large. (And many of these tools prioritize reproducibility over isolation, which is fair, but not quite what I was looking for). That said, I still plan to try many of them anyway hehe

sedboyz commented on Show HN: Diego – A CLI tool for importing into Hugo exported data from services   github.com/ttybitnik/dieg... · Posted by u/sedboyz
midzer · 2 years ago
Wow, great tool!

Are there more importer services to be expected? Last.fm or soundcloud.com?

sedboyz · 2 years ago
Thanks!

Sure, all it takes to add support for a new service is a small sample of the `.csv` or `.json` file provided by the service--as the ones in the /examples/silo directory. Anyone can submit a request for support with a sample.

I've been logging my listenings on last.fm since 2011 and the idea of adding support for it never crossed my mind lol

Unfortunately, as it seems, last.fm currently does not provide a way for users to download their data other than using the API. I found a website that seems like people use to achieve that, but for now I'd rather support only official files (I think).

I don't have a soundcloud account atm, but I added a TODO to check if they provide a data export option.

Deleted Comment

u/sedboyz

KarmaCake day163April 2, 2024
About
$ su - sedboyz -c HN
View Original