← Instructor
I

Instructor

17 цитат из наших статей · нажмите, чтобы открыть статью-источник
Преподаватель, специалист по дизайну и UI-системам
«
it's not as secure as you think because it's just B 64 by default. It is not encrypted at rest.
04:11:48 · От bare metal до Kubernetes: анатомия современной облачной инфраструктуры
«
the pod IP address is ephemeral. As soon as the pod goes down and it comes back up, it just takes from the random boot of the pod C range.
04:30:17 · От bare metal до Kubernetes: анатомия современной облачной инфраструктуры
«
CNI concerns itself only with the network connectivity of the container and removing the allocated resources when the container is deleted.
01:42:57 · От bare metal до Kubernetes: анатомия современной облачной инфраструктуры
«
The root directory is / and this is the top-level directory there can be no other directories above it.
29:43 · Анатомия Linux: от управления правами до скрытых ловушек root
«
all the permission bits are WX read write and execute seem to be enabled for this file and that's because the permissions of a soft link do not matter
51:08 · Анатомия Linux: от управления правами до скрытых ловушек root
«
The manual page for grep has this to say in basic regular expressions The Meta characters lose their special meaning instead use the backslashed versions
1:32:37 · Анатомия Linux: от управления правами до скрытых ловушек root
«
A hard limit cannot be overridden by a regular user... it's basically the top the max maximum value for a resource someone can use.
06:33 · Анатомия Linux: от управления правами до скрытых ловушек root
«
Make sure to only lock root if your user can use sudo commands with no root login and no sudo you'll find yourself in the situation of not being able to become root at all.
20:19 · Анатомия Linux: от управления правами до скрытых ловушек root
«
FFN strengthens important features, diminishes less important features and context and that's what it does.
3:22:49 · Иллюзия разума: математика и архитектура современных LLM
«
By detaching, you are explicitly saying I am done with this forward pass locally. I'm handing off a static copy of the data to the next device.
1:42:02 · Как приручить GPU: руководство по конвейерному параллелизму
«
Поскольку запрос не сохраняется ни в какой переменной... сборщик мусора Python может его удалить... что приводит к ошибке 'cannot lock pointer to unbound buffer'.
3:15:34 · Как приручить GPU: руководство по конвейерному параллелизму
«
The amount of idle time due to dependencies is the same for Gpipe and Pipeream because of the sequential dependency structure
2:32:02 · Как приручить GPU: руководство по конвейерному параллелизму
«
The best learning is the part where you're going to go out and try to really figure out what it is that I'm doing here.
6:18:26 · Как покорить облако: разбор экзамена AZ-900 и экосистемы Azure
«
using the random initialization of the Clusters would not work and as we can see so what we have to do now is to help a little bit the CIS clustering Alm by supplying the initial centroids
1:13:06 · Как построить надежную алгостратегию на Python и обойти индекс
«
We would like to actually have a maximum weight of 10% of our portfolio in a single stock... lower bound we may use half the weight of an equally weighted portfolio.
1:29:25 · Как построить надежную алгостратегию на Python и обойти индекс
«
Unfortunately there is no easy solution for this optimization failing for the max Sharpe ratio. The only workaround I figured out is to implement the following: whenever the optimization fails, we will use equal weights for our portfolio.
1:53:55 · Как построить надежную алгостратегию на Python и обойти индекс
«
Whenever you fit a GARCH model you need to supply the autoregressive and moving average orders... I found that the best GARCH model on this data is having autoregressive order of 1 and moving average order of 3.
2:33:01 · Как построить надежную алгостратегию на Python и обойти индекс