I haven't done an existing project yet, but based on some experiments it seems like I'd mostly be deleting configuration files and making an import map. A simple SPA is crazy easy in deno:…
How are you using Deno with minified code? Do you mean importing a minified script like https://cdn.jsdelivr.net/npm/react/cjs/react.production.min.... ?
Deno can handle plain JavaScript just fine. In what way is targeting TypeScript harmful? How do you differentiate between a project that can benefit from type safety and one that cannot? Why should Deno's documentation…
If you are concerned about security in one of your imported dependencies (or in user code) you can run that code in a sandboxed worker (See: https://deno.land/manual@v1.18.0/runtime/workers#specifying-...). Beyond this…
Considering that Ryan Dahl started both Node.js (where imports do not include file extensions) and Deno (where he added them back after deciding it was a bad decision to leave them off) I'm not sure how you've come to…
5. David Zweig makes the argument that some schools are open for six weeks instead of the three. The article has some ambiguity here due to the writing style. Zweig states, "After reviewing school calendars and speaking…
Was the study bogus? Reading the article (https://www.theatlantic.com/science/archive/2021/12/mask-gui...) from the Atlantic that this article is truncating as well as the original study…
I just read about typestates in Rust on Cliff Biffle's blog here: http://cliffle.com/blog/rust-typestate/#variation-state-type... He covers a few additional parts of the typestate pattern, such as isolating data in…
Not that I disagree, but I feel like you are overselling the simplicity of [building a shed](https://en.wiktionary.org/wiki/bikeshedding).
It seems that maybe you didn't read the entire essay as the actual argument it makes is that the dominating theory (which you fabricated and then quoted as if it were from the essay) is incorrect. In my reading, the…
I haven't done an existing project yet, but based on some experiments it seems like I'd mostly be deleting configuration files and making an import map. A simple SPA is crazy easy in deno:…
How are you using Deno with minified code? Do you mean importing a minified script like https://cdn.jsdelivr.net/npm/react/cjs/react.production.min.... ?
Deno can handle plain JavaScript just fine. In what way is targeting TypeScript harmful? How do you differentiate between a project that can benefit from type safety and one that cannot? Why should Deno's documentation…
If you are concerned about security in one of your imported dependencies (or in user code) you can run that code in a sandboxed worker (See: https://deno.land/manual@v1.18.0/runtime/workers#specifying-...). Beyond this…
Considering that Ryan Dahl started both Node.js (where imports do not include file extensions) and Deno (where he added them back after deciding it was a bad decision to leave them off) I'm not sure how you've come to…
5. David Zweig makes the argument that some schools are open for six weeks instead of the three. The article has some ambiguity here due to the writing style. Zweig states, "After reviewing school calendars and speaking…
Was the study bogus? Reading the article (https://www.theatlantic.com/science/archive/2021/12/mask-gui...) from the Atlantic that this article is truncating as well as the original study…
I just read about typestates in Rust on Cliff Biffle's blog here: http://cliffle.com/blog/rust-typestate/#variation-state-type... He covers a few additional parts of the typestate pattern, such as isolating data in…
Not that I disagree, but I feel like you are overselling the simplicity of [building a shed](https://en.wiktionary.org/wiki/bikeshedding).
It seems that maybe you didn't read the entire essay as the actual argument it makes is that the dominating theory (which you fabricated and then quoted as if it were from the essay) is incorrect. In my reading, the…