Ask HN: What are some tools / libraries you built yourself?
11–20 of 617 posts
Re: Ask HN: What are some tools / libraries you built yourself?
#12I was so fed up trying to debug lambdas and the other AWS offerings that a tool like this to see program output in near realtime is indispensable. I use it all the time.
Is it bug free? No
Did i write tests for it? Also no.
Is it useful? Yes.
Re: Ask HN: What are some tools / libraries you built yourself?
#13Re: Ask HN: What are some tools / libraries you built yourself?
#14Re: Ask HN: What are some tools / libraries you built yourself?
#15I have issues with the way the pytest fixture system works (parameter names matching function names), the readibility of the output, and some other things.
It started as a little learning experiment and has turned into something I've been building into what I hope will (and already is in some aspects) be a viable contender to pytest.
Re: Ask HN: What are some tools / libraries you built yourself?
#16I don’t like nginx because managing the config files is a hassle, it’s complex, and there’s a lot of copying redundant config files over and over again.
Re: Ask HN: What are some tools / libraries you built yourself?
#17Re: Ask HN: What are some tools / libraries you built yourself?
#18Re: Ask HN: What are some tools / libraries you built yourself?
#19I haven't open sourced them because I doubt anyone would care about those old MS-DOS/TP7 tools now, and I'm not up for maintaining them.