home.social

#callbacks — Public Fediverse posts

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

fetched live
  1. @RxBrad
    burp suite community edition

    using an intercepting proxy like Burp Suite is an essential skill for anyone wanting to understand mobile app security or behavior. It gives you an unprecedented level of insight, turning a simple app into a readable map of its interactions with the backend. #burp collaborator (only with pro ed) #callbacks #getty

  2. @RxBrad
    burp suite community edition

    using an intercepting proxy like Burp Suite is an essential skill for anyone wanting to understand mobile app security or behavior. It gives you an unprecedented level of insight, turning a simple app into a readable map of its interactions with the backend. #burp collaborator (only with pro ed) #callbacks #getty

  3. 🎩 Ah, the eternal struggle with #C++ callbacks! 🚀 A thrilling tale of trying to make disparate #software pieces play nice, circa 1994—because nothing screams "modern" like 30-year-old #programming #paradigms. 🤖 Spoiler: it's still tricky, but at least we got to learn what a "functor" is. 🎢
    tutok.sk/fastgl/callback.html #Callbacks #Development #Functors #HackerNews #ngated

  4. 🎩 Ah, the eternal struggle with #C++ callbacks! 🚀 A thrilling tale of trying to make disparate #software pieces play nice, circa 1994—because nothing screams "modern" like 30-year-old #programming #paradigms. 🤖 Spoiler: it's still tricky, but at least we got to learn what a "functor" is. 🎢
    tutok.sk/fastgl/callback.html #Callbacks #Development #Functors #HackerNews #ngated

  5. I interpret the following

    Apr 20 18:38:09 skapet spamd[52874]: (GREY) 117.53.153.22: <> -> <[email protected]>

    As a sign there are still, er, individuals out there who think SMTP callbacks were a good idea.

    Please have them read "Twenty-plus years on, SMTP callbacks are still pointless and need to die" (2017) nxdomain.no/~peter/twenty-plus

    #spam #spamd #smtp #callbacks #email #mail #antispam #cybercrime #shitheads #imbeciles #incompetence

  6. I interpret the following

    Apr 20 18:38:09 skapet spamd[52874]: (GREY) 117.53.153.22: <> -> <[email protected]>

    As a sign there are still, er, individuals out there who think SMTP callbacks were a good idea.

    Please have them read "Twenty-plus years on, SMTP callbacks are still pointless and need to die" (2017) nxdomain.no/~peter/twenty-plus

    #spam #spamd #smtp #callbacks #email #mail #antispam #cybercrime #shitheads #imbeciles #incompetence

  7. Async Bottom-Up Javascript State Management

    positive-intentions.com/blog/a

    This investigation comes from my work on a #P2P #ChatApp. I found it tricky in a #FunctionalProgramming approach to handle #Async #Messages from peers needing the latest #State values. The challenge? How #JavaScript scopes variables in #Callbacks.

    I wanted to explore a solution out of curiosity to see if it could work. I'm not trying to push "yet another #StateManagement library." This is about my #LearningProcess for use in #PersonalProjects.

    #Programming #WebDev #Code #SoftwareDevelopment #OpenSource #PeerToPeer

  8. Async Bottom-Up Javascript State Management

    positive-intentions.com/blog/a

    This investigation comes from my work on a #P2P #ChatApp. I found it tricky in a #FunctionalProgramming approach to handle #Async #Messages from peers needing the latest #State values. The challenge? How #JavaScript scopes variables in #Callbacks.

    I wanted to explore a solution out of curiosity to see if it could work. I'm not trying to push "yet another #StateManagement library." This is about my #LearningProcess for use in #PersonalProjects.

    #Programming #WebDev #Code #SoftwareDevelopment #OpenSource #PeerToPeer

  9. Почему джуны путаются в асинхронном коде (и как научиться с ним работать)

    Асинхронный код часто становится камнем преткновения для начинающих разработчиков. Почему функции выполняются не в том порядке, зачем нужны промисы, и что делает async/await? В статье я простыми словами объясняю: - Как работает Event Loop и почему это важно. - Какие ошибки чаще всего допускают джуны при работе с асинхронностью. - Как научиться писать понятный и предсказуемый асинхронный код. Если асинхронность вызывает больше вопросов, чем ответов, загляните в статью - там всё по шагам. 🙂

    habr.com/ru/articles/871328/

    #Асинхронность #javascript #event_loop #промисы #callbacks #вебразработка #отладка_кода #обучение_программированию #asyncawait

  10. LuaLaTeX : petite introduction à l’utilisation de quelques callbacks (visio-conférence), Le jeudi 12 septembre 2024 de 20h00 à 21h00. agendadulibre.org/events/30706 #latex #lua #callbacks #luatex #visioConférence #rencontre

  11. 💡Interested in having @openapispec and support in @microcksio ? We started a discussion on representation and implementation ideas.

    We need your help 🛟 and feedback 💬
    github.com/orgs/microcks/discu

  12. 💡Interested in having @openapispec #callbacks and #webhooks support in @microcksio ? We started a discussion on representation and implementation ideas.

    We need your help 🛟 and feedback 💬
    github.com/orgs/microcks/discu

  13. Initially, learning about the concept of #callbacks and #async can be difficult. The following link gives a great introduction to callbacks in #javascript.
    Introduction: callbacks #coding #programming
    javascript.info/callbacks