- May 2022
-
code.briarproject.org code.briarproject.org
-
The security of the data (authentication, confidentiality, integrity and forward secrecy) is handled by the transport security protocol, BTP. The same protocol is used for all transports. BTP is an obfuscated protocol: to anyone except the intended sender and recipient, all data is indistinguishable from random. So BTP's first job is to let the recipient know who sent the data, so the recipient can use the right key to authenticate and decrypt it.
crypto protocol
-
- Jan 2021
-
app.tophat.com app.tophat.comTop Hat1
-
ly little work, even if this view is not entirely accurate. Both the House of Commons and Senate play key roles in the manner tha
What youdon't see is that I can also post to "only me"
Tags
Annotators
URL
-
- Oct 2020
-
cod.pressbooks.pub cod.pressbooks.pub
-
THE BOOK OF TEA By Kakuzo Okakura
Hi Bob!! 👋
-
-
www.npmjs.com www.npmjs.comhyperx2
-
This module is similar to JSX, but provided as a standards-compliant ES6 tagged template string function.
-
tagged template string virtual dom builder
-
-
github.com github.com
-
render(html`<${Button} on:click=${() => (clicked += 1)}>Click Me!<//>`)
Compared to https://github.com/kenoxa/svelte-jsx#api, this alows on:click instead of on_click.
So maybe this syntax allows for fewer workarounds overall?
-
-
-
github.com github.com
-
svelte-htm - Hyperscript Tagged Markup for svelte; a jsx-like syntax using Tagged Templates
-
-
-
by using tagged templates we can inline function calls
(below)
-
-
2ality.com 2ality.com
-
trusktr herman willems • 2 years ago Haha. Maybe React should focus on a template-string syntax and follow standards (and provide options for pre-compiling in Webpack, etc).
-
To suggest template literals cover the level of abstraction that JSX has to offer is just dumb. They're great and all, but c'mon now...
-
-
facebook.github.io facebook.github.io
-
However, this would lead to further divergence. Tooling that is built around the assumptions imposed by template literals wouldn't work. It would undermine the meaning of template literals. It would be necessary to define how JSX behaves within the rest of the ECMAScript grammar within the template literal anyway.
-
Template literals work well for long embedded DSLs. Unfortunately the syntax noise is substantial when you exit in and out of embedded arbitrary ECMAScript expressions with identifiers in scope.
-
ECMAScript 6th Edition (ECMA-262) introduces template literals which are intended to be used for embedding DSL in ECMAScript.
-
Why not Template Literals?
Tags
- why not?
- verbose/noisy
- design goals
- undermine
- non-standard
- JSX
- DSL
- ECMAScript standard
- benefiting from shared tooling that can be reused
- javascript: tagged template literals
- leverage the fact that tooling already exists
- substantial
- exceptions to the rule
- intended use/purpose
- good point
- good question
- embedding
- assumptions
- divergence
- syntax noise
- developer's intention
- controversial
Annotators
URL
-
-
-
Don't think so; template strings solve the problem JSX tries to tackle without forking the language.
-
-
github.com github.com
-
Solid supports templating in 3 forms JSX, Tagged Template Literals, and Solid's HyperScript variant.
-
- Aug 2019
-
zoia.org zoia.org
-
The basic idea behind Zettelkasten is to build a repository of the knowledge you gain through the years. The idea is similar to what Paul Jun, of Creative Mastery, writes about keeping a Commonplace Book, or Ryan Holiday’s notecard system. Zettelkasten adds the powerful idea of linking notes to create a web of interlinked knowledge.
-
- Dec 2017
-
engagements2017-18.as.virginia.edu engagements2017-18.as.virginia.edu
-
Giving then a portion of their time to a finished knowledge of the latin and Greek, the rest might be appropriated to the modern languages, or to the commencement of the course of science, for which they should be destined.
From this it is suggested that it is important to know Latin and Greek as a scholar in those times due to the large volumes of books that are still written in those languages and yet to be translated. It shows that in order to continue an education in the field of science one must also be able to understand the "language of science" which is often not English.
Eric Yu
-
To harmonize & promote the interests of agriculture, manufactures & commerce and by well informed views of political economy to give a free scope to the public industry.
Manufacture and commerce is mentioned here. Today when we speak about college education these two are probably normal in conversation of a student studying things like business or engineering. Take note that agriculture is mentioned as well. It is not only mentioned but the first mentioned. This suggests that a lot more emphasis is put on agriculture by the society at the time and thus the importance of including it in higher education.
Eric Yu
-
- Oct 2017
-
engagements2017-18.as.virginia.edu engagements2017-18.as.virginia.edu
-
the same advantages to youths whose education may have been neglected untill too late to lay a foundation in the learned languages
It is great that it is mentioned here the confirmed psychological study that ability to study language declines drastically over time
-
the German now stands in a line with that of the most learned nations in richness of erudition and advance in the sciences
This statement evoked some further thinking in me. I realized that United States at this time is a new country and this very quote implies it so. It says that German is a language that needs to be learned in order to learn from the most advanced knowledge from science and some other subjects. United States is still developing and learning from stronger and more advanced countries.
-
- Apr 2017
-
www.randomresources.co www.randomresources.co
-
Entrepreneurs, Makers
Test
-
- Dec 2016
-
-
Written by rchase, feel free to edit. It's an experiment.
Since I took the notes using hypothesis, the password to edit is hypothesis.
Tags
Annotators
URL
-
- Oct 2015
-
unec.edu.az unec.edu.az
-
namic languages such as JavaScript are more difficult to com-pile than statically typed ones. Since no concrete type informationis available, traditional compilers need to emit generic code that canhandle all possible type combinations at runtime. We present an al-ternative compilation technique for dynamically-typ
first comment!
-