Your twitter archive

Replying to @b0rk

tbh I mostly use multiple commits, but with the messages are just an increasing scream (add thingy -> thank you -> I SAID THANK YOU -> clang you're WRONG -> aaa -> aAAaaAA -> save me -> how've I sinned this time -> take me)
 Thu Feb 01 20:51:07 +0000 2018


Replying to @inconvergent

me @ life tbh
 Thu Feb 01 22:32:59 +0000 2018


RT @nex3: god is within everything, including bread, so therefore god is a sandwich
 Fri Feb 02 23:15:03 +0000 2018


Replying to @daiyitastic

It's too good for this world, too pure, more so even than that cinnamon roll (https://local.theonion.com/beautiful-cinnamon-roll-too-good-for-this-world-too-pu-1819576048).
 Fri Feb 02 23:48:36 +0000 2018


Replying to @OhPoorPup

Beethoven on the Blockchain?
 Sat Feb 03 03:01:09 +0000 2018


Replying to @computerfact and @Vazkii

didn't you do sth like this but for mods?
 Sat Feb 03 21:50:07 +0000 2018


Replying to @ceejbot, @SuchApple and @SwiftOnSecurity

GitHub-flavoured Markdown? Which one? The comment one does, the standalone (file) one doesn't. Welcome to hell.
 Sat Feb 03 22:21:41 +0000 2018


Replying to @tfidry, @ceejbot and @targos89

Although funny, still markedly false: consider, for one, slamming Alt+F4 with the desktop focused.
 Sat Feb 03 22:36:40 +0000 2018


Replying to @klmr

Please upgrade your browser to Internet Explorer 11.
 Sat Feb 03 22:47:24 +0000 2018


Replying to @argumatronic

You aren't programming until your GNU Make and AWK (or a "build system", sure) are bigger than your code.
 Thu Feb 08 15:12:45 +0000 2018


Replying to @YerFriendMolly and @ceraneon

"Hello, [young person], I heard you're young so you can probably put our description of the problem into Google, word for word, which is unfathomable to us, despite you telling us to do that exactly [however many] times before." – people over 45, IME
 Thu Feb 08 17:16:43 +0000 2018


Replying to @LVGHSTmusic

Clarifying question: how did you apply "believe" here? Because depending on that, I'm either concerned, confused, or amused.
 Thu Feb 08 20:57:49 +0000 2018


Replying to @inconvergent

Close-up of Satoshi Nakamoto's face.
 Fri Feb 09 15:47:32 +0000 2018


Replying to @rubblewoman

"Read as much shit as you literally can" is pretty much the best advice for all. Consume data => acquire knowledge => become powerful.
Thank you, Michelle.
 Fri Feb 09 20:05:43 +0000 2018


Replying to @BaerTaffy

I wanted to download a video off Twitter manually once so I know this: there's a "playlist" file that has URLs to *three-second segments* of the video so they get preloaded and switched at realtime, which is why they never fucking work.
 Sun Feb 11 21:50:33 +0000 2018


Replying to @tijit_

truly timeless art tbh
 Sun Feb 11 23:07:54 +0000 2018


Replying to @slimekat

Name a more iconic duo– I'll wait.
 Sun Feb 11 23:12:21 +0000 2018


Replying to @whitequark

404ing; do I need a login?
 Mon Feb 12 15:52:50 +0000 2018


Replying to @neuroicudoc, @SparksMaths and @numberphile

Can't help but be reminded about my thing that independently generated something similar ~8 months ago (attached). Turns out to use a similar algorithm for pixel location (although my pixels are just integer points in α-dimensional space, this one is a single slice of an α=3 one)
 Mon Feb 12 18:55:10 +0000 2018


Replying to @chordbug

If you like 4 (sometimes more) dimensions and maths en general, I'd recommend @standupmaths' "Things to Make and Do in the Fourth Dimension" https://www.amazon.com/gp/product/0374275653
 Mon Feb 12 20:51:48 +0000 2018


Replying to @sehetw and @vzeman79

I myself regulate my room-local temperature by allocating more threads to a render or switching it to the GPU.
 Tue Feb 13 11:05:29 +0000 2018


Replying to @neuroicudoc, @SparksMaths and @numberphile

Okay, so with scale factor 0.49999999 (left) and 0.50000001 (right) for a pentagon on the front and a π-rotated one on the back (i.e. as before) I'm getting these (200x200x6 previews, a full 900³ takes like 9 hours):

 Wed Feb 14 00:55:30 +0000 2018


Replying to @neuroicudoc, @SparksMaths and @numberphile

With some more tries, I can't reproduce any of the degenerate results, no matter the scale factor (at least in preview size, maybe a full render will reveal something).
Maybe it's an implementation difference? What code are you using?
 Wed Feb 14 01:09:30 +0000 2018


Replying to @neuroicudoc, @SparksMaths and @numberphile

Update: even at full (900³) size there's no palpable shape difference between 0.49999999 (left), 0.50000001 (center), and 0.5 (right).


 Wed Feb 14 15:53:37 +0000 2018


Replying to @neuroicudoc, @SparksMaths and @numberphile

