HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kellpossible2

no profile record

comments

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