State charts / FSM's work wonders in these situations.
For these situations I often use IFFEs with if-statements and early returns inside.
What's the pros/cons vs Promise.all([...])?
There's Clojure too.
> Please stop spreading this misnomer. That's a fairly… direct way of putting it :-) Anyway: 1. What are the key differences in terms of usage and use cases? 2. Why isn't Deno a 'wholesale' replacement for Node? 3. In…
"Money earned"
One of your best bets might be the vintage keyboard community: - https://www.modelfkeyboards.com/ - https://deskthority.net/ - https://geekhack.org/
There’s no need to in my situation. 99% of the files are dependencies installed through Composer (PHP) while building the Dockerfile. The few directories I need to work on directly are bind mounts and don’t have much…
> On a Mac, there is a major performance hit whenever you do disk IO in a bind mount (i.e. voluming a directory of the host system into the container). Working without bind mounts is extremely limiting. [..] If you’re…
> - for in loop - for of loop It's 2020 and you still use loops? ;-) source: https://github.com/buildo/eslint-plugin-no-loops
Agreed. I find myself using a pretty small subset of the language which definitely doesn't include the class keyword. Doubt I'll ever find it useful.
Often times operations are order-independent. Specifying those as sequential `await`-s does not make a lot of sense in those situations. I guess less fine grained control is desirable under such circumstances :-)…
Well, it's complicated :-) https://stackoverflow.com/questions/36419713/are-es6-classes...
> Well, how interesting that Apple's software is going to be bypassing Little Snitch, making it harder to discover and fix this sort of issue. Source?
https://every-layout.dev/ is downright amazing for learning how to write robust layouts
Recursion never really clicked and felt intimidating until I read "How to Design Programs": https://htdp.org/2020-8-1/Book/part_two.html By far the greatest educational piece I've come across on this subject matter.
Related video on this subject: https://www.youtube.com/watch?v=IcgmSRJHu_8
> I usually modify HTML forms so that they won’t work and fix them with javascript. This gives me almost zero spam. Interesting. One would assume that most spammers use automated browsers with JavaScript enabled.
> If a static site generator put my images in the wrong place and required a gigantic JSON file to be loaded by the client for no reason I would not think twice to get rid of it. Incorrect DOM-output is likely caused by…
Maybe he's referring to closures.
For sure! Whipped up a quick pen: https://codepen.io/willem-aart/pen/oNxwRXY?editors=1100 This is impossible to achieve with CSS Grid. One might alternatively approach this 'cluster layout' using inline-block elements.…
Grid is not a superset of Flexbox. The former always controls the layout in two dimensions (rows & columns). The latter controls one axis and calculates the layout of elements per flex line. Some layouts are impossible…
Very impressive! Nice job. Love XState.
How does this differ from WPGraphQL? (https://www.wpgraphql.com/)
White.
State charts / FSM's work wonders in these situations.
For these situations I often use IFFEs with if-statements and early returns inside.
What's the pros/cons vs Promise.all([...])?
There's Clojure too.
> Please stop spreading this misnomer. That's a fairly… direct way of putting it :-) Anyway: 1. What are the key differences in terms of usage and use cases? 2. Why isn't Deno a 'wholesale' replacement for Node? 3. In…
"Money earned"
One of your best bets might be the vintage keyboard community: - https://www.modelfkeyboards.com/ - https://deskthority.net/ - https://geekhack.org/
There’s no need to in my situation. 99% of the files are dependencies installed through Composer (PHP) while building the Dockerfile. The few directories I need to work on directly are bind mounts and don’t have much…
> On a Mac, there is a major performance hit whenever you do disk IO in a bind mount (i.e. voluming a directory of the host system into the container). Working without bind mounts is extremely limiting. [..] If you’re…
> - for in loop - for of loop It's 2020 and you still use loops? ;-) source: https://github.com/buildo/eslint-plugin-no-loops
Agreed. I find myself using a pretty small subset of the language which definitely doesn't include the class keyword. Doubt I'll ever find it useful.
Often times operations are order-independent. Specifying those as sequential `await`-s does not make a lot of sense in those situations. I guess less fine grained control is desirable under such circumstances :-)…
Well, it's complicated :-) https://stackoverflow.com/questions/36419713/are-es6-classes...
> Well, how interesting that Apple's software is going to be bypassing Little Snitch, making it harder to discover and fix this sort of issue. Source?
https://every-layout.dev/ is downright amazing for learning how to write robust layouts
Recursion never really clicked and felt intimidating until I read "How to Design Programs": https://htdp.org/2020-8-1/Book/part_two.html By far the greatest educational piece I've come across on this subject matter.
Related video on this subject: https://www.youtube.com/watch?v=IcgmSRJHu_8
> I usually modify HTML forms so that they won’t work and fix them with javascript. This gives me almost zero spam. Interesting. One would assume that most spammers use automated browsers with JavaScript enabled.
> If a static site generator put my images in the wrong place and required a gigantic JSON file to be loaded by the client for no reason I would not think twice to get rid of it. Incorrect DOM-output is likely caused by…
Maybe he's referring to closures.
For sure! Whipped up a quick pen: https://codepen.io/willem-aart/pen/oNxwRXY?editors=1100 This is impossible to achieve with CSS Grid. One might alternatively approach this 'cluster layout' using inline-block elements.…
Grid is not a superset of Flexbox. The former always controls the layout in two dimensions (rows & columns). The latter controls one axis and calculates the layout of elements per flex line. Some layouts are impossible…
Very impressive! Nice job. Love XState.
How does this differ from WPGraphQL? (https://www.wpgraphql.com/)
White.