7 Matching Annotations
- Apr 2024
-
Local file Local file
-
we are not giving ourselves a deal of trouble merely forthe pleasure thereof
😂
-
- Jun 2022
-
Local file Local file
-
There is one more layer we can add, though
This four layer processing thing is painful and I suspect few are going to spend this much time on so many potential ideas.
Ahren's framing of fleeting notes and permanent notes is quicker and easier.
Also missing is any sort of inherent link to any other ideas or even to a broader index to make it somewhat easier to find/use. Simply filing it into a folder, even an "important" one seems fairly useless and make-work.
-
- Nov 2020
-
stackoverflow.com stackoverflow.com
-
If you want a reference to the global object that works in any context, you can read this from a directly-called function. const global = (function() {return this})();. This evaluates to window in the browser, self in a service worker and global in nodejs.
-
- Oct 2020
-
-
I'm okay with an overall design that allows people to plugin the parts they need in order to be able to generically support a compile-to-javascript language, but to bake in support for one singular solution because its popular is simply bad engineering.
-
This is the problem with baking in support for frameworks with special cases in the codebase. You can never support all the frameworks. :-(
-
- Sep 2020
-
-
There are work arounds, but nothing clean. I just feel like this should be functionality that should be part of the slot feature.
-
- Jun 2020
-
medium.com medium.com
-
According to our understanding of the inconsistencies, the feature was likely trying to support too many edge cases. All caching strategies have weaknesses and eventually break down if the usage is not properly scoped.
-