HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Loranubi

no profile record

comments

Loranubi
·há 12 dias·discuss
Depending on the size of the blob you might not want to use `WITHOUT ROWID`. I had a similar table with uuid keys and blobs of 40kb size on average and `WITHOUT ROWID` really tanked performance.
Loranubi
·há 24 dias·discuss
One is people one is companies.
Loranubi
·há 24 dias·discuss
I still recommend to use idiomatic Python though. If you like C-style Python, you can use Cython and get a performance boost at the same time.
Loranubi
·há 2 meses·discuss
macOS only so far. "Windows is coming soon"
Loranubi
·há 3 meses·discuss
In Germany I spent exactly 0 dollars/euros on books in university. We got access to a huge amounts of ebooks through the university network and profs never required a specific one and would just recommend a few. One of these was always available. This free access was of course covered by the 250 euros per semester tuition…

But yes, standards and certifications are horrible.
Loranubi
·há 3 meses·discuss
I would understand if they didn't backup anything with FILE_ATTRIBUTE_RECALL_ON_DATA_ACCESS set (on Windows). Everything else makes their product worthless.
Loranubi
·há 9 meses·discuss
Since all input is run through a tokenizer, I would expect the tokenizer space doesn't change a lot between one trained on uncompressed vs one trained on compressed data.
Loranubi
·ano passado·discuss
I was trying to catalog them at some point in a reasonably structured way https://github.com/Dobatymo/data-algos/ https://github.com/Dobatymo/data-algos/blob/master/data-stru... But it's a lot of work and I didn't update it for a while.