TheRedArchive

~ archived since 2018 ~

symplectic_fool Archive

View 0 posts and 2 comments by symplectic_fool on TheRedPill subreddit and various other subreddits related to The Red Pill community.
Search in:
In subreddits:
More
Filter by year/month:
Upvotes Title Category Author Subreddit Date (UTC)
Upvotes Comment on Subreddit Date (UTC)
2

You joke, but this is actually not far from the truth... things that were once regarded as wrong and/or useless are sometimes found to be correct and/or useful when viewed in the right light. See Ramanujan's work with divergent series for example.
/r/MGTOW16/03/17 02:28 AM
30

Ohhh fast inverse square root, I'd recognize you anywhere. What's funny is that the guys' code has been stripped of its original (but awesome!) comments: float Q_rsqrt( float number ) { long i; float x2, y; const float threehalfs = 1.5F; x2 = number * 0.5F; y = number; i = * ( long * ) &y; // evil floating point bit level hacking i = 0x5f3759df - ( i >> 1 ); // what the fuck? y = * ( float * ) &i; y = y * ( threehalfs - ( x2 * y * y ) ); // 1st iteration // y = y * ( threehalfs - ( x2 * y * y ) …
/r/MGTOW04/03/17 09:11 PM
You can kill a man, but you can't kill an idea.

© TheRedArchive 2026. All rights reserved.
created by /u/dream-hunter