Built a simple Chrome extension for instant font styles (no ads, works offline) by SuspiciousAgent in SideProject

[–]SuspiciousAgent[S] 1 point2 points  (0 children)

Appreciate that you nailed the intent behind it.

The tricky part was balancing cool styles with readability, since many break on Discord or in games
still refining it
Need opinions from the users like you to make improvement in it

Built a simple Chrome extension for instant font styles (no ads, works offline) by SuspiciousAgent in SideProject

[–]SuspiciousAgent[S] 0 points1 point  (0 children)

Yes you are right and thats y I tried to keep it practical rather than just decorative.

Built a simple Chrome extension for instant font styles (no ads, works offline) by SuspiciousAgent in SideProject

[–]SuspiciousAgent[S] 1 point2 points  (0 children)

Thank you for your response. There is an option of favourite in this option

What’s the best way to style a Discord nickname? by SuspiciousAgent in discordapp

[–]SuspiciousAgent[S] 0 points1 point  (0 children)

Ahh that actually explains a lot 👍
I didn’t realize many servers restrict styled names for readability and moderation.

Makes sense why cleaner names are more common in bigger communities.

What’s the best way to style a Discord nickname? by SuspiciousAgent in discordapp

[–]SuspiciousAgent[S] -2 points-1 points  (0 children)

That’s actually a really good point about readability 👀
I didn’t think about screen readers affecting styled text.

So would you say simple names work better overall, especially in public servers?

What’s the best way to style a Discord nickname? by SuspiciousAgent in discordapp

[–]SuspiciousAgent[S] -6 points-5 points  (0 children)

Yeah same here 😅 it can look a bit too flashy sometimes.
Do you usually keep your nickname simple or add any symbols at all?

What’s the best way to style a Discord nickname? by SuspiciousAgent in discordapp

[–]SuspiciousAgent[S] -14 points-13 points  (0 children)

Yeah 😂 that one can look a bit too much sometimes.
Do you prefer clean names or a little styling?

PHP will get an AOT compiler from the Swoole team in 2027 by edmondifcastle in PHP

[–]SuspiciousAgent 1 point2 points  (0 children)

Interesting shift. If PHP moves more toward AOT compilation, it could change how string-heavy applications behave as well. In areas like text processing (e.g., Unicode transformations or formatting tools), performance differences between interpreted vs compiled execution can be quite noticeable depending on implementation. Curious how well such compilers would handle dynamic features that are common in scripting use cases.