Education and job hiring should be integrated.
Systemic Problems
The problem is systemic. How do you deal with the problem when the system is off the table when it comes to the design problem?
Education and job hiring should be integrated.
The problem is systemic. How do you deal with the problem when the system is off the table when it comes to the design problem?
Out of the Trimtab Space Camp course with the Buckminster Fuller Institute in which we were exploring world building with Tony Patrick, Langdon Roberts, Jeremy Lubman, Elsie Iwase, and I gathered to think about how we could become involved in regenerative ventures. This was our initiative, in which we met weekly to think about how we manifest who we are as a more beautiful world our hearts know is possible. The thought was that architecture grows out of values, principles, and intention.
“The real problem of humanity is the following: we have paleolithic emotions; medieval institutions; and god-like technology.
Quoted by Amanda Joy Ravenhill on RE & CO Radio, Wednesday, October 13, 2021.
This leads to a sense of learned hopelessness: Things are worse than you imagined, and there is nothing you can do about it.
But Buckminster Fuller said, “We are called to be the architects of the future, not its victims.”
“We are called to be the architects of the future, not its victims,” said inventor-philosopher Buckminster Fuller.
The rise of the Nazis in 1933 caused an unprecedented forced migration of hundreds of artists within and, in many cases, ultimately away from Europe. Exiles and Emigres, published in conjunction with a traveling exhibition opening in February 1997 at the Los Angeles County Museum of Art, is the first book to trace the lives and work of 23 well-known painters, sculptors, photographers, and architects exiled from their homelands during the 12 years of Nazi rule.
“The Bauhaus concept, as it was transplanted to the United States, was fundamentally different from the principles upon which the experimental school had been founded in Weimar in 1919. The guiding principle of the Bauhaus was to unify all aspects of art making—painting, sculpture, handicrafts—as elements of a new kind of art, erasing the division between “high” and decorative art. Explorations of materials, color, and form were important building blocks of the curriculum. The artists and designers of the Bauhaus believed that this new type of art and design would help to create a better society, and they sought commissions to design public buildings and other elements of public life (such as flags and currency). In America, however, the Bauhaus ideas lost their social and political thrust. The emigré teachers in Chicago, Cambridge, and North Carolina who had been committed to progressive architecture and design ideas in Germany were now lionized as upholders of a pure, reductivist style.”
(Stephanie Barron, page 25)
Science-Driven Societal Transformation
Gien Wong notes these three concept papers on Science-Driven Societal Transformation: Worldview, Motivation and Strategy, and Design.
Integrating the minimalist journal in an interface for system thinking of the personal, social, economic, political, and ecological as nested holobionts.
Because at the end of the day, all structures are, in some ways, ideology made manifest.
Avery Trufelman ends her podcast series, Nice Try! with these words in an episode entitled, Germania: Architecture in a Fascist Utopia.
One person’s utopia is another person’s dystopia.
The structure of the mind becomes the architecture of our reality. This thought became the foundation for a mental model for human experience, since these architectural plans for utopia seem like good ideas on paper, but when we live inside these structure in our daily reality, we realize that we have constructed our own mental prisons, the iron cage envisioned by Max Weber.
It spells out so clearly that Nazi Germany’s worst atrocities and many atrocities the world over were not only the ideas of singular evil men. They were supported and enacted by systems, by groups of people who woke up in the morning and went to offices to work on it.
Avery Trufelman ends her podcast series, Nice Try! with these words in an episode entitled, Germania: Architecture in a Fascist Utopia.
The Hidden History of the Geodesic Dome - Part 3: The Teamwork of Walter Gropius
The Hidden History of the Geodesic Dome - Part 3: The Teamwork of Walter Gropius
Understanding one’s limitations leads to a recognition of the power of relationships in an interconnected and interdependent world.
Because of his handicap, Walter Gropius achieved his goals by working through other people, and harnessed their abilities to produce efficient and practical architecture.
Understanding one’s limitations leads to a recognition of the power of relationships in an interconnected and interdependent world.
February 23–May 11, 1997
Los Angeles County Museum of Art
A conference connecting planning, landscapes, architecture and people
Yesterday, I found some books in the stacks at the University of the Fraser Valley Library to research the evolution of design from physical artifacts to living systems.
How do we engage in bottom-up whole system change? Perhaps we need a model for understanding who we are serving that transcends the bias and limitations of personas as they are used in user experience design (UX).
What is a more holistic model for understanding human perceptions, motivations, and behaviours?
Another contributing factor was the conceptual freedom that we experienced in architecture school, something that is definitely lost when you move to the professional world. Software, we realized, still offered a bit more experimentation and personal creativity than architecture did in a real world context.
Areas of Integrated Governance
Major areas of integrated governance for enterprise architecture looks like Integrated Project Management Framework
peer-to-peer architecture
Write your code so that you can add new ways of interacting with the world later without having to modify anything you've already written.
I used to be very interested in Software Architecture, in fact I've read many of the papers cited here.When I did a startup many years ago, I committed the mistake of paying too much attention to the architecture of the software [1] I was writing, and not enough attention to the product/customer side of it.The last couple of years I've been de-emphasizing software architecture as an interest, and have been paying much more attention to how product teams build successful products, what the patterns are, etc. I was lucky enough to work at Facebook for a while and got to see (and learn) a very successful working model of product development.So, while I'm not saying that software architecture is not important (it is), also pay attention to the product/customer side: what choices (software, organizational, hiring, business) allow you to move fast and iterate, to release early and often, to run A/B tests, etc.I think good software engineers are just as much product guys (and data guys) as they are software guys.
I've had this discussion with peer engineers working at other tech companies, FANG (Facebook, Amazon, Netflix, Google), as well as at smaller startups. Most teams and projects - however large or small - all shared a similar approach to design and implementation:Start with the business problem. What are we trying to solve? What product are we trying to build and why? How can we measure success?Brainstorm the approach. Get together with the team and through multiple sessions, figure out what solution will work. Keep these brainstormings small. Start at a high level, going down to lower levels.Whiteboard your approach. Get the team together and have a person draw up the approach the team is converging to. You should be able to explain the architecture of your system/app on a whiteboard clearly, starting at the high-level, diving deeper as needed. If you have trouble with this explanation or it's not clear enough, there's more work required on the details.Write it up via simple documentation with simple diagrams based on what you explained on the whiteboard. Keep jargon to the minimum: you want even junior engineers to understand what it's about. Write it using clear and easy to follow language. At Uber, we use an RFC-like process with various templates.Talk about tradeoffs and alternatives. Good software design and good architecture are all about making the right tradeoffs. No design choice is good or bad by itself: it all depends on the context and the goals. Is your architecture split into different services? Mention why you decided against going with one large service, that might have some other benefits, like more straightforward and quicker deployment. Did you choose to extend a service or module with new functionality? Weigh the option of building a separate service or module instead, and what the pros and cons of that approach would be.Circulate the design document within the team/organization and get feedback. At Uber, we used to send out all our software design documents to all engineers, until there were around 2,000 of us. Now that we're larger, we still distribute them very widely, but we've started balancing the signal/noise ratio more. Encourage people asking questions and offering alternatives. Be pragmatic in setting sensible time limits to discuss the feedback and incorporate it, where it's needed. Straightforward feedback can be quickly addressed on the spot, while more detailed feedback might be quicker to settle in-person.
A good, high level overview on how to get started with architecture
In another talk, one in which he also spoke of control and surrender, he developed another contrast, between creativity-as-architecture and creativity-as-gardening:
Worse still is the issue of “service” layers requiring you to basically build your own ORM. To really do a backend-agnostic service layer on top of the Django ORM, you need to replace or abstract away some of its most fundamental and convenient abstractions. For example, most of the commonly-used ORM query methods return either instances of your model classes, or instances of Django’s QuerySet class (which is a kind of chained-API results wrapper around a query). In order to avoid tightly coupling to the structure and API of those Django-specific objects, your service layer needs to translate them into something else — likely generic iterables to replace QuerySet, and some type of “business object” instance to replace model-class instances. Which is a non-trivial amount of work even in patterns like Data Mapper that are designed for this, and even more difficult to do in an Active Record ORM that isn’t.
I see what this guy means and he has a point. However, I don't think about reimplementing these things when talking about services on Django. I want a centralized place to store business logic (not glue queries) and avoid multiple developers writing the same query multiple times in multiple places. The name "service" here sucks.
A second problem is that when you decide to go the “service” route, you are changing the nature of your business. This is related to an argument I bring up occasionally when people tell me they don’t use “frameworks” and never will: what they actually mean, whether they realize it or not, is “we built and now have to maintain and train our developers on our own ad-hoc private framework, on top of whatever our normal business is”. And adopting the service approach essentially means that, whatever your business was previously, now your business is that plus developing and maintaining something close to your own private ORM.
I don't think these two things are even close to be the same thing. Django's ORM is not replaced by services, from what I know services are the ORM with the difference that they are concentrated in a module.
This isn't about writing boilerplate setter properties for each field in the model, but rather about writing methods that encapsulate the point of interaction with the database layer. View code can still inspect any field on the model and perform logic based on that, but it should not modify that data directly. We're ensuring that there is a layer at which we can enforce application-level integrity constraints that exist on top of the integrity constraints that the database provides for us.
Addresses the issue raise on this tweet. We are not writing getters and setters out of obligation or convention.
Les structures architecturales sont faites par le code.
c’est la matérialité du numérique, le langage structurant
We should think about the number of simultaneous connections (peak and average) and the message rate/payload size. I think, the threshold to start thinking about AnyCable (instead of just Action Cable) is somewhere between 500 and 1000 connections on average or 5k-10k during peak hours.
number of simultaneous connections (peak and average)
the message rate/payload size.
We use a single stream/queue/channel to deliver messages from RPC to WS. RPC server acts as publisher: it pushes a JSON-encoded command. Pubsub connection is initialized lazily in this case (during the first #broadcast call). WS server (anycable-go) acts as subscriber: subscription is initialized on server start, messages are received, deserialized and passed to the app.
To better understand what is actually possible have a look at the full example
This post articulates a lot of what I've been thinking about for the past 18 months or so, but it adds the additional concept of community integration.
Interestingly, this aligns with the early, tentative ideas around what the future of In Beta might look like as a learning community, rather than a repository of content.
Werner Vogels, Amazon CTO, notes that one of the lessons we have learned at Amazon is to expect the unexpected. He reminds us that failures are a given, and as a consequence it’s desirable to build systems that embrace failure as a natural occurrence. Coding around these failures is important, but undifferentiated, work that improves the integrity of the solution being delivered. However, it takes time away from investing in differentiating code.
This is an annotation I made.
When asked to define the role of the teacher, for example, Reggio educators do not begin in the way typical to
This is an annotation I made.
This is an annotation I made.
This is an annotation I made.
This is an annotation I made.
System architects: equivalents to architecture and planning for a world of knowledge and data Both government and business need new skills to do this work well. At present the capabilities described in this paper are divided up. Parts sit within data teams; others in knowledge management, product development, research, policy analysis or strategy teams, or in the various professions dotted around government, from economists to statisticians. In governments, for example, the main emphasis of digital teams in recent years has been very much on service design and delivery, not intelligence. This may be one reason why some aspects of government intelligence appear to have declined in recent years – notably the organisation of memory.57 What we need is a skill set analogous to architects. Good architects learn to think in multiple ways – combining engineering, aesthetics, attention to place and politics. Their work necessitates linking awareness of building materials, planning contexts, psychology and design. Architecture sits alongside urban planning which was also created as an integrative discipline, combining awareness of physical design with finance, strategy and law. So we have two very well-developed integrative skills for the material world. But there is very little comparable for the intangibles of data, knowledge and intelligence. What’s needed now is a profession with skills straddling engineering, data and social science – who are adept at understanding, designing and improving intelligent systems that are transparent and self-aware58. Some should also specialise in processes that engage stakeholders in the task of systems mapping and design, and make the most of collective intelligence. As with architecture and urban planning supply and demand need to evolve in tandem, with governments and other funders seeking to recruit ‘systems architects’ or ‘intelligence architects’ while universities put in place new courses to develop them.
Here's the four case: foo.js Load/Require dependencies Concatenate dependencies foo.js.map Load foo.js Currently grabs metadata[:map] from asset to build an asset, need to move that generation somewhere else to accomplish de-coupling map generation foo.debug.js Load foo.js Load foo.js.map Add comment to end of foo.js with path to foo.js.map foo.source.js The raw file on disk, the map file will need to point to source files.
A leaked snippet of the endpoint architectural design draft document, highly confidential.
Enforces better architecture
Software architecture is about making fundamental structural choices that are costly to change once implemented.
Software architecture refers to the fundamental structures of a software system
Trailblazer is an architectural pattern that comes with Ruby libraries to implement that pattern.
The adapter is where authentication, policy checks, and eventually your domain logic happen. All termini of the protocol’s activity are standardized end events - that’s how protocol and adapter communicate.
Diagram of interactions
And really, this stems from the fact that buildings aren't designed by the community that uses them anymore. The community barely factors into the design, even. Buildings were designed to serve a specific purpose, dictated by the higher-ups with the money to purchase the land and fund the development of the building. Again, quoting the article, Unless they are an uber-wealthy client, users of buildings rarely have much input into the design process. Students do not get to say what kind of school they would like, office workers do not get to say whether they would prefer to work in a glass tower or in a leafy complex of wifi-enabled wooden pagodas. ... But that rupture means that architecture becomes something imposed upon people. It isn’t participatory, and it doesn’t adapt in response to their needs. It’s prefabricated, assembled beforehand off-site and then dumped on the unwitting populace. We are not meant to live in modern buildings; they are made for people who do not poop.
This is very reminiscent of how some people use the internet as well. I can think of personal examples where Goolge apps and services were forced upon workers at companies who didn't want them and weren't comfortable with them.
Similarly we went from the creativity of MySpace to the corporate strictures of Facebook and Twitter that didn't give users any flexibility or identity. The connective value was apparently worth just a bit more than the identity, so we went there, but why not have it all?
I'll have to find the reference, but I saw an article with a book reference in the last year about the life of buildings and that well designed ones could stand the test of centuries in their ability to be redesigned and repurposed from the inside out if necessary.
An absolute passion - retail architecture - check out this exquisite fitout.
It will be interesting to see what the details are for these rule changes - exciting to see the DCC gearing up for growth in our wonderful city.
I came across this article about the tension between computer drawing and hand drawing in architecture when I replied to an annotation by another user @onion - very interesting read and I would be curious to see this issue revisited in another ten years...how may opinions have changed?
going back to find something they found before
Micro is a platform for cloud native development. It addresses the key requirements for building services in the cloud. Micro leverages the microservices architecture pattern and provides a set of services which act as the building blocks of a platform. Micro deals with the complexity of distributed systems and provides simpler programmable abstractions to build on.
What they are doing is like AWS lambda - BUT - they abstract away the details of things like Auth, pub/sub, config, networks AND the DB (which is a KV store).
So you simply write your services letting the platform take care of the particulars of adjacencies.
There are, as you’re about to see, lots of problems with PGP. Fortunately, if you’re not morbidly curious, there’s a simple meta-problem with it: it was designed in the 1990s, before serious modern cryptography. No competent crypto engineer would design a system that looked like PGP today, nor tolerate most of its defects in any other design. Serious cryptographers have largely given up on PGP and don’t spend much time publishing on it anymore (with a notable exception). Well-understood problems in PGP have gone unaddressed for over a decade because of this.
The meta-problem with PGP is that it was designed by crypto-engineers in the 90s and it is horribly outdated, yet due to its federated architecture, difficult to update.
So while it’s nice that I’m able to host my own email, that’s also the reason why my email isn’t end-to-end encrypted, and probably never will be. By contrast, WhatsApp was able to introduce end-to-end encryption to over a billion users with a single software update.
Although the option to host your own email offers you freedom, it's precisely this freedom that makes change more difficult and the reason why email isn't yet end-to-end encrypted.
Centralized architectures, like whatsapp, allow you to roll out end-to-end encryption to the entire network with 1 software update.
That has taken us pretty far, but it’s undeniable that once you federate your protocol, it becomes very difficult to make changes. And right now, at the application level, things that stand still don’t fare very well in a world where the ecosystem is moving.
Because the ecosystem around software application is quickly evolving, you need to be able to adapt in order to be competitive.
Once you federate your technology, however, you lose this ability to adapt quickly, as is evidenced by the relative stagnation of federated standards such as IP, SMTP, IRC, DNS etc.
This reduced user friction has begun to extend the implicit threat that used to come with federated services into centralized services as well. Where as before you could switch hosts, or even decide to run your own server, now users are simply switching entire networks.
The implicit threat of federated architectures is also emerging in centralized services. It emerges there because the core of the social network, the address book, is saved locally (i.e. federated). This makes it easy for users to switch networks, and this ease keeps the providers honest.
Given that federated services always seem to coalesce around a provider that the bulk of people use, federation becomes a sort of implicit threat. Nobody really wants to run their own servers, but they know that it might be possible if their current host does something egregious enough to make it worth the effort.
The implicit threat of federation
In a federated architecture, most users tend to coalesce around one provider. Few actually want to run their own server, but the fact that that option exists, acts as an implicit threat which keeps the current host honest.
In a way, the notification center on a mobile device has become the federation point for all communication apps, similar to how older desktop IM clients unified communication across multiple IM networks.
Mobile device's notification centers are federation points for communication apps
The notification center in our phones acts as a hub where messages show up from WhatsApp, Telegram, SMS etc. analogous to how older desktop IM clients unified communication across multiple networks.
Federation gives us more collective control over what changes we accept, but that comes with an unacceptable inability to adapt.
A federated model requires some type of consensus to form to accept changes. This is great to promote consensus, but reaching consensus takes time and results in an inability to adapt quickly.
With the new plugin based architectue, the library has really small core. Everything else is built around as a plugin.
So that’s already a huge advantage over other platforms due the basic design. And in my opinion it’s got advantages over the other extreme, too, a pure peer-to-peer design, where everyone would have to fend for themselves, without the pooled resources.
Definitely something the IndieWeb may have to solve for.
Mastodon deliberately does not support arbitrary search. If someone wants their message to be discovered, they can use a hashtag, which can be browsed. What does arbitrary search accomplish? People and brands search for their own name to self-insert into conversations they were not invited to. What you can do, however, is search messages you posted, received or favourited. That way you can find that one message on the tip of your tongue.
2011-06-23 at OSBridge2011 having lunch with Ward, Tantek exclaimed: The Read Write Web is no longer sufficient. I want the Read Fork Write Merge Web. #osb11 lunch table. #diso #indieweb
This is what I want too!
And we see that develop into the web as we know it today. A web of “hey this is cool” one-hop links. A web where where links are used to create a conversational trail (a sort of “read this if you want to understand what I am riffing on” link) instead of associations of ideas. The “conversational web”. A web obsessed with arguing points. A web seen as a tool for self-expression rather than a tool for thought. A web where you weld information and data into your arguments so that it can never be repurposed against you. The web not as a reconfigurable model of understanding but of sealed shut presentations.
We are beginning a renovation of our main library at Northeastern University, Snell Library, and have been talking with architects (some of them very well-known), and I’ve found the discussions utterly invigorating. I would like to find some way to blog or newsletter about the process we will go through over the next few years, and to think aloud about the (re)design and (future) function of the library. I’m not sure if that should occur in this space or elsewhere, although the thought of launching another outlet fills me with dread. Let me know if this topic would interest you, and if I should include it here.
Definitely interesting. Please include it here or on your main site!!!
Here's one quick way to test if your application has properly segregated itself between the Model, View, and Controller roles: is your app skinnable? My experience is that designers don't understand loops or any kind of state. They do understand templates with holes in them. Everybody understands mail merge. And if you say, "Apply the bold template to this hole," they kind of get that, too. So separating model and view addresses this very important practical problem of how to have designers work with coders. The other problem is there is no way to do multiple site skins properly if you don't have proper separation of concerns. If you are doing code generation or sites with different skins on them, there is no way to properly make a new skin by simply copying and pasting the old skin and changing it. If you have the view and the logic together, when you make a copy of the view you copy the logic as well. That breaks one of our primary rules as developers: have only one place to change anything.
An effective way of testing whether your app practices separation of concerns within the MVC paradigm is whether or not it is "skinnable"
In 1972 David L. Parnas published a classic paper entitled On the Criteria To Be Used in Decomposing Systems into Modules. It appeared in the December issue of the Communications of the ACM, Volume 15, Number 12. In this paper, Parnas compared two different strategies for decomposing and separating the logic in a simple algorithm. The paper is fascinating reading, and I strongly urge you to study it. His conclusion, in part, is as follows: “We have tried to demonstrate by these examples that it is almost always incorrect to begin the decomposition of a system into modules on the basis of a flowchart. We propose instead that one begins with a list of difficult design decisions or design decisions which are likely to change. Each module is then designed to hide such a decision from the others.”
Parnas published a paper in 1972 about what heuristics are best to decide when to decompose a system into modules.
His conclusion is that it is almost always wrong to start with a representation such as a flowchart (because things change).
Instead he recommends focusing on a list of difficult design decisions, or decisions, once made, that will likely change. Then design each module is designed to hide such decisions from others.
Domain-driven design separates the model layer “M” of MVC into an application, domain and infrastructure layer. The infrastructure layer is used to retrieve and store data. The domain layer is where the business knowledge or expertise is. The application layer is responsible for coordinating the infrastructure and domain layers to make a useful application. Typically, it would use the infrastructure to obtain the data, consult the domain to see what should be done, and then use the infrastructure again to achieve the results.
Domain Driven Design separates the the Model in the MVC architecture into an application layer, an infrastructure layer and a domain layer.
The business logic lives in the domain layer. The infrastructure layer is used to retrieve and store data. The application layer is responsible for coordinating between the domain and infrastructure layer.
He claims that chip makers have erected a new Berlin Wall in between the user and the microprocessor: “And so, software— a billion- dollar enterprise based on one of the cheapest elements on Earth— used everything at its disposal to prevent said ‘humans’ from having access to hardware” (209).
accès au microprocesseur: le mur de Berlin comme parallèle architectural + géopolitique
les microprocesseurs créent une barrière, mais dans un sens différent: une barrière d’échelle (difficulté d’accès parce que les puces sont microscopiques, elles ne peuvent être manipulées à mains nues).
If code governs so much of our lives, then to understand its operations is to get some sense of the systems that operate on us.
pour une architecture (espaces habitables) de l’information (environnements informationnels)
Comment rendre l’information habitable?
Developing software is usually easier if you break your project into smaller separate pieces, since that often removes unexpected interactions and dramatically reduces the complexity of the problems you'll need to solve
The RAT model sees software development as an off-line program-construction activity composed of these parts: defining, decomposing, estimating, implementing, assembling, and finishing
This is what can lead to the 'there is only version 1.0' problem - and improvements / iterations fall to the sidelines.
This can have a number of consequences
Choice architecture is a concept introduced in the book Nudge by Richard Thaler (who would go on to win a Nobel Prize for some of this work) and Cass Sunstein. The basic concept is that how an environment is designed influences the decisions people make in that environment.
“When the environment itself is constituted by electric circuitry and information, architecture becomes the content of the new information environment. Architecture is the old technology which is automatically elevated into an art form.”
electronics presents new challenges to planners because this latest prosthetic extension of the body defines an entirely new form of space.
reducing the presence of those things we usually call “architecture” demands that we return to what is most effective about architecture and the way it frames social relationships
L’éditorialisation est une architecture de l’être, une ontotecture.
Architecture is the materialization of a concept
If people search through your website, will you guide them to topics first, or will they get a list of individual stories and updates to stories? Does your front page even hint at the fact that people can get more than just the daily news at your site?
Mr. Speyer’s most famous work is the Ben Rose House near Chicago, a modern glass box known for its supporting role in the 1986 movie ”Ferris Bueller’s Day Off.” Mr. Speyer studied architecture under famed modernist Mies van der Rohe at the Illinois Institute of Technology, and later became curator of 20th century painting and sculpture at the Art Institute of Chicago.
architecture, art, Ferris Bueller's Day Off
Mr. Speyer was critical of American home-building bombast, declaring in a 1986 interview conducted by the Art Institute of Chicago shortly before his death, “I think the typical suburban style is really not at all based in comfort, it’s based in ostentation,” he said. “Everybody,” he added, is “putting a centerpiece on the table.”
This integration of digital tools and automated technologies into building practices has become ever-more urgent in light of the agility that will be required to cope with the effects of climate change, including the increased mobility of people and reduction in material and human resources. Architecture that could accommodate more people in the event of mass migration, or construction practices that could efficiently utilise local resources instead of relying on global supply chains, are possible results of digitising the production of the built environment.
As long as the tools are made freely available to the public, lest the control shift to those who own/control such tools (proprietary software in the hands of large digital coroporations).
Kozyreva, A., Lewandowsky, S., & Hertwig, R. (2019, December 4). Citizens Versus the Internet: Confronting Digital Challenges With Cognitive Tools. https://doi.org/10.31234/osf.io/ky4x8
Tingley, K. (2020, June 10). How Architecture Could Help Us Adapt to the Pandemic. The New York Times. https://www.nytimes.com/interactive/2020/06/09/magazine/architecture-covid.html
Liu, Andrew, and Mason A. Porter. ‘Spatial Strength Centrality and the Effect of Spatial Embeddings on Network Architecture’. Physical Review E 101, no. 6 (9 June 2020): 062305. https://doi.org/10.1103/PhysRevE.101.062305.
author/carie-penabad. (2020, May 27). Carie Penabad: Architecture and the Great Confinement. Architect. https://www.architectmagazine.com/practice/carie-penabad-architecture-and-the-great-confinement_o
The overall software architecture is actioning years of developers experiences through Uncle Bob's Clean Architecture. Thanks to Lerna and Yarn workspaces, GanttLab now comes with the entities, use-cases and gateways packages that are used by the adapter-webapp making up the web application on https://app.ganttlab.com.
our houses will need to be better ventilated and offer more light
“As I enter the office floor, I see my colleagues, wave to them, and find myself a desk. I overhear some guys talking about an old client of mine. I give them some tips on how I used to handle this client, but I really don’t have time to chitchat. My new client will arrive in an hour; a key account and we cannot afford to lose him. I’m damn nervous and I need to prepare. So, I pick up my laptop and move into one of the available quiet rooms. I close the door and start working.” This straightforward story explains the advantages of the open office, as well as the users’ fears of not being able to concentrate, and the potential business implications of distracted workers. And the story provides a possible design solution (creating ‘quiet rooms’), which proved to be valuable input in the design process (they got their quiet rooms).
Example of an effective and authentic narrative.
c’est une structure architecturale faite d’écriture
Guédelon Castle (Château de Guédelon) is a castle currently under construction near Treigny, France. The castle is the focus of an experimental archaeology project aimed at recreating a 13th-century castle and its environment using period technique, dress, and material.
Guédelon Castle (Château de Guédelon)
More info on HN
la ville comme teaching machine : cet environnement, réceptacle d’information, devient support d’un apprentissage
l'architecture en elle-même est donc sémantique, porteuse de sens – et non pas simple support technique.
Ainsi l’architecture a eu, à un moment de l’histoire, la capacité de rendre visibles les supposées qualités (spatiales) d’un environnement numérique en cours de co-construction par les informaticiens et les architectes, un espace redéfini comme pur milieu d’apprentissage
quand l’environnement lui-même est constitué de circuits électroniques et d’information, l’architecture devient le contenu d’un nouvel environnement informationnel
renversement de l’architecture traditionnelle: dans l’environnement informationnel, le contenant (architecture, comme structure) devient le contenu.
l’architecture comme un cadre d’élaboration de la pensée informatique a été bien documentée
l’architecture s’entend ainsi comme cadre épistémologique, une condition du réel permettant le cheminement de la pensée, son articulation, sa cristallisation.
dispositif de réorganisation permanente du site par ses habitants
c’est d'ailleurs la qualité du mobilier urbain que d’être appropriable par ses occupants (ex. déplacer une chaise dans une place publique, ne serait-ce que de quelques centimètres ou en la tournant de quelques degrés: par ce simple geste, on se l'approprie, même si c'est un bien commun; contrairement à un banc fixé dans le béton, la chaise déplaçable permet d'assouplir (soft-en) l’environnement urbain pour qu’il puisse être plié aux usages)
Ainsi, par le recours aux outils informatiques, la pratique architecturale se voit coupée en deux (opérant par là le renversement d’un paradigme accepté par la discipline depuis Alberti) : une partie hard dont l’architecture est responsable, et une partie soft rendue aux habitants
dualité du régime de vie du projet architectural: la partie hard, la structure, celle dessinée par les architectes, et la partie soft – dynamique, imprévisible, dont s’empare les citoyens.
Au lieu de « Que nul n’entre s’il n’est géomètre » , « Que nul n’entre s’il n’est codeur ».
excellent slogan pour l'école d'architecture (numérique) du XXI siècle!
Peut-être, au lieu que d’espace numérique, nous devrions parler d’architectures numériques, en donnant au mot « architecture » une signification à la fois spatiale et temporelle. Le nuage est une architecture, l’infrastructure d’Internet est une architecture, et l’ensemble d’algorithmes, données, plateformes et câbles est une architecture.
Arrêtons-nous-y : parler musicalement de l’espace est une façon de l’investir de temps (au pluriel), de l’aérer avec des rythmes, de changer (par accélération) la hauteur nombrée en durée rythmée.
la musique comme métaphore de l'exploration de l'espace-temps
different problems that are sufficiently similar that you can apply a same model to them, but sufficiently different that this model has to be customized considerably to be applicable in each case.
Equivalent Problems
les communs tendent à se définir par les modalités et l’intention de leur gouvernance, plus que par la seule préservation de ressources. C’est cette architecture de gouvernance en mouvement, et l’écosystème humain qui en résulte, qui constituent les communs.
questionne la finalité des communs et renverse ce qui est commun : «l'architecture de gouvernance en mouvement»
The Coerciveness of the Primary Key: Infrastructure Problems in Human Services Work
The Secure Transport of Light -- James Bridle
le numérique permet l’optimisation des flux et des ressources, rassemble des compétences, orchestre le dialogue et les échanges. Lien entre les différentes composantes de la ville, le numérique crée désormais des ponts entre les environnements tangibles et virtuels. Dès lors, cette ville « augmentée » rythmée par les connexions et la mobilité, offre de nouvelles opportunités pour le design dans la conception de services et la création de nouvelles expériences pour les citadins.
esquisse du rôle du numérique dans la nos manières de penser l'urbanisme
Beyond Liberalization II
Steve Yegge Rant
Dans ces cas, les raisons d’agir rendent un service inestimable en révélant pourquoi des opérations de conception ont été entreprises.
Le parallélisme entre les deux formules (1) et (2) suggère de rapprocher échelles E et raisons d’agir R du concepteur. Démontrer l’équivalence des échelles et des raisons d’agir revient à établir E ⊂ R et R ⊂ E.
implication biconditionnelle entre l’échelle et la raison d’agir
cet article s’interroge sur le cœur ou « part commune » des activités de conception. Celle-ci suggère tout à la fois l’unité des sciences de la conception et l’approche internaliste des processus de conception
elle prend du même coup une dimension utopique. Dans ce monde saturé d’images et de messages, il n’y a de sortie et d’espoir que du côté de l’utopie?: c’est ce que l’architecture a compris, à l’insu peut-être des architectes.
L’architecture comme utopie (fragmentaire) : esthétique du reflet (fragments brillants éclatés), pour un monde idéal (qui n’existe pas encore).
Proust évoque souvent des sentiments puissants que nous éprouvons, relatifs au beau (effet esthétique).
Dans ce passage, il est question d’abstraction (formes abstraites, comme en architecture), ce qui rejoint le texte d’Eupalinos de Valéry :
Ce sont les formes de cette <mark>syntaxe</mark>, mises à nu, respectées, embellies par son ciseau si franc et si délicat, qui nous émeuvent dans ces tours de langage familiers jusqu’à la singularité et jusqu’à l’audace et dont nous voyons, dans les morceaux les plus doux et les plus tendres, passer comme un <mark>trait rapide ou revenir en arrière</mark> en <mark>belles lignes brisées</mark>, le <mark>brusque dessin</mark>. Ce sont ces formes révolues prises à même la vie du passé que nous allons visiter dans l’œuvre de Racine comme dans une cité ancienne et demeurée intacte. Nous éprouvons devant elles la même émotion que devant ces <mark>formes abolies, elles aussi, de l’architecture</mark>, que nous ne pouvons plus admirer que dans de rares et magnifiques exemplaires que nous en a léguées le passé qui les façonna […] (p. 193)
Il est beaucoup question de forme (« syntaxe », « lignes », « dessin », « formes abolies »).
(Proust mentionne aussi une qualité remarquable et chère à Valéry, la durabilité – les « exemplaires » sont remarquables parce qu’ils ont traversé le temps.)
Proust ne s’arrête pas en parlant d’architecture (il a notamment étendu son propos à « tous les arts », p. 190); il poursuit avec un discours autour du rythme et des silences (un autre aspect formaliste, relativement à la musicalité) :
Souvent dans l’Évangile de saint Luc, rencontrant les <mark>*deux-points*</mark> qui l’interrompent avant chacun des morceaux presque en forme de cantiques dont il est parsemé, j’ai entendu le <mark>silence</mark> du fidèle qui venait d’arrêter sa lecture à haute voix pour entonner les versets suivants comme un <mark>psaume</mark> qui lui rappelait les psaumes plus anciens de la Bible. <mark>Ce silence remplissait encore la pause de la phrase</mark> qui, s’étant scindée pour l’enclore, en avait gardé la <mark>forme</mark> […] (p. 193-194)
Proust s’attarde à des éléments très subtils de la forme (les « deux-points », les silences, les psaumes, les textes chantés) qui ne sont pas sans évoquer la musique, la « spatialisation des sons » ou encore une certaine « mise en forme » de la parole.
Le rythme (c’est de la forme) contribue au sentiment de beauté.
Cette étendue de leurs pouvoirs est le triomphe même de ce mode de construire dont je te parlais.
Le pouvoir est aux philosophes-architectes-poètes; ce pouvoir est total.
L’élégance inattendue nous enivre.
L’architecture ne peut s’en remettre qu’aux seules lois mathématiques; il y a d’autres principes qui produisent l’effet esthétique; le hic, c’est que, contrairement aux mathématiques, ces principes sont flous.
comment trouver les principes ?
Ah! La belle question épistémologique des principes de l’architecture.
(Une piste : Principes universels du Design, ouvrage publié chez Eyerolles, réunit de nombreux principes applicables notamment en architecture, reposant sur des textes fondateurs et des études en psychologie : organisation de l'espace urbain, environnement et sécurité, mais aussi des effets a posteriori, après la construction, comme les boucles de rétroaction).
Mais l’arbre et toutes ses parties ; et le coq, et toutes les siennes, sont construits par les principes eux-mêmes, non séparés de la construction.
La construction fait unité!
L’architecte-philosophe s’assure que son projet se tienne en un, malgré ses différentes parties (la nature et les corps organiques offrent un bel exemple). L’unité est une qualité de la construction!
conçois comme si j’exécutais
L'architecte fait correspondre la conception (planification) et l'exécution (réalisation) – c'est l'objectif ultime de l'architecte, penseur-démiurge!
What does composition have to do with mocking?Everything. The essence of all software development is the process of breaking a large problem down into smaller, independent pieces (decomposition) and composing the solutions together to form an application that solves the large problem (composition).
Netheads vs Bellheads
Netheads vs Bellheads
statue of Garibald
dedicated to Giuseppe Garibaldi, it's a statue of an Italian general.
Albanian Orthodox Church,
The Autocephalous Orthodox Church of Albania is one of the newest autocephalous Eastern Orthodox Churches. It declared its autocephaly in 1922 through its Congress of 1922. The church suffered during World War II and the church has seen a revival since religious freedom was restored in 1991.
Source from
https://en.wikipedia.org/wiki/Albanian_Orthodox_Church.
There’s a perception that the Old World is the advanced world and transferred all this knowledge to the New one, but we are realizing that they knew a lot, and I think this is one more piece of evidence for that
It's refreshing to see someone coming to this conclusion based on the research and evidence. It seems most of the time we tend to underestimate the technology that civilizations in this era used.
What happened here is that these rocks were struck by lightning sometime between when they were formed many thousands of years ago, and when they were carved
It kinda makes you wonder if it wasn't struck by lightning naturally but that the people did it to the rocks intentionally.
The fields found in the statues, however, are far stronger — in some cases nearly four times that of the Earth’s magnetic field.
That's quite impressive. It's on the same order of magnetisim as the rocks at the Puma Punku site in Bolivia.
artisans carved the figures so that the magnetic areas fell at the navel or right temple — suggesting not only that Mesoamerican people were familiar with the concept of magnetism but also that they had some way of detecting the magnetized spots
The potbelly statues have very strong magnetic areas on the head and around the belly button suggesting that the people who made them had knowledge of magnetism.
Etinosa Yvonne Osayimwen's goal is to get inside her subjects' heads.
An image that describes identity, formation, and the structure of being human.
Cahokia, as it may have appeared around 1150 CE. Painting by Michael Hampshire for the Cahokia Mounds State Historic Site.
This structure reminds me of the pyramids. It's interesting how cultures thoughout the world tend to share the same shapes of structures.
A gradual decline in the Cahokian population is thought to have began sometime after 1200 A.D. and two centuries later, the entire site had been abandoned.
Interestingly, the Mayan declined around the same time as this civilization began.
Archaeologists have also excavated four, and possibly five, circular sun calendars referred to as Woodhenge.
Again there is a connection to megalithic architecture's large sundials
There was also an astronomical observatory (“Woodhenge”), consisting of a circle of wooden posts.
This term "Woodhenge" further points to an acknowledgment of the similarities between this site and other pyramid sites.
expressed through many different mediums: rituals, ceremonies, paintings, poems, drama, oral texts such as prayers and music such as hymns, symphonies and folk songs
in the case of the transparency myth, we see it built into the very institution of the Court, glass everywhere, social media use, etc.
Q&A: How to Develop ‘Program Architecture’
Discusses they ways in which Kacey Thorne of WGU, outlines plans for developing underlying competencies for online programs. Program architecture refers to the connect of skills and competencies for specific industries linking back to a network of what students will learn in school through offered programs. This is necessary for creating relevant programs that teach translatable skills for the real world after college. Rating 10/10
Sci-Arc
higher ed program
Cette conjecture suppose que si l’ambition est de créer « une configuration sociale où la rencontre entre des entités individuées engage intentionnellement à la conception de représentations communes », alors, et sous des formes extrêmement variées, se succèdent différentes séquences qu’il est à priori possible de créer, d’inventer, de standardiser.
de la conjoncture à l'architecture. Il semble y avoir un delta important entre les deux. Dans le tiers-lieu, l'acte d'architecture (conception intentionnelle) est commun, et vient plutôt après (parce que) une conjoncture. Finalement dans les tiers-lieu ainsi définis, l'architecture est celle des représentations communes.
One way to identify cycles is to build a dependency graph representing all services in the system and all RPCs exchanged among them. Begin building the graph by putting each service on a node of the graph and drawing directed edges to represent the outgoing RPCs. Once all services are placed in the graph, the existing dependency cycles can be identified using common algorithms such as finding a topological sorting via a depth-first search. If no cycles are found, that means the services' dependencies can be represented by a DAG (directed acyclic graph).
voluta jónica
n. lonic scroll
It would be fair to characterize Beaker as “a novel application of Bittorrent’s concepts to the Web platform.” If Beaker had been started in 2006, it would be using Bittorrent as its primary protocol. However, as of 2016, new variants have appeared with better properties.
Elm architecture in plain JavaScript
Alexander replied: “I find that incomprehensible. I find it very irresponsible. I find it nutty. I feel sorry for the man. I also feel incredibly angry because he is fucking up the world.”
the erection, preservation & repair of the buildings, the care of the grounds
The inclusion of the importance of the architecture in this document does not surprise me, as UVA takes great pride in being known as one of the most beautiful universities in America. They are constantly working to improve the look of buildings, hence why there is always some form of construction going on. However, the university remains with the same Jeffersonian architecture look, since that is what it is known for. Of course many universities work of preserving their buildings; however, the fact that this needed to be incorporated shows that UVA wants it to be known how much they care for the grounds.
Beta blockers have long been associated with sleep disturbances such as difficulty falling asleep, staying asleep, and insomnia. They have been shown to reduce the production of melatonin via specific inhibition of beta-1 adrenergic receptors. Melatonin is a hormone secreted by the pineal gland in the brain, and helps in maintaining normal circadian rhythms.6,20-21 People with hypertension already have a lower melatonin production rate than those with normal blood pressure.22
The question becomes, then, do beta blockers impair sleep when exogenous melatonin is administered concurrently?
As we're now recognizing, often the best way to find out if a software idea is useful is to build a simplistic version of it and see how well it works out
một điều cần nhớ
You cannot assume that you can take an arbitrary system and break it into microservices. Most systems acquire too many dependencies between their modules, and thus can't be sensibly broken apart. I've heard of plenty of cases where an attempt to decompose a monolith has quickly ended up in a mess. I've also heard of a few cases where a gradual route to microservices has been successful - but these cases required a relatively good modular design to start with.
cẩn thận không tạch
Messages are immediately written to the filesystem when they are received. Messages are not deleted when they are read but retained with some configurable SLA (say a few days or a week)
“An individual building, the style in which it is going to be designed and built, is not that important. The important thing, really, is the community. How does it affect life?” I.M. Pei
parlours
"In a private house: a sitting room; esp. the main family living room, or the room reserved for entertaining guests" (OED).

garrets
“A room on the uppermost floor of a house; an apartment formed either partially or wholly within the roof, an attic” (OED).
Cottage
A term used to designate a " small country residence... adapted to a moderate scale of living" (OED).
The image below is a still from the 1995 film adaptation of Sense and Sensibility showing the building used to represent Barton Cottage.

cottage;
An example of an early 19th century cottage, this one being the birthplace of author Thomas Hardy
The bridge at Heidelberg
This is an interesting choice of photo--the bridge is contained in the top half and the right third of the photo, and the angle/compression/lighting is making it hard to discern the particulars of the bridge. Other photos are obviously available), so I assume it's to emphasize the bridge as an element of the city, rather than one that emphasizes it as an architectural span over water.
Architecture guidelines for stable Deep Convolutional GANsReplace any pooling layers with strided convolutions (discriminator) and fractional-stridedconvolutions (generator).Use batchnorm in both the generator and the discriminator.Remove fully connected hidden layers for deeper architectures.Use ReLU activation in generator for all layers except for the output, which uses Tanh.Use LeakyReLU activation in the discriminator for all layers
Concrete guidelines for DCGAN architecture
Architecture inside out. The functional parts of the building are on the outside and visible to all. It was a radical idea at the time.
Gothic architec-ture
Somewhat related text on this point: Ruskin's Stones of Venice describes Gothic architecture as the best architecture because it is the closest to nature.
When design solutions address the symptoms of a problem (like sleeping outside in public) rather than the cause of the problem (like the myriad societal shortcomings that lead to homelessness), that problem is simply pushed down the street.
the art of structuring space through mathematical functions
first, it creates a living space; and, second, it is in motion
les deux caractéristiques de l'architecture :
comme des fonctions de structuration du réel
structuration de l'espace
architecture responsive, mixte de calcul et d’affinité, d’égocentrisme et de connexion, d’automatisme et d’occasion.
responsive : ou adaptative, situative, "à mémoire de forme"
a posteriori
pas tant a posteriori que récursif ou itératif : norme-adopte-norme
a priori
accueille l'usage, la façon d'habiter : degré de liberté
l’architecture
voir Rosati
It is important as well to recognize that “platforms” are not only a technical architecture; they are also an institutional form. They centralize (like states), scaffolding the terms of participation according to rigid but universal protocols, even as they decentralize (like markets), coordinating economies not through the superimposition of fixed plans but through interoperable and emergent interaction.
Platforms centralize/standardize interface definition and thereby decentralize flow.
albums produced between 1908 and 1913 by developers and the real estate industry to entice potential middle and upper class tenants to New York City’s “principal high class apartment houses,” declares one volume’s subtitle. Each featured apartment house is briefly described, and illustrated with an exterior photograph and one or more floor plans.
Mauricio Geraldo made a game out of the floor plans.<br> http://publicdomain.nypl.org/mansion-maniac/<br> http://github.com/nypl-publicdomain/mansion-maniac
The latest wave of digitalarchitecture conceives of self-organizing robotic assemblages within the modernhome, for example, which will blur the distinction between architecture and furnitureto create new kinds of interactive and ergonomic spaces
I'm not quite sure how architecture and furniture will become similar... are chairs going to be coming out of walls?
Rabinow links the growth of modem forms of political power with the evolution of aesthetic theories and shows how the
the quote continues on to discuss how the French showed their superiority through the presence of their architecture
A very fundamental property to maintain in ontologies are the identity criteria. There is fundamental work by Nicola Guarino et al. about making ontological distinctions based on identity criteria, which led to the DOLCE ontology. For the Semantic Web, we must try ensure two things: a) that different parties see one thing as one, both at the same time and diachronically b) that things have well-defined properties.
all representations have essentially the same information content. And what we mean by "essentially" allows in fact some wriggle room, and in the end it rests on a common understanding between publisher of the information and quoter of the URI. The sameness we are after is the sameness of information content. That is what is identified by the URI. That is why we say that the URI identifies that conceptual information content, irrespective of its particular representation: the conceptual work. Without that common understanding, the web does not work. Some people have said, "If we say that URIs identify people, nothing breaks". But all the time they, day to day, rely on sameness of the information things on the web, and use URIs with that implicit assumption. As we formalize how the web works, we have to make that assumption explicit.
I'm sticking with the machine-processable languages as examples because human-processable ones like HTML have a level of ambiguity traditional in human natural language but quite out of place in the WWW infrastructure -- or the Semantic Web.
we must either distinguish or be hopelessly fuzzy. And is this bad, is it an inhibition to have to work our way though documents before we can talk about whatever we desire? I would argue not, because it is very important not to lose track of the reasons for our taking and processing any piece of information. The process of publishing and reading is a real social process between social entities, not mechanical agents. To be socially responsible, to be able to handle trust, and so on, we must be aware of these operations. The difference between a car and what some web page says about it is crucial - not only when you are buying a car. Some have opined that the abstraction of the document is nonsense, and all that exists, when a web page describes a car, is the car and various representations of it, the HTML, PNG and GIF bit streams. This is however very weak in my opinion. The various representations have much more in common than simply the car. And the relationship to the car can be many and varied: home page, picture, catalog entry, invoice, remote control panel, weblog, and so on. The document itself is an important part of society - to dismiss its existence is to prevent us being aware of human and aspects of information without which we are impoverished. By contrast, the difference between different representations of the document (GIF or PNG image for example) is very small, and the relationship between versions of a document which changes through time a very strong one.
It demonstrates the ambiguity of natural language that no significant problem had been noticed over the past decade, even though the original author or HTTP , and later co-author of HTTP 1.1 who also did his PhD thesis on an analysis of the web, and both of whom have worked with Web protocols ever since, had had conflicting ideas of what the various terms actually mean.
an HTTP URI may identify something with a vagueness as to the dimensions above, but it still must be used to refer to a unique conceptual object whose various representations have a very large a mount in common. Formally, it is the publisher which defines the what an HTTP URI identifies, and so one should look to the publisher for a commitment as to the exact nature of the identity along these axes.
You can expect to pay 50 cents a day. Or try DIY. This is where you will own your content.
Rent to own?
There is no ownership while we rent.
We either own or increase our freedom of movement in and out of rental environments...or both.
Yeah. I think this describes things perfectly. ^_^
the interface currently works quite slowly, much slower than regular web content.
This may be browser-side speed. Most of the heavy lifting of the application is done in the client.