HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cynik_

no profile record

Submissions

Building Developer Tools

explog.in
3 points·by cynik_·5 वर्ष पहले·0 comments

Building Developer Tools

explog.in
2 points·by cynik_·5 वर्ष पहले·0 comments

How I Build Developer Tools

explog.in
1 points·by cynik_·5 वर्ष पहले·0 comments

comments

cynik_
·4 वर्ष पहले·discuss
Most recently, I've been building a small server for myself to track my day, todos, and just act as a frontend for some easy scripts (eg. just a direct line to running date to get timestamps). It's been a joy to use htmx and flask and just crank out features quickly.
cynik_
·4 वर्ष पहले·discuss
I wrote about this a long time ago too: https://explog.in/notes/units.html. Units are critical, particularly when crossing language/engineer boundaries.
cynik_
·4 वर्ष पहले·discuss
I took a stab at generating a visualization of all the solutions with one brute force based approach: https://twitter.com/kunalbhalla/status/1486189627644035078
cynik_
·5 वर्ष पहले·discuss
Org Babel is the computational bit
cynik_
·5 वर्ष पहले·discuss
> you should always bias heavily for buy/download over build, That's a good point; I haven't spent much time thinking through this based on the work I've done so far (heavily leaning towards build over buy, with an existing complex internal tool ecosystem).

I think I might still push for build (or maintain the ability to heavily customize) for things that are particularly important for areas the company aims to have a strong advantage in/are business critical.
cynik_
·5 वर्ष पहले·discuss
That was a really fun post to read: I really like the approach you're taking with abbot -- making it easy to write new tools quickly by only adding the business logic while having fun. Not needing to worry about UIs is also excellent, and I suspect one of the biggest time sinks otherwise.