• Member Since 11th Jul, 2011
  • offline last seen 12 hours ago

kits


All my things are horse things!

More Blog Posts226

  • 28 weeks
    Available!

    For the first time in a decade, you can buy a copy of Twilight's List again! And it's got a softcover option too! And and since it's Lulu, if you aren't in North America, the shipping won't kill you! I'm celebrating!

    Read More

    2 comments · 298 views
  • 37 weeks
    Small Writing Thing

    I participated in another group writing project. You can find it Over here.

    I was feeling very cross at the government when I gave Rainbow a metal pipe. I actually love her here though.

    Clang.

    5 comments · 110 views
  • 42 weeks
    June

    3 comments · 236 views
  • 47 weeks
    New (again) Developments

    Hi!
    It's been a while. But I wanted to let people who were asking (and everyone else) know a neat thing!

    Read More

    5 comments · 484 views
  • 67 weeks
    A thing to read

    Hi!

    I commissioned a short fic from Monochromatic. You can read it over on Hollow Shades.

    It’s rarity and rainbow and twilight being pals.

    4 comments · 184 views
Oct
22nd
2019

Exceprt · 1:20am Oct 22nd, 2019

An except from a draft of the C++ standard

\begin{codeblock}       
union pony {       
  double celestia = 0.;       
  short luna;       // padded       
};       
atomic<pony> princesses = ATOMIC_VAR_INIT({});       
bool party(pony desired) {       
  pony expected;       
  return princesses.compare_exchange_strong(expected, desired);       
}       
\end{codeblock}

Let's all hope it makes it into the standard :P

Report kits · 325 views ·
Comments ( 3 )

I don't see how anypony in their right mind could object to atomic pony princesses. :trollestia:

5143459
Well, you'd have a real mess on your handshoovesappendages if you tried to do it without atomics and ended up tearing one of them.

That's awesome, very cool find! :pinkiehappy:

Login or register to comment