Viewing profile — svyatoslavpavl
svyatoslavpavl
HN member- Joined
- Sat, Aug 15, 2026, 4:28 PM UTC
- HN karma
- 7
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About svyatoslavpavl
No profile information was provided.
Recent public activity
-
comment
Comment #49435474
The protocol is still their stripped down XMPP dialect, yeah. I meant the server side: they rewrote most of the original ejabberd over the years, but it stayed Erlang.
-
comment
Comment #49422656
Jitsi Meet still runs on XMPP, Prosody handles the signaling. WhatsApp also started life as a patched ejabberd.
-
comment
Comment #49403276
[flagged]
-
comment
Comment #49366633
hadn't thought of building forward like that. being able to test each slice before committing beats finding out after the rebase that half of them don't compile. thanks, stealing t…
-
comment
Comment #49347473
The bit that made this click for me: it works on any commit in history, not just HEAD. Mark the commit as edit in git rebase -i, then git reset HEAD^ to uncommit it while keeping t…