Oddbean new post about | logout
 Fun bonus fact: There are two little secrets hiding in plain sight on that screenshot.

1) There are RTL character shenanigans that cause my name to wrap around my handle.

2) My handle is literally not valid.  It's technically @https.s3.aws.amazon.com (😏), but they changed it in part of the system to @handle.invalid, which makes the site put in that nice ugly "⚠️Invalid Handle" text. 
 @86242b72 how do the rtl characters create that effect? I’ve been playing around with the profile fields and can’t replicate. 
 @8b4f6bee I set it months ago, and I don't remember which specific RTL character I used, but IIRC is was something in the realm of:

<RTL>Jason Parker<SPACE><RTL>@ဪ.com

(I don't think the ဪ matters, but it might.  I used it because I own ဪ.com and it's hilarious.)

You could probably just copy the string from the element.  Editing is a bit weird since stuff will shift on you as you move the cursor. 
 @86242b72 I noticed that last part haha, thanks!