HackerTrans
トップ新着トレンドコメント過去質問紹介求人

cynik_

no profile record

投稿

Building Developer Tools

explog.in
3 ポイント·投稿者 cynik_·5 年前·0 コメント

Building Developer Tools

explog.in
2 ポイント·投稿者 cynik_·5 年前·0 コメント

How I Build Developer Tools

explog.in
1 ポイント·投稿者 cynik_·5 年前·0 コメント

コメント

cynik_
·4 年前·議論
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 年前·議論
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 年前·議論
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 年前·議論
Org Babel is the computational bit
cynik_
·5 年前·議論
> 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 年前·議論
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.