advaith
@advaith.bsky.social
👋🏾 im 21, i code stuff, macrodata refiner / apps dev at Discord (he/him)
aka: @advaithj1, @advaith@mastodon.social, advaith.io, formerly advaith#9121
sf bay area / uc santa cruz
aka: @advaithj1, @advaith@mastodon.social, advaith.io, formerly advaith#9121
sf bay area / uc santa cruz
I've been told we just need to turn on the switch in cloudflare
November 11, 2025 at 4:10 AM
I've been told we just need to turn on the switch in cloudflare
one of our rust services always crashes when I run it, unless I add a print on the line before the one that crashes
November 7, 2025 at 8:49 AM
one of our rust services always crashes when I run it, unless I add a print on the line before the one that crashes
Reposted by advaith
(this is caused by bluesky rate limiting discord. if you are a bluesky employee reading this please actually check your fucking email. i want to fix this help me fix this)
November 5, 2025 at 3:05 AM
(this is caused by bluesky rate limiting discord. if you are a bluesky employee reading this please actually check your fucking email. i want to fix this help me fix this)
btw for discord I'd personally recommend using archlinux-repos.mrkirby153.com/discord/
I made this becuase I got annoyed that the packages fall behind sometimes
archlinux-repos.mrkirby153.com
October 27, 2025 at 5:57 AM
btw for discord I'd personally recommend using archlinux-repos.mrkirby153.com/discord/
seems to be, in the video they said "genmoji and other personalized images" youtu.be/D58kVm2h4-w
WWDC24: Bring expression to your app with Genmoji | Apple
YouTube video by Apple Developer
youtu.be
October 25, 2025 at 10:20 PM
seems to be, in the video they said "genmoji and other personalized images" youtu.be/D58kVm2h4-w
we're using UNNotificationAttributedMessageContext and NSAdaptiveImageGlyph
October 25, 2025 at 9:47 PM
we're using UNNotificationAttributedMessageContext and NSAdaptiveImageGlyph
our notification handling was already in swift so we just added to that code - we didn't change the js for this
October 24, 2025 at 10:07 PM
our notification handling was already in swift so we just added to that code - we didn't change the js for this
afaik friendship doesn't affect it
October 24, 2025 at 9:53 PM
afaik friendship doesn't affect it
avatars and attachments were already shown so I don't think emoji really add a concern here
October 24, 2025 at 9:50 PM
avatars and attachments were already shown so I don't think emoji really add a concern here
thanks we just shipped communication notifs and we are working on adding emoji support
October 24, 2025 at 6:05 PM
thanks we just shipped communication notifs and we are working on adding emoji support
the actual app code isn't open source
October 21, 2025 at 8:29 PM
the actual app code isn't open source
afaik Android doesn't support this, we recently added support for showing image attachments in Android notifications tho
October 21, 2025 at 7:57 PM
afaik Android doesn't support this, we recently added support for showing image attachments in Android notifications tho
for in-app markdown parsing we use simple-markdown www.npmjs.com/package/simp...
the original Android app used SimpleAST github.com/discord/Simp... but the new app uses the shared simple-markdown code and now we only use SimpleAST for syntax highlighting.
(old) details: discord.com/blog/how-dis...
the original Android app used SimpleAST github.com/discord/Simp... but the new app uses the shared simple-markdown code and now we only use SimpleAST for syntax highlighting.
(old) details: discord.com/blog/how-dis...
How Discord Renders Rich Messages on the Android App
discord.com
October 21, 2025 at 7:55 PM
for in-app markdown parsing we use simple-markdown www.npmjs.com/package/simp...
the original Android app used SimpleAST github.com/discord/Simp... but the new app uses the shared simple-markdown code and now we only use SimpleAST for syntax highlighting.
(old) details: discord.com/blog/how-dis...
the original Android app used SimpleAST github.com/discord/Simp... but the new app uses the shared simple-markdown code and now we only use SimpleAST for syntax highlighting.
(old) details: discord.com/blog/how-dis...
thanks to @dootsky.re for the suggestion!
October 21, 2025 at 7:35 PM
thanks to @dootsky.re for the suggestion!
huh is this referencing something
October 20, 2025 at 12:59 AM
huh is this referencing something
why does this site use a custom "link to highlighted text" system instead of just browser-native text fragments?
October 20, 2025 at 12:10 AM
why does this site use a custom "link to highlighted text" system instead of just browser-native text fragments?
if you can't send attachments in a channel, you cannot forward messages with attachments to that channel.
October 18, 2025 at 8:48 AM
if you can't send attachments in a channel, you cannot forward messages with attachments to that channel.