@Schwarzenegger , thanks for the book your wrote. Made me realize that I have no time to just sit and think. It’s always work, tasks, family, kids, solving problems, earning money… every thing but just thinking. Thank you, sir!
@bobuk@alec_c4 Почему Арк не нужен по твоему мнению? Удобная кнопка поиска информации для меня. Еще понравилось что можно summary попросить. Удобно что всё это в одном приложении.
- install gsutil
- create cors.json in the root of the project, fill with the following: [{"origin": ["*"],"method": ["GET"],"maxAgeSeconds": 3600}]
- run gsutil cors set cors.json gs://your-firebase-cloud-stotage-url.appspot.com
Hi, @elonmusk
In the world, where @midjourney_ai exist, should be some mark on generated pictures. Otherwise, accounts like @UmarBzv or @archillect could be harmed with fake, nonexistent images, I think. Is the pic on the link is real?
Finished reading the Gagarin’s book “The road to the space”. @elonmusk , you born 3 years after the death of Yuri Gagarin. If it was possible for you, what would you ask him, or tell him? If there anything you may want to talk about with him?
#Flutter hint by https://t.co/ATkofMXXwQ:
Did you know that `someList.forEach((e) async {...})` will not be awaited, but `for (final i in someList)` will be?