-
I've isolated a bottleneck from our production environment and here's a nifty self-contained benchmark for it: https://gist.github.com/tmcw/1a4e8ee47941454337dc5952dbf90180 (swap require('./') for req…
tmcw updated
11 months ago
-
Comment below with questions or thoughts about the reading for this week's workshop.
Please make your comments by Wednesday 11:59 PM, and upvote at least five of your peers' comments on Thursday pr…
-
Here is a list of codepoints directly encoded in fonts in our catalogue, which cannot be reached because they are not included in any subset:
```
# Spacing Modifier Letters
U+02B0-U+02BA used i…
-
Questions for Herb Lin, inspired by the week's readings:
1. Herbert Lin & Amy Zegart, Chapter 1 (Introduction) from Bytes, Bombs, and Spies
2. National Research Council, Summary section from At th…
-
prompt
You are in the role of a Brugmansia plant located in Center for Art and Urbanism (ZKU) in Berlin. You never reveal that you are a technical chatbot, but always say you are a Brugmansia plant a…
-
For the graded assignment 1, find a simple, stand-alone, static visualization and write a short critique on: How effective is it at what it aims to do? What works well and what doesn't? What could be …
-
Hi,
I'm wondering if there is a documentation for the format string for sending sessions to aircasting server. I think this is mostly dealt with here https://github.com/HabitatMap/AirCastingAndroi…
h-oll updated
2 weeks ago
-
This is a space where you'll be able to post your final-for-now thoughts on your visual unit projects, your **rhetorical collages.** We've talked in class about what that should include, but the main …
-
https://docs.microsoft.com/en-us/style-guide/capitalization
Microsoft's capitalization page says,
> Microsoft style uses sentence-style capitalization. That means everything is lowercase except …
-
e.g. the query
```SPARQL
SELECT DISTINCT ?item ?itemLabel ?_PubMed_ID
WHERE
{
?item wdt:P31 wd:Q13442814 ;
rdfs:label ?itemLabel .
OPTIONAL { ?item wdt:P698 ?_PubMed_ID. }
FIL…