Luís Fernandes (@apidcloud) 's Twitter Profile
Luís Fernandes

@apidcloud

Backend Developer @ArtiviveApp | CS PhD | Complexity · HCI · VR · Cultural Heritage | @scarletteditor · @Gibbo2D

ID: 872962356

linkhttps://apidcloud.github.io/ calendar_today11-10-2012 04:03:14

675 Tweet

113 Takipçi

557 Takip Edilen

Luís Fernandes (@apidcloud) 's Twitter Profile Photo

If you add this to your config, don’t forget to update your tmux to the latest version. At least on 3.5a there’s an issue where newlines are re-encoded and shown as ^[[27;5;106~ when pasting multi-line text

Luís Fernandes (@apidcloud) 's Twitter Profile Photo

I wonder if there’s some reason for this like in js arrays “length” (which actually is highest index plus 1 😆) vs set and map “size” (no numbered indices)

Luís Fernandes (@apidcloud) 's Twitter Profile Photo

This is pretty cool. Not sure if they are already doing this for bug reports. A video is often more straightforward than a step by step list. More so if agents are finding these issues; good way to quickly validate whether the issue is really there or not (at least for frontend)

Matías N. Goldberg (@matiasgoldberg) 's Twitter Profile Photo

Hold on a second. Using polar coordinates for better quantization is... such a low hanging fruit. (graphics devs do that all the time for the TBN matrix)

Sebastian Aaltonen (@sebaaltonen) 's Twitter Profile Photo

I didn't deeply understand that integral is just a sum until I graduated and started writing prefix sums for parallel computation. Nowadays I intuitively split integrals vertically/horizontally whenever needed. I still don't know whether the problem was the teacher or me.