forked from Hardmath123/hardmath123.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenglish.html
More file actions
87 lines (77 loc) · 3.68 KB
/
english.html
File metadata and controls
87 lines (77 loc) · 3.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="/static/base.css"/>
<link rel="stylesheet" type="text/css" href="/static/prism.css"/>
<link href='http://fonts.googleapis.com/css?family=Fira+Mono:400,700' rel='stylesheet' type='text/css'>
<title>In English, Please | byte</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<script src="/static/prism.js"></script>
<script src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script>
MathJax.Hub.Config({
tex2jax: {inlineMath: [['($','$)']]}
});
</script>
<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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-42726363-6', 'auto');
ga('send', 'pageview');
</script>
</head>
<body class="standard" onload="contentScroll()">
<script>
var contentScroll = function() {
document.getElementById("content").scrollIntoView();
}
</script>
<div id="header">
<h1>
<a href="/">byte</a>
</h1>
<div id="rightbox">
<a href="/feed.xml" id="feedicon">rss</a>
</div>
<div class="clearer"></div>
</div>
<div id="content">
<div id="postcontent" class="language-bash centered">
<div id="postinfo">
<h2>In English, Please</h2>
<h4>technoboy10 · Saturday, December 20, 2014
</h4>
</div>
<br/>
<p> Coders and math geeks are often accused of “not talking in English”. We say things like</p>
<p>“In electronic codebook mode, we can forge request headers and iteratively discover the first byte of the next block in linear time”,</p>
<p>which clearly makes no effort to be understandable. But is this really only a problem with CS and math?</p>
<p> Gamers, for example, use their own version of English all the time.</p>
<p>“I’ll use my Sneak skill on the Splintertusk, and finish it off with Cunning Attack!”</p>
<p>So do musicians, writers, psychologists, dancers, even English majors (non-coordinate canonical clauses, anyone?).</p>
<p> The thing is, nobody really speaks English. Everyone has their own unique dialect with esoteric vocabulary, complicated syntax, or any other kind of additions to vanilla English.</p>
<p> And I think that’s part of what makes English interesting.</p>
<p>(thanks to hardmath123 and my sister for the quotes)</p>
<div id="disqus_thread"></div>
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES * * */
var disqus_shortname = '255words';
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
</div>
<div id="footer">
byte · technoboy10 (2014)
<br/>
</div>
</body>
</html>