@figma60sec · Post #9710 · 29.12.2025 г., 17:03
Библиотека иконок "Phosphor Icons 1.4" by Evano Pescatore Большой набор плоских иконок со сглаженными краями, есть 18 разных категорий. 🌀Посмотреть иконки🌀 #materials
Hashtags
TGINSIGHT SIMILAR POSTS
Изворен канал @pythonotes · Post #32 · 7 фев.
Скорее всего уже слышали, что складывать строки через + это плохая практика. Падение производительности, и всё такое. Без лишних слов, давайте измерять: from timeit import timeit def t1(): # складываем 10 строк через + из переменной t = 'text' for _ in range(1000): s = t + t + t + t + t + t + t + t + t def t2(): # склеиваем список строк через метод join arr = ['text'] * 10 for _ in range(1000): s = ''.join(arr) def t3(): # складываем через + но не из переменной а непосредственно инлайн объекты for _ in range(1000): s = 'text' + 'text' + 'text' + ... # всего 10 раз Теперь каждую строку склейки запустим по 10М раз >>> timeit(t1, number=10000) 0.21951690399964718 >>> timeit(t2, number=10000) 1.4978306379998685 >>> timeit(t3, number=10000) 0.2213820789993406 Хм, а нам говорили что через "+" это плохо и медленно ))) 😁 Тут стоит учитывать, что речь идёт о склейке множества длинных строк. Давайте изменим условия: def t4(): t = 'text'*100 for _ in range(1000): s = t + t + t + t + t + t + t + t + t def t5(): arr = ['text'*100] * 10 for _ in range(1000): s = ''.join(arr) def t6(): for _ in range(1000): s = 'text'*100 + 'text'*100 + ... # всего 10 раз >>> timeit(t4, number=10000) 12.795130728000004 >>> timeit(t5, number=10000) 2.642637542999182 >>> timeit(t6, number=10000) 0.2184546610005782 Вот, уже другой разговор, сразу видна разница, в среднем в 6 раз. Но погодите, почему последний тест t6() по скорости такой же как и t3()? Ведь строки теперь в 100 раз длиннее! Это вопросы оптимизации кода, какие простые изменения ускоряют или замедляют выполнение программы. Мы столкнулись с примером обхода обращения к переменной. Например, именно так работает директива #define в С++, во время компиляции подставляя значение переменной вместо ссылки на неё. В Python это тоже работает, но часто ли вы сможете встретить такой способ работы со строками? К сожалению, способ почти только теоретический. В целом, тесты показали то, что мы хотели. Делаем выводы самостоятельно. Полный листинг 🌍 #tricks
Пребарај: #materials
@figma60sec · Post #9710 · 29.12.2025 г., 17:03
Библиотека иконок "Phosphor Icons 1.4" by Evano Pescatore Большой набор плоских иконок со сглаженными краями, есть 18 разных категорий. 🌀Посмотреть иконки🌀 #materials
Hashtags
@belajarnetworking · Post #370 · 02.03.2017 г., 14:48
#materials#video CCNA 200-125 Bundle by Keith Bogart includes : 1 - ICND1 Technologies 100-105 2 - ICND2 Technologies 200-105 note: Import to your cloud drive first to keep it accessible in the future
Hashtags
@interesting_planet_facts · Post #914 · 15.10.2025 г., 20:11
🌎 The accidental discovery of Teflon happened in 1938 when chemist Roy Plunkett was trying to make refrigerants. Instead, he found a slippery, nonreactive solid—polytetrafluoroethylene, now used for nonstick cookware and medical devices. The first Teflon-coated pan was produced in France in 1954. ✨ #invention⚡#chemistry⚡#materials 👉subscribe Interesting Planet 👉more Channels
Hashtags
@interesting_planet_facts · Post #478 · 01.08.2025 г., 03:22
🌎 The silk of the Darwin's bark spider, found in Madagascar, is the toughest biological material known—over 10 times stronger than Kevlar used in bulletproof vests. ✨ #spiders⚡#materials⚡#Madagascar 👉subscribe Interesting Planet
Hashtags
@DorogoyDnevnikkkkk · Post #88 · 23.03.2025 г., 00:46
🧠 Вышел отличный обзор всевозможных сценариев применения наноматериалов в нейротехе, от стимуляции до визуализации. Наночастицы, нанотрубки, нанокомпозиты и проч. формы — как их можно использовать для взаимодействия с мозгом. Текст объемный, изложено в подробностях, в References свыше тысячи ссылок. Если хотите углубиться в тему — самое то. 📄“Interfacing with the Brain: How Nanotechnology Can Contribute” | ACS Nano (2025) #nano | #brain | #materials
Hashtags
@googlefactss · Post #40162 · 22.11.2025 г., 17:02
Why do buses and trains have such weird seat fabrics? This question was asked a while back. [Here] Today we answer it. Moquette (the type of fabric used) hides stains, resists wear and is flame‑retardant. It is a practical design and has nothing to do with aesthetics. [Read more] @googlefactss #design#transport#materials
Hashtags
@neurobros · Post #674 · 05.06.2025 г., 21:57
Создан самый маленький кардиостимулятор, как рисовое зернышко. Причем биорастворимый, и активируется ИК-светом от носимого пластыря на коже. Очередная разработка Роджерса и Ефимова (ранее мы уже писали про их проект). — См. также свежий пресс-релиз. "Эта базовая технология может быть легко адаптирована для широкого спектра дополнительных приложений в электротерапии, таких как регенерация нервов и костей, терапия ран и лечение боли". #tech | #modulation | #materials | #therapy
@neurobros · Post #931 · 06.11.2025 г., 09:17
Еще один неинвазивный (почти) подход: органические полимерные микрочастицы путешествуют по кровотоку верхом на клетках, а по прибытии в мозг запускают нейромодуляцию. Частицы фотоэлектрические, диаметр 10 мкм, преобразуют ближний ИК-свет в э/э. Авторы с помощью клик-химии закрепили их на мембране моноцитов; эти клетки сами стремятся к очагу воспаления в мозге и проходят ГЭБ. — Вот вам и доставка. ✍️ Важно, что такой “гибридный” подход позволяет подбирать тип клеток и модальность воздействия в зависимости от целей. Уже и название придумали: ‘циркулятроника’ (Circulatronics). “Мы соединили субклеточную электронику с иммунными клетками с помощью клик-химии и показали, что гибриды перемещаются по сосудистой сети, самоимплантируются в очаги воспаления и могут быть активированы wirelessly для фокальной стимуляции в глубоких областях мозга, таких как вентролатеральное таламическое ядро в мозге мыши. На основе целевого заболевания, представляющего интерес, можно выбрать подходящие клетки”. #modulation | #materials | #bioengineering | #nano
@googlefactss · Post #40863 · 26.03.2026 г., 23:01
There is a naturally occurring metal called gallium that melts in your hand. It has a melting point of about 29.8°C (85.6°F), so just holding it makes it turn from a shiny solid into a silvery liquid. Gallium doesn’t react with air, so it can sit in your hand safely, but it can melt containers made of aluminum. Scientists use gallium in electronics, LED lights, and solar panels because of its unique properties. [Read more] @googlefactss #Science#WeirdFacts#Chemistry#DidYouKnow#Materials#Innovation
@CryptoM · Post #64598 · 09.04.2026 г., 09:55
🚀 STOCKS | BlackRock CIO Warns of Potential Downgrade in Stock Earnings Due to Middle East Conflict Helen Jewell, BlackRock's International Chief Investment Officer for Fundamental Equities, has indicated that the ongoing Middle East conflict could necessitate a reduction in stock earnings expectations. According to Jin10, Jewell noted that current earnings forecasts for this year remain high, ranging from 15% to 18%, suggesting significant room for downward adjustments. She expressed skepticism about the stability of earnings predictions in the consumer sector, particularly given the impact of interest rates and inflation stemming from the Middle East situation. Preliminary signs indicate potential changes in earnings expectations. After weeks of analysts raising forecasts, Citigroup's U.S. Earnings Momentum Index turned negative last Friday, with downgrades outnumbering upgrades by the largest margin in nearly a year. Despite this, analysts' predictions remain optimistic amid high uncertainty and rising price pressures. Compiled data shows that the market generally expects the S&P 500's earnings per share to grow by 16% this year, marking the strongest performance since 2021. The first-quarter earnings season is set to officially begin next week. Jewell highlighted that the potential for earnings growth in energy and materials stocks is offset by the downside risks in industries such as aviation, suggesting that overall earnings will remain relatively stable. #stocks#BlackRock#MiddleEastConflict#earningsforecast#consumersector#interestrates#inflation#Citigroup#USearnings#S&P500 #energy#materials#aviation#investment
@venturevillagewall · Post #3503 · 19.12.2024 г., 13:59
Ecovia Renewables Secures $2.05M Ecovia Renewables has raised $2.05 million for the production of biobased ingredients and materials, promising efficient and cost-effective solutions in the industry. This funding round took place on December 17, 2024. #EcoviaRenewables#Funding#Biobased#Ingredients#Materials#Production#Sustainability#RenewableEnergy#CleanTech#Innovation#EcoFriendly#Investment#Startups#Environment#Green#Tech#VentureCapital#Market#Economy#Efficiency