Forwarded from CADR SPACE (Artyom "avp" Poptsov)
Эксперименты с самодельным микроскопом для пайки по проекту Максима Коржавина.
👀3👾3👻2
Høstdepesjon — "Autumn depression" — "Осенняя депрессия"
Høst (осень) + depresjon (депрессия)
https://youtu.be/p68NTvGyosM
#norwegian_language
Høst (осень) + depresjon (депрессия)
https://youtu.be/p68NTvGyosM
#norwegian_language
YouTube
Høstdepresjon | Learn Norwegian
Email: [email protected]
Website: https://laernorsknaa.com/
Support the channel:
Patreon: https://www.patreon.com/laernorsknaa
Donation: (Paypal): https://www.paypal.com/donate/?hosted_button_id=KG22H9FPVG22N
Website: https://laernorsknaa.com/
Support the channel:
Patreon: https://www.patreon.com/laernorsknaa
Donation: (Paypal): https://www.paypal.com/donate/?hosted_button_id=KG22H9FPVG22N
Продолжаю работу над разделом про управляющие конструкции в книге. Вот тут добавил дополнительные материалы про операторы ветвления в программе.
#book_sparc
#book_sparc
⚡5
memory heap
Осенний я. #me
Today's set:
- Turtleneck: +10 to the cold resistance, +15 to the style.
- Pyramidal neuron pendant: +5 to the intellect, +10 to the style.
#me
- Turtleneck: +10 to the cold resistance, +15 to the style.
- Pyramidal neuron pendant: +5 to the intellect, +10 to the style.
#me
🔥9
Распечатанная коробушка для большого штангенциркуля, смоделированная мной.
Пластик PETG, сопло 0.4. Распечатано на самодельном большом принтере REPLICADR-L в хакерспейсе CADR.
Модель можно найти здесь:
https://www.thingiverse.com/thing:6108640
#3dprinting #freecad
Пластик PETG, сопло 0.4. Распечатано на самодельном большом принтере REPLICADR-L в хакерспейсе CADR.
Модель можно найти здесь:
https://www.thingiverse.com/thing:6108640
#3dprinting #freecad
#guix_patches
Мой первый коммит в GNU Guix:
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=e032a0f38ff3394816fdc29554933ce77c545eff
Спасибо Sharlatan Hellseher за помощь.
Мой первый коммит в GNU Guix:
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=e032a0f38ff3394816fdc29554933ce77c545eff
Спасибо Sharlatan Hellseher за помощь.
Telegram
Incerto
https://incerto.xyz RND0/|\
🔥2
Типичные IT'шники:
https://www.youtube.com/watch?v=MJCoX3UCFmk
https://www.youtube.com/watch?v=MJCoX3UCFmk
YouTube
Haka - Dança de Guerra Maori
A Haka é um mantra de guerra misturada com dança e expressões faciais, caretas, mostra de força dos músculos e movimentos com os braços. Tudo isso é usado para afugentar o inimigo, ou dizer que não esta com medo dele. Alguns dizem que o significado da língua…
memory heap
#guix_patches Мой первый коммит в GNU Guix: https://git.savannah.gnu.org/cgit/guix.git/commit/?id=e032a0f38ff3394816fdc29554933ce77c545eff Спасибо Sharlatan Hellseher за помощь.
#guix_patches #guile_ssh
Первый чужой патч, который я обработал и замёржил:
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=36c794c0ed058ee414cbb90c577f6ade5170470a
Патч обновляет Guile-SSH до версии 0.17.0 в GNU Guix и подготовлен пользователем Herman Rimm.
Первый чужой патч, который я обработал и замёржил:
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=36c794c0ed058ee414cbb90c577f6ade5170470a
Патч обновляет Guile-SSH до версии 0.17.0 в GNU Guix и подготовлен пользователем Herman Rimm.
🔥2
Интересная статья о реализации механизма
https://the-dam.org/docs/explanations/Plan9ListenOnLinux.html
#plan9 #guix
listen
из операционной системы Plan 9 в GNU Guix:https://the-dam.org/docs/explanations/Plan9ListenOnLinux.html
#plan9 #guix
🔥1
This media is not supported in your browser
VIEW IN TELEGRAM
ШИМ на STM32.
#mcu #stm32
while (1)
{
for (int dc = 1; dc < 65536; dc *= 2) {
TIM1->CCR1 = dc;
HAL_Delay(1 + (100 - dc / 1000));
}
for (int dc = 65535; dc > 0; dc /= 2) {
TIM1->CCR1 = dc;
HAL_Delay(1 + (100 - dc / 1000));
}
}
#mcu #stm32
🔥4