-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.xml
87 lines (75 loc) · 4.77 KB
/
index.xml
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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>math2001's blog</title>
<link>https://math2001.github.io/</link>
<description>Recent content on math2001's blog</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-au</language>
<copyright>© Mathieu Paturel 2017-2022</copyright>
<lastBuildDate>Mon, 09 Dec 2019 09:09:57 +1100</lastBuildDate><atom:link href="https://math2001.github.io/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Finding the equation of a curve formed by lines</title>
<link>https://math2001.github.io/article/finding-the-equation-of-a-curve-formed-by-lines/</link>
<pubDate>Mon, 09 Dec 2019 09:09:57 +1100</pubDate>
<guid>https://math2001.github.io/article/finding-the-equation-of-a-curve-formed-by-lines/</guid>
<description><p><img src="https://math2001.github.io/img/curve-lines-drawing.jpg" alt="drawing with lines only that form curves"></p>
<p>My sister had to do some artwork for school, and she decided to make some
curved shapes out of lines. It looks pretty cool (although it would have been
even better with pencil I think, but she wouldn&rsquo;t listen, and I&rsquo;m too lazy to
do it myself right now), and making curves out of <em>just</em> lines, well, I find
that pretty fancy. But I wondered what the curves actually were&hellip; Circles?
Parabolas? Ellipses? Something different?</p></description>
</item>
<item>
<title>Go Order of Operation Matters</title>
<link>https://math2001.github.io/article/go-order-of-operation-matters/</link>
<pubDate>Sat, 07 Dec 2019 10:00:06 +1100</pubDate>
<guid>https://math2001.github.io/article/go-order-of-operation-matters/</guid>
<description><p>In Go, two mathematically equivalent expression can yield different result
based on the order in which you do things! Thanks rounding errors&hellip;</p></description>
</item>
<item>
<title>Motion and calculus</title>
<link>https://math2001.github.io/article/motion-and-calculus/</link>
<pubDate>Fri, 15 Feb 2019 11:12:47 +1100</pubDate>
<guid>https://math2001.github.io/article/motion-and-calculus/</guid>
<description><p>If you studied physics, one of the first things you probably did was graph the
&ldquo;motion&rdquo; of objects. That is the displacement, velocity, and acceleration at
an instant <em>t</em>. Didn&rsquo;t it remind you of a mathematical concept?</p></description>
</item>
<item>
<title>Length of a curve</title>
<link>https://math2001.github.io/article/length-of-a-curve/</link>
<pubDate>Thu, 14 Feb 2019 21:31:45 +1100</pubDate>
<guid>https://math2001.github.io/article/length-of-a-curve/</guid>
<description><p>After misunderstanding a question in physics, I thought I had to calculate the
length of a curved trajectory (ie. the distance) instead of just the straight
line (ie. the displacement). Turns out it was the easy option, but I now wanted
to know how to get the length of a curve. I mean, it&rsquo;d just be summing up
an infinite number of straight lines, which is almost exactly what integration
is&hellip;</p></description>
</item>
<item>
<title>How to combine svgs</title>
<link>https://math2001.github.io/article/combine-svgs/</link>
<pubDate>Sun, 08 Oct 2017 17:18:21 +1100</pubDate>
<guid>https://math2001.github.io/article/combine-svgs/</guid>
<description><p>If you want your website to be fast, you should limit the number of http
requests. A great way of doing that is combining your images. If you use SVGS
for your icons and stuff like that, here&rsquo;s how you can combine all your icon in
one big file, and use them in your website!</p></description>
</item>
<item>
<title>Bash's find command</title>
<link>https://math2001.github.io/article/bashs-find-command/</link>
<pubDate>Sun, 24 Sep 2017 07:51:15 +1000</pubDate>
<guid>https://math2001.github.io/article/bashs-find-command/</guid>
<description><p>The <code>find</code> command in bash is quite powerful, and knowing the basics might save
you some scripting.</p>
<p>What does it do? It &ldquo;finds&rdquo; files. By default, it outputs their path relative to
where you ran <code>find</code>. But, in addition of providing you with advanced &ldquo;filters&rdquo;
it actually allows you to run commands on each of those files.</p></description>
</item>
</channel>
</rss>