- Dec 2024
-
community.intel.com community.intel.com
-
Loop blocking for linear algebra codes often have three levels: register blocking, L2 cache blocking, and L3 cache (or TLB) blocking.
Some notes on blocking for different purposes in GEMM operations.
-
- Nov 2024
-
lucumr.pocoo.org lucumr.pocoo.org
-
Social media threads - https://bsky.app/profile/mitsuhiko.at/post/3lbv32bbxxc2h
-
- Jan 2024
-
hypothes.is hypothes.is
-
Ordered list outside a block quote, with numbering that starts from 2:
- Foo
- Bar
Ordered list inside a block quote with numbering that starts from 2:
- Foo
- Bar
In the Hypothesis client, the start numbering of ordered lists is preserved. In the HTML output in the API and shown at https://hypothes.is/search, it is not.
Additionally in activity pages, there is a problem that the list bullets for ordered lists are not rendered, although the
<ol>
tags are present in the HTML.Compare the rendering of this annotation in the client vs activity pages - https://hypothes.is/users/robertknight?q=url%3Ahttps%3A%2F%2Fhypothes.is%2Fdocs%2Fhelp%3Felife_test%3D1.
-
- Dec 2023
-
mozilla.github.io mozilla.github.io
-
See https://blog.mozilla.org/data/2022/01/31/this-week-in-glean-building-and-deploying-a-rust-library-on-ios/ for an updated version of this article.
-
-
blog.tensorflow.org blog.tensorflow.org
-
Blog post on XNNPack / Tensorflow Lite's recently added FP16 support.
-
When the compatible model is delegated to XNNPack on a hardware with native support for FP16 computations, XNNPack will transparently replace FP32 operators with their FP16 equivalents
Interesting, so it looks like it is possible to get away with automatically reducing precision of weights for FP32 ops at runtime.
-
- Nov 2023
-
doc.rust-lang.org doc.rust-lang.org
-
Computes the absolute values of packed 8-bit integers in a.
Pre-AVX512 256-bit instructions start here. All the
_mm256*
items at the top of the page are AVX512.
-
- Jul 2023
-
kobzol.github.io kobzol.github.io
-
Useful post on Profile Guided Optimization and BOLT (post-link optimization) in Rust.
-
-
www.youtube.com www.youtube.com
-
electrons and proton
Test
-
-
www.youtube.com www.youtube.com
-
as Raymond Chen has aptly noted in his blog
-
- Jun 2023
-
epage.github.io epage.github.io
-
When someone needs something more lightweight, I generally point them to lexopt due to the simpleness of the design.
lexopt looks useful for minimalist CLI parsing. See https://github.com/blyxxyz/lexopt.
Tags
Annotators
URL
-
-
bookshelf.vitalsource.com bookshelf.vitalsource.com
-
Module I: Leading and Managing Purposefully with a Community Approach
Quick test
-
-
-
hardware 3d acceleration
Yet another comment
-
improve this was to break the polygon
And another comment
-
360 000
And another comment
-
32-bit processor
Another comment
-
ridge racer or tekken 2
A test annotation.
-
-
gist.github.com gist.github.com
-
Blog post comparing ASG (Auto Segmentation Criterion - yes, the last letter doesn't match) to CTC (Connectionist Temporal Classification) for aligning speech recognition model outputs with a transcript.
-
- May 2023
-
patterns.hypothes.is patterns.hypothes.is
-
Charlie
Quick test
-
- Apr 2023
-
-
The actual OCR service uses OpenCV and TensorFlow, both written in C++ and with complicated library dependencies; so security exploits are a real concern.
Aha - something I could address with Rust.
-
We ended up using a classic computer vision approach named Maximally Stable Extremal Regions (MSERs), using OpenCV’s implementation.
Interesting that they decided not to go with eg. pixel classification.
-
An overview of the OCR system that powers Dropbox's document scanner.
-
- Mar 2023
-
-
These days if you want to simulate something in the physical world you use a computer.
Test
-
- Feb 2023
-
www.nngroup.com www.nngroup.com
-
Critiques
Quick test
-
-
iscinumpy.dev iscinumpy.dev
-
Very long essay about dependency management and version bounds.
Tags
Annotators
URL
-
- Nov 2022
-
www.mlplatform.org www.mlplatform.org
-
see the TOSA specification
Spec link is broken. See https://www.mlplatform.org/tosa/tosa_spec.html.
-
-
robertknight.me.uk robertknight.me.uk
-
or Twitter.
You can also find me on Mastodon: https://sigmoid.social/@robertknight
-
- Jul 2022
-
www.smore.com www.smore.com
-
If you're reviewing a
Quick test
-
- Jun 2022
-
vision.cornell.edu vision.cornell.edu
-
COCO-Text: Dataset for Text Detection and Recognition
- 63K images
- 145K text instances
- Feature labels: machine printed / handwritten. Legible / illegible, English / non-English script
See also the COCO-Text V2 site.
Tags
Annotators
URL
-
- Apr 2022
-
tesseract-ocr.github.io tesseract-ocr.github.io
-
OSD
Orientation and Script Detection
-
- Mar 2022
-
futurepress.github.io futurepress.github.io
-
Chapter 11. Nightgown.
Quick test
-
- Feb 2022
-
bookshelf.vitalsource.com bookshelf.vitalsource.com
-
SOCKPUPPET
According to Wikipedia: A sock puppet is an alternative online identity or user account used for purposes of deception.
-
Putin’s been accused of using his pet Labrador to frighten Angela Merkel
More on that here: https://www.businessinsider.com/putin-merkel-meeting-dog-2017-7?r=US&IR=T
-
-
bookshelf.vitalsource.com bookshelf.vitalsource.com
-
Prince Henry the Navigator
-
- Jan 2022
-
tailwindcss.com tailwindcss.com
-
Utilities for improving accessibility with screen readers.
To understand the CSS properties used by the
sr-only
class, see blog posts from WebAIM and Cloud Four.
-
-
bookshelf.vitalsource.com bookshelf.vitalsource.com
-
Yet another way of categorizing arguments is to consider their status or stasis—that is, the specific kinds of issues they address.
This works
-
-
hypothes.is hypothes.is
-
Testing YouTube embeds. See https://github.com/hypothesis/product-backlog/issues/1297.
-
-
lilianweng.github.io lilianweng.github.io
-
Given a function of mapping a nnn-dimensional input vector xx\mathbf{x} to a mmm-dimensional output vector, f:ℝn↦ℝmf:Rn↦Rm\mathbf{f}: \mathbb{R}^n \mapsto \mathbb{R}^m, the matrix of all first-order partial derivatives of this function is called the Jacobian matrix, JJ\mathbf{J} where one entry on the i-th row and j-th column is Jij=∂fi∂xjJij=∂fi∂xj\mathbf{J}_{ij} = \frac{\partial f_i}{\partial x_j}
Quick test
-
- Nov 2021
-
bookshelf.vitalsource.com bookshelf.vitalsource.com
-
Change; captains, admirals, the dark “interlopers”5 of the Eastern trade, and the commissioned “generals” of East India fleets
This works
-
had good hold, made his way aft and sat down amongst us. We exchanged a few words lazily. Afterwards there was silence on board the yacht. For some reason or other we did not begin that game of dominoes. We felt meditative and fit for nothing but placid staring. The day was ending in a serenity of still and exquisite brilliance. The water shone pacifically; the sky, without a speck, was a benign immen- sity of unstained light; the
Quick test
-
-
bookshelf.vitalsource.com bookshelf.vitalsource.com
-
The budget constraint clearly shows the tradeoff Alphonso faces in choosing between burgers and bus tickets. Suppose he is currently at point D
Quick test
-
-
bookshelf.vitalsource.com bookshelf.vitalsource.com
-
The Copenhagen meeting in September of 1979 and the iridium papers of 1980 triggered a storm over the Cretaceous-Tertiary mass extinction that raged through the entire decade of the 1980s
Quick test
-
- Oct 2021
-
bookshelf.vitalsource.com bookshelf.vitalsource.com
-
The German philosopher Immanuel Kant (1724–1804) delved into the critical limits of knowledge in his revolutionary text, The Critique of Pure Reason (1781).
-
Suggested Further Reading
Quick test
-
- Sep 2021
-
qa.hypothes.is qa.hypothes.is
-
Or what about this
-
- Dec 2020
-
cleantechnica.com cleantechnica.com
-
about an 80% in energy density
Should say "80% increase in energy density"?
-
- Aug 2020
-
hypothes.is hypothes.is
-
Now you have the extension up and running. It's time to start annotating some documents.
Quick test
-
- Jun 2020
-
bookshelf.vitalsource.com bookshelf.vitalsource.com
-
REQUIEM FOR A LOST WORLD
Hello ebooks 📚
-
- May 2020
-
www.scratchapixel.com www.scratchapixel.com
-
figure 3
Should say Figure 13
-
- Apr 2020
-
hacks.mozilla.org hacks.mozilla.org
-
As long as expressions typed into the Web Console are side-effect free
Does anyone know how "side-effect free" is determined?
-
- Mar 2020
- Feb 2020
-
www.paciellogroup.com www.paciellogroup.com
-
TPG is an accessibility solutions provider offering full-service accessibility consulting and a leading provider of accessibility monitoring and management software solutions.
This is a test annotation.
-
-
adrianroselli.com adrianroselli.com
-
How likely are you to pop open the browser developer tools to look for an overzealous aria-label on a <div>-as-button-via-role-sans-keyboard-handler monstrosity to explain that the button you thought said “Submit” is the one the user hears as “Activate this button to submit this form,” all thanks to a well-meaning developer who thought it was necessary?
Example of a problem caused by mismatched labels for different users.
-
-
dequeuniversity.com dequeuniversity.com
-
Safari Settings: Advanced > Accessibility > Press Tab to highlight each item on a webpage
In Safari 13.0.5 on macOS 10.15:
-
System Settings: Keyboard > Shortcuts > Full Keyboard Access > All controls
I think this may be out of date. On macOS 10.15 (Catalina) I see no such option. However there is an option to enable keyboard navigation with a different label ("Use keyboard navigation...").
-
- Jan 2020
-
qa.hypothes.is qa.hypothes.is
-
What language is this?
-
-
qa.hypothes.is qa.hypothes.is
-
איזו שפה זו?
Tags
Annotators
URL
-
-
docs.pylonsproject.org docs.pylonsproject.org
-
Should only be "Strict" or "Lax".
What about setting the value to
None
for a cookie where it is specifically desired for the cookie to be available in a third-party context?Third-party cookies are eventually going away so perhaps that is not a viable option long term.
-
- Nov 2019
-
example.com example.com
-
This
-
Domain
Annotation two
-
Example
Annotation one
Tags
Annotators
URL
-
-
www.delonghi.com www.delonghi.com
-
Manual for my espresso maker.
-
- Oct 2019
-
arxiv.org arxiv.org
-
ommittee is a subset
Test.
-
-
jonudell.net jonudell.net
-
RRID:WB-STRAIN
Annotation on the second "RRID:WB-STRAIN" text
-
RRID:WB-STRAIN
Annotation on the first "RRID:WB-STRAIN" text.
-
- Aug 2019
-
hypothesis-h5p.s3.us-east-2.amazonaws.com hypothesis-h5p.s3.us-east-2.amazonaws.com
-
Hypothesis
This is a demo of an H5P-enabled Hypothesis client. It also shows how OAuth can be used to create customized clients which talk to the Hypothesis backend.
Go to the Page Notes for more details.
<iframe src="https://h5p.org/h5p/embed/6725" width="1090" height="387" frameborder="0" allowfullscreen="allowfullscreen"></iframe><script src="https://h5p.org/sites/all/modules/h5p/library/js/h5p-resizer.js" charset="UTF-8"></script>
-
-
www.nsqol.org www.nsqol.org
-
The online teacher creates, selects, and organizes appropriate assignments and assessments to align curricular content with associated standards-based learning goals
This is a test to investigate a Hypothesis bug report. See https://github.com/hypothesis/lms/issues/875
-
- May 2019
-
tomcritchlow.com tomcritchlow.com
-
Try it out!
Hi Tom!
Thanks for sharing your feedback on Hypothesis UX at iAnnotate this year.
If you use the Hypothesis client with the “clean” theme I recommend using the
data-hypothesis-trigger
attribute to create a button or other affordance to open the sidebar. See https://h-client.readthedocs.io/en/latest/publishers/host-page-integration/ for details. This allows users to see comments without having to find a highlight.
-
- Apr 2019
-
robertknight.me.uk robertknight.me.uk
-
A caveat here is that the rewriting may add quite a lot of code to your bundle,
See this GitLab issue for a real-world example of where this became a problem.
-
- Dec 2018
-
web.hypothes.is web.hypothes.is
-
AngularJS
Since a few candidates have asked this, we're not wedded to Angular as a framework, but it was perceived as a sensible choice back in the early days of the project in 2013-2015. In more recent times we've had higher-priority technical issues to address.
Setting the future technical direction and helping to implement it is part of the role.
-
- Oct 2018
-
wiseodd.github.io wiseodd.github.io
-
im2col utilities could be found in the second assigment files of CS231n.
Broken link. I found a copy at https://github.com/yunjey/cs231n/blob/master/assignment2/cs231n/im2col.py
-
-
www.cs.toronto.edu www.cs.toronto.edu
-
produced with cPickle
Corrected link for Python 3: https://docs.python.org/3/library/pickle.html
-
-
letsencrypt.org letsencrypt.org
-
The simplest way to generate a private key and self-signed certificate for localhost is with this openssl command:
Keys generated using this command are trusted by browsers (I've tested with Safari, Chrome, Firefox).
I found that they were not trusted by SSL client libraries (eg. Python's
ssl
package orrequests
) which use openssl because thekeyUsage
setting is missing thekeyCertSign
flag.Changing the
keyUsage=
section tokeyUsage=digitalSignature,keyCertSign
resolved the problem.
-
- Jul 2018
-
arxiv.org arxiv.org
-
Code is at: this https URL
Broken link, should be: https://github.com/facebookresearch/Detectron
-
-
blog.codinghorror.com blog.codinghorror.com
- Jun 2018
-
hypothesis-h5p.s3.us-east-2.amazonaws.com hypothesis-h5p.s3.us-east-2.amazonaws.com
-
blog.nightly.mozilla.org blog.nightly.mozilla.org
-
disable DoH
Should this say enable DoH under all circumstances? Presumably the current default, mode 0, is always off anyway.
-
- May 2018
-
web.hypothes.is web.hypothes.is
-
and agree to them before you start annotating
We added a link to the privacy policy, terms of service and community guidelines on the sign up page. We added a checkbox that you have to tick before you can sign up.
-
For the Hypothesis website, we’ve taken new steps to anonymize the information we collect
In practical terms this means that we turned on Google Analytics' IP anonymization feature which zeroes that last octet of your IP address.
-
- Apr 2018
-
gist.github.com gist.github.com
-
probably UTF-8
Almost certainly UTF-8 on macOS and Linux. I'm not sure about Windows.
-
What encoding are literal byte strings in?
It wasn't clear to me after reading this, but
-*- coding: utf-8 -*-
comments are redundant in Python 3 because the default encoding of files is UTF-8.
-
-
robertknight.me.uk robertknight.me.uk
-
Before adding a new collaborator, they will need to generate a GPG key. GitHub has good instructions for doing this
Steps for new developers to create public keys.
Tags
Annotators
URL
-
-
biopub.hypothes.is biopub.hypothes.isBioPub1
-
Hypothesis admins can manage the members for a group in the admin dashboard at https://hypothes.is/admin/groups/
-
-
blog.vjeux.com blog.vjeux.com
-
it has been reported in 2008 but not yet being worked on by anyone.
This issue has now been fixed.
-
- Mar 2018
-
help.github.com help.github.com
-
For security reasons, after you navigate off the page, you will not be able to see the token again.
So if you forget your token, you'll need to generate a new one :)
-
-
blogs.dropbox.com blogs.dropbox.com
-
A high-level technical explanation of how Dropbox's PDF annotation interface is implemented.
Quite interesting for Hypothesis.
-
- Feb 2018
-
hypothesis-h5p.s3.us-east-2.amazonaws.com hypothesis-h5p.s3.us-east-2.amazonaws.com
-
About this demo
This is a test client which shows: 1) how to use OAuth to create customized Hypothesis clients and 2) is a prototype of support for H5P, a system for creating embed-able interactive content such as quizzes etc.
To add a new annotation with H5P content:
- Log in to this client by clicking the Log In link and approve access when prompted.
- Go to https://h5p.org/ and find a piece of demo content.
- Click the "Embed" button at the bottom of any embed
- Copy and paste the embed code into a new annotation or Page Note on this page.
Next, try creating your own interactive content on H5P.org and pasting embed links here.
🤠 - H5P content is sandboxed to prevent malicious abuse. Some functionality may not be available. Let me know if you find issues.
Contact me at robertknight@hypothes.is
-
-
biopub.hypothes.is biopub.hypothes.isBioPub1
-
Welcome to the BioPub website 🔬.
This is a demo site designed to show various aspects of how Hypothesis can be integrated by publishers into their articles.
To learn more, have a look at the project's README on GitHub.
-
-
tfl.gov.uk tfl.gov.uk
-
The ULEZ standards are:
See the table at https://www.rac.co.uk/drive/advice/emissions/euro-emissions-standards/ for a rough guide to what standard a vehicle meets based upon its date of registration.
-
- Jan 2018
-
developer.chrome.com developer.chrome.com
-
Tutorial: OAuth
This page is about OAuth v1. Most web services, including Google APIs, now use OAuth v2 which is simpler in various respects. The documentation for that is https://developer.chrome.com/apps/app_identity
-
-
zodb.readthedocs.io zodb.readthedocs.io
-
Unfortunately not every database supports savepoints and SQLite is precisely one of those that doesn’t
I'm not sure if this is still true, SQLite does have a SAVEPOINT command now. Whether SQLAlchemy supports it and whether there are any limitations with it I don't know.
-
-
transaction.readthedocs.io transaction.readthedocs.io
-
Transaction objects manage resources for an individual activity.
For a more detailed introduction to the transaction package, see https://zodb.readthedocs.io/en/latest/transactions.html
-
- Dec 2017
-
techcrunch.com techcrunch.com
-
Lyft partners
Testing a possible change for Hypothesis involving
<link rel="shortlink">
.
-
- Nov 2017
-
www.elastic.co www.elastic.co
-
synchronously with the request
We are trying to clarify in https://github.com/hypothesis/h/pull/4700#discussion_r153477745 whether search requests made after an index operation with
refresh=true
are guaranteed to see the change. My understanding from these docs is that this is true in ES 6.Anyone know about earlier versions?
-
-
www.elastic.co www.elastic.co
-
Running these queries on a field with many unique terms can be resource intensive indeed. Avoid using a pattern that starts with a wildcard (for example, *foo or, as a regexp, .*foo).
-
-
blog.usejournal.com blog.usejournal.com
-
Interesting article on gzip compression. It explains how to apply knowledge about how gzip (and specifically DEFLATE) compression works in order to generate source text that compresses better.
A shame that the gzthermal tool is not open source at present.
-
-
web.hypothes.is web.hypothes.is
-
Hypothesis requires your browser to accept 3rd-party cookies.
This is no longer the case. See https://web.hypothes.is/blog/leaving-cookies-for-oauth-authentication/
-
-
www.jofreeman.com www.jofreeman.com
-
The Lot System is one such idea which has emerged from the movement
See http://www.carolhanisch.org/CHwritings/Leadership.html for an explanation of how the "lot system" worked.
-
rushed
Coming from the UK where sororities / fraternities are not really a thing as far as I know, I had to look this up: https://en.wikipedia.org/wiki/Sorority_recruitment
-
New Left
A political movement from the 1960s and 1970s campaigning for social change and reform.
-
as too threatening to have as close friends
Why "threatening"?
-
rap group
A "consciousness raising group". See this article.
-
-
shift.newco.co shift.newco.co
-
The aforementioned Yelp reviews is already testing these boundaries with its Monocle feature
The Wired article on the Monocle feature dates back to 2009. In 2017, it is still apparently a hidden feature in the Yelp app.
-
A new batch of apps that allow users to create hidden graffiti using AR raises an important question about who is legally allowed to “tag” a place.
So basically all the discussions we have had within Hypothesis about rights to write over web pages will be had, but this time applied to the real world.
-
- Oct 2017
-
blog.twitter.com blog.twitter.comExam1
-
This article argues for the benefits of favoring integration ("feature") tests over unit tests. An opposing argument ("integration tests are a scam") is that reliance on integration tests is a bad idea because of the difficulty of covering all possible code paths with integration tests as opposed to unit tests.
A half-way point between the two views is the concept of a testing pyramid which advocates having end-to-end, integration and unit tests, but with a larger number of the latter and a smaller number of the former.
-
-
support.zendesk.com support.zendesk.com
-
I actually just figured this out and it seems to be working. I found this article:
This might be useful for resolving an issue we have with Google Groups where replies made via Zendesk to support requests originating from emails to a Google Groups forum only go to the original user and do not appear on the Google Groups mailing list.
-
-
doc.qt.io doc.qt.io
-
It is also possible to filter all events for the entire application, by installing an event filter on the QApplication or QCoreApplication object.
You can use this to observe all user interactions in an application for example.
-
-
www.mensjournal.com www.mensjournal.com
-
A list of some simple suggested exercises to do with a foam roller. One notable point was a recommendation that exercises should be done before workouts.
-
- Sep 2017
-
www.londonreconnections.com www.londonreconnections.com
-
In New York, however, where some 2016 numbers are available, it seems that every journey only covers 41% of the costs involved in making it.
Does anyone know a) whether this claim is accurate and b) what more up to date numbers look like?
-
-
readium.firebaseapp.com readium.firebaseapp.com
-
These general forms allow markup grammars, like HTML5, to be created without element counts in the thousands to address every possible need. A generalized element retains the form of greatest applicability
Another EPUB annotation.
-
-
developer.apple.com developer.apple.com
-
This operation that
Should be "This operation ensures that"?
-
-
docdrop.org:8080 docdrop.org:8080
-
stay
Quick foo
-
-
qa.hypothes.is qa.hypothes.is
-
There
An annotation created using IE 11 when logged in using OAuth
-
- Aug 2017
-
community.canvaslms.com community.canvaslms.com
-
The URL that was given to you by Canvas should have had a verifier parameter on it. If so, do not include your Authorization header like you do with all the other API calls that you make.
So this means that the
verifier
parameter replaces theAuthorization
header?
Tags
Annotators
URL
-
-
readium.firebaseapp.com readium.firebaseapp.com
-
This guide takes a slightly different approach to accessibility because of the feature-rich nature of EPUB 3
This is a quick test of an annotation made on an EPUB document.
-
-
gist.github.com gist.github.com
-
Sometimes the submodule references get slightly out of sync so to ensure you are at the latest develop branch in all submodules you can run this
I initially tried without running this command but that failed - the plugin configuration had Hypothesis disabled. Presumably that means that the submodule references in the root project don't currently reference the HEAD of the
develop
branch in some of the submodules?
-
-
hypothesis-h5p.s3.us-east-2.amazonaws.com hypothesis-h5p.s3.us-east-2.amazonaws.com
-
new annotation
Here is an example of an annotation with an embedded video, taken from a page about Hurricane Harvey
<iframe frameborder="0" height="234" src="//fave.api.cnn.io/v1/fav/?video=us/2017/08/25/hurricane-harvey-space-station-sje-lon-orig.cnn&customer=cnn&edition=international&env=prod" width="416"></iframe>
-
-
hypothesis-h5p.s3.us-east-2.amazonaws.com hypothesis-h5p.s3.us-east-2.amazonaws.com
-
This video below was created by copying the embed code from http://edition.cnn.com/videos/politics/2017/05/31/fake-news-donald-trump-anonymous-sources-keeping-them-honest-ac.cnn and pasting it into the text field in the annotation editor:
<iframe frameborder="0" height="234" src="//fave.api.cnn.io/v1/fav/?video=politics/2017/05/31/fake-news-donald-trump-anonymous-sources-keeping-them-honest-ac.cnn&customer=cnn&edition=international&env=prod" width="416"></iframe>
-
-
localhost:1337 localhost:1337
-
Some
An annotation. Link to self: https://hyp.is/66QHAnwLEeeDsA8VMdeQ7g/localhost:1337/dl-test.html
Link to via http://localhost:1337/dl-test.html#annotations:66QHAnwLEeeDsA8VMdeQ7g
Link to page http://localhost:1337/dl-test.html
Link to anything: http://example.org
-
-
elifesciences.org elifesciences.org
-
This fundamental change in J-protein biology during the prokaryote-to-eukaryote transition allows for increased fine-tuning and broadening of Hsp70 function in eukaryotes
Another test annotation created as part of a project with eLife.
-
Hsp70 participates in a broad spectrum of protein folding processes extending from nascent chain folding to protein disaggregation
Test annotation created as part of a project with eLife.
-
-
h.readthedocs.io h.readthedocs.io
-
Create the revision script by running alembic revision, for example:
This appears to be out of date. It looks like alembic commands should be run via the
./bin/hypothesis
wrapper script. See https://github.com/hypothesis/h/issues/3863./bin/hypothesis migrate revision -m "Add the foo table"
-
- Jul 2017
-
notes.wtk.io notes.wtk.io
-
It’s a fundamental decision about where the annotation goes which can’t be changed later.
The "can't be changed later" part is something we could, and probably will want to at some point, address.
In a groups-first API I imagine that this might be a specific API call though, since there are a number of error conditions that are specific to this operation.
-
-
connectedyouth-stage.nyupress.org connectedyouth-stage.nyupress.org
-
Letraset sheets
What is a Letraset sheet?
-
-
-
or the browser was holding the storage mutex for a longer time, or for different reasons.
According to this GitHub issue the storage mutex was never implemented in browsers.
See the comment from Ian Hickson at the bottom.
That issue also has some useful details on what modern browsers actually do in a multi-process world.
-
-
dublincore.org dublincore.org
-
Example 1. A Dublin Core Description of a Journal Article
Example of usage of the
isPartOf
relation.
-
-
ml.berkeley.edu ml.berkeley.edu
-
A very accessible explanation of the bias-variance trade-off in ML.
-
-
github.com github.com
-
BYOB
"Bring Your Own Buffer"
-
-
paladini.github.io paladini.github.io
-
Think in a chapter of a book, for example: the chapter isPartOf book.
Should we perhaps use this instead of
DC.Source
for describing a chapter which is part of a book?
-
-
www.theverge.com www.theverge.com
-
said he most commonly used the app
Saqib is blind.
-
As well as recognizing people it’s seen before and guessing strangers’ age and emotion
I wonder how they try to avoid causing offence if the guess is wrong?
-
- Jun 2017
-
www.bbc.co.uk www.bbc.co.uk
-
2mins 34secs clear of Kenya's Mathew Kimeli.
This should say 2.34 seconds. Kimeli was ~10 metres behind when Farah crossed the line.
-
-
github.com github.com
-
potentially annoying
It's not just "potentially annoying". I think our users would use somewhat stronger language to describe this hassle!
-
since it could just re-use the still valid access and refresh token that it got last time.
It is possible that the user's identity on the website changed since the last time they visited the page, in which case we do need a new access/refresh token.
I would be inclined not to try and solve this problem until we're sure it is a problem to avoid introducing fun new caching issues that cause confusion for us and users.
-
-
-
One of the important lessons when designing for VR is that you should move your idea or concept as fast as possible to prototyping.
Presumably this would be true for any novel interaction environment.
-
-
localhost:5050 localhost:5050
-
Dr. Vannevar Bush
Blah
-
-
tools.ietf.org tools.ietf.org
-
The authorization server MAY revoke the old refresh token after issuing a new refresh token to the client
I assumed that revoking the old token would be mandatory, but on the other hand, not revoking it allows clients to retry a refresh if they fail to receive the response the first time due to a transient network error.
-
-
-
Examples of other similar JavaScript DI frameworks:
A useful list of dependency injection frameworks for JS. From what I've seen of the packages listed here:
BottleJS looks like the simplest and least demanding in terms of JS engine features.
InversifyJS is heavily orientated towards TypeScript and assumes use of decorators, reflect-metadata etc.
Inverted is unmaintained and the link 404s.
I haven't yet looked at WireJS or Mocktail.
-
-
github.com github.com
-
When you click on the icon you don't know whether the new things went into the annotations, page notes or orphans tab. (I believe the count numbers on the tabs change, but this is easy to miss.)
A caveat here is that we cannot tell whether annotations are annotations or orphans until after we try anchoring them, so if we go with this approach we'll either have to change how annotations in the "received but not yet presented to the user" state are handled, or optimistically assume that the annotations do anchor.
-
Tabs (where the number of tabs can change dynamically, tabs opening and closing in response to events or user actions, like in a desktop web browser) are normally left aligned
That definitely depends on what environments you are familiar with. In Windows (traditionally) and modern MS apps tabs are left-aligned.
-
It uses HTML <a> elements with href="#", which I don't believe is correct for these controllers, which are really buttons not links
Strictly speaking yes, although ARIA actually has dedicated roles for tabs. If you use those, I don't think it really matters.
-
These buttons also look different than other buttons (and links) in the sidebar itself.
They are tabs rather than buttons. I don't think they should necessarily need to look the same as buttons, as long as it is clear you can hit them.
-
-
webkit.org webkit.org
-
subresource under number of unique domains, sub frame under number of unique domains, and number of unique domains redirected to.
I'm not clear on exactly what these three things mean and why they might be strong signals for a tracking domain. Can anyone clarify?
-
-
gist.github.com gist.github.com
-
Whitelists are a good idea - not only are they a simple way to protect against parent documents setting config settings that we don't want them to
In the case of the sidebar, this is true. Do understand though that code in
src/annotator
fundamentally runs in an untrusted context and a sufficiently determined page could manipulate what that code does in pretty much any way it wanted.
-
- May 2017
-
citeseerx.ist.psu.edu citeseerx.ist.psu.edudownload1
-
Faster Approximate String Matching Baeza-Yates and G. Navarro, R. Algorithmica (1999) 23: 127. doi:10.1007/PL00009253
-
-
-
Doesn't manage VPCs, subnets, or other infrastructure that Skyliner manages for us.
How much of a problem is this for us on the spectrum of major blocker to minor inconvenience?
-
-
support.microsoft.com support.microsoft.com
-