|
You are here |
geoff.tuxpup.com | ||
| | | | |
www.bugsandbunnies.org
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | [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. | ||