- Oct 2024
-
-
To understand how SAIDs work
Little confused... this is telling me about how "SAIDs" work... I thought I already learned that... the #1 below seems very CESR related... are SAIDs and CESR tightly coupled? or are they independent concepts? Making an ID with an eye toward how it will be serialized seems... unnecessarily coupled.
-
- Dec 2022
-
www.sciencedirect.com www.sciencedirect.com
-
The concept of a knowledge vacuum refers to an organizational condition in which the pushing force of innovation and the pulling force of organizational inertia both at the structural and behavioral levels such as political pressure, pro-innovation bias, and employee frustration, interact to create a negative spiral that hampers organizational and policy learning.
coupling and decoupling or learning dynamic of innovation
-
- Oct 2022
-
stackoverflow.com stackoverflow.com
-
that's right, we don't want to do params = { ... } because then we're hardcoding the implementation and it becomes very coupled. The benefit of doing it like in my examples is that you can change the method signature and still automatically capture all keyword parameters.
-
- Jul 2022
-
bafybeicyqgzvzf7g3zprvxebvbh6b4zpti5i2m2flbh4eavtpugiffo5re.ipfs.dweb.link bafybeicyqgzvzf7g3zprvxebvbh6b4zpti5i2m2flbh4eavtpugiffo5re.ipfs.dweb.link
-
From my own perspective, the conclusion is important that human structural development issubject to a categorical double bond: On the one hand, a person’s lifeworld is his or her ownsubjective construction. On the other hand, this construction is not arbitrary. In spite of allsubjectivity – because of the human’s structural coupling to its environment, this constructionis influenced and limited by the framework of this very environment (Kraus, 2013, p. 65ff.).
!- in other words : lifeworld and life conditions, constructed and discoverable reality * We construct our lifeworld with our umwelt * https://hyp.is/go?url=http%3A%2F%2Fdocdrop.org%2Fvideo%2FG_0jJfliUvQ%2F&group=world * Each human senses the environment in a way unique to our species * Our personal evolution as an individual also causes us to treat unique aspects of the environment with higher salience than other aspects, forming our unique salience landscape * Yet, structural coupling constrains us to the laws of behavior of the environment * Hence, there is always a constructed part of our experience of reality and a non-constructed, discoverable part consisting of repeatable patterns of nature, culturally consolidated in human laws of nature
-
- Feb 2021
-
railscasts.com railscasts.com
-
We could quite easily create a model class that isn’t based on ActiveRecord and have it work as Rails is quite decoupled from ActiveRecord, but there are advantages to keeping our model class inheriting from ActiveRecord.
-
-
en.wikipedia.org en.wikipedia.org
-
With the introduction of CPUs which ran faster than the original 4.77 MHz Intel 8088 used in the IBM Personal Computer, programs which relied on the CPU's frequency for timing were executing faster than intended. Games in particular were often rendered unplayable. To provide some compatibility, the "turbo" button was added. Engaging turbo mode slows the system down to a state compatible with original 8086/8088 chips.
-
-
softwareengineering.stackexchange.com softwareengineering.stackexchange.com
-
The problem with this is that it creates a strong coupling between your code and the implementation, exactly what the interface was supposed to prevent.
-
- Jan 2021
-
www.zdnet.com www.zdnet.com
-
Systemd flies in the face of the Unix philosophy: 'do one thing and do it well,' representing a complex collection of dozens of tightly coupled binaries
-
- Sep 2020
-
github.com github.com
-
Svelte started with no decoupling anywhere, with everything available at compile-time. Then <:Component> introduced separation at the component level -- but they're still coupled at properties. The spread feature would fill that gap. I see it as an intentional separation as opposed to an accidental shot at static analysis.
-
- May 2020
-
about.gitlab.com about.gitlab.com
-
Internal platform groups (those focused on a non-user facing part of our product, like a set of internal APIs) tend to create heavy coordination costs on other groups which depend on platform improvements to deliver valuable features to users. In order to stay efficient, it is important to ensure each group is non-blocking and is able to deliver value to users directly. This is why we avoid internal platform groups.
-
-
gitlab.com gitlab.com
-
shouldn't a MR be treated as an unit of work, independent from master?
-
-
github.com github.com
-
Traditional CMSes are "coupled", which means that the CMS also takes care of the presentation layer responsible for delivering the content to the clients. The content and the presentation are closely interlinked. Typically, content managers create and manage their content through tools like WYSIWYG editors. The CMS then delivers the content according to the front-end delivery layer built into the CMS. Typically, a traditional CMS supports your websites but not much else.
-
-
jamstack.org jamstack.org
-
Loose coupling and separation of controls allow for more targeted development and debugging
Tags
Annotators
URL
-
-
en.wikipedia.org en.wikipedia.org
-
Most traditional (monolithic) CMS systems are “coupled”, meaning that the content management application (CMA) and the content delivery application (CDA) come together in a single application, making back-end user tools, content editing and taxonomy, website design, and templates inseparable. Coupled systems are useful for blogs and basic websites as everything can be managed in one place. But this means that the CMS code is tightly connected to any custom code and templates, which means developers have to spend more time on installations, customizations, upgrades, hotfixes, etc. and they cannot easily move their code to another CMS.
-
- Apr 2020
-
-
Remove upper bound in our dependencies Doing this we are only asking people to fork our gem or open issues when they want to use a new version of the dependency and we still didn't tested with it.
-
- Nov 2019
- Aug 2019
-
pubs.acs.org pubs.acs.org
- Feb 2019
-
en.wikipedia.org en.wikipedia.org
-
for example, comments and identifiers
Some better illustrated examples can be found in UBCx: SoftConst2x - Software Construction: Object Oriented Design's course lecture on Coupling.
-