- Oct 2024
-
github.com github.com
-
Documentation
Tags
Annotators
URL
-
- Sep 2024
-
www.thelancet.com www.thelancet.com
-
Visualisation of the concept of the safe and just corridor
for - diagram - visualization - safe and just corridor
-
-
socketry.github.io socketry.github.io
-
A task can be in one of the following states
-
- Mar 2024
-
www.monarchmoney.com www.monarchmoney.com
-
Sankey diagramThis is the most intuitive way to see where all of your money is going at a glance.
-
- Jan 2024
-
drawio-app.com drawio-app.com
-
To insert the draw.io macro when editing a Confluence page, type /draw, and select draw.io Diagram
-
- Dec 2023
-
-
in terms of amplification and acceleration you can this waveform diagram is sort of a nice metaphor graphical metaphor for the increasing severity of crises and the increasing 00:13:44 frequency of crises within our world
-
for: waveform diagram - amplification and acceleration of crisis
-
comment
- nice picture to illustrate increasing frequency and amplitude of the graphical wave representation of a crisis
-
-
-
www.pluralsight.com www.pluralsight.com
-
Here is a simple diagram of the process:
-
-
developers.google.com developers.google.com
-
Web server applications
-
- Nov 2023
-
-
users
Tags
Annotators
URL
-
-
www.okta.com www.okta.com
-
The diagram below walks through the social login process from start to finish.
Equivalent to this diagram: https://hyp.is/YjaJsI5KEe6x-NdCxYmrtA/developer.okta.com/docs/concepts/identity-providers/
Except: - This one shows a GET okta.com/oauth2/v1/authorize/callback and the other shows GET okta.com/oauth2/v1/authorize
Tags
Annotators
URL
-
-
developer.okta.com developer.okta.com
-
Sign-in process
-
- Sep 2023
-
www.digitalocean.com www.digitalocean.com
-
The above diagram depicts the details of a session creation.
-
-
en.wikipedia.org en.wikipedia.org
-
Circuit representation of a work-efficient 16-input parallel prefix sum
Tags
Annotators
URL
-
-
sendgrid.com sendgrid.com
-
In order to enable MPP, users must have Apple devices, configure their email account to use Apple Mail applications, update their operating system to the latest version, and opt into MPP.
-
- Mar 2023
-
www.arengu.com www.arengu.com
-
like the one in the picture.
.
-
-
library.oapen.org library.oapen.org
-
Figure 3.2 Consumption corridors changing over time
- diagram
- consumption domain diagram
-
Figure 3.1 Why consumption minima and maxima are necessary.
- diagram
- living in a sustainable consumption corridor
- bound by minima and maxima consumption
-
-
link.springer.com link.springer.com
-
Sustainability and a continuum of human unsustainability
-
simple diagram showing trend towards collapse
-
spectrum from sustainable to collapse:
- sustainable
- unsustainable
- socio-ecological crisis
- socio-ecological collapse
-
-
-
insightmaker.com insightmaker.com
-
// Insight Maker is used to model system dynamics and create agent based models by creating causal loop diagrams and allowing users to run simulations on those
-
- Jan 2023
-
datatracker.ietf.org datatracker.ietf.orgrfc67491
-
Figure 2: Refreshing an Expired Access Token
-
- Nov 2022
-
developer.okta.com developer.okta.com
-
Here’s what this flow looks like:
-
-
plantuml.com plantuml.com
-
stackoverflow.com stackoverflow.com
-
-
As you note, Activity diagrams inherently can include concurrency and timing. If you look at this example cribbed from Wikipedia, shown below, you can observe the section with two heavy horizontal bars, and two parallel activities of "present idea" and "record idea". That is read as "start these activities in parallel, and continue only when both are complete." Flowcharts can't express this within the notation. Practically, using activity diagrams lets you think clearly about concurrent processes. I think you'll find that anyone who can read a flowchart will quickly adapt.
-
Activity diagram spreads confusion by its own name, there must be a reason why nobody understand them and ask similar questions.
-
It might seem as a preference, but if we have a standardized language for describing software systems, Why do we use something else? This can lead to bad habit of overusing flowcharts. Activity diagrams are really simple. But if you decide to describe a more complicated aspect of the system or try to change the part you are describing, you might have to switch anyway. So just use UML and prevent confusion in the future.
-
-
en.wikipedia.org en.wikipedia.org
Tags
Annotators
URL
-
-
en.wikipedia.org en.wikipedia.org
-
-
specific types of diagrams are also called a type of flow diagrams
-
-
-
The uses of flow diagrams are vast and honestly endless.
-
- Aug 2022
-
www.uml-diagrams.org www.uml-diagrams.org
-
www.uml-diagrams.org www.uml-diagrams.org
-
www.websequencediagrams.com www.websequencediagrams.com
-
mermaid-js.github.io mermaid-js.github.io
-
www.itmeyer.at www.itmeyer.at
Tags
Annotators
URL
-
-
-
competes with them all but it actually does all the things the petals do in one tool
-
-
www.venturekit.com www.venturekit.com
-
a petal competition slide, pioneered by Steve Blank. It’s intended for companies creating a new market.
-
-
www.uml-diagrams.org www.uml-diagrams.org
-
sequencediagram.xyz sequencediagram.xyz
-
-
mediatech.ventures mediatech.ventures
-
You're innovating, uncovering a different business model, or converging sectors that used to be distinct. Our traditional competition slides are fantastic ways to represent known and familiar considerations but they still lack a means of communicating how you might be doing something that crosses existing markets
-
-
www.youtube.com www.youtube.comYouTube1
-
remain empty or you can actually write something down or insert diagrams you
cool,怎么实现的这种
-
- Apr 2022
-
www.imaginarycloud.com www.imaginarycloud.com
-
Inner Join Venn Diagram
-
- Jan 2022
-
stackoverflow.com stackoverflow.com
-
+----------------------- | 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)
-
- Jun 2021
-
pragmaticstudio.com pragmaticstudio.com
-
cookie-based authentication goes something like this:
-
Token-Based Authentication
-
-
github.com github.com
-
To better understand what is actually possible have a look at the full example
-
-
www.mutuallyhuman.com www.mutuallyhuman.com
-
I’m going to represent tests as sequence diagrams (handily created via plantuml) rather than actually coding them out. For me the diagrams make it easier to talk about what the tests do without getting bogged down by how they do it.
-
I’m going to add the API Server as an actor to my first test sequence to give some granularity as to what I’m actually testing.
-
-
github.com github.com
-
(Diagrams made with AsciiFlow)
Tags
Annotators
URL
-
- May 2021
-
academic.oup.com academic.oup.com
-
Hernán, M. A., Clayton, D., & Keiding, N. (2011). The Simpson’s paradox unraveled. International Journal of Epidemiology, 40(3), 780–785. https://doi.org/10.1093/ije/dyr041
-
- Apr 2021
-
commons.wikimedia.org commons.wikimedia.org
- Mar 2021
-
en.wikipedia.org en.wikipedia.org
-
Use cases are not only texts, but also diagrams, if needed.
-
-
commons.wikimedia.org commons.wikimedia.org
-
github.com github.com
-
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.
-
-
trailblazer.to trailblazer.to
-
A leaked snippet of the endpoint architectural design draft document, highly confidential.
-
-
trailblazer.to trailblazer.to
-
To implement such an activity, we only need to rewire the second step’s failure output to a new terminus.
-
-
stresstherapysolutions.com stresstherapysolutions.com
- Feb 2021
-
github.com github.com
-
Tree Navigation
-
-
github.com github.com
-
Here comes a sample screenshot.
-
-
en.wikipedia.org en.wikipedia.org
-
Business Process Model and Notation (BPMN) is a standard for business process modeling that provides a graphical notation for specifying business processes in a Business Process Diagram (BPD),[3] based on a flowcharting technique very similar to activity diagrams from Unified Modeling Language (UML).
-
-
en.wikipedia.org en.wikipedia.org
-
en.wikipedia.org en.wikipedia.org
-
A sequence diagram shows object interactions arranged in time sequence.
-
-
en.wikipedia.org en.wikipedia.org
-
A sample UML class and sequence diagram for the Command design pattern.
Tags
Annotators
URL
-
-
en.wikipedia.org en.wikipedia.org
-
Diagram of interactions
-
-
github.com github.com
- Jan 2021
-
sankeymatic.com sankeymatic.com
-
SankeyMATIC builds on the open source tool D3.js and its Sankey library, which are very powerful but require a fair amount of work & expertise to use.
-
-
github.com github.com
-
The following Sankey flow diagram shows the current glyph sets included:
-
-
en.wikipedia.org en.wikipedia.org
- Oct 2020
-
en.wikipedia.org en.wikipedia.org
-
Venn diagrams are a more restrictive form of Euler diagrams
-
An Euler diagram (/ˈɔɪlər/, OY-lər) is a diagrammatic means of representing sets and their relationships. They are particularly useful for explaining complex hierarchies and overlapping definitions. They are similar to another set diagramming technique, Venn diagrams. Unlike Venn diagrams, which show all possible relations between different sets, the Euler diagram shows only relevant relationships.
-
- Jul 2020
- May 2020
-
github.com github.com
-
The diagram was generated with rails-erd
-
-
github.com github.com
-
Domain Model
-
- Mar 2020
-
clearcode.cc clearcode.cc
-
The process of collecting and storing user consent from a technical perspective
-
- Feb 2020
-
github.com github.com
-
- Jan 2020
-
jpospisil.com jpospisil.com
-
Let’s take a look at one more visitor, Arel::Visitors::Dot. The visitor generates the Graphviz’s Dot format and we can use it to create diagrams out of an AST.
-
-
buildingvts.com buildingvts.com
-
How do ActiveRecord, Arel, and SQL database interact with each other?
Tags
Annotators
URL
-
- Mar 2019
-
deepblue.lib.umich.edu deepblue.lib.umich.edu
-
Human Performance Technology Model This page is an eight page PDF that gives an overview of the human performance technology model. This is a black and white PDF that is simply written and is accessible to the layperson. Authors are prominent writers in the field of performance technology. Rating 5/5
-
- Dec 2015
-
christmind.info christmind.info
-
RAJ: Don’t add that “but.” Stay with the simple Fact you have just stated. The “but” is the hooker! “All is infinite Mind and Its infinite manifestation.“1 There aren’t any “buts” about it! Being is “neither behind the point of perfection nor advancing towards it. It is at that point and must be understand therefrom.“2 It will never be understood from the standpoint of the three-dimensional frame of awareness (ego). You must stop looking for clues, helpful hints, or reassurances objectively. Being doesn’t need them, and “ego” only needs them in order to hook you. Remember, as you “do battle,” that there is no battle going on at all. It is a process by which you are becoming less slipshod in your self-identification. It seems as though it is an attempt to influence you in the direction of misidentification, but you are at a point where the thrust truly cannot reach you because you are hidden in the Secret Place of the Most High. You have experienced It.
The expression - "But" is to express the belief that there is an exception to what was previously stated. This is like saying The Truth is not True always, which, of course, cannot be True.
Here is where the fight is - to NOT ALLOW suggestions of ego to have any credibility whatsoever!!
Or, from a positive perspective, to lean on your experience of Being and identify with nothing less than that.
This is an inside job.
The Battle is one of self-identification. A diagram of this would be a good method of illustration.
Quote: There aren't any "buts" about it!
-
- Nov 2015
-
christmind.info christmind.info
-
RAJ: Paul, do not let your Universe become broken up into bits and pieces, each acting on its own, each attempting to fulfill its own ends. This is exactly what I was talking about this morning. Do not believe any form, organization, or manifestation when it seems to declare that it can demand or cause something, irritate you, et cetera. Not only should you not identify yourself as form, you need to be sure that you don’t allow any form to convince you that it has a purpose and can successfully act independent from the Whole. It is a trick of ego to suck you into believing that you, among these other forms, are a form to be battered about, manipulated, coerced—and that you must defend yourself against them. It is utterly false. Do not buy it for a second.
All is One - do not fall into the belief that any form, organization, or manifestation can make demands, cause something, or irritate you, etc. In doing so hold the belief that Oneness is not true, I hold the belief that All is fragmented and that a fragment has power over me.
Raj says,
- don't identify yourself as form and
- don't allow any form to convince you that it has a purpose independent from the Whole.
This is an ego trick - don't buy into it for a second!!
Diagram this concept.
-
RAJ: Paul, do not let your Universe become broken up into bits and pieces, each acting on its own, each attempting to fulfill its own ends. This is exactly what I was talking about this morning. Do not believe any form, organization, or manifestation when it seems to declare that it can demand or cause something, irritate you, et cetera. Not only should you not identify yourself as form, you need to be sure that you don’t allow any form to convince you that it has a purpose and can successfully act independent from the Whole. It is a trick of ego to suck you into believing that you, among these other forms, are a form to be battered about, manipulated, coerced—and that you must defend yourself against them. It is utterly false. Do not buy it for a second.
All is One - do not fall into the belief that any form, organization, or manifestation can make demands, cause something, or irritate you, etc. In doing so hold the belief that Oneness is not true, I hold the belief that All is fragmented and that a fragment has power over me.
Raj says,
- don't identify yourself as form and
- don't allow any form to convince you that it has a purpose independent from the Whole.
This is an ego trick - don't buy into it for a second!!
Diagram this concept.
-
- Jan 2014
-
www.alexandria.ucsb.edu www.alexandria.ucsb.edu
-
Data management activities, grouped. The data management activities mentioned by the survey can be grouped into five broader categories: "storage" (comprising backup or archival data storage, identifying appropriate data repositories, day-to-day data storage, and interacting with data repositories); "more information" (comprising obtaining more information about curation best practices and identifying appropriate data registries and search portals); "metadata" (comprising assigning permanent identifiers to data, creating and publishing descriptions of data, and capturing computational provenance); "funding" (identifying funding sources for curation support); and "planning" (creating data management plans at proposal time). When the survey results are thus categorized, the dominance of storage is clear, with over 80% of respondents requesting some type of storage-related help. (This number may also reflect a general equating of curation with storage on the part of respondents.) Slightly fewer than 50% of respondents requested help related to metadata, a result explored in more detail below.
Storage is a broad topic and is a very frequently mentioned topic in all of the University-run surveys.
http://www.alexandria.ucsb.edu/~gjanee/dc@ucsb/survey/plots/q4.2.png
Highlight by Chris during today's discussion.
-
Distribution of departments with respect to responsibility spheres. Ignoring the "Myself" choice, consider clustering the parties potentially responsible for curation mentioned in the survey into three "responsibility spheres": "local" (comprising lab manager, lab research staff, and department); "campus" (comprising campus library and campus IT); and "external" (comprising external data repository, external research partner, funding agency, and the UC Curation Center). Departments can then be positioned on a tri-plot of these responsibility spheres, according to the average of their respondents' answers. For example, all responses from FeministStds (Feminist Studies) were in the campus sphere, and thus it is positioned directly at that vertex. If a vertex represents a 100% share of responsibility, then the dashed line opposite a vertex represents a reduction of that share to 20%. For example, only 20% of ECE's (Electrical and Computer Engineering's) responses were in the campus sphere, while the remaining 80% of responses were evenly split between the local and external spheres, and thus it is positioned at the 20% line opposite the campus sphere and midway between the local and external spheres. Such a plot reveals that departments exhibit different characteristics with respect to curatorial responsibility, and look to different types of curation solutions.
This section contains an interesting diagram showing the distribution of departments with respect to responsibility spheres:
http://www.alexandria.ucsb.edu/~gjanee/dc@ucsb/survey/plots/q2.5.png
-