HackerTrans
TopNewTrendsCommentsPastAskShowJobs

bastih

no profile record

comments

bastih
·10 месяцев назад·discuss
But that will make links unstable - or OP needs to to turn ambiguous links into some dispatching view.
bastih
·2 года назад·discuss
https://www.handprint.com/ASTRO/bortle.html
bastih
·2 года назад·discuss
Color me a bad reader: what does this mean? The abstract pretty much leaves me in the abstract.
bastih
·2 года назад·discuss
What about plantuml - covers a fair bit of ground!
bastih
·3 года назад·discuss
I have a lot of praise for using Memray as part of working out some memory kinks in a codebase I’m working on. It allowed me to quickly iterate on some hunches and then enshrine the resulting memory savings in tests via pytest-memray.
bastih
·3 года назад·discuss
Other spreadsheets solve this by updating references if you need to add more columns and rows (or at least they try). Is the additional complexity of the infinite grid something that customers actually need?
bastih
·4 года назад·discuss
To combat this scenario, we only had build servers populate the cache. Clients were readonly to the cache, so they would benefit from anything that build servers had already built, which covered 95%+ of what clients usually had to rebuild.

Also release builds were excluded from caching, to prevent any form of poisoning there.
bastih
·4 года назад·discuss
Gotta be one hell of a makefile.