HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Loranubi

no profile record

comments

Loranubi
·12 ngày trước·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
·24 ngày trước·discuss
One is people one is companies.
Loranubi
·24 ngày trước·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
·2 tháng trước·discuss
macOS only so far. "Windows is coming soon"
Loranubi
·3 tháng trước·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
·3 tháng trước·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
·9 tháng trước·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
·năm ngoái·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.