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
·قبل سنتين·discuss
https://www.handprint.com/ASTRO/bortle.html
bastih
·قبل سنتين·discuss
Color me a bad reader: what does this mean? The abstract pretty much leaves me in the abstract.
bastih
·قبل سنتين·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.