9 Matching Annotations
- Jul 2024
-
substack.com substack.com
-
5. Ovsiankina Effect (aka Hemingway Effect)We have an intrinsic need to finish what we’ve started. Exploit this by taking your breaks mid-task; the incompleteness will gnaw at you, increasing your motivation to return to work. (When writing, I end each day mid-sentence because it
Tags
Annotators
URL
-
- Apr 2024
-
arxiv.org arxiv.org
-
Complete
Any compute in a TS can be performed in an implementing TS TS'.
I.e., any compute in TS maps to compute in TS'.
I.e., any TS compute is translatable to TS'
Tags
Annotators
URL
-
- Sep 2023
-
github.com github.com
-
Dnsruby presents an enhanced API for DNS. It is based on Ruby's core resolv.rb Resolv API, but has been much extended to provide a complete DNS implementation.
Tags
Annotators
URL
-
- Sep 2021
-
github.com github.com
-
I think, if <svelte:body> is for adding events, it should apply actions too.
-
- Aug 2021
-
github.com github.com
-
The above works great. However, the problem comes when I want to use literal types for my legal values. In my code, I want to do that so I can make sure I define a "handler" for every legal value: const legalValues = <const>["a", "b", "c"]; // later on... // Because legalValues entries are literal types, // I get a compiler error if I forget to define any behaviors const behaviors: { [K in typeof legalValues[number]]: any } = { a: something, b: somethingElse, c: anotherThing };
-
- Oct 2020
-
stackoverflow.com stackoverflow.com
-
Omitted details change everything here. There won't be circular dependency because unused import is skipped. Consider providing stackoverflow.com/help/mcve .
-
-
stackoverflow.com stackoverflow.com
-
Make sure all information necessary to reproduce the problem is included
-
- Jul 2020
-
www.ruby-lang.org www.ruby-lang.org
-
Enumerator::Lazy#eager is added. It generates a non-lazy enumerator from a lazy enumerator.
-
- Jun 2017
-
www.oreilly.com www.oreilly.com
-
with notions of completeness being a convenient optimization rather than a semantic necessity.
completeness cannot be assumed.
-