#callbacks

A Guy Named Brian (he/him)GuyNamedBrian
2025-05-12

“Callbacks like this rarely net such a payoff, especially in the blockbuster IP franchises we’re now surrounded by. ... This is why I’ve generally defaulted to rolling my eyes at cheap lore deepcuts meant to earn credibility without actually doing the work, and why Andor is such a breath of fresh Chandrila air.”

One Gun Shows Why Andor Is So Good At Star Wars Storytelling - Kotaku apple.news/ARXuZf129R1uQi4zZib

Peter N. M. Hansteenpitrh
2025-04-20

I interpret the following

Apr 20 18:38:09 skapet spamd[52874]: (GREY) 117.53.153.22: <> -> <spfilter-2.sel01.mschosting.com-1745167076-testing@ehtrib.org>

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

xoron :verified:xoron@infosec.exchange
2025-01-08

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

2025-01-02

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

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

habr.com/ru/articles/871328/

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

Peter N. M. Hansteenpitrh
2024-10-03

A couple more old and rants liberated, "Twenty-plus years on, SMTP callbacks are still pointless and need to die" (2017) nxdomain.no/~peter/twenty-plus and "A Life Lesson in Mishandling SMTP Sender Verification" (2018) nxdomain.no/~peter/a_life_less Enjoy!

Jack of all tradesjackofalltrades@mas.to
2024-02-08

ActiveRecord's callback hell is worse than JavaScript's callback hell.

Prove me wrong.

#rails #ruby #callbacks #CallbackHell #ActiveRecord #javascript

Scripter :verified_flashing:scripter@social.tchncs.de
2024-02-05

Asynchronous Programming in JavaScript – Callbacks, Promises, & Async/Await Examples
freecodecamp.org/news/asynchro #Programming #JavaScript #Callbacks #Promises #Async #Await

Laurent Broudouxlbroudoux@fosstodon.org
2024-01-10

💡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

2023-11-11

At the first call-backs for Trouble in Mind. Nice to see so many great actors!!!

#BATtheatre #BurienTheater #CallBacks #TroubleInMind

David McFarlanedkmcf@twit.social
2023-07-03

Discussions of #JavaScript #callbacks & #Promises all focus on two reasons for their use:
1) Run processes concurrently.
2) Continue program execution only after some #async process has completed.

My sole interest is in a further aspect of reason #2 which is never discussed:
2b) Continue program execution only after some async process has completed *and without blocking the html/css message loop*.
@mattewanlaws

David McFarlanedkmcf@twit.social
2023-06-30

Still studying #JavaScript #callbacks, #Promises, #fetch, and #async/#await. Deep rabbit hole, never had to struggle this much to understand #FORTRAN, #BASIC, #Pascal, #C, #assembly, etc.

Shadow Groveshadow_grove
2023-02-22

🆓 I have published a in the Unity Asset Store.

It helps you to create a in to easily with other or catch

u3d.as/3018

🆓 I have published a #free #Asset in the Unity Asset Store.

It helps you to create a #REST #API in #Unity to easily #communicate with other #programs or catch #callbacks

#gamedev #IndieGameDev #HTTP #webserver #server

u3d.as/3018

Andy Balaam moved to https://video.infosec.exchange/a/andybalaamandybalaam@diode.zone
2020-12-10
linuxwebdevelopment.comlinuxwebdevelopment
2020-04-28

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

On a related note, the main difference between #callbacks and #Promises as implemented in node is that you will never get into a situation when some API code will run your Promise many times. For example `get_ajax('example.org', onSuccess)` if implemented as a callback doesn't guarantee how many times `onSuccess` callback will get called, which can be pretty bad when it has side effects. Promise on the other hand keeps it's value once resolved.

A great read on differences between synchronous and asynchronous #callbacks blog.ometer.com/2011/07/24/cal Reading it made it "click" for me: if a callback can be delayed you should always defer it when designing an API.

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst