/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

geoff.tuxpup.com
| | www.bugsandbunnies.org
5.9 parsecs away

Travel
| | I cancelled my subscription to Max and upgraded my Disney+/Hulu sub to the bundle that includes Max to save a couple bucks a month. As it turns out, there's a couple days of overlap where the old Max sub hasn't expired yet but the new one is in effect. And the Max app is freaking out! Not in a bad way, just lots of warnings - "OMG, you got 2 subs!
| | ijrussell.github.io
8.3 parsecs away

Travel
| | Some exciting news. I'm teaming up with the Amplifying F# crew to bring weekly sessions for folks wanting to learn F# in 2024.
| | paweldu.dev
7.8 parsecs away

Travel
| | If you use just one or a few Lodash functions in a file, try importing them directly from their respective files, one by one: import _ from 'lodash'; // bad - 70.5K (gzipped: 24.4K) import { has } from 'lodash'; // bad - 70.5K (gzipped: 24.4K) import has from 'lodash/has'; // good - 9K (gzipped: 2.7K) Alternatively, one can use babel-plugin-lodash or lodash-es. These packages come with sets of restrictions though.
| | web.cecs.pdx.edu
16.9 parsecs away

Travel
| [AI summary] This academic paper discusses extensions to the Hindley/Milner type system, focusing on higher-order polymorphism and type overloading to improve modularity and reusability in functional programming languages.