home.social

#throw — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #throw, aggregated by home.social.

  1. Out sick and away from the computer helped my #crocheting this week ....

    Another #crochet #wip is now completed. A #gingham style #throw using the #griddle #stitch and carrying the three #colors of #yarn along.

    Super easy stitch although this pattern does, slightly, show the yarn being carried. Great pattern to work on when binge watching TV.

    I might add another row or two on the border. 🤔

    daisyfarmcrafts.com/crochet-gr

    #Knit #Craft #Handmade #Handcrafted #Crafting #Yarn #FiberArts @crochet

  2. Грязные трюки C++ из userver и Boost

    Привет, я Антон Полухин из Техплатформы Екома и Райдтеха Яндекса. Моя команда разрабатывает userver — современный опенсорсный асинхронный фреймворк с богатым набором абстракций для быстрого и комфортного создания микросервисов, сервисов и утилит на C++. Когда мы пишем какой‑то код для userver и для таких сложных проектов, как Boost , периодически мы сталкиваемся с нестандартными проблемами. И эти нестандартные проблемы требуют нестандартных решений. Вот о таких решениях мы сегодня и поговорим. А именно: — Посмотрим, как работают исключения на платформе Linux x86, и сделаем с ними что‑то интересное. — Залезем ещё глубже под капот исключений и сделаем их ещё быстрее. — Сделаем висячую ссылку на невалидный объект, и всё будет хорошо. — А под конец то, что все любим, — погрузимся в шаблонное метапрограммирование.

    habr.com/ru/companies/yandex/a

    #stacktrace #exception #exceptions #exception_throw_refactoring #metaprogramming #boost #userver #dlopen #throw #throwcatch

  3. We are extremely excited that we have been invited to table at this show. The love from the #BostonMusicScene has been strong since day 1 of Warm Up. Come grab some free stickers and buttons or buy a tshirt from us and get to see #Gomp! #Throw #EyesPressedIn and #OrangePeaks at #CantabLounge in #Cambridge #Massachusetts on Friday May 19th.

  4. Future Self's latest offering, Throw, is a deep and evocative house cut with an unmistakable Bristol edge - textured, moody, and immersive. #music #FutureSelf #throw #clairetchaikowski #selfcontrol

    evl.one/throw-by-future-self-c

  5. Future Self's latest offering, Throw, is a deep and evocative house cut with an unmistakable Bristol edge - textured, moody, and immersive. #music #FutureSelf #throw #clairetchaikowski #selfcontrol

    evl.one/throw-by-future-self-c

  6. Future Self's latest offering, Throw, is a deep and evocative house cut with an unmistakable Bristol edge - textured, moody, and immersive. #music #FutureSelf #throw #clairetchaikowski #selfcontrol

    evl.one/throw-by-future-self-c

  7. Future Self's latest offering, Throw, is a deep and evocative house cut with an unmistakable Bristol edge - textured, moody, and immersive. #music #FutureSelf #throw #clairetchaikowski #selfcontrol

    evl.one/throw-by-future-self-c

  8. Future Self's latest offering, Throw, is a deep and evocative house cut with an unmistakable Bristol edge - textured, moody, and immersive. #music #FutureSelf #throw #clairetchaikowski #selfcontrol

    evl.one/throw-by-future-self-c

  9. I remember when "Lock her up!" was fine with them.
    Now that "Lock him up!" is suddenly bad, this just proves that pronouns do matter to these people after all.
    #pronouns #he #she #her #him #LockHimUp #throw #away the #key #LGBTQ #gender #neutral #feminine #masculine #GQP #GOP #attack #most #vulnerable #among #us for #political #power #culture #wars vs. #federal #charges #four #federal #cases & 91 #indictments for #crimes not #misdemeanors #either

  10. @MishaVanMollusq

    Would you #Like me to #Throw my #MagicEightBall at them...? #IT comes with the #CEOai #BuiltIn...

    🧙⚔️🤖🐺🤖⚔️🧙 | ☕🎠🦹🦄🦹🎠☕

  11. This is a #throw-back post to about a month ago, when 90 #reproducibility enthusiasts from across domains and #academic workprofiles met to discuss what shapes and forms a #researchCulture where working reproducibly becomes the norm.

    You can read our blogpost about the event on our website: reproducibilitynetwork.nl/2026
    Foto: Robert Kroonen

  12. #throw : as, he threw a detachment of his army across the river

    - French: jette

    - German: der Wurf, werfen

    - Italian: lancio/tiro

    - Portuguese: arremeçar

    - Spanish: echa

    ------------

    Fill in missing or incorrect translations @ wordofthehour.org/r/translatio

  13. #throw : as, he threw a detachment of his army across the river

    - French: jette

    - German: der Wurf, werfen

    - Italian: lancio/tiro

    - Portuguese: arremeçar

    - Spanish: echa

    ------------

    Fill in missing or incorrect translations @ wordofthehour.org/r/translatio

  14. Python: Генераторы. Методы send, throw и close

    Это — обучающая статья, в которой подробно разбирается поведение send , throw и close методов генератора. Впрочем, для опытных пользователей может быть интересно узнать про: • нововведение, добавленное в close начиная с Python 3.13 • случай, в котором поведение CPython расходится с The Python Language Reference • некоторые моменты, описанные в PEP 342 - Coroutines via Enhanced Generators Всё это вы также найдете в статье.

    habr.com/ru/articles/936984/

    #генератор #send #throw #close #GeneratorExit #generator_expression

  15. Throw — это новый goto

    Помните ли вы о существовании goto ? Все его ненавидят, не исключая того, что найдётся пара случаев, когда он действительно упростит жизнь. Например, выход и множества вложенных циклов,. Оставим за скобками то, почему вообще это произошло. Но почему-то я не встречал никакого негатива насчёт throw . А ведь это точно такая же фигня, если даже не хуже.

    habr.com/ru/articles/933454/

    #C# #NET #result_pattern #throw #trycatch #development