- Jul 2023
-
developer.chrome.com developer.chrome.com
-
```js // Log the full user-agent data navigator .userAgentData.getHighEntropyValues( ["architecture", "model", "bitness", "platformVersion", "fullVersionList"]) .then(ua => { console.log(ua) });
// output { "architecture":"x86", "bitness":"64", "brands":[ { "brand":" Not A;Brand", "version":"99" }, { "brand":"Chromium", "version":"98" }, { "brand":"Google Chrome", "version":"98" } ], "fullVersionList":[ { "brand":" Not A;Brand", "version":"99.0.0.0" }, { "brand":"Chromium", "version":"98.0.4738.0" }, { "brand":"Google Chrome", "version":"98.0.4738.0" } ], "mobile":false, "model":"", "platformVersion":"12.0.1" } ```
Tags
- http:header=sec-ch-ua-platform
- <meta http-equiv="accept-ch"/>
- http:header=sec-ch-ua-bitness
- http:header=user-agent
- js
- http:header=sec-ch-ua-arch
- http:header=sec-ch-ua-model
- http:header=sec-ch-ua-mobile
- conneg
- wikipedia:en=HTTP_Client_Hints
- http:header=sec-ch-ua-full-version
- http:header=sec-ch-ua
- http:header=accept-ch
- http:header=sec-ch-ua-full-version-list
- cito:cites=urn:ietf:rfc:8942
- http:header=sec-ch-ua-platform-version
- mobile
- cito:cites=urn:ietf:rfc:1945
- http
Annotators
URL
-
-
wicg.github.io wicg.github.io
-
```idl dictionary NavigatorUABrandVersion { DOMString brand; DOMString version; };
dictionary UADataValues { DOMString architecture; DOMString bitness; sequence<NavigatorUABrandVersion> brands; DOMString formFactor; sequence<NavigatorUABrandVersion> fullVersionList; DOMString model; boolean mobile; DOMString platform; DOMString platformVersion; DOMString uaFullVersion; // deprecated in favor of fullVersionList boolean wow64; };
dictionary UALowEntropyJSON { sequence<NavigatorUABrandVersion> brands; boolean mobile; DOMString platform; };
[Exposed=(Window,Worker)] interface NavigatorUAData { readonly attribute FrozenArray<NavigatorUABrandVersion> brands; readonly attribute boolean mobile; readonly attribute DOMString platform; Promise<UADataValues> getHighEntropyValues (sequence<DOMString> hints ); UALowEntropyJSON toJSON (); };
interface mixin NavigatorUA { [SecureContext] readonly attribute NavigatorUAData userAgentData ; };
Navigator includes NavigatorUA; WorkerNavigator includes NavigatorUA; ```
Tags
- http:header=sec-ch-ua-platform
- http:header=sec-ch-ua-bitness
- http:header=sec-ch-ua-form-factor
- http:header=user-agent
- http:header=sec-ch-ua-model
- http:header=sec-ch-ua-arch
- http:header=sec-ch-ua-mobile
- conneg
- wikipedia:en=HTTP_Client_Hints
- http:header=sec-ch-ua-full-version
- http:header=sec-ch-ua
- http:header=accept-ch
- http:header=sec-ch-ua-full-version-list
- cito:cites=urn:ietf:rfc:8942
- http:header=sec-ch-ua-platform-version
- http:header=sec-ch-ua-wow64
- mobile
- http
Annotators
URL
-
- Feb 2023
-
www.makeuseof.com www.makeuseof.com
-
When Ubuntu was confronted with making Debian user friendly, the issue was speeding up software updates. Manjaro has the opposite issue with Arch and is handling it appropriately.
-
-
cachyos.org cachyos.org
Tags
Annotators
URL
-
- Jun 2022
-
www.reddit.com www.reddit.com
-
Compare that to bugfixes coming to a Ubuntu LTS or 6 month and you might not get it before the version is End Of Life making collaborating difficult & fruitless.Arch is where developers are so it makes sense from the massive array of software available in the AUR & repos too.Its like a software flee market, occasionally AUR software isn't up to the bar or theoretically there COULD be a bad actor once every few years otherwise its something truly special.
-
Bug triage is so much easier & faster on Arch. Everyone is on the same latest version and engaging developers usually lead to fixes that users can consume right away or within a week.
-
- Mar 2022
-
www.architecturaldigest.com www.architecturaldigest.com
-
Beaux Arts builders were more interested in decorative flair and monumental grandeur than the perfection of scale and proportion
-
- Nov 2021
-
decketts.medium.com decketts.medium.com
-
There is no need for metadata, attributes, properties, opening and closing tags or whatever fancy words or concepts we can come up with, we just need simple objects with key-value information.
Trying to consolidate [[SGML]]'s lack of key-value paid & arrays vs [[JSON]]'s lack of attributes and spanning extents.
-
- Feb 2017
-
www.yalelawjournal.org www.yalelawjournal.org
-
People used the
1) Everyone talks about this already
-
- Dec 2016
-
gitlab.com gitlab.com
-
Render
Render - Client / Server architecture application. Needs broader classification of requirements, configurations and settings.
-
Process The process is about taking the captured data as an input, and making it ready to render. concepts??? [TODO ]
So, this i see as individually linked to it's specific concepts and methods. i can't imagine of it's own sub-section in architecture document as it's very diverse and broad.
-
Measurement(Manually)
Manual measurement or traditional measurement methods and techniques will link to Akarsh's documentation @ https://docs.google.com/document/d/1yYIPX4R5mCv1NaYNenSaf5gbckelYwZQMqT6dbOvSlY/edit
-
Panorama
This can be it's own Section under capture, with sub-sections detailing of methods to capture panos like Ricoh cam, dslr multi images stitching with hugin, Fish eye,
-
- Aug 2015
-
wiki.archlinux.org wiki.archlinux.org
Tags
Annotators
URL
-
-
wiki.archlinux.org wiki.archlinux.org
Tags
Annotators
URL
-