host katex javascript
This commit is contained in:
@@ -43,8 +43,22 @@ categories = []
|
||||
Here are some interesting things I read this month.
|
||||
Presented without comment or endorsement.
|
||||
|
||||
https://news.ycombinator.com/item?id=30783391
|
||||
https://planetscale.com/blog/generics-can-make-your-go-code-slower
|
||||
https://www.science.org/content/blog-post/uselessness-phenylephrine
|
||||
https://patrickcollison.com/fast
|
||||
* [The AMD Branch (Mis)predictor: Just Set it and Forget it!][3]
|
||||
|
||||
[1]: http://www.cookingforengineers.com/recipe/108/Banana-Nut-Bread/trn
|
||||
[1w]:
|
||||
|
||||
[2]: https://www.lingerandlook.com/Names/You.htm
|
||||
[2w]: http://web.archive.org/web/20220403043938/https://www.lingerandlook.com/Names/You.htm
|
||||
|
||||
[3]: https://grsecurity.net/amd_branch_mispredictor_just_set_it_and_forget_it
|
||||
[3w]:
|
||||
|
||||
|
||||
[1]: https://mcdreeamiemusings.com/blog/2019/4/13/gsux1h6bnt8lqjd7w2t2mtvfg81uhx
|
||||
[1]: http://www.lel.ed.ac.uk/~gpullum/loopsnoop.html
|
||||
[1]: https://news.ycombinator.com/item?id=30783391
|
||||
[1]: https://planetscale.com/blog/generics-can-make-your-go-code-slower
|
||||
[1]: https://www.science.org/content/blog-post/uselessness-phenylephrine
|
||||
[1]: https://patrickcollison.com/fast
|
||||
|
@@ -35,13 +35,42 @@ projects = []
|
||||
|
||||
categories = []
|
||||
|
||||
|
||||
|
||||
|
||||
# Set captions for image gallery.
|
||||
|
||||
|
||||
+++
|
||||
|
||||
<!-- style math -->
|
||||
<script>
|
||||
document.addEventListener("DOMContentLoaded", function() {
|
||||
renderMathInElement(document.body, {
|
||||
// customised options
|
||||
// • auto-render specific keys, e.g.:
|
||||
delimiters: [
|
||||
{left: '$$', right: '$$', display: true},
|
||||
{left: '$', right: '$', display: false},
|
||||
{left: '\\(', right: '\\)', display: false},
|
||||
{left: '\\[', right: '\\]', display: true}
|
||||
],
|
||||
// • rendering keys, e.g.:
|
||||
throwOnError : false
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
## Problem Formulation
|
||||
|
||||
Inline math: \\(\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887…\\)
|
||||
|
||||
Block math:
|
||||
|
||||
$$
|
||||
\varphi = 1+\frac{1} {1+\frac{1} {1+\frac{1} {1+\cdots} } }
|
||||
$$
|
||||
|
||||
## Linear Program Relaxation
|
||||
|
||||
## Branch and Bound
|
||||
|
Reference in New Issue
Block a user