It looks like we're using different coordinate systems – you're using all 4 quadrants, I use just the 1st, so not sure how well that translates, but attached is how the positioning differs for us with different Rs; top - your Python, bottom - my Rust (https://github.com/nabijaczleweli/mandalas-rs/blob/aaf11dc8f9f72b493b27846fcaff1c5cd005db48/src/ops/gen_ctx.rs)

 Wed Feb 14 19:37:25 +0000 2018


Replying to @tijit_

*That's* the #relatable content I'm following for.
 Wed Feb 14 23:56:38 +0000 2018


Replying to @neuroicudoc, @SparksMaths and @numberphile

I just played around a bit with your code and now I see what's happening and why I couldn't reproduce with mine – you allow movement outside of the polytope. Here's my result for R=2.00000001 (left), R=1.99999999 (center-left) and R=1.5 (center-right) and R=2.5 (right) if I do



 Thu Feb 15 18:56:47 +0000 2018


Replying to @neuroicudoc, @SparksMaths and @numberphile

But I had to do a lot of sacrifices to make it work (I'm using a graphics library instead of a maths one, so discrete, positive-only and fixed size) – but for no values of R did it explode into something cool like yours does (probably because I can't simulate a big enough field).
 Thu Feb 15 19:03:32 +0000 2018


Replying to @evilgaywitch

As opposed to SA Spanish, but I've never seen it quantified explicitly as "European" before. Neat!
 Thu Feb 15 23:09:07 +0000 2018


Replying to @gitlost

…serialization/deserialization methods being very cryptic.
Source: https://github.com/markusmitbrille/unex-net/commit/7f3d240be2e570039ef3f70e17946afddc00c5c1
 Fri Feb 16 08:35:25 +0000 2018


RT @m8urnett: I caught my cat running out of my office with my yubikey in his mouth--a threat model I hadn't considered.
 Fri Feb 16 14:49:24 +0000 2018


Replying to @quatoria

that'd be impossible, you're simply too powerful
 Fri Feb 16 20:01:22 +0000 2018


Replying to @dialacina

Is this a sodding mouse? How on bloody Earth? Who authorised this? There had to be *dozens* of people that needed to greenlight this, surely?
 Fri Feb 16 20:14:04 +0000 2018


Replying to @evilgaywitch

Okay, but consider this, if you will:
Purple.
 Fri Feb 16 20:54:31 +0000 2018


Replying to @tijit_

Isn't ceiling just like the ground but higher?
 Fri Feb 16 21:31:58 +0000 2018


Replying to @uncooldana

wow, I never expected such an actist(?) tweet from my actual mother? quite perplexed by this !!
 Sun Feb 18 23:15:07 +0000 2018


Replying to @ChurchCarlton

Instruments with which to fulfil their unrealised dreams forced upon them by society?
 Mon Feb 19 15:43:00 +0000 2018


Replying to @mraleph

Nice article, I will be forever amazed at this level of JS optimisation wizardry.

BTW: there's a typo in "appaers" and you might be missing a possessive "'s" in "Franziska Hinkelmann blog post".
 Tue Feb 20 01:45:31 +0000 2018


Pictured: a column-major RGB reinterpretation of Boost's vector200.hpp.
Also pictured: it has parabolas in like three places?? whaaat
 Tue Feb 20 13:00:46 +0000 2018


Replying to @inconvergent

In Braille, presumably?

Or is Habanero "Incident Report" Sheet the name of a man that will say how long without a habanero incident you've gone?
 Tue Feb 20 18:58:26 +0000 2018


Replying to @rogowhiskey, @gapingmaws and @spacetwinks

The problem with imperial, in three tweets.
 Wed Feb 21 02:21:16 +0000 2018


Now presenting: a scarf-thingy with Fibonacci-length stripes, idk. But it like took a long time and I'm relatively proud of it so… (Bayonet for scale.)

 Wed Feb 21 14:28:18 +0000 2018


Replying to @quatoria

literally capitalism in two sentences :v
 Wed Feb 21 22:19:09 +0000 2018


Replying to @RockLeeSmile

Electrical tape?
 Fri Feb 23 22:14:32 +0000 2018


Replying to @BaerTaffy

That's ten thousand dollars' worth of bits?! why??
 Fri Feb 23 22:39:33 +0000 2018


@inconvergent The plot at the bottom of http://inconvergent.net/generative/differential-lattice/ points at http://store.inconvergent.net/product/differential-lattice-plot-l and http://store.inconvergent.net seems to be dead?
 Sun Feb 25 11:50:21 +0000 2018


Replying to @inconvergent

You can buy one (1) weekend for five (5) workdays. For more details see calendar@gregorian.eu
 Sun Feb 25 23:52:03 +0000 2018


Replying to @vedertagen

Are you right-arm-dominant?
 Mon Feb 26 22:11:42 +0000 2018


Replying to @_Heph, @Rafmaninoff and @Vazkii

You, sir, are a monster.
 Tue Feb 27 22:42:37 +0000 2018


Replying to @captainsafia

I can totally share the reading C sentiment, especially after doing mostly Rust for the last couple months.

BTW: "about 5,3000 lines long" – I'm not quite sure that's the intended way to break that number.
 Wed Feb 28 17:16:32 +0000 2018