Saúl Ibarra Corretgé (@saghul) 's Twitter Profile
Saúl Ibarra Corretgé

@saghul

Open Source and Real Time Communications pundit. Self-appointed Chief Jitsi Evangelist. Aspiring maker. DMs are open. 🐘: @[email protected]

ID: 15320027

linkhttps://bettercallsaghul.com calendar_today04-07-2008 18:48:46

24,24K Tweet

4,4K Takipçi

324 Takip Edilen

Andrej Karpathy (@karpathy) 's Twitter Profile Photo

The reality of building web apps in 2025 is that it's a bit like assembling IKEA furniture. There's no "full-stack" product with batteries included, you have to piece together and configure many individual services: - frontend / backend (e.g. React, Next.js, APIs) - hosting

ًColin Ihrig (@cjihrig) 's Twitter Profile Photo

node v24 was released today. it adds support for explicit resource management. the node:sqlite module already supports it: import { DatabaseSync } from 'node:sqlite'; using db = new DatabaseSync('database.db'); no need to manually close the database

Naman (@naman9271) 's Twitter Profile Photo

I’m thrilled to share that I’ve been selected for Google Summer of Code 2025 with the Jitsi organization! 🎉 A big thank you to the Saúl Ibarra Corretgé Sir. #GSoC2025 #GoogleSummerOfCode #OpenSource #Jitsi #FirstYearWin #Thankful #WebDev #LearningByDoing

I’m thrilled to share that I’ve been selected for Google Summer of Code 2025 with the <a href="/jitsinews/">Jitsi</a>  organization! 🎉
A big thank you to the <a href="/saghul/">Saúl Ibarra Corretgé</a> Sir.

#GSoC2025  #GoogleSummerOfCode #OpenSource #Jitsi #FirstYearWin #Thankful #WebDev #LearningByDoing
kota-yata (@kota_yata) 's Twitter Profile Photo

今年の夏はJitsiでGSoCできることになった!プロポーザルのレビューとかやらなかったから結構心配だったけど大丈夫でした

今年の夏はJitsiでGSoCできることになった!プロポーザルのレビューとかやらなかったから結構心配だったけど大丈夫でした
Jitsi (@jitsinews) 's Twitter Profile Photo

We are honored to welcome Hugo, Kota, Kota (yes we got 2!), Naman and Yash to Google Summer of Code 2025! ☀️ 🚀 summerofcode.withgoogle.com/programs/2025/…

Membrane (@elixirmembrane) 's Twitter Profile Photo

NOW is the time – call for speakers for RTC.ON conf is closing in 1 week! ⚡️ Watch the 2024 aftermovie and see what it's like to be a part of the RTC.ON gang 😎 Don't wait up – apply now 👇👇👇

Saúl Ibarra Corretgé (@saghul) 's Twitter Profile Photo

sqlite-js: “Create custom SQLite functions in JavaScript. Extend your database with scalars, aggregates, window functions, and collations directly in JavaScript.” Neat! github.com/sqliteai/sqlit…

Gustavo Garcia (@anarchyco) 's Twitter Profile Photo

coturn 4.7.0 released 🚀 * New defaults for improved security and help with recent reflection attacks * Many small bug fixes including logging, redis, mysql, build process, updates... * Prometheus modernization and improvements changelog in the link below (14 contributors 👏)

Gustavo Garcia (@anarchyco) 's Twitter Profile Photo

Releasing first version of Voice Agents cost calculator 💰with different providers: Conversational AI Platforms, RealTime Models and Custom Pipelines Link below👇

Releasing first version of Voice Agents cost calculator 💰with different providers: Conversational AI Platforms, RealTime Models and Custom Pipelines

Link below👇
Filip Jerzy Pizło (@filpizlo) 's Twitter Profile Photo

I spent about an hour last night and maybe an hour and a half today porting libuv to Fil-C. It now passes its test suite, modulo: - I disabled a timer test that was flaky. Looks suspiciously like a badly written test, will investigate some other time. Could also be a musl