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.