264 lines
		
	
	
		
			9 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			264 lines
		
	
	
		
			9 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!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="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
 | 
						||
	<!-- Bootstrap -->
 | 
						||
 | 
						||
	<!-- font awesome -->
 | 
						||
	<script defer src="/lib/fontawesome/svg-with-js/js/fa-brands.js"></script>
 | 
						||
	<script defer src="/lib/fontawesome/svg-with-js/js/fa-regular.js"></script>
 | 
						||
	<script defer src="/lib/fontawesome/svg-with-js/js/fa-solid.js"></script>
 | 
						||
	<script src="/lib/fontawesome/svg-with-js/js/fontawesome.js"></script>
 | 
						||
 | 
						||
	<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>
 | 
						||
	<!-- Bootstrap core JavaScript
 | 
						||
		================================================== -->
 | 
						||
	<!-- load at top for aetting the theme -->
 | 
						||
	<script src="lib/jquery/jquery-3.2.1.js"></script>
 | 
						||
	<script src="lib/popper/popper.js"></script>
 | 
						||
	<script src="lib/bootstrap/js/bootstrap.min.js"></script>
 | 
						||
	<script src="js/main.js"></script>
 | 
						||
 | 
						||
 | 
						||
	<!-- 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>
 | 
						||
				</ul>
 | 
						||
				<ul class="navbar-nav">
 | 
						||
					<li class="nav-item" id="githublnk">
 | 
						||
						<a class="nav-link" href="https://github.com/NeilBrommer" target="_blank" title="GitHub">
 | 
						||
							<span class="fab fa-github-alt"></span>
 | 
						||
						</a>
 | 
						||
					</li>
 | 
						||
					<li class="nav-item ml-md-2">
 | 
						||
						<button id="btnTheme" type="button" class="btn btn-dark" aria-pressed="false" autocomplete="off">
 | 
						||
							<span id="themeText" class="fas fa-moon"></span>
 | 
						||
						</button>
 | 
						||
					</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">John Carmack at QuakeCon 2013</h4>
 | 
						||
					<div class="card-body">
 | 
						||
						<p class="card-text">
 | 
						||
							<a href="https://www.youtube.com/watch?v=IyUgHPs86XM" target="_blank">
 | 
						||
								Principles of Lighting and Rendering with John Carmack at QuakeCon 2013
 | 
						||
							</a>
 | 
						||
						</p>
 | 
						||
						<p class="card-text">
 | 
						||
							John Carmack talking about various 3D rendering concepts.
 | 
						||
						</p>
 | 
						||
					</div>
 | 
						||
				</div>
 | 
						||
			</div>
 | 
						||
 | 
						||
			<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 3’s invSqrt()</h4>
 | 
						||
					<div class="card-body">
 | 
						||
						<p class="card-text">
 | 
						||
							<a href="https://www.beyond3d.com/content/articles/8/" target="_blank">
 | 
						||
								Origin of Quake3’s 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 it’s 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">Firefox’s 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 Firefox’s new rendering engine works.
 | 
						||
						</p>
 | 
						||
					</div>
 | 
						||
				</div>
 | 
						||
			</div>
 | 
						||
 | 
						||
			<div class="col-md-4 mb-3">
 | 
						||
				<div class="card full-height">
 | 
						||
					<h4 class="card-header">Firefox’s 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 Firefox’s 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 Judge’s 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>
 | 
						||
</body>
 | 
						||
 | 
						||
</html>
 |