In addition to including user content, Journelly entries typically bundle a few extra details like timestamp, location, and weather information, which...| xenodium.com
In April I attended #BlinkOn, the conference for web platform contributors in the Chromium open source project. At the conference I gave a presentation about “CSS Parser Extensions”, a wild idea I have to fix CSS polyfilling once and for all. If you didn’t know, polyfilling CSS features is extremely hard, mainly because the CSS Parser discards what it does not understand. So what if, instead of having authors write their own parser and cascade to polyfill a CSS feature, they could teach...| Bram.us
At last, here’s the final installment of the JIT calculator saga! In previous blog posts, I presented the JIT calculator challenge and followed up with my own solution. Today we’ll get to look back on the submissions sent by some readers who were nerd-sniped into cracking the puzzle. As you can imagine, people are creative and came up with things I didn’t expect, like using Cranelift to generate code… That was a pleasant surprise!| Adolfo Ochagavía
It’s time to present the solution to the JIT calculator challenge! If you missed it, here’s the original post in which I introduced it. It was a nice excuse to finally learn more about JIT compilation! I wasn’t alone in this, many people were nerd-sniped into implementing their own solutions and sent me their submissions. Thanks for participating! I’ll discuss them in a third blog post, to keep this one from becoming too long.| Adolfo Ochagavía
Most coders want AI to write code faster: I want AI to write FASTER CODE.| minimaxir.com
Packing ternary numbers with efficient SIMD-friendly unpacking on binary computers| compilade.net
Ever feel like your phone controls you? Can we design a smartphone that minimized how much you used it?| NullDeref
1. Dialogue 2. Synopsis 3. Highly theoretical justifications for having fun 4. Appendix: What is this "fun" you speak of? What's a cir...| tsvibt.blogspot.com
A discussion of AWKGo, a simple compiler that translates a useful subset of the AWK text processing language into Go source code.| benhoyt.com