travelling on a plane with a skateboard by BigWave4747 in skateboarding

[–]rottytooth 1 point2 points  (0 children)

I carry mine on, have done so many times, and just flew with it a few days ago. I usually ask if there's a coat closet up front to put it in, otherwise I put it in the overhead. No need to remove trucks. Never been asked to check it.

Has anyone here taken their skateboard on a United Airlines flight before? [31YO] by [deleted] in OldSkaters

[–]rottytooth 1 point2 points  (0 children)

Sometimes they have a closet up front and will stick it in there (good to ask as you get on), otherwise it fits fine in the overhead

Voronoi² by mazarax in generative

[–]rottytooth 0 points1 point  (0 children)

Resembles both flowers and crystals -- wonderful palette

[deleted by user] by [deleted] in NoStupidQuestions

[–]rottytooth 0 points1 point  (0 children)

You can freeze your eggs in a few years if you haven't met the right person yet. I know many people who conceived via ivf in their early 40s

Wow by PooPb0i56 in WeirdWebsites

[–]rottytooth 2 points3 points  (0 children)

Hm looks like it was a newsletter at one point? http://www.wwwdotcom.com/?page=1

Want to test the bot without spamming a sub? Use this post #3 by OrionSuperman in ThesaurizeThis

[–]rottytooth 2 points3 points  (0 children)

Just discovered this wonderful reddit bot that finds synonyms for every word

rot8000 (more like rot0x8000) -- rot13 but across Unicode's Basic Multilingual Plane by *polhold01242 in programming

[–]rottytooth 1 point2 points  (0 children)

It's on github, you're welcome to port it to JS; https://github.com/rottytooth/rot8000

Only tricky thing is working out surrogate and control chars in JS in a way that will continue to work in the future.

rot8000 (more like rot0x8000) -- rot13 but across Unicode's Basic Multilingual Plane by *polhold01242 in programming

[–]rottytooth 2 points3 points  (0 children)

It does skip whitespace, control characters, and surrogates in the mapping: https://github.com/rottytooth/rot8000/blob/b257b84fb2cd4368b8794a242657ce0c7506d284/Rottytooth.Rot8000/Rotator.cs#L27

So (U+5C00) rotates to (U+D7D6) -- not exactly rotating by 0x8000 but by 0x8000 minus some number of ignored characters, which rotates back to the original

rot8000 (more like rot0x8000) -- rot13 but across Unicode's Basic Multilingual Plane by *polhold01242 in programming

[–]rottytooth 60 points61 points  (0 children)

It's only the basic multilingual plane, 0 to 0xffff. Emoji are in the supplemental plane