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.
One is people one is companies.
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.
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…
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.
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.
Didn't read the paywalled article. But imo if it's not worth listening at 1x speed, it's not worth listening at all. If it's entertainment like audiobooks, it's for my enjoyment, so why should it be faster than 1x? If…
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…
It would be a non issue, if the options are not just allow/disallow, but also offer to provide random/fake data, so bad apps would not actually know if the permission is allowed or if the data is fake.
Can this be a replacement for Hamachi?
I do like the else clause with for loops. However most people are not familiar with it, and also `else:` as a keyword is confusing. I always remember it as `no break:`.
I hate Win11. It is horrible, but the first few points don't really make sense. I use it in 2 environments. - enterprise version: no bloatware, no ads, and edge is there but never has to be used for anything -…
using win 7 with 5400 RPM drives... it's still fast...
There are many embedding models supporting instructions. https://huggingface.co/spaces/mteb/leaderboard
> Unlike requires requires and requires { requires }, which are perfectly reasonable C++ code, requires requires { requires } is completely silly. Normal day in cpp land...
Various VPNs allow to tunnel over SSH. If they don't want to block all SSH traffic, DPI is useless.
Probably not by Twain, but still a good quote. https://quoteinvestigator.com/2012/04/28/shorter-letter/
There should just be a torrent.
Note: The Windows version currently only supports CPU and GPU profiling, but not memory or copy profiling. That's a problem with many of the profiling tools around Python. They often support Windows badly or not at all.
That doesn't make sense. 99.9% of iPhone users are not photographers or filmmakers.
Except you still have to validate ChatGPTs answer... Even answer keys in text books are sometimes wrong, teachers are sometimes wrong. ChatGPT is often wrong. You still need to learn the skills.
non native speaker here: how does h"ot" and c"old" rhyme? it's a different 'o' sound and d/t is not exactly similar also.
Make it optional and all is good
Not saying I disagree with you. But you don't present any evaluation results for your claim either.
Because I got fed up with all the existing 2FA apps (lack of backup, export, ...) I created a simple (desktop) CLI app which works for me: https://github.com/Dobatymo/otp-tool It's just a one day project so far. But it…
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.
One is people one is companies.
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.
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…
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.
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.
Didn't read the paywalled article. But imo if it's not worth listening at 1x speed, it's not worth listening at all. If it's entertainment like audiobooks, it's for my enjoyment, so why should it be faster than 1x? If…
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…
It would be a non issue, if the options are not just allow/disallow, but also offer to provide random/fake data, so bad apps would not actually know if the permission is allowed or if the data is fake.
Can this be a replacement for Hamachi?
I do like the else clause with for loops. However most people are not familiar with it, and also `else:` as a keyword is confusing. I always remember it as `no break:`.
I hate Win11. It is horrible, but the first few points don't really make sense. I use it in 2 environments. - enterprise version: no bloatware, no ads, and edge is there but never has to be used for anything -…
using win 7 with 5400 RPM drives... it's still fast...
There are many embedding models supporting instructions. https://huggingface.co/spaces/mteb/leaderboard
> Unlike requires requires and requires { requires }, which are perfectly reasonable C++ code, requires requires { requires } is completely silly. Normal day in cpp land...
Various VPNs allow to tunnel over SSH. If they don't want to block all SSH traffic, DPI is useless.
Probably not by Twain, but still a good quote. https://quoteinvestigator.com/2012/04/28/shorter-letter/
There should just be a torrent.
Note: The Windows version currently only supports CPU and GPU profiling, but not memory or copy profiling. That's a problem with many of the profiling tools around Python. They often support Windows badly or not at all.
That doesn't make sense. 99.9% of iPhone users are not photographers or filmmakers.
Except you still have to validate ChatGPTs answer... Even answer keys in text books are sometimes wrong, teachers are sometimes wrong. ChatGPT is often wrong. You still need to learn the skills.
non native speaker here: how does h"ot" and c"old" rhyme? it's a different 'o' sound and d/t is not exactly similar also.
Make it optional and all is good
Not saying I disagree with you. But you don't present any evaluation results for your claim either.
Because I got fed up with all the existing 2FA apps (lack of backup, export, ...) I created a simple (desktop) CLI app which works for me: https://github.com/Dobatymo/otp-tool It's just a one day project so far. But it…