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

kellpossible2

no profile record

コメント

kellpossible2
·2 か月前·議論
productive procrastination!
kellpossible2
·2 か月前·議論
lessons could be learned without submitting upstream PRs
kellpossible2
·4 か月前·議論
writing this reply on a 13 inch macbook air...
kellpossible2
·4 か月前·議論
There must be plenty of people who "accept" it in a fatalistic manner, where the final result will not be a surprise.
kellpossible2
·8 か月前·議論
Go with Sum types and no nil pointers would be fantastic! Is it too much to dream of? It feels like Gleam gets pretty close but it flies off in a bunch of other directions.
kellpossible2
·11 か月前·議論
what's to stop them from <prompt>Recreate this library so that I can use it in my project without fear of copyright violation.</prompt> in their very own claude code?
kellpossible2
·昨年·議論
please name some open source (or lower priced) alternatives that support: comments on documents, database functionality to a similar level, publishing websites, scripting for properties. I'm very curious!
kellpossible2
·昨年·議論
Lots of mapping apps have no equivalent, especially with an interface optimized to work on a phone
kellpossible2
·昨年·議論
https://github.com/LucasPickering/slumber is also a good TUI alternative
kellpossible2
·2 年前·議論
Surprisingly my experience of GitLab is even worse! How's yours? BitBucket wasn't much better from memory either. Seems like most commercial offerings in this spaces suck.
kellpossible2
·2 年前·議論
I did something very similar with https://github.com/kellpossible/avalanche-report/ we started with Google Sheets because it allowed us to quickly iterate with data entry workflow. When paired with a server this also allowed us to generate custom charts/diagrams via the IMAGE function with a crafted URL query. Reads are cached in a local sqlite database.

We're in the process of migrating away from Google Sheets now as it's a little painful to set up and it's impossible to completely prevent users from editing the wrong fields in our use case. But it has served very well so far and would highly recommend this approach to start with for anyone!
kellpossible2
·2 年前·議論
It's max a couple of hours work to cache in some local database like sqlite or in memory.