395 Matching Annotations
  1. Last 7 days
    1. The fundamental architecture remains: Ollama inserts itself as a middleman between you and your models, and that middleman is slower, less capable, and less compatible than the tools it sits on top of.

      这句话精辟地指出了Ollama的核心架构问题——它将自己定位为用户与模型之间的中间层,但这个中间层实际上增加了复杂性、降低了性能和兼容性,违背了'简化'的初衷,这种设计哲学值得深思。

    1. JavaScript is not available. We've detected that JavaScript is disabled in this browser.

      这个看似简单的错误信息揭示了现代网络平台对JavaScript的绝对依赖,反映了Web架构的根本性转变。从静态HTML到动态JavaScript的依赖,不仅是技术选择,更是一种商业模式——通过JavaScript控制用户体验和数据收集。

    1. 未来的 CNC 也许不是一团越来越大的连续表征,而会更像一套可路由、可组合、局部更容易检查的机器底座。

      这一观点挑战了当前AI模型向更大规模发展的主流趋势。作者提出神经计算机可能更接近离散、稀疏、局部可验证的结构,这暗示了AI发展可能存在与当前大模型路线完全不同的方向,具有颠覆性意义。

    1. we rebuilt our pretraining stack with improvements to model architecture, optimization, and data curation.

      这一声明揭示了Meta可能采用了全新的预训练方法,结合架构、优化和数据筛选的全面革新,这可能解释了他们如何实现如此显著的效率提升,值得深入探究这些改进的具体技术细节。

    1. Gemini Robotics-ER 1.6 can use points as intermediate steps to reason about more complex tasks. For example, it can use points to count items in an image, or to identify salient points on an image to help the model perform mathematical operations to improve its metric estimations.

      这一描述揭示了AI如何通过简单的交互元素(点)构建复杂的推理能力。这种将基础交互能力作为构建块的方法,展示了AI系统在认知架构上的创新。这种渐进式推理能力可能成为未来AI解决复杂任务的关键,同时也提出了关于AI认知过程透明度的重要问题:我们如何理解和验证这种多步骤推理的可靠性?

    1. The core philosophy of MCP is simple: it's an API abstraction. The LLM doesn't need to understand the _how_; it just needs to know the _what_.

      这是一个深刻的架构洞见,揭示了MCP与Skills的根本区别。MCP通过抽象API实现了关注点分离,使LLM只需关注'做什么'而非'怎么做',这种设计大大简化了AI与服务的交互复杂度,代表了更优雅的工程思维。

    1. Routines execute on Anthropic-managed cloud infrastructure, so they keep working when your laptop is closed.

      这是一个关键的架构洞察,表明Routines不依赖于用户的本地设备,而是运行在云端。这解决了传统自动化工具的一个主要痛点:持续运行能力。这种设计使得AI辅助的自动化能够真正实现'离开电脑也能工作'的愿景。

    1. We introduce GateSWA, an efficient hybrid attention variant that replaces learnable sink mechanisms in hybrid SWA models with an element-wise gate.

      GateSWA的设计代表了一个令人惊讶的见解:通过简单的元素级门控机制,可以消除滑动窗口注意力中的注意力汇点问题,而不需要引入额外的可学习汇点标记。这种设计不仅简化了模型架构,还提高了长上下文建模的稳定性和效率,为高效注意力机制的设计提供了新思路。

    1. Memory is now an extensible plugin system. Swap in any backend, or build your own.

      令人惊讶的是:Hermes Agent 将记忆系统转变为可扩展插件架构,这打破了传统AI系统中记忆功能通常被硬编码的限制。用户现在可以自由替换或自定义记忆后端,这种开放性在AI代理开发中相当罕见,为个性化定制提供了前所未有的灵活性。

    1. 原生多模态能力的引入并未削弱其编程逻辑,编程能力仍属于国内第一梯队。

      令人惊讶的是,GLM-5V-Turbo在增强视觉能力的同时,保持了其文本编程能力不退步。这打破了'增加模态会削弱核心能力'的常见认知,证明了多模态模型可以同时保持多种高水平的认知能力,这是AI架构设计上的重大突破。

    1. Verification successful. Waiting for www.producthunt.com to respond

      令人惊讶的是:即使通过了安全验证,用户仍需等待网站响应,这揭示了现代Web架构中安全检查与内容交付分离的设计模式,以及用户体验与安全防护之间的微妙平衡。

    1. Meta also explicitly highlighted parallel multi-agent inference as a way to improve performance at similar latency

      令人惊讶的是,Meta明确强调了并行多代理推理作为在相似延迟下提高性能的方法。这表明AI系统正在从单一模型向多代理系统演进,可能是解决复杂问题的新范式,同时也暗示了未来AI系统架构的重大转变。

    2. Gemma4-31B worked in an iterative-correction loop (with a long-term memory bank) for 2 hours to solve a problem that baseline GPT-5.4-Pro couldn't

      令人惊讶的是,较小的Gemma4-31B模型通过迭代修正循环和长期记忆库工作了2小时,解决了GPT-5.4-Pro无法解决的问题。这表明模型架构创新和推理能力可能比单纯的规模扩展更重要,为AI发展提供了新的方向。

    1. We replace persistent autograd graphs with stateless layer templates, binding weights dynamically as they stream in, eliminating persistent graph metadata while providing flexibility in scheduling.

      令人惊讶的是:研究团队摒弃了传统的持久化自动微分图,采用无状态层模板和动态权重绑定的创新方法,这不仅消除了图元数据开销,还提供了调度灵活性。这种架构层面的创新可能是实现单GPU训练百亿参数模型的关键突破。

    2. Unlike traditional GPU-centric systems, MegaTrain stores parameters and optimizer states in host memory (CPU memory) and treats GPUs as transient compute engines.

      令人惊讶的是:这项研究彻底颠覆了传统GPU训练范式,将百亿参数模型的训练重心从GPU转移到CPU内存,这打破了人们对GPU作为AI训练核心的固有认知。这种'GPU仅作为计算引擎'的理念可能重新定义大模型训练的基础架构。

  2. Apr 2026
    1. Robert Martin in Clean Architecture talks about code as having two properties: value (it works, it's fast, etc.) and structure (how code is organised).

      【启发】把 Robert Martin 的「价值 vs 结构」二元框架带入 AI Agent 时代,是一个极聪明的理论嫁接。AI 天然只关心「价值」(能跑通、能完成任务),却倾向于忽略「结构」(代码是否整洁、是否可维护)。这意味着在 AI 驱动的开发工作流中,「守护结构」必须成为人类工程师的核心职责——这是 AI 无法自发完成的工作,也因此成了人类不可替代的价值所在。

    1. The trick is to think about the _information_ first and the input method second.

      这是一个极具启发性的架构思维。开发者常陷入“怎么让用户输入”的交互细节中,却忽略了核心是“系统需要什么数据”。先定义数据契约,再适配输入方式(交互式、参数、配置文件),能瞬间解耦业务逻辑与交互层,大幅提升工具的可组合性。

    1. Develop applications with strong audio and visual understanding, for rich multimodal support.

      令人意外的架构决策:音频输入能力是 E2B/E4B 专属的,反而是更大的 26B 和 31B 模型不支持音频。这意味着 Google 刻意把语音能力部署在边缘端——暗示他们对端侧语音助手场景的押注,而非将音频作为云端大模型的特权能力。小模型反而是音频 AI 的「第一公民」。

    1. the LLM can effectively track functional emotional states of entities in its context window, including the Assistant, by attending to these representations across token positions, a capability of transformer architectures not shared by biological recurrent neural networks

      Transformer 的注意力机制赋予了 LLM 一种人类大脑没有的能力:通过「回溯注意」缓存过去所有位置的情绪向量,实现跨时间的情绪追踪。这是 Transformer 架构与人类循环神经网络的根本差异——Claude 追踪情绪的方式,比人类大脑更像「翻阅历史记录」。

    1. our DFC is architecturally designed with three distinct sections: A shared dictionary, A "French-only" section, An "English-only" section

      Dedicated Feature Crosscoder(DFC)的三段式架构设计是这项研究的核心技术突破:通过分别建立「共享词典」和两个「专属词典」,强制让模型差异特征有独立的表示空间,而非被混入共享特征中。令人惊讶的是,如此影响深远的安全工具,其设计思路竟然与字典编纂学高度同构。

    1. This unified design naturally extends beyond static images to video, voice agents, and fully interactive world simulators.

      令人惊讶的是:UNI-1的统一设计能够自然地扩展到视频、语音代理和完全交互式世界模拟器,这表明该模型架构具有极强的可扩展性,可能成为未来多模态AI系统的基础框架。

    1. SOTA models of different architectures and parameter scales exhibit highly consistent failure patterns on the same set of hard samples, suggesting that the performance bottleneck stems from shared deficiencies in training data rather than architecture itself.

      大多数人认为不同架构的模型会有不同的失败模式和弱点,但作者发现无论架构和参数规模如何,SOTA模型在相同困难样本上表现出高度一致的失败模式,这表明性能瓶颈源于训练数据的共同缺陷,而非架构差异,这一发现挑战了模型多样化的传统观点。

    1. they fuse streaming data construction with a unified model so the memory supports both real-time q&a and long-horizon interaction, which is nontrivial under strict latency constraints

      大多数系统设计者可能认为实时问答和长时程交互需要不同的处理架构,但作者通过融合流式数据构建和统一模型,使内存同时支持这两种功能。这一设计挑战了实时系统处理复杂性的常规认知,表明在严格的延迟约束下实现多功能整合是可行的,这为实时AI助手的设计提供了新思路。

    1. Rather than treating a complex document as a single monolithic task, Deep Extract deploys sub-agents to break it down and conquer each piece, which is what allows it to remain accurate even on documents with thousands of rows across hundreds of pages.

      大多数人可能认为处理复杂文档的最佳方式是将其作为一个整体来处理,保持上下文完整性。但作者提出将复杂文档分解为多个子任务并由子代理分别处理的方法更有效,这一方法挑战了文档处理中'整体优于部分'的传统认知,暗示分解策略可能更适合处理超长文档。

    1. we have kept the memory modules separate for each pipeline — precisely so that memory can be better isolated and iteratively improved during early development.

      大多数人可能认为统一架构应该共享内存模块以提高效率,但作者选择为每个管道保持独立的内存模块,这挑战了系统设计的常规优化思路。这种分离方法虽然可能牺牲一些效率,但为早期开发提供了更大的灵活性和迭代空间。

    1. Reconstructing raw inputs forces models to model irrelevant low-level detail. Predicting in a learned embedding space allows the model to focus on semantically meaningful, causally relevant features.

      大多数人认为AI模型需要重建完整的输入数据才能理解世界,但作者认为这种方法迫使模型关注无关的低级细节。相反,在嵌入空间中进行预测可以让模型专注于语义上有意义、因果相关的特征,这是一个反直觉的见解。

    1. these two challenges are fundamentally distinct: the former relies on fuzzy semantic planning, while the latter demands strict logical constraints

      主流AI研究通常将语义规划和逻辑验证视为可以统一处理的问题,但作者明确指出它们是根本不同的挑战。这一观点与当前大多数LLM代理方法相悖,暗示了单一神经网络架构的局限性。

    1. role-differentiated proposer/executor/checker/adversary systems may reduce correlated error under asymmetric information and verification burden.

      大多数AI系统设计倾向于使用单一或少数几个组件来完成所有任务。但作者提出角色分化的提议者/执行者/检查者/对抗者系统可能减少在信息不对称和验证负担下的相关错误。这一观点挑战了当前AI系统设计的单一或少数组件架构,暗示多角色专业化可能更有效。

    1. Sandboxes made for running tens of thousands of agents

      大多数人认为在单个系统中运行数万个AI代理是不现实的,会导致资源竞争和性能下降。Freestyle明确将此作为设计目标,暗示他们的架构可能重新定义了AI代理的规模边界,挑战了关于AI系统可扩展性的主流认知。

  3. Mar 2026
    1. The unofficial API authenticates using your actual Sunsama email and password. So my serverless function needs to store my real credentials.

      Does it? It's not obvious from the problem and proposed approach described here that the homespun service doing the LLM work (or, rather, coordinating it) and the client submitting stuff to the third-party service need to be the same.

      The client really only needs to authenticate with the service and ferry data into the account. The data can be prepped elsewhere. The only real constraint is that it comes from a trusted source.

  4. Jan 2026
    1. The tablet wasfound by archaeologists in the foundations of the temple of Inannain Lagash, called the Ibgal. This extensive complex was oval inshape, as were many Early Dynastic temples in other cities, with alarge courtyard and a platform on which Inanna’s temple wasconstructed.

      What is the general history of oval-shaped architecture? Is there an explicit link between the Oval shape of the complex at Ibgal, the temple (or house) of Inanna in Lagash and the oval office at the White House?

      Keep in mind that modern knowledge of large portions of the Ancient Near East only surfaced after the 1800s, so the tradition would have required intermediaries from the ANE into other cultures to be passed down to the building of the White House in 1792.

    1. Some good pointers to [[Brian Eno c]] work and thinking, to follow up.

      Also good anecdote from one of those links on Rem Koolhaas notion of n:: premature sheen Making things look nice early takes away from thinking about other points of quality. Jeremy applies it to AI too, the premature sheen generate awe, but not quality output.

    1. for - Yann Lecun - paper - Yann Lecun - AI - LLMs are dead - language is optional for reasoning - to paper - VL-JEPA: Joint Embedding Predictive Architecture for Vision-language - https://hyp.is/eSxi8OxGEfCF7QMFiWL9Fg/arxiv.org/abs/2512.10942

      Comment - That language and reasoning are separate is obvious. - If we look at the diversity of life and its ability to operationalize goal seeking behavior, that already tells you that - Michael Levin's research on goal-seeking behavior of organisms and the framework of multi-scale competency architecture validates Lecun's insight - Orders of magnitude fewer efficiency of Lecun's team's prototype compared to LLM also validates this

  5. Dec 2025
  6. Oct 2025
    1. living beings are organized in hierarchical structure from cells up until ecosystem.

      for - multi-scale competency architecture - extend hierarchy of human body to society - continuation of levels - human being as cell in social superorganism - adjacency - multi-scale competency architecture - social superorganism

  7. Aug 2025
    1. It's an Olivetti Valentine. An iconic piece of design with mechanicals almost identical to the Lettera 32. Its designer, Ettore Sotsass, was apparently not fond of it ("I worked as an architect for sixty years of my life and all people know is this fucking plastic machine" - or something to that effect) and its first production run was not particularly popular.

      source for this?? interesting, if true

      https://www.reddit.com/r/typewriters/comments/1mxxqkl/dieter_rams_typewriter_model/

  8. Jul 2025
  9. Jun 2025
  10. Apr 2025
  11. Mar 2025
  12. Feb 2025
  13. Jan 2025
    1. what we want in our bodies is a mind melt of cells that cells forget about their own little ego and start identifying with a larger Collective of the organ and the way cells do that is through bioelectricity it is what Michael Levan calls a cognitive glue

      for - multi-scale competency architecture - groups of individuals coalesce into an individual at a higher level - SOURCE - Youtube - Bioelectric fields: A Paradigm Shift in Biology - Michael Levin - 2025, Jan

    1. Transdisciplinary sustainability science is increasingly applied to study transformative change. Yet, transdisciplinary research involves diverse actors who hold contrasting and sometimes conflicting perspectives and worldviews. Reflexivity is cited as a crucial capacity for navigating the resulting challenges

      for - adjacency - reflexivity - tool for transdisciplinary research - indyweb - people-centered interpersonal information architecture - mindplex - concept spaces - perspectival knowing - life situatedness - SRG transdisciplinary complexity mapping tool - SOURCE - paper - Reflexivity as a transformative capacity for sustainability science: introducing a critical systems approach - Lazurko et al. - 2025, Jan 10

      adjacency - between - reflexivity - tool for transdisciplinary research - indyweb - people-centered, interpersonal information architecture - mindplex - concept space - perspectival knowing - life situatedness - SRG transdisciplinary complexity mapping tool - adjacency relationship - This paper is interesting from the perspective of development of the Indyweb because there, - the people-centered, interpersonal information architecture intrinsically explicates perspectival knowing and life-situatedness - Indyweb can embed an affordance that is a meta function applied to an indyvidual's mindplex that - surfaces and aspectualizes the perspective and worldview salient to the research - The granular information that embeds an indyvidual's perspectives and worldviews is already there in the indyvidual's rich mindplex

  14. Dec 2024
    1. Information architecture is a task often shared by designers, developers, and content strategists. But regardless of who takes on the task, IA is a field of its own, with influences, tools, and resources that are worth investigation. In this article we’ll discuss what information architecture really is, and why it’s a valuable aspect of the user experience process.
    1. Should we optimize for searching or browsing?¶ Documentarians may have to determine whether users search or browse for content of interest. What you decide may influence how to focus your resources: SEO and search tools or navigation aids. The resolution to this may depend on your users and what they’re looking for… and also your product interface. Some users, those who frequently search online for content, may prefer to search through your documentation (for example, spending 70% of their time on search and 30% navigation). Other users may prefer to use your site’s navigation system (for example, 30% search and 70% navigation). Nonetheless, some documentarians assume that searching is the primary method that all users rely on. Some indicate that it’s important to have both methods available for the users to select what they want to do. Information architecture (IA) helps a docs team to develop content in a structured and comprehensive manner. A navigation methodology can implement the IA of the documentation system. So, if your team has developed a structure for the content, you can use it as a navigation device for your readers. As one person indicated: No documentation should be random pages of text. Readers use the structure to learn relationships between different features, use cases, or topics. Searching and browsing are complementary actions. The method used by any one person may depend on different factors and users may use both. Offer the best of both to satisfy your readers. Search-related resources Search platform tips for documentation websites (WTD Newsleter) Making documentation discoverable in search engines (WTD video) Search engine optimization (SEO) for documentation (WTD page) Information Foraging (Nielsen Norman Group) Navigation- and IA-related resources Many articles available from Nielsen Norman Group Building navigation for your doc site: 5 best practices (WTD video) Complete Beginner’s Guide to Information Architecture (UX Booth) How To Make Sense of Any Mess (book by Abby Covert)
  15. Nov 2024
    1. I don't reject the reductionist approach you need the upward causation from the individual molecular components as well as the constraints from the global property of the cells tissues organs and so on

      for - Systems perspective - integrate reductionism with global properties - Denis Noble - multi scale competency architecture - Denis Noble - adjacency - multi-scale competency architecture - Michael Levin - Denis Noble advocates for

      adjacency - between - multi-scale competency architecture - Michael Levin - Denis Noble advocates for - adjacency relationship - Michael's multi-scale competency architecture is another way to sum up what Denis is saying

    1. we have all of these huge applications that are gathering all this data uh and it's out there and theoretically is our data sort of but in reality they control it and you can't actually link the data to each other you only link to accessing the data through their application

      for - quote - silos - internet limitations - location addressed server architecture limitations - silos - cannot link data from each silo - Juan Benet - IPFS

  16. Oct 2024
  17. Sep 2024
    1. a set of policies and mechanisms that allow competent subunits to form together into some kind of a an emergent Collective that's more than the sum of its parts

      for - definition - cognitive glue - Michael Levin

      definition - cognitive glue - Michael Levin - a set of policies and mechanisms that allow competent subunits to form together into some kind of an emergent Collective that's more than the sum of its parts

      Adjacency - between - cognitive glue - multi scale competency architecture - human species - Jordan Hall - cognitive glue destresses goal seeking activities - adjacency relationship - Cognitive glue is a general concept that applies to the entire spectrum of the biosphere - Michael goes on to give examples with rats and other biological contexts like cells - This is an important question for humans at two levels: - first, at the level of the individual human - second, at the level of human groups - Jordan Hall brings the conversation to the cognitive glue at the human social level in which - anyone who has worked in a group context knows that when there is a flow, there is signaling taking place - that is at a higher group level not present at the level of the individual that destresses goal seeking activity

    2. I think it's really important for us to develop a science of that like CR like critically important

      for - answer - Micheal Levin - adjacency - hyperobject - cognitive light cone - critically important to develop a science of this

      adjacency - between - multi scale competency architecture - cognitive light cone - hyperobject - awakening / enlightenment - adjacency relationship - At every stage of the multi scale competency architecture, - the living entities at a particular stage may maintain - feedback and - feedforward signals - with any - higher or - lower level systems. - Human INTERbeCOMings and other consciousness are no different - We exist at one level but are both - composed of lower level living parts and - compose larger social superorganism - Indeed, the spiritual acts variously described as - awakening - enlightenment - can be interpreted as transcending level cognitive light cone

    3. the inside and the outside

      for - adjacency - inside / outside - complexity / simplicity - multi scale competency architecture - black box - example - human consciousness

      adjacency - between - inside / outside - black box - multi scale competency architecture - complexity / simplicity - adjacency relationship - inside / outside complexity /simplicity relationship articulates - the black box phenomenal prevalent in design and also - what Michael has been talking about with the complexity naturally found at lower levels of multi scale competency architectures - As he noted earlier, in this lab experiments, - it's practical to make use of the higher level signals in the living system - and virtually impossible to make use of trying to manage the lower level system signals - I like to think of human consciousness in the same terms - What appears to consciousness are signals like intero-ception signals of hunger that creates the thought ' I'm hungry, I want to get some food ' - whilst countless lies level signals that operate all the cells in our body are invisible

  18. Aug 2024
    1. we do feel at least most of us, most of the time feel like some kind of unified, centralized inner perspective

      for - self - as unified, centralized inner perspective - Michael Levin - adjacency - self - as unified, centralized inner perspective - multi-scale competency architecture - Buddhism - spiritual practice - self actualization - illusory body - illusory self - enlightenment

      adjacency - between - self - as unified, centralized inner perspective - multi-scale competency architecture - self actualization - Buddhist practice - illusory body - illusory self - enlightenment - awakening - adjacency relationship - Indeed, from both the mundane and the spiritual, religious perspective, the unified self as a fundamental assumption - "self-development" and "self-actualization" are terms that are only meaningful if there is a unified self - Is the Buddhist ideas of - awakening - enlightenment and \ - penetrating the illusion of self - based on a kind of experiencing of the multi-scale competency architecture itself? - What does "spiritual awakening" mean in the context of multi-scale competency architecture? - For instance, WHO is it that actually awakens? - Is it consciousness from the SAME level, a lower level or ALL levels of the multi-scale competency architecture that a multi-cellular conscious, sentient being such as a human INTERbeCOMing? - If it includes consciousness from lower levels, then it may be billions or trillions of cellular consciousnesses that are awakening to the higher order consciousness it composes!

  19. Jul 2024
    1. In 1996, technology historian Jennifer S. Light compared the talk of “cyberoptimists” about virtual communities to city planners’ earlier optimistic predictions about shopping malls. As the automobile colonized U.S. cities in the 1950s, planners promised that malls would be enclosed public spaces to replace Main Streets. But as Light pointed out, the transition to suburban malls brought new inequities of access and limited the space’s functions to those that served commercial interests.

      A comparison of urban development privatisation and internet development corporatisation

    1. for - personal health - metabolic disease - insulin resistance caused by mitochondria dysfunction - interview - Dr. Robert Lustig - health - dangers of sugar in our diet

      summary - Robert Lustig is a researcher and major proponent for educating the dangers of sugar as the root cause of the majority of preventable western disease - He explains how sugar and carbs are a major variable and root cause of a majority of these diseases - It is useful to look at these bodily dysfunctions from the perspective of Michael Levin, in which all these diseases of the body are problems with lower levels of the multi-scale competency architecture - https://jonudell.info/h/facet/?max=100&expanded=true&user=stopresetgo&exactTagSearch=true&any=michael+levin%2C+multi-scale+competency+architecture

  20. May 2024
    1. You need something that will help you show documents that will help you map to those understandings, those contexts that people bring to the information very quickly. And documents are also the way the internet works, right? You want to be able to use the sorts of affordances that the engineers understand. Rest APIs, JSON documents, cache control. Because those are things that engineers know that will let this stuff work fast. It will also let you hire people who know how the internet works and don't have to understand all the complex crazy stuff that we call children, heritage people do, they make it possible.

      Linked Data—and web architecture in general—as a hirable engineering skill

      If you can hire engineers that don't immediately need to know the intricacies of cultural heritage metadata, you can expand the pool of entry-level people you can hire and then train up on the cultural heritage details as needed.

  21. Apr 2024
    1. But stepping back even further, one can only see this imagined software as an enhancement to Latour’s larger model of interplay in his actor-network theory, a theory that does not need software or special equipment to exist. The activity in a spatial environment is not reliant on the digital environment. It may be enhanced by a code/text-based software, but a spatial software or protocol can be any platform that establishes variables for space as information
    2. On the one hand, Alexander expands the repertoire of design to include activity. But on the other, he quickly codifies and taxonomizes that activity. He mimics the object of this own critique by reforming the artificial with a “natural” corrective—instead of the tree, the semi-lattice becomes the placeholder. Despite his attempt to incorporate active form and information, Alexander only creates another immobilized form.
    3. In his 1965 article “The City is not a Tree,” he critiqued what he deemed to be the infrastructural or organizational template of many settlements and cities. A “tree,” in Alexander’s parlance, is a branching structure in which sets are either completely disconnected from one another or entirely contained within one set without overlapping sets. The branches do not grow together but emanate separately from a single trunk.
    4. We are not accustomed to the idea that non-human, inanimate objects possess agency and activity, just as we are not accustomed to the idea that they can carry information unless they are endowed with code/text-based information technologies. While accepting that a technology like mobile telephony has become the world’s largest shared platform for information exchange, we are perhaps less accustomed to the idea of space as a technology or medium of information—undeclared information that is not parsed as text or code. Indeed, the more ubiquitous code/text-based information devices become, the harder it is to see spatial technologies and networks that are independent of the digital. Few would look at a concrete highway system or an electrical grid and perceive agency in their static arrangement. Agency might only be ascribed to the moving cars or the electrical current. Spaces and urban arrangements are usually treated as collections of objects or volumes, not as actors. Yet the organization itself is active. It is doing something, and changes in the organization constitute information. Even so, the idea that information is carried in activity, or what we might call active form, must still struggle against many powerful habits of mind.
    1. “Cells may not know civilization is possible.

      for - quote - multiscale competency architecture - quote - book - Emergent Strategy - Adrienne Maree Brown

      • Cells may not know civilization is possible.
      • They don’t amass as many units as they can sign up to be the same.
      • No — they grow until
        • they split,
        • complexify.
        • Then they interact and intersect and discover their purpose
          • I am a lung cell!
          • I am a tongue cell!
        • and they serve it. And they die.
      • And what emerges from these cycles are
        • complex organisms,
        • systems,
        • movements,
        • societies.

      adjacency - between - Adrienne Maree Brown quote - Michael Levin - adjacency statement - Adrienne's quote is the subsumed under Levin's term of multi-scale competency architecture (MSCA)

  22. Mar 2024
    1. science has transformed our understanding of time.
      • It’s not an exaggeration to say that
        • science has transformed our understanding of time.
      • But as well in conjunction with this
        • it has transformed- the concept of who we are.
      • From biology we have learned that
        • there is no such thing as race,
        • we are all fundamentally one species
          • (with contributions from a few other sister species, Denisovans and Neanderthals).
      • And from physics we can say that
        • we are literally the space dust of the cosmos
          • experiencing itself in human form.

      for - language - primacy of - symbolosphere - adjacency - language - science - multi-scale competency architecture - Michael Levin - complexity - social superorganism - major evolutionary transition - worldviews - scientific vs religious - Michael Levin - multi-scale competency architecture

      adjacency - between - deep time - multi-scale competency architecture - Michael Levin - social superorganism - complexity - major evolutionary transition - complexity - adjacency statement - Deep time narrative has potential for unifying polarised worldviews - but citing purely scientific evidence risks excluding and alienating large percentage of people who have a predominantly religious worldview - Language, the symbolosphere is the foundation that has made discourse in both religion and science possible - Due to its fundamental role, starting with language could be even more unifying than beginning with science, - as there are large cultural groups that - do not prioritize the scientific worldview and narrative, but - prefer a religious one.<br /> - Having said that, multi-scale competency architecture, - a concept introduced by Michael Levin - encapsulates the deep time approach in each human being, - which withing Deep Humanity praxis we call "human INTERbeCOMing" to represent our fundamental nature as a process, not a static entity - Each human INTERbeCOMing encapsulates deep time, and is - an embodiment of multiple stages of major evolutionary transitions in deep time - both an individual and multiple collectives - what we can in Deep Humanity praxis the individual / collective gestalt

  23. Feb 2024
    1. for - adjacency - microscopic biology - macroscopic ecology - multi-scale competency architecture - Michael Levin - Jonas Wickman - micro-to-macro

      paper details - title - Eco-evolutionary emergence of macroecological scaling in plankton communities - author - Jonas Wickman - Elena Litchman - date - feb 15, 2024 - publication - Science VOL. 383, NO. 6684

      reference - https://www.science.org/doi/10.1126/science.adk6901

      summary - This is a very interesting finding that links rules in the micro world to behavior in the macro. - It is relevant to Michael Levin's research on multi-scale competency architecture

      question - how would this impact the micro relations between - the microscopic world of humans - the normal macroscopic world of humans

    1. Able to see lots of cards at once.

      ZK practice inspired by Ahrens, but had practice based on Umberto Eco's book before that.

      Broad subjects for his Ph.D. studies: Ecology in architecture / environmentalism

      3 parts: - zk main cards - bibliography / keywords - chronological section (history of ecology)

      Four "drawers" and space for blank cards and supplies. Built on wheels to allow movement. Has a foldable cover.

      He has analog practice because he worries about companies closing and taking notes with them.

      Watched TheNoPoet's How I use my analog Zettelkasten.

    1. Dubbed “litigation terrorism” by Joseph Stiglitz, the Nobel prize-winning economist. ISDS is a corporate tribunal system

      for - litigation terrorism - ISDS - corporate tribunal system - Michael Levin - multi-scale competency architecture - example - adjacency - evolutionary biology - corporate law - climate crisis

      adjacency - between - corporate law - climate crisis - evolutionary biology - cultural evolution - adjacency statement - Biologist Michael Levin's multi-scale competency architecture of evolutionary biology seems to apply here - in the field of corporate law - Corporations can be viewed as one level of a social superorganism in a cultural evolution process - Governments can be viewed similiarly, but at a higher level - The ISDS is being weaponized by the same corporations destroying the global environment to combat the enactment of government laws that pose a threat to their livelihood - Hence, the ISDS has been reconfigured to protect the destroyers of the environment so that they can avoid dealing with their unacceptable externalizations - The individual existing at the lower level of the multi-scale competency architecture(the corporation) is battling to survive against the wishes of the higher level individual (the government) in the same multi-scale competency architecture

    1. for - sustainable architecture - a new stone age - the return of stone - meme - a new stone age

      story details - Title: Why the time is ripe for a return to stone as a structural material - Author: Steve Webb - Date: 2023, May 29 - source: https://www.ribaj.com/intelligence/stone-as-a-structural-material-embodied-carbon-sustainability

      meme - new stone age

      summary - Stone buildings have lasted millenia. Compared to steel, concrete and CLT, post-tensioned stone has the least embodied energy of all. - Could we also modernize ancient animal and human powered labor to create a low carbon stone building industry? -

  24. Jan 2024
    1. for - multi scale competency architecture - Michael Levin - evolutionary biology - rapid whole system change - adjacency - multi scale competency architecture - rapid whole system change - stop reset go - Deep Humanity - Indyweb - Indranet - major evolutionary transition in individuality - MET - superorganism - cumulative cultural evolution of individuality

      adjacency - between - multi scale competency architecture - rapid whole system change - progress trap - stop reset go - Deep Humanity - Indyweb - Indranet - major evolutionary transition in individuality - MET - superorganism - cumulative cultural evolution of individuality - adjacency statement - The idea of multi scale competency architecture can be extended to apply to the cultural level. - in the context of humanity's current existential poly /meta/ perma crisis, - rapid whole system change - (a cultural behavioural paradigm shift) - is required within a few short years - to avoid the worst impacts of - catastrophic, - anthropogenic - climate change, which is entangled with a host of other earth system boundary violations including - biodiversity loss - fresh water scarcity - - the driver of evolution through major evolutionary transitions in individuality has given rise to the level of cultural superorganisms that include all previous levels - progress and its intended consequences of progress traps play a major role in determining the future evolutionary trajectory of our and many other species - our species is faced with a few choice permutations in this regard: - individually regulate behaviour aligned with a future within earth system boundaries - collectively regulate behaviour aligned with a future within earth system boundaries - pursue sluggish green growth / carbon transition that is effectively tinkering at the margins of rapid whole system change - BAU - currently, there doesn't appear to be any feasible permutation of any of the above choices - There is insufficient worldview alignment to create the unity at scale for report whole system change - individual incumbent state and corporate actors still cling too tightly to the old, destructive regime, - creating friction that keeps the actual rate of change below the required - Stop Reset Go, couched within the Deep Humanity praxis and operationalized through the Indyweb / Indranet individual / collective open learning system provides a multi-dimensional tool for a deep educational paradigm shift that can accelerate both individual and collective upregulation of system change

    1. So we're good with three-dimensional space, but imagine if we had a primary sense of our own blood chemistry.

      for - adjacency between - primary sense of cellular metabolism - experiences of deep contemplative practice of Rainbow Body - adjacency statement - As per Father Francis Tiso's research into the Tibetan deep contemplative Dzogchen phenomena of Rainbow Body at the time of death as well as rigpa, Trekcho and Togal, he speculates that - such deep contemplations can potentially result in a primary sense of cellular and even subatomic processes taking place within the human body. - https://hyp.is/go?url=http%3A%2F%2Fdocdrop.org%2Fvideo%2FsDyu39FCAMk%2F&group=world - It seems that the multi-scale competency architecture would be a good scientific framework to explore these questions.

      So we're good with three-dimensional space, - but imagine if we had a primary sense of our own blood chemistry. - If you could feel your blood chemistry - the way that you currently see and smell and taste things that are around you, - I think we would have absolutely no problem having an intuitive understanding - of physiological-state space - the way we do for three-dimensional space.

      claim - Lifetime practitioners of Tibetan meditation claim they have a primary sensation of their own impending death suggestion - Suggest to Michael Levin to investigate such phenomena from a multi-scale competency architecture perspective - What else can the expert meditators directly experience? And how do they achieve this? How can deep contemplative practice result in such profound experiences? Would expert meditators resonate with Levin's framework?

    1. Venkatesh Rao thinks that the Nazi bar analogy is “an example of a bad metaphor contagion effect” and points to a 2010 post of his about warren vs plaza architectures. He believes that Twitter, for example, is a plaza, whereas Substack is a warren: A warren is a social environment where no participant can see beyond their little corner of a larger maze. Warrens emerge through people personalizing and customizing their individual environments with some degree of emergent collaboration. A plaza is an environment where you can easily get to a global/big picture view of the whole thing. Plazas are created by central planners who believe they know what’s best for everyone.
  25. Dec 2023
  26. Nov 2023
    1. 楣樑(柱頂楣構) Note: 主要用於古典建築物,是古典柱頭頂部三大主要部份中位置最低的一個,擱在圓柱頂板上,包含以過樑方式橫跨圓柱或角柱的水平橫樑。古典柱頭頂部的另外兩個部份為挑檐和檐壁。環繞門或窗,類似柱頂過樑的鑄模框架,稱為「楣樑飾邊」。環繞拱門外部弧線的裝飾板條,則稱「拱門緣飾」。

      example of meta/hypothesis-on-glasp annotation

      entablature 楣樑;柱頂楣構

      order: 古典建築柱式(style, rule) e.g. Doric order

    1. 楣樑(柱頂楣構) Note: 主要用於古典建築物,是古典柱頭頂部三大主要部份中位置最低的一個,擱在圓柱頂板上,包含以過樑方式橫跨圓柱或角柱的水平橫樑。古典柱頭頂部的另外兩個部份為挑檐和檐壁。環繞門或窗,類似柱頂過樑的鑄模框架,稱為「楣樑飾邊」。環繞拱門外部弧線的裝飾板條,則稱「拱門緣飾」。

      entablature 楣樑;柱頂楣構

      order: 古典建築柱式(style, rule) e.g. Doric order

  27. Sep 2023
    1. Defections from large-scale anatomical goals, such as those that occur due to an inappropriate reduction of gap junctional connectivity [74], present as cancer, cause reversions of cell behavior to ancient unicellular concerns which lead to metastasis and over-proliferation as the cells treat the rest of the body as external environment.
      • fresh perspective

        • cancer can be interpreted as a breakdown in the bodies multiscale competency architecture causing cancerous cells to lose their higher level synchronizing signals and revert to their more evolutionarily primitive forms as individuals that see the body as simply an external environment
      • adjacency between

        • gap junction coupling
        • cancer
        • healthy tissue coherence
        • multiscale competency architecture
      • adjacency statement
        • gap junction coupling appears to be an evolutionary means of cohering individuals together to form a larger group
        • hence, they seem to play a critical role in the continued evolution of more complex multicellular organisms
        • their pathologies within multicellular beings destroy multicellular structures and create disease, reverting the organism, or competent multicellular structures of the organism such as tissues and organs back to individualistic behavior, as in cancers
    2. multiscale competency architecture of life
      • for: definition, definition - multiscale competency architecture of life, multiscale competency architecture of life, superorganism, MET, major evolutionary transition, question, question - multiscale competency architecture
      • definition: multiscale competency architecture of life
      • paraphrase

        • The multiscale competency architecture of life is a hypothesis about the scaling of cognition, seeing complex system-level behaviors in any space as the
          • within-level and
          • across-level
        • competition and
        • cooperation
        • among the various
          • subunits and
          • partitions
        • of composite agents (i.e., all agents).
        • The generalization of problem spaces beyond the traditional 3D space of “behavior” into other, virtual problem spaces is essential for understanding evolution of basal cognition.
        • Living things
          • first solved problems in metabolic space, and evolution then pivoted the same kinds of strategies to
          • solve problems in
            • physiological,
            • transcriptional, and
            • anatomical space,
          • before speed-optimizing these dynamics to enable rapid behavior in 3D space.
        • Since every cognitive agent is made of parts, it is essential to have a theory about how
          • numerous goal-seeking agents link together into
          • a new, larger cognitive system that is novel and not present in any of the subunits.
      • comment

      • adjacency between:
        • multiscale competency architecture
        • superorganism
      • adjacency statement

        • The concept of multiscale competency architecture is a useful one for considering and organizing the effects of Major Evolutionary Transitions (METs) over evolutionary timescales.
        • It links and locates the normative scale in which human consciousness exists to the lower scales of cells and subcellular life below, and to society as a social superorganism above.
        • it shows that each human INTERbeing / INTERbeCOMing is not isolated, but is part of a multiscale nexus / gestalt
        • I've incorporated this into my SRG presentation.
      • question

        • is there research on signaling mechanisms exist between different levels?
          • in another part of the paper, there is discussion of gap junctions as a way to cohere individual cells into group functionality
          • in particular, is there a way for humans consciousness to communicate with lower levels of its body? ie. to tissues, cells or subcellular structures?
        • Could the Bodhisattva vow be extended not only at the level of the social superorganism of groups of individual multicellular beings, but also downwards in the multiscale competency architecture to all the trillions of cells and microbes that inhabit each multicellular planetary body?
          • if it can, it can be interpreted as taking care of your body through
            • healthy exercise
            • healthy sleep
            • healthy diet
            • healthy thoughts and emotions
            • no self-harm
            • self love but not conceit
        • what are the exact biological and evolutionary mechanisms that allow for coherence of individual organisms at the various levels of the multiscale competency architecture and can they be extended to apply to the scale of humans within a social superorganism scale?
        • could love be another word for care drive that applies to all the different scales of the multiscale competency architecture?
        • do feelings of love and compassion propagate downwards through the multiscale competency architecture and find analogous expression in the appropriate spaces?
      • reference
      • for: bio-buddhism, buddhism - AI, care as the driver of intelligence, Michael Levin, Thomas Doctor, Olaf Witkowski, Elizaveta Solomonova, Bill Duane, care drive, care light cone, multiscale competency architecture of life, nonduality, no-self, self - illusion, self - constructed, self - deconstruction, Bodhisattva vow
      • title: Biology, Buddhism, and AI: Care as the Driver of Intelligence
      • author: Michael Levin, Thomas Doctor, Olaf Witkowski, Elizaveta Solomonova, Bill Duane, AI - ethics
      • date: May 16, 2022
      • source: https://www.mdpi.com/1099-4300/24/5/710/htm

      • summary

        • a trans-disciplinary attempt to develop a framework to deal with a diversity of emerging non-traditional intelligence from new bio-engineered species to AI based on the Buddhist conception of care and compassion for the other.
        • very thought-provoking and some of the explanations and comparisons to evolution actually help to cast a new light on old Buddhist ideas.
        • this is a trans-disciplinary paper synthesizing Buddhist concepts with evolutionary biology
    1. biology uses a kind of multi-scale Competency architecture of nested problem solvers 00:03:24 and that navigation is a really Central concept
      • for: multi-scale competency architecture, quote, quote - multi-scale competency architecture
      • quote
        • biology uses a kind of multi-scale Competency architecture of nested problem solvers and navigation is a really Central concept
      • author: Michael Levin
      • date: 2022
    1. it is this architecture, the one which is in the heads of those writing the code, that is the most important. In adopting this decentralised approach, where the practice of architectural decision-making is much more dispersed, this problem is in many ways, mitigated

      Only true in software architecture. But, in enterprise architecture - that spans domains decentralized decisions create fragmentations.

    1. Structure of Automation

      Tuile ┌─────────────┐ ┌──────────┐ │Lansdcape │ 1:N │Type │ 1:N │(déploiement)├──────►│(playbook)├───┐ └─────────────┘ └──────────┘ │ │ ┌──────────────────────────────────┘ │ │ ┌────────┐ ┌───────────────────┐ │ │Function│ 1:N │Component │ └►│(rôle) ├──────►│(task file du rôle)│ └────────┘ └───────────────────┘

    1. collections contain various modules and Ansible Roles that collectively (intentional use here) serve the end user and must (emphasis on this word) collectively work together, be tested together and be released together.

      ...collectively work together, be tested together and be released together.

  28. Jul 2023
  29. Jun 2023
    1. In the layered architecture pattern, each layer fulfills a specific responsibility and role within the application. Some focus on user interface logic, while others handle the execution of business rules. These layers complement each other's unique purposes, but they aren't explicitly reliant on one another to perform their own tasks.
  30. May 2023
  31. Feb 2023
  32. Jan 2023
    1. One of the main features of the high level architecture of a transformer is that each layer adds its results into what we call the “residual stream.”Constructing models with a residual stream traces back to early work by the Schmidhuber group, such as highway networks  and LSTMs, which have found significant modern success in the more recent residual network architecture . In transformers, the residual stream vectors are often called the “embedding.” We prefer the residual stream terminology, both because it emphasizes the residual nature (which we believe to be important) and also because we believe the residual stream often dedicates subspaces to tokens other than the present token, breaking the intuitions the embedding terminology suggests. The residual stream is simply the sum of the output of all the previous layers and the original embedding. We generally think of the residual stream as a communication channel, since it doesn't do any processing itself and all layers communicate through it.
    2. A transformer starts with a token embedding, followed by a series of “residual blocks”, and finally a token unembedding. Each residual block consists of an attention layer, followed by an MLP layer. Both the attention and MLP layers each “read” their input from the residual stream (by performing a linear projection), and then “write” their result to the residual stream by adding a linear projection back in. Each attention layer consists of multiple heads, which operate in parallel.
    1. Defenders can design their own infrastructure to be im-mutable and ephemeral, as is becoming an emerging trend inprivate sector defense through the practice of Security ChaosEngineering

      Immutable and ephemeral as defensive measures

      Immutable: unchangeable infrastructure components, such as ssh access disabled by default.

      Ephemeral: short-lived servers for single processes, serverless infrastrucure

    1. Deploy engines as separate app instances and have them only communicate over network boundaries. This is something we’re starting to do more.

      Before moving to this microservice approach, it's important to consider whether the benefits are worth the extra overhead. Jumping to microservices prematurely is something I've seen happen more than once in my career, and it often leads to a lot of rework.

  33. Dec 2022
    1. Through her writing Easterling often forces architects to re-envision their role in the making of space around the world, extolling the virtues of knowing how versus knowing what. She also encourages them to consider creating “active forms” — time-released protocols that manage spatial levers, exchanges, and switches — in addition to “object forms,” or what we commonly think of as buildings.

      [[Active form]] consist of dispositions that materialize as new forms.

  34. Nov 2022
    1. Amiga had "AREXX ports" which meant you could script desktop software together in ways not possible even today, on any OS.It's not enough that there must exist technically, a possibility. The app vendors much themselves go to the trouble of adding such "scriptability" into their apps.Instead everything is very slick, but very siloed and nowadays tied to a cloud offering, which is great, but it's more often than not locked to that vendor

      .

  35. Oct 2022
    1. this story of the Montgomery ward complex, that's that's along the river. And Montgomery Ward is, you know, kind of long gone as a company. But there's this one, the headquarters building was this kind of generic, um, rectangular, modernist building. But they had these four concrete post on the corner and I passed this building all the time. I'd never cared much for it. And then the architecture of the curator on the boat, the docent said that, Well, the reason why that building is the way it is, is that the Montgomery Ward Company sort of prided itself on its egalitarian hierarchy. And they wanted to build their headquarters so that there were no um, VPs fighting over who got the corner office. And so they made a building with no possibility of a corner office at all.

      Montgomery Ward complex built with no corner offices

      In a reflection of the company's values, its headquarters was built without the possibility of corner offices. The design of the building eliminated them as possibilities.

  36. Sep 2022
  37. Aug 2022
    1. Monasteries and convents served as models for the dorm and for the campus itself. Walled off from a threatening medieval world, they provided security for contemplation and worship while also serving as a place where learning, the arts, music, horticulture, and other cultural activities might flourish.

      College dormitories rooted in monastery and convent styles

  38. Jul 2022
    1. the six 00:48:41 six big systems i've mentioned can be viewed as a cognitive architecture it's the it's the means by which the society learns decides adapts and 00:48:54 and this society's efforts this is the third underlying position the society's efforts to learn decide and adapt and be viewed as being driven by an intrinsic purpose and that's really key also 00:49:08 because it's not just that we're learning deciding and adapting willy-nilly i mean i mean maybe it seems that way in the world you know in the sense we're so dysfunctional it kind of is billy nilly but 00:49:20 but what really matters is that we learn decide and adapt in relation to whatever intrinsic purpose we actually have as as a society as individuals in a 00:49:34 society it's that it's it's it's it's as i will use the the term uh maybe several times today it's solving problems that matter that really that really 00:49:45 matter that's what we're after

      Second Proposition: The six thrusts or prmary societal systems are the cognitive architecture of the superorganism which it uses to sense the world

  39. Jun 2022
    1. Gall's Law is a rule of thumb for systems design from Gall's book Systemantics: How Systems Really Work and How They Fail. It states: .mw-parser-output .templatequote{overflow:hidden;margin:1em 0;padding:0 40px}.mw-parser-output .templatequote .templatequotecite{line-height:1.5em;text-align:left;padding-left:1.6em;margin-top:0}A complex system that works is invariably found to have evolved from a simple system that worked. A complex system designed from scratch never works and cannot be patched up to make it work. You have to start over with a working simple system.

      This feels like an underlying and underpinning principle of how the IndieWeb which focuses on working real world examples which are able to build up more complex systems instead of theoretical architecture astronomy which goes no where.

      Reference: John Gall (1975) Systemantics: How Systems Really Work and How They Fail p. 71

  40. May 2022
  41. Apr 2022
    1. Ada Louise Huxtable

      Ada Louise Huxtable was an architecture critic and writer on architecture. Huxtable established architecture and urban design journalism in North America and raised the public's awareness of the urban environment. In 1970, she was awarded the first ever Pulitzer Prize for Criticism. In 1981, she was named a MacArthur Fellow. Architecture critic Paul Goldberger, also a Pulitzer Prize-winner for architectural criticism, said in 1996: "Before Ada Louise Huxtable, architecture was not a part of the public dialogue." "She was a great lover of cities, a great preservationist and the central planet around which every other critic revolved," said architect Robert A. M. Stern, dean of the Yale University School of Architecture.

    1. The IPCC authors write that “judicious labelling, framing, and communication of social norms can also increase the effect of mandates, subsidies, or taxes.” Interventions that change the “choice architecture” so people have an easier time taking the cleaner option include: default enrollment in green programs, increasing taxes on carbon-intensive products, and substantially tightening regulations and standards.

      Nudging, choice architecture, feedback, rewarding and priming all become important variables to accelerate large scale aggregate of individual actions that can make a difference.

    1. Francis Kere. “I grew up in a community where there was no kindergarten, but where the community was your family,” he says. “Everyone took care of you and the entire village was your playground. My days were filled with securing food and water, but also simply being together, talking together, building houses together.”

      Agaththi adivasi houses inspiration statement

    1. Strawberry Hill was a confection, a mock-castle of a fake dynasty complete with a reproduction baronial hall, flourishing the arms and images of putative crusader ancestors on the ceiling.

      Strawberry Hill by Horace Walpole Made from Stone, Papiermache and gold leaf! Arguably started the neo gothic revival!

  42. Mar 2022
    1. The ecliptic is tilted towards the north in the southern hemisphere,and towards the south in the northern hemisphere. Many people inthe southern hemisphere prefer housing with north-facing windowsand balconies and that take advantage of the light and warmth of theSun. Venture north of the equator, and that preference is for south-facing properties. First Peoples of the world follow the samepreference, with homes, villages and cities constructed to takeadvantage of the Sun.

      Many cultures in the world face their windows, balconies, and other architecture to take advantage of the sun (for light and warmth). Because the ecliptic is tilted towards the north in the southern hemisphere and towards the south in the northern hemisphere, people in the north of the equator prefer south-facing properties and people south of the equator prefer north-facing properties.

    Tags

    Annotators

  43. Feb 2022
    1. In our current global networked culture that puts so much emphasis on the virtual and the visual, the mind and the body have become detached and ultimately disconnected. Though physical appearance is idolised for its sexual appeal and its social identity, the role of the body in developing a full understanding of the physical world and the human condition has become neglected. The potential of the human body as a knowing entity – with all our senses as well as our entire bodily functions being structured to produce and maintain silent knowledge together – fails to be recognised. It is only through the unity of mind and body that craftsmanship and artistic work can be fully realised. Even those endeavours that are generally regarded as solely intellectual, such as writing and thinking, depend on this union of mental and manual skills.

      The Thinking Hand: Existential and Embodied Wisdom in Architecture by Juhani Pallasmaa

      https://www.amazon.com/Thinking-Hand-Existential-Embodied-Architecture/dp/0470779292/

      This sounds a bit like some of the physical and external memory ideas in The Extended Mind by Annie Murphy Paul.

      This book came up in Dan Allosso's book club on How to Take Smart Notes.

  44. Jan 2022
    1. +----------------------- | RESOURCE EXISTS ? (if private it is often checked AFTER auth check) +----------------------- | | NO | v YES v +----------------------- 404 | IS LOGGED-IN ? (authenticated, aka user session) or +----------------------- 401 | | 403 NO | | YES 3xx v v 401 +----------------------- (404 no reveal) | CAN ACCESS RESOURCE ? (permission, authorized, ...) or +----------------------- redirect | | to login NO | | YES | | v v 403 OK 200, redirect, ... (or 404: no reveal) (or 404: resource does not exist if private) (or 3xx: redirection)
  45. Dec 2021
  46. Nov 2021
  47. Oct 2021
    1. The main idea behind the space-based pattern is the distributed shared memory to mitigate issues that frequently occur at the database level. The assumption is that by processing most of operations using in-memory data we can avoid extra operations in the database, thus any future problems that may evolve from there (for example, if your user activity data entity has changed, you don’t need to change a bunch of code persisting to & retrieving that data from the DB).The basic approach is to separate the application into processing units (that can automatically scale up and down based on demand), where the data will be replicated and processed between those units without any persistence to the central database (though there will be local storages for the occasion of system failures).

      Space-based architecture

    2. Microservices architecture consists of separately deployed services, where each service would have ideally single responsibility. Those services are independent of each other and if one service fails others will not stop running.

      Microservices architecture

    3. First of all, if you know the basics of architecture patterns, then it is easier for you to follow the requirements of your architect. Secondly, knowing those patterns will help you to make decisions in your code

      2 main advantages of using design patterns:

      • easier to follow requirements of an architect
      • easier to make decisions in your code
    4. Mikrokernel Architecture, also known as Plugin architecture, is the design pattern with two main components: a core system and plug-in modules (or extensions). A great example would be a Web browser (core system) where you can install endless extensions (or plugins).

      Microkernel (plugin) architecture

    5. The idea behind this pattern is to decouple the application logic into single-purpose event processing components that asynchronously receive and process events. This pattern is one of the popular distributed asynchronous architecture patterns known for high scalability and adaptability.

      Event-driven architecture: high scalability and adaptability

    6. It is the most common architecture for monolithic applications. The basic idea behind the pattern is to divide the app logic into several layers each encapsulating specific role. For example, the Persistence layer would be responsible for the communication of your app with the database engine.

      Layered architecture

    1. Lean Canvas

      For the builders collective, I created some tools that are open source and useful for design and social architecture. Other projects are coding challenges to experiment with what is possible on the web.

      This experiment is based on the Lean Canvas, based on the Business Model Canvas from the book Business Model Generation.

      Type in the grey box at the top of the page. Click or tap in the boxes to add the text as a box in each section of the Lean Canvas. Click on the box to delete.

      There is no save functionality, so be sure to take a screenshot. Or roll your own by using the code on Codepen and GitHub.