Skip to content

Commit

Permalink
Annotate vim filetypes
Browse files Browse the repository at this point in the history
  • Loading branch information
yang committed Sep 28, 2015
1 parent 1a849cc commit f653a7b
Show file tree
Hide file tree
Showing 31 changed files with 124 additions and 0 deletions.
4 changes: 4 additions & 0 deletions AI.page
Original file line number Diff line number Diff line change
Expand Up @@ -1660,3 +1660,7 @@ Google ML Infrastructure
- Prediction API: much smaller
- learn to rank not really used in ranking algo; want explainable/tweakable
results

<!--
vim: ft=markdown
-->
4 changes: 4 additions & 0 deletions Algorithms.page
Original file line number Diff line number Diff line change
Expand Up @@ -695,3 +695,7 @@ automatic differentiation
- not symbolic (slow)/numeric (approximate); differentiates at specific points
- add _infinitesimal_ $e$ similar to imaginary $i$ but $e^2=0$
- <http://code.google.com/p/ceres-solver/source/browse/include/ceres/jet.h>

<!--
vim: ft=markdown
-->
4 changes: 4 additions & 0 deletions Architecture.page
Original file line number Diff line number Diff line change
Expand Up @@ -473,3 +473,7 @@ Brawny cores still beat wimpy cores, most of the time (Urs Holzle, Google)
use more local heuristics that are sloppier and more conservative, doing
more work than necessary
- <http://research.google.com/pubs/archive/36448.pdf>

<!--
vim: ft=markdown
-->
4 changes: 4 additions & 0 deletions Compilers.page
Original file line number Diff line number Diff line change
Expand Up @@ -291,3 +291,7 @@ inline caching
can be recorded at same call site
- megamorphic: if see too many types; same as uninitialized but never
mono-/polymorphic again

<!--
vim: ft=markdown
-->
4 changes: 4 additions & 0 deletions Complexity.page
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ Computer Studies of Turing Machine Problems (Rado, Shen Lin, 1965)
- proved $\Sigma(1) = 1, S(1) = 1, \Sigma(2) = 4, S(2) = 6$
- Lin's PhD thesis: $\Sigma(3) = 6, S(3) = 21$
- Allen Brady, 1983: $\Sigma(4) = 13, S(4) = 107$

