@matt_gray_ If you read 100 books you won't be able to finish the 101st one in a day. But eventually, you'll just fall on a right book that will change your life. Same with everything else.
@matt_gray_ Misleading. What share of your daily improvements is actually measured in percentage of what you have done so far? Unless you're just talking about money in the bank.
Consistency wins but for a different reason: you just eventually get lucky...
@tantaman I've ditched promises long time ago in favor of generators. Wrote a tiny generator runner https://t.co/R8KbBHMmjj that allows me to keep the async/await logic (spelled function*/yield in the iterator world), but sync tasks are still executed sync. And async tasks can be cancelled
@levelsio This is gold!
It somehow helps to know you're talking to a robot.
I always tended to discount human therapists for inevitable inherent cognitive biases
@cjihrig I love the Node test runner. Migrated away from Ava for my projects, and wrote a couple of tiny tools to go with it:
https://t.co/YVELFq3pb6 : a tiny TAP formatter
https://t.co/atMMrn8jx0
*Working* snapshot testing
Enjoy 😊
@izs@RobbieSpeed You could maintain a map {hash(set) -> actual_set_object} if you want to recover the exact same set object may be?
Sorry, hard to suggest meaningful solutions without the full context.
I assumed you wanted to establish the set's identity given its elements.
@trueadm Check out https://t.co/Il5mcc7RLJ. Using generators instead of promises allows for a LOT more flexibility, including cancellation, sync resolution, and better testing.
The API is strictly the same as async/await
@marknadal Math any time of the day and night.
Webgl, encryption - sure!
I have a broad engineering background to tackle any tech task, and I learn stuff quickly when motivated.
And I need that bloody motivation now!
Pls DM me what you and the future need
@trueadm What we built at https://t.co/jJTYaNOhFa is quite close to what you want. Basically Ellx is a reactive extension to JS. It JIT-transpiles a sort of DSL which looks exactly like JS (without Svelte $) into a *fast* JS. Can use the core independently: https://t.co/ZadkxU39D1