๐๏ธ"It turns out all these years I've confused 'Journalist' with 'Mouthpiece.'"
High profile political journalist excited to reveal that he's recently discovered how to do journalism, just in time for the change in government.
building on cloudflare workers + NPM packages just got a whole lot easier, with
compatibility_flags = ["nodejs_compat_v2"]
and by default, starting sept 26...
you can see the meaningful difference in the coverage now available here: https://t.co/OWwQlogZoW
the team's work here, building on unenv really allows customers to have the best of both worlds โ using the packages you need, without unnecessary bloat from polyfilling when it's not needed, and without a ton of tedious updates such as adding `node:` which makes it easy to miss.
what's also cool is that it's easier to mock APIs that are not yet supported natively or via polyfill. you might wonder if this is useful, but we've found so many libraries over the years that import things without actually using them, so yes, this is a huge unblocker!
great deep dive on the previous approaches, and how this makes it so much easier to build, highly recommend taking the team to ๐ค
The reason every story on this makes sure to reference her ethnicity in the headline is to make sure that you know that you don't have to actually get upset.
@lizisraad@JacobMGEvans Use positive padding to make the tappable area bigger than the element itself and use negative margin of the same value to negate any layout diff
input[type=checkbox] {
padding: 20px;
margin: -20px;
}
@krupa1i As youโve mentioned, hard copies come with the problem of staleness. I think digital โ but local first โ is the best trade off. Then download diff patches. Or redownload the whole updated thing but with tooling that showed you the diffs.
@jaffathecake Or maybe cheaper to keep a reference counter for each member in the functions scope and decrement when a closure gets GCโd. When a memberโs reference counter hits 0 remove from the scope
To help explain the weirdness of LLM Tokenization I thought it could be amusing to translate every token to a unique emoji. This is a lot closer to truth - each token is basically its own little hieroglyph and the LLM has to learn (from scratch) what it all means based on training data statistics.
So have some empathy the next time you ask an LLM how many letters 'r' there are in the word 'strawberry', because your question looks like this:
๐ฉ๐ฟโโค๏ธโ๐โ๐จ๐ป๐ง๐ผ๐คพ๐ปโโ๏ธ๐โโ๏ธ๐งโ๐ฆผโโก๏ธ๐ง๐พโ๐ฆผโโก๏ธ๐ค๐ปโ๐ฟ๐ด๐ง๐ฝโโ๏ธ๐๐โโ๏ธ๐งโ๐ฆฝ๐งโโ๐๐
Play with it here :)
https://t.co/pFQGZIAW1k
There's irony in the fact that I'm most passionate about things like WebAssembly, custom programming languages, RxJS, etc. and yet I'll be the first to tell you you *probably* shouldn't be using them when you ask.