You're doing a fantastic job! I need some advice: I have a SafePal wallet with USDT, and I have the seed phrase. (alarm fetch churn bridge exercise tape speak race clerk couch crater letter). How can I transfer them to Binance?
@daviddzgoev9024Ай бұрын
Насколько актуальна данная архитектура?
@ShS10102 ай бұрын
🧐
@madamebelka2 ай бұрын
Кидать фрисби на согласование - топ🎉
@S0vetni4eK3 ай бұрын
Все замечательно. Но как получить доступ к своим личным данным утерянным в результате блокировки профилей пользователей из России. Подскажите?
@mrpaoletto4 ай бұрын
Is it possible to have the code?
@BloobUbloobok5 ай бұрын
Спасибо за резервную копию доклада, пусть будет здесь на всякий случай такой шикарный доклад. :)
@СобакаСобака-щ5ц5 ай бұрын
А почему на обложке у человека на глазах черная полоска ? Его посадили за конкурент модификейшен еррор?
@dmoskvin776 ай бұрын
Thank you very much! You are the one who systematized the PM Interview.
@Andrey-hj8gt6 ай бұрын
Ilya is looking great, and speaks very well, but in general, that gives a feeling of chatgtp generated content =)
@MaksimSalomatov7 ай бұрын
Приветствую Андрей! А что делать, если нужно отрисовать сложный рисунок асинхронно, в отдельном изоляте, чтобы к моменту, когда его надо будет показать, он уже был готов? Какие способы есть? А то и CustomPainter и Canvas только в главном изоляте работают.
@girishsoftwaretech8 ай бұрын
Nice !!
@vedamurthygowda9099 ай бұрын
very nice
@ОльгаИхсанова-к6з10 ай бұрын
Четко. Молодцы. Будем осваивать. Не снимали подробный видеогайд по запуску?
@caseymurazik Жыл бұрын
🤗 Promo'SM
@Danpage04 Жыл бұрын
Any idea if we can use state of the art code-LLM dense embeddings along with a trainable classifier to identify the different code quality metrics ? We don’t have to worry about manually identifying the code metrics thresholds. However, we will need a good labeled dataset. Your thoughts ?
@valentinapakhomova7833 Жыл бұрын
Hi! I see three possible cases here: 1. You will prepare a big dataset of ‘good’ code and give it to AI. The question here is - how do YOU know that the code that you put in the dataset is good? You based your judgement on some factors, and it would be more efficient to write down those factors and analyse them yourself. This way, you will come up with a list of metrics & threshold values without the need to spend time & resources to create a dataset & to train the AI 2. You could try to use your whole codebase as a dataset and tell AI that this code is good (since the code has passed the review and has been merged to master). This way, AI will try do define code quality metrics & threshold values specific to your company. But most likely, these metrics will not be strict. If AI finds a lot of places where you have 10+ arguments in a function, it will consider it to be OK, and therefore will set a higher error reference value. And if you’re OK with this, then looks like this approach would work for you. Additionally, if we still consider that all code that gets merged to master is ‘good’, we can setup continuous AI training by sending it all the code that gets merged to master and tell that that’s what good code looks like. But can you be sure, that the reviewers will always be strict and attentive? I highly doubt that. And because of that, AI’s standards will be continuously degrading & in the end it would work like as if you’re not trying to control code quality at all. 3. Let's let our imagination run wild and expand on the previous case. Imagine that sometime in the future it will be possible to track how much time the developer spent reading and understanding the code, how many times the code has been refactored and how many bugs were found in this piece of code (we also need to distinguish between bugs that appeared due to the code being poorly written and bugs that appeared because the developer simply did not understand the requirements completely). We will have to come up the optimal formula (for example, the number of bugs should be equal to 0, the number of refactors is also 0, and the code is read with the speed of 0.5 seconds per line). And if we give the entire codebase PLUS this data as an initial dataset, then, in theory, AI will be able to provide us with interesting metrics that we would not have thought of. But I believe such possibilities are too far in the future :) Bottom line: in the current state of LLM dense embeddings & trainable classifiers I believe it’s better to define the metrics & thresholds yourself, since it gives you the flexibility to make the metrics as strict as you want them to be.
@800pieds Жыл бұрын
I'm facing a wall of compilation errors for the generated code. It's probably my fault, since I'm neither a Dart or mobile apps expert but it's getting pretty frustrating
@dexterlakin3678 Жыл бұрын
It's not you, the tooling is shit and doesn't work
@stellarcreed2 жыл бұрын
Даниил, видимо, не разобрался, как работает блок и виджеты, раз у него постоянно ребилдиться всё на экране.
@audiserg2 жыл бұрын
К сожалению очень сумбурно.
@bubnovslavik2 жыл бұрын
Крутой доклад, спасибо! Вопрос: в каком инструменте сделаны слайды? В частности интересует вот этот ASCII стайл арт.
@startolibov91122 жыл бұрын
2022
@arturklamm17262 жыл бұрын
Zosia thank you for the interview! Andrew thanks for being open and transparent for all of us 🎉
@MihailKolesnikov2 жыл бұрын
Респект таким ребятам
@TraubenfeldGANG2 жыл бұрын
Оператор идиот
@DartMitai2 жыл бұрын
блин печалька что ваша DartVM умерла((
@dutnorshi2 жыл бұрын
Что имеется в виду?
@DartMitai2 жыл бұрын
@@dutnorshi что в браузере нет виртуальной машины дарта только ванючий js
@roaxy86322 жыл бұрын
stackoverflow'da bir sorun a çözüm ararken bir türk ile karşılaşacağım hiç aklımın ucunda değildi :)
@chrise2022 жыл бұрын
Както странно вы определились с критериями сравнения, выбрали фичи около языка а не про сам язык и его возможностях коротко и ясно выразить идею в код. При UI разработке нужен удобный синтакс для компонентизаций UI, вариаций компонентов, кастомизаций поведения, разбиение данных, меж-компонентная коммуникация, работа с дефолтными значениями, работа с динамичными типами, работа с null и опциональными полями, assembly scanning & reflection. Работа с generics и ограничениями, возможности type inferece Итд. Ведь это и есть то с чем разработчик будет иметь дело в течений рабочего дня... А что касается сборщиков итп., это one-time-setup, настроил и забыл.
@evgeniy_blinov2 жыл бұрын
Самая внезапная отсылка к Муцураеву, что я видел.
@Pedro-bi3iu2 жыл бұрын
✋ ≋p≋r≋o≋m≋o≋s≋m
@ОльгаД-ъ9б2 жыл бұрын
Круто 👍🏻
@__--_--_--_--__2 жыл бұрын
А не боитесь, что в итоге KMM конкурент победит Flutter?
@Tokieejke2 жыл бұрын
I have isolates in dart out from the box ;)
@ozgegunaydin852 жыл бұрын
i was looking for a video like this!!!! definetly usefull thanks alot. i am developing a flutter app about OMR
@santosnathaniel60942 жыл бұрын
𝖕𝖗𝖔𝖒𝖔𝖘𝖒
@alexnoriega18812 жыл бұрын
Share the code, bro
@giggagovich2 жыл бұрын
Хоть и поздно, но: Братан, харош, давай-давай, вперёд, вообще красавчик. Контент в кайф.
@giggagovich2 жыл бұрын
Такс, я тут думал сделать супчик из JS и Python приправив C-синтаксисом, а тут уже на блюдечке есть...
@swapnilshah11682 жыл бұрын
This is very helpful, thank you so much! Also, this video deserves way more views, underrated channel❤
@antonyaz35062 жыл бұрын
очень круто! спасибо за объяснение
@konstantinvolkov26292 жыл бұрын
А что за плагинчик для VScode который позволяет Сергею писать шорткат который вставляет кусок заготовленного кода?
@nahodka772 жыл бұрын
Если не ошибаюсь это сниппеты
@RastegaevDienis2 жыл бұрын
шлак. зеркало. как же просто это решить. но нет
@zond_amond2 жыл бұрын
Спасибо, очень качественный доклад.
@OanaDusa2 жыл бұрын
The idea is great and the poeple you invited are amazing, but the way you manage and moderate the video really needs improvements. Starting with having a proper microphone and just testing your screensharing tools 5-10 mins before, as well as having the time planned instead of interrupting people mid-sentence. Cheers!
@svs96102 жыл бұрын
How will u stop any futter app to run on : 1. Vpn and proxy 2. Rooted device 3. Stopping screenrecording but allowimg screenshot. 4. Stopping editing of app by any means. For 1 to 3 i have read aome articles but for 4th the only solution i found was to implement size checking. If the any bit of code is changed even by a bit then app will not run.. Is it possible to implement all 4 features in flutter or java is still the best for devloping apps .
@michunel70222 жыл бұрын
1. Настраиваю линтеры, юниты, прекоммит хуки и пайплайны на проекте сразу как захожу, занимает пару часов. в яндексе с этим проблемы?) 2. Все сайты написаны на js, в тч яндекса, у вас небезопасные сайты? xD 3. А можно поподробней про нативные вьюхи, появляющиеся 1-2 секунды?) просто интересно, за 5 лет на RN не видел такого 4. А можно ссылку на доказательство что фейсбук использует свою версию RN и не поддерживает опенсорс? не нашел ни одного подтверждения Звучит как бред сивой кобылы.
@faizulla58382 жыл бұрын
и что он хотел сказать???? может он многоепонимает....но как препод нулевый. вообщем блок и мультиблок и едем дальше
@ivanpavliuk57992 жыл бұрын
Maybe I missed something, but it would be really great to have more details about installing openapi-generator-cli.
@800pieds Жыл бұрын
it's not really an installation. You need to have docker installed and then the docker-compose.yml file does the rest
@hitheshchowdary43662 жыл бұрын
thanks a lot for this information, can you please share the code that you finally made