#todayileaned — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #todayileaned, aggregated by home.social.
-
#todayileaned that GitHub Action runners don't have IPv6 enabled. Not only that, but Windows runners don't even have any IPv6 interface to listen on!
Which means that, on Windows, I have to isolate and skip localhost tests that require multiple interfaces. Fun! /s
-
#TodayILeaned that #bluesky does not support non-English, but standard letters as part of they tagging system, for example #Canadá (the proper way to write Canada in Spanish) while Mastodon does....
(I do have the bridge that sends my toots to bluesky)
-
#TodayILeaned that the reason the #Bangladesh 🇧🇩 flag has the circle a little of centre is to give the impression that it is centred when partially flying.... and while reading that i learned that the #Palau 🇵🇼 flag is also a little off-centre
-
#TodayILeaned I can use #py5's #lerp (Linear intERPolation, also very much liked in #Processing & p5.js) function with #NumPy arrays (and why wouldn't it work, right?) I should write a post about this... I used to have a slow recursive function called lerp_tuple to interpolate between two polygons or collections of point positions and I can probably retire it!
-
#TodayILeaned that folk/piano-rock pillar Carole King has a 1993 album (Colour of my Dreams) that features both Slash of Guns & Roses on lead guitar, and several tracks with Danny Carey of Tool on drums (one of his first pro studio gigs).
-
#TodayILeaned that #Python wheel file filenames have an influence on the installing process...
I had a couple of something-none-any.whl files and renamed one something-none-any-april2.whl and couldn't install it!
It is rare for me to install from downloaded wheel files.