<!--
vim: ft=markdown
-->
4 changes: 4 additions & 0 deletions Concurrency.page
Original file line number Diff line number Diff line change
Expand Up @@ -1770,3 +1770,7 @@ Locating Cache Performance Bottlenecks Using Data Profiling (alex pesterev, pdos
- for each obj access: offset into obj, L1/L2/L3 misses, avg miss latencies,
timestamp, CPU change
- overhead

<!--
vim: ft=markdown
-->
4 changes: 4 additions & 0 deletions DB.page
Original file line number Diff line number Diff line change
Expand Up @@ -1951,3 +1951,7 @@ flickr
others

- workday <http://www.dbms2.com/2010/08/22/workday-technology-stack/>

<!--
vim: ft=markdown
-->
4 changes: 4 additions & 0 deletions Design.page
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ typography
blogs

- ConversionXL

<!--
vim: ft=markdown
-->
4 changes: 4 additions & 0 deletions Distributed.page
Original file line number Diff line number Diff line change
Expand Up @@ -1754,3 +1754,7 @@ gizzard (twitter)
- handles migrations by applying WriteOnly shard in front of new node and
replicating ops to both
- <http://engineering.twitter.com/2010/04/introducing-gizzard-framework-for.html>

<!--
vim: ft=markdown
-->
4 changes: 4 additions & 0 deletions Front Page.page
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,7 @@ For more information about the author, see my [home page], [Twitter], or
[Twitter]: https://www.twitter.com/yaaang
[blog]: http://yz.mit.edu/wp/
[Hacker News]: https://news.ycombinator.com/item?id=5984778

<!--
vim: ft=markdown
-->
4 changes: 4 additions & 0 deletions Gitit User's Guide.page
Original file line number Diff line number Diff line change
Expand Up @@ -536,3 +536,7 @@ The stylesheets are influenced by Wikipedia's stylesheets and by the
bluetrip CSS framework (see BLUETRIP-LICENSE). Some of the icons in
`img/icons` come from bluetrip as well.


<!--
vim: ft=markdown
-->
4 changes: 4 additions & 0 deletions Graphics.page
Original file line number Diff line number Diff line change
Expand Up @@ -305,3 +305,7 @@ voxels
- engines
- atomontage
- <http://voxelstein3d.sourceforge.net/>

<!--
vim: ft=markdown
-->
4 changes: 4 additions & 0 deletions HCI.page
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,7 @@ data visualizations
interaction techniques

- brushing: selecting data in one view and updating others

<!--
vim: ft=markdown
-->
4 changes: 4 additions & 0 deletions Hackery.page
Original file line number Diff line number Diff line change
Expand Up @@ -3331,3 +3331,7 @@ The _global interrupt flag (GIF)_ is a bit that controls whether interrupts and

hsave: host save state
npage: nested page

<!--
vim: ft=markdown
-->
4 changes: 4 additions & 0 deletions Hardware.page
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,7 @@ Media Players
- can stream to devices
- cloud DVR
- $100

<!--
vim: ft=markdown
-->
4 changes: 4 additions & 0 deletions Help.page
Original file line number Diff line number Diff line change
Expand Up @@ -323,3 +323,7 @@ To link to a top-level page called `Burgundy`, you'd have to use

To link to a directory listing for a subdirectory, use a trailing
slash: `[Wine/]()` will link to a listing of the `Wine` subdirectory.

<!--
vim: ft=markdown
-->
4 changes: 4 additions & 0 deletions IR.page
Original file line number Diff line number Diff line change
Expand Up @@ -327,3 +327,7 @@ SPEAR (michael noll)
- based on HITS: mutual reinforcement of users and documents
- time-based: discoverers vs followers
- evaluated on delicious.com

<!--
vim: ft=markdown
-->
4 changes: 4 additions & 0 deletions Languages.page
Original file line number Diff line number Diff line change
Expand Up @@ -982,3 +982,7 @@ Exterminator (zorn, msr, pldi07)
- iterative, replicated, cumulative
- reminders
- safec: uses enhanced ptr/arr repr

<!--
vim: ft=markdown
-->
4 changes: 4 additions & 0 deletions Math.page
Original file line number Diff line number Diff line change
Expand Up @@ -1018,3 +1018,7 @@ category theory
- $F(1_A) = 1_{F(A)} \forall A \in C1$
- $F(g \ocirc f) = F(g) \ocirc F(f) \forall f: A \rightarrow B, g: B
\rightarrow C$ where $A,B,C \in C1$

<!--
vim: ft=markdown
-->
4 changes: 4 additions & 0 deletions Misc.page
Original file line number Diff line number Diff line change
Expand Up @@ -294,3 +294,7 @@ totally misc
- goodhart's law: setting social/economic targets loses the original intent bc
people will try to game/solely meet the target; eg, soviet factories that
needed to meet nail quotas producing useless nails

<!--
vim: ft=markdown
-->
4 changes: 4 additions & 0 deletions More Concurrency.page
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ Coordination and orchestration
- discrete events (DE)

[move here: concurrency models]

<!--
vim: ft=markdown
-->
4 changes: 4 additions & 0 deletions NLP.page
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,7 @@ NLP at Google (Katja Filippova)
- constraint: path must contain a verb
- use google news' clusters as dataset
- <http://videolectures.net/russir2010_filippova_nlp/>

<!--
vim: ft=markdown
-->
4 changes: 4 additions & 0 deletions Networking.page
Original file line number Diff line number Diff line change
Expand Up @@ -1033,3 +1033,7 @@ Lewis Girod, Sevan, Ryan
- specifically, separate signal from noise, probably using clustering of
spectra (using euclidian distance of their frequencies)


<!--
vim: ft=markdown
-->
4 changes: 4 additions & 0 deletions Projects.page
Original file line number Diff line number Diff line change
Expand Up @@ -383,3 +383,7 @@ Distributed Programming Models
- Ease, Carnap
- marginally: Mozart (aspects, mobile agents)
- <http://portal.acm.org/citation.cfm?id=800174.809772>

<!--
vim: ft=markdown
-->
4 changes: 4 additions & 0 deletions Puzzles.page
Original file line number Diff line number Diff line change
Expand Up @@ -347,3 +347,7 @@ General math
have a positive sum and any 11 consecutive numbers have a negative sum?
- airport conveyer belt: takes 172s to walk to other side WITH belt and 5x that
to AGAINST. how long if standing still? if walking without belt?

<!--
vim: ft=markdown
-->
4 changes: 4 additions & 0 deletions Queue.page
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ Notes
In all of the notes files:

* means I have a hard copy, so don't reprint

<!--
vim: ft=markdown
-->
4 changes: 4 additions & 0 deletions Security.page
Original file line number Diff line number Diff line change
Expand Up @@ -1859,3 +1859,7 @@ SSO protocols
- unlike CAS, confirmation of association btwn ticket & svc is responsibility
of web app, not of CAS
- KRB

<!--
vim: ft=markdown
-->
4 changes: 4 additions & 0 deletions Software Engineering.page
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,7 @@ formal methods

- TLA/TLA+
- amazon's use: <http://research.microsoft.com/en-us/um/people/lamport/tla/amazon.html>

<!--
vim: ft=markdown
-->
4 changes: 4 additions & 0 deletions Systems.page
Original file line number Diff line number Diff line change
Expand Up @@ -1227,3 +1227,7 @@ scripts.mit.edu (SIPB cluedump 08/10/28)
- to mark all files as exe (phasing out)
- quilt: for applying patchsets
- hacked up krb

<!--
vim: ft=markdown
-->
4 changes: 4 additions & 0 deletions Troubleshooting.page
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ Resources:

- <https://discussions.apple.com/thread/3882236?start=0&tstart=0>
- <https://forums.virtualbox.org/viewtopic.php?f=8&t=53947>

<!--
vim: ft=markdown
-->
4 changes: 4 additions & 0 deletions Web.page
Original file line number Diff line number Diff line change
Expand Up @@ -414,3 +414,7 @@ sync kit (marcua, edbenson, www10)
- perf eval: higher tput, competitive (slightly better) latency
- higher tput from network-bound workloads
- latency comes from client-side processing + local db queries

<!--
vim: ft=markdown
-->

0 comments on commit f653a7b

Please sign in to comment.