HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kellpossible2

no profile record

comments

kellpossible2
·2 bulan yang lalu·discuss
productive procrastination!
kellpossible2
·2 bulan yang lalu·discuss
lessons could be learned without submitting upstream PRs
kellpossible2
·4 bulan yang lalu·discuss
writing this reply on a 13 inch macbook air...
kellpossible2
·4 bulan yang lalu·discuss
There must be plenty of people who "accept" it in a fatalistic manner, where the final result will not be a surprise.
kellpossible2
·8 bulan yang lalu·discuss
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 bulan yang lalu·discuss
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
·tahun lalu·discuss
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
·tahun lalu·discuss
Lots of mapping apps have no equivalent, especially with an interface optimized to work on a phone
kellpossible2
·tahun lalu·discuss
https://github.com/LucasPickering/slumber is also a good TUI alternative
kellpossible2
·2 tahun yang lalu·discuss
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 tahun yang lalu·discuss
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 tahun yang lalu·discuss
It's max a couple of hours work to cache in some local database like sqlite or in memory.