4 Matching Annotations
- Jun 2023
-
www.youtube.com www.youtube.com
-
When it comes to thinking, the Zettelkasten solves an important issue which is the problem of scope, which is impossible at the current moment in mindmapping software such as Concepts.
Mainly, Zettelkasten allows you gain a birds-eye holistic view of a topic, branch, or line of thought, while allowing you to at the same time also gain a microscopic view of an "atomic" idea within that thought-stream, therefore creating virtually infinite zoom-in and zoom-out capability. This is very, very, beneficial to the process of deep thinking and intellectual work.
-
- May 2021
-
hashnode.com hashnode.com
-
But more so, external style cannot be applied to a subsection of a web page unless they force it into an iframe, which has all sorts of issues of it's own which is why external CSS is usually ignored. Inline CSS is often stripped by the tag strippers who don't want you turning things on or off... and media queries shouldn't even play into it since the layout should be controlled by the page it's being shown inside (for webmail) or the client itself, NOT your mail.
-
- Oct 2020
-
www.basefactor.com www.basefactor.com
-
If you want to implement a form with a superb User Experience, you have to take care of many variables:
Tags
- too hard/difficult/much work to expect end-developers to write from scratch (need library to do it for them)
- can't keep entire system in your mind at once (software development) (scope too large)
- a lot of things to consider
- form design
- easy to get wrong
- user experience
- difficult/hard problem
Annotators
URL
-
-
-
One of the primary tasks of engineers is to minimize complexity. JSX changes such a fundamental part (syntax and semantics of the language) that the complexity bubbles up to everything it touches. Pretty much every pipeline tool I've had to work with has become far more complex than necessary because of JSX. It affects AST parsers, it affects linters, it affects code coverage, it affects build systems. That tons and tons of additional code that I now need to wade through and mentally parse and ignore whenever I need to debug or want to contribute to a library that adds JSX support.
Tags
- mentally filter/ignore
- unintended consequence
- implementation complexity
- primary task/job/responsibility
- complexity
- infectious problem
- can't keep entire system in your mind at once (software development) (scope too large)
- fundamental
- for-reaching consequences
- high-cost changes
- syntax
- semantics (of programming language)
- engineers
- mental bandwidth
- too complicated
- engineering (general)
- avoid complexity
- the cost of changing something
Annotators
URL
-