Personal-Site/links.html
2017-11-30 18:54:38 -08:00

236 lines
8.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Neil Brommer</title>
<meta name="description" content="Neil Brommer - Links">
<meta name="author" content="Neil Brommer">
<link rel="icon" href="favicon.ico">
<!-- theme colors -->
<meta name="theme-color" content="#3f51b5"> <!-- Chrome, Firefox OS and Opera -->
<meta name="msapplication-navbutton-color" content="#3f51b5"> <!-- Windows Phone -->
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <!-- iOS -->
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet"> <!-- Bootstrap -->
<link href="font-awesome/css/font-awesome.css" rel="stylesheet"> <!-- font awesome -->
<link href="css/main.css" rel="stylesheet"> <!-- Custom styles for this site -->
<!-- Google Analytics -->
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date(); a = s.createElement(o),
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-105178749-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<!-- Fixed navbar -->
<nav id="topnav" class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
<div class="container">
<a class="navbar-brand" href="/">Neil Brommer</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav mr-auto">
<li class="nav-item" id="homelnk">
<a class="nav-link" href=".">Home</a>
</li>
<li class="nav-item" id="resumelnk">
<a class="nav-link" href="resume.html">Resume</a>
</li>
<li class="nav-item active" id="linkslnk">
<a class="nav-link" href="links.html">Links</a>
</li>
<li class="nav-item" id="contactlnk">
<a class="nav-link" href="contact.html">Contact</a>
</li>
<li class="nav-item" id="githublnk">
<a class="nav-link" href="https://github.com/NeilBrommer" target="_blank">
GitHub <span class="fa fa-external-link"></span>
</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container">
<div class="jumbotron">
<h1>Links</h1>
<p>
A list of links (mostly to articles) that I find useful or interesting.
</p>
</div>
<div class="row">
<div class="col-md-4 mb-3">
<div class="card full-height">
<h4 class="card-header">Volatility of High Frequency Trading</h4>
<div class="card-body">
<p class="card-text">
<a href="http://nautil.us/issue/23/dominoes/why-the-flash-crash-really-matters"
target="_blank">
Why the Flash Crash Really Matters
</a>
</p>
<p class="card-text">
An article on the flash crash of 2010 and the
<a href="https://en.wikipedia.org/wiki/High-frequency_trading" target="_blank">high-frequency trading</a>
programs that caused it.
</p>
</div>
</div>
</div>
<div class="col-md-4 mb-3">
<div class="card full-height">
<h4 class="card-header">Algorithms and Bias</h4>
<div class="card-body">
<p class="card-text">
<a href="https://www.nytimes.com/2015/08/11/upshot/algorithms-and-bias-q-and-a-with-cynthia-dwork.html?abt=0002&abg=1"
target="_blank">
Algorithms and Bias: Q. and A. With Cynthia Dwork
</a>
</p>
<p class="card-text">
An interview with Cynthia Dwork of Microsoft Research on how algorithms show bias and where those biases come from.
</p>
</div>
</div>
</div>
<div class="col-md-4 mb-3">
<div class="card full-height">
<h4 class="card-header">Quake 3s invSqrt()</h4>
<div class="card-body">
<p class="card-text">
<a href="https://www.beyond3d.com/content/articles/8/" target="_blank">
Origin of Quake3s Fast InvSqrt()
</a>
</p>
<p class="card-text">
An article on the inverse square root function in Quake 3 looking into how it works and its history.
</p>
</div>
</div>
</div>
<div class="col-md-4 mb-3">
<div class="card full-height">
<h4 class="card-header">Real Time Rendering for Artists</h4>
<div class="card-body">
<p class="card-text">
<a href="https://jesshiderue4.wordpress.com/real-time-rendering-an-overview-for-artists/"
target="_blank">
Real Time Rendering: An Overview for Artists
</a>
</p>
<p class="card-text">
A look at various aspects of real time 3D rendering, especially in video games.
</p>
</div>
</div>
</div>
<div class="col-md-4 mb-3">
<div class="card full-height">
<h4 class="card-header">Improvements In Firefox 57 and beyond</h4>
<div class="card-body">
<p class="card-text">
<a href="https://hacks.mozilla.org/2017/11/entering-the-quantum-era-how-firefox-got-fast-again-and-where-its-going-to-get-faster/"
target="_blank">
Entering the Quantum Era—How Firefox got fast again and where its going to get faster
</a>
</p>
<p class="card-text">
An article that looks at various architectural changes to Firefox in version 57 and changes planned for future versions.
</p>
</div>
</div>
</div>
<div class="col-md-4 mb-3">
<div class="card full-height">
<h4 class="card-header">Firefoxs New Rendering Engine (WebRender)</h4>
<div class="card-body">
<p class="card-text">
<a href="https://hacks.mozilla.org/2017/10/the-whole-web-at-maximum-fps-how-webrender-gets-rid-of-jank/"
target="_blank">
The whole web at maximum FPS: How WebRender gets rid of jank
</a>
</p>
<p class="card-text">
An article that gives a high level description how Firefoxs new rendering engine works.
</p>
</div>
</div>
</div>
<div class="col-md-4 mb-3">
<div class="card full-height">
<h4 class="card-header">Firefoxs New CSS Engine (Stylo)</h4>
<div class="card-body">
<p class="card-text">
<a href="https://hacks.mozilla.org/2017/08/inside-a-super-fast-css-engine-quantum-css-aka-stylo/"
target="_blank">
Inside a super fast CSS engine: Quantum CSS (aka Stylo)
</a>
</p>
<p class="card-text">
A high level overview of how Firefoxs new CSS engine Stylo works.
</p>
</div>
</div>
</div>
<div class="col-md-4 mb-3">
<div class="card full-height">
<h4 class="card-header">Judge William Alsup</h4>
<div class="card-body">
<p class="card-text">
<a href="https://www.theverge.com/2017/10/19/16503076/oracle-vs-google-judge-william-alsup-interview-waymo-uber"
target="_blank">
The Judges Code
</a>
</p>
<p class="card-text">
An article on Judge William Alsup, who was the judge for the first
<a href="https://en.wikipedia.org/wiki/Oracle_America,_Inc._v._Google,_Inc." target="_blank">
Oracle v. Google</a> case over whether an API can be copywritten, and is now the judge for
the <a href="http://www.businessinsider.com/google-waymo-v-uber-case-explained-2017-5" target="_blank">
Waymo (Google) v. Uber</a>.
</p>
</div>
</div>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery-3.2.1.js"></script>
<script src="js/popper.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
</body>
</html>