or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing
xxxxxxxxxx
Stable LWS Locators
Identity, Data, and Metadata Portability
terms:
problem statement — litany of Identity and Storage Provider failure modes
what's portable? Identity, Resource, Resource Metadata
how do we make stuff portable: Tech, effort, and one-time vs. run-time costs
slides: https://hackmd.io/@ericP/SybL2qT6Jl#/
src: https://hackmd.io/udygiH3STieqHniB38h1ig?both#/1
Problem Statement
Fire a Provider
Owner/User shifts to a new Provider with acceptable one-time and run-time inconvenience / cost.
Providers might cooperate
Providers might disappear
purl.org was assumed too important to fail
until it disappeared for 15 months.
Providers might turn evil
What's portable?
What can the user expect to move without hassle?
Identity
Resource
<#MyProfile>
.Resource Metadata
<#MyId>
.Technology vs. one-time/run-time costs?
How do we handle this "dereferencing" without introducing critical points of failure?
Adding a level of indirection doesn't help if the redirector (e.g., a registry) is fallible.
DNS for LWS
uu3.org
Shared ledger
Federations or shared registries
URI authority acts like a name server
https://a.example.com/7e8f3d25-6c92-4a1b-8e5d-9f3a7c5b4d2e
https://b.example.com/7e8f3d25-6c92-4a1b-8e5d-9f3a7c5b4d2e
https://c.example.com/a1b2c3d4-e5f6-47g8-h9i0-j1k2l3m4n5o6
the URI path determines the resource location
extra point of failure (PoF), e.g.,
purl.org
/etc/hosts
IDs/resources
.well-known/ids
w3id.org/ids
Next steps
Analyze tech/trade-offs