From dc29c9030739e4755ad1f4f11dfe96650d295bf1 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 2 Feb 2018 21:16:25 +0000 Subject: [PATCH] add privacy statement for google android application --- blank_goals.html | 40 +++++++++++++++++++++++++++++++ index.nginx-debian.html | 19 +++++++++++---- privacy/index.html | 53 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 108 insertions(+), 4 deletions(-) create mode 100644 blank_goals.html create mode 100644 privacy/index.html diff --git a/blank_goals.html b/blank_goals.html new file mode 100644 index 0000000..1461a1d --- /dev/null +++ b/blank_goals.html @@ -0,0 +1,40 @@ + + + +check.wit.com + + + +DESIGN GOALS + + * These are the design goals now as of 2017 + * Some of these goals can change + * If you don't like what we are doing, fork off + * The general design should remain consistant forever + * The drivers wheel is always on the left + * This is designed for use on a computer with a keyboard and mouse + * This is not for a cellphone screen + * Font's should match in the browser & the OS + * The good applications should always be installed by default + * We are targeting engineers + * Encourage people to learn + * We believe we can make people better by teaching them + * Do not hide the details + +DEFAULT INSTALLER DESIGN GOALS + + * Free software is our goal + * High priority focus is on the kernel, firmware & 3D + * Absolutely no exceptions for the GUI + * Fight like hell against the hardware manufacturers + * Prefer GPL over BSD on any core OS components + * Kernel messages and GRUB menu are NEVER hidden + * /etc changes should almost never happen + * Machine must boot even if it breaks these rules + * Do whatever is necessary to make the machine work + * Optimize the hardware and provide a way for the user to benchmark it's performance + * Compare it to other users + * Allow the user to install different distributions + + + diff --git a/index.nginx-debian.html b/index.nginx-debian.html index 4e29847..3720979 100644 --- a/index.nginx-debian.html +++ b/index.nginx-debian.html @@ -33,8 +33,8 @@ if (gl) { vendor = gl.getParameter(debugInfo.UNMASKED_VENDOR_WEBGL); renderer = gl.getParameter(debugInfo.UNMASKED_RENDERER_WEBGL); - document.write("vendor = " + vendor + "

"); - document.write("renderer = " + renderer + "

"); + document.write("Your browser GPU vendor = " + vendor + "
"); + document.write("Your browser GPU renderer = " + renderer + "

"); document.write("Your screen resolution = " + window.screen.width + " x " + @@ -46,7 +46,8 @@ if (gl) { " ( " + window.screen.orientation.type + " mode ) " + - "

"); + "
"); + document.write("Your screen pixel ratio = " + window.devicePixelRatio + "

"); } else { document.write("
Failed gl=NULL
"); } @@ -67,6 +68,10 @@ console.log("Your screen resolution = " + Hugo minx demo
Hugo ananka demo
+CSS Grid Layout Examples
+trello demo
+ping a server (doesn't work post 2016 in chrome?)
+webrtc-test

Browser benchmarks

Polygon demo
@@ -94,7 +99,8 @@ console.log("Your screen resolution = " + Web Font Loader
Web GL status (also tests the browser)
Chrome internal GPU details
-Chrome internal GPU details
+Chrome flags Open up: chrome://flags/ since direct link doesn't work for some reason
+Chrome cr. object
Firefox support details

@@ -141,6 +147,11 @@ for (var n in theCookies) { +

crypto stuff

+Live bitcoin transactions visualized
+Local mirror of Live bitcoin transactions visualized
+
+

All objects in window.navigator