mpercivalxyz

this website!
Log | Files | Refs | README

commit de697b62736aadf3d11816b56b20751dda0f02b1
parent c82e13324784ba0964df0c6d74597dd3df82c9ca
Author: mpizzzle <m@michaelpercival.xyz>
Date:   Tue, 30 Jun 2020 13:29:48 +0100

adding blog index to main page

Diffstat:
M2020.html | 19++++---------------
Mblog.html | 2+-
Mblog/.htaccess | 2+-
Dblog/my-biggest-shame.html | 26--------------------------
Ablog/test-blog-post.html | 15+++++++++++++++
Agit.png | 0
Agithub.png | 0
Mindex.html | 13+++++++++++--
Arss.png | 0
Mrss.xml | 19++++---------------
Mstyle.css | 25++-----------------------
11 files changed, 38 insertions(+), 83 deletions(-)

diff --git a/2020.html b/2020.html @@ -7,19 +7,8 @@ <!-- LB --> <div class='entry'> -<h2 id='my-biggest-shame'>My Biggest Shame</h2> -<small>[<a href='#my-biggest-shame'>link</a>&mdash;<a href='blog/my-biggest-shame.html'>standalone</a>]</small> -<!-- LB --> -is being a mono lingual grug brain. - -It's not that I haven't tried to learn a language before, it's just that I don't know _how_ to learn. The goal is, and should be, to speak the language. However when I look back at my previous efforts I seem to have been practicing anything but. Far too much time spent memorising moon runes, not enough trial by fire. The choice of languages hasn't helped either; Japanese, Mandarin, both exotic and esoteric to the native english speaker. Why didn't I pick something closer to home? I think 5 years of secondary school french and nothing to show for it was a bit of a blow to my ego. "I know, I'll pick something MUCH HARDER than french!". Well, I'm over that phase now, and my new aim is to be able to speak fluent Spanish. - -What is the best way to learn to speak Spanish? - -My first experiment has been with DuoLingo, and I am sad to say I have found it wanting. Something about the teaching style is just not for me, but it's hard to put my finger on. I can blaze through lessons without retaining a single thing, and I am rewarded for doing so! Is that really my fault? The owl is telling me he's proud of me!! - -It seems to be that the reward structure does not match up to the intended original goal, which is again, speaking the language. For example, why am I put in an arbitrary league with other people? Well, it's to motivate you through competition right? True, but the competition metric is experience gained over time. Acrruing fast XP certainly takes wit, but it's not a suitable proxy for having improved linguistic prowess. The pressure of maintaining a streak is another example where you are not necessarily being incentivised towards the true goal. - -I can ignore these aspects, but for me they notably detract from the learning experience. -<small>jue, 25 jun 2020 14:05:08 +0100</small> +<h2 id='test-blog-post'>Test blog post</h2> +<small>[<a href='#test-blog-post'>link</a>&mdash;<a href='blog/test-blog-post.html'>standalone</a>]</small> +This is a test blog post! +<small>mar, 30 jun 2020 13:27:16 +0100</small> </div> diff --git a/blog.html b/blog.html @@ -6,4 +6,4 @@ </head> <!-- LB --> -<li>2020 jun 25 &ndash; <a href="blog/my-biggest-shame.html">My Biggest Shame</a></li> +<li>2020 jun 30 &ndash; <a href="blog/test-blog-post.html">Test blog post</a></li> diff --git a/blog/.htaccess b/blog/.htaccess @@ -1,2 +1,2 @@ Options +Indexes -AddDescription "My Biggest Shame" "my-biggest-shame.html" #Thu, 25 Jun 2020 14:05:08 +0100 +AddDescription "Test blog post" "test-blog-post.html" #Tue, 30 Jun 2020 13:27:16 +0100 diff --git a/blog/my-biggest-shame.html b/blog/my-biggest-shame.html @@ -1,25 +0,0 @@ -<html> -<head> -<title>My Biggest Shame</title> -<link rel='stylesheet' type='text/css' href='../style.css'> -<meta charset='utf-8'/> -</head> -<body> -<h1>My Biggest Shame</h1> -<small>[<a href='../2020.html#my-biggest-shame'>link</a>&mdash;<a href='my-biggest-shame.html'>standalone</a>]</small> -<!-- LB --> -is being a mono lingual grug brain. - -It's not that I haven't tried to learn a language before, it's just that I don't know _how_ to learn. The goal is, and should be, to speak the language. However when I look back at my previous efforts I seem to have been practicing anything but. Far too much time spent memorising moon runes, not enough trial by fire. The choice of languages hasn't helped either; Japanese, Mandarin, both exotic and esoteric to the native english speaker. Why didn't I pick something closer to home? I think 5 years of secondary school french and nothing to show for it was a bit of a blow to my ego. "I know, I'll pick something MUCH HARDER than french!". Well, I'm over that phase now, and my new aim is to be able to speak fluent Spanish. - -What is the best way to learn to speak Spanish? - -My first experiment has been with DuoLingo, and I am sad to say I have found it wanting. Something about the teaching style is just not for me, but it's hard to put my finger on. I can blaze through lessons without retaining a single thing, and I am rewarded for doing so! Is that really my fault? The owl is telling me he's proud of me!! - -It seems to be that the reward structure does not match up to the intended original goal, which is again, speaking the language. For example, why am I put in an arbitrary league with other people? Well, it's to motivate you through competition right? True, but the competition metric is experience gained over time. Acrruing fast XP certainly takes wit, but it's not a suitable proxy for having improved linguistic prowess. The pressure of maintaining a streak is another example where you are not necessarily being incentivised towards the true goal. - -I can ignore these aspects, but for me they notably detract from the learning experience. -<footer>by <strong><a href='https://michaelpercival.xyz/'>Michael Percival</a></strong></footer> -</body> - -</html>- No newline at end of file diff --git a/blog/test-blog-post.html b/blog/test-blog-post.html @@ -0,0 +1,14 @@ +<html> +<head> +<title>Test blog post</title> +<link rel='stylesheet' type='text/css' href='../style.css'> +<meta charset='utf-8'/> +</head> +<body> +<h1>Test blog post</h1> +<small>[<a href='../2020.html#test-blog-post'>link</a>&mdash;<a href='test-blog-post.html'>standalone</a>]</small> +This is a test blog post! +<footer>by <strong><a href='https://michaelpercival.xyz/'>Michael Percival</a></strong></footer> +</body> + +</html>+ No newline at end of file diff --git a/git.png b/git.png Binary files differ. diff --git a/github.png b/github.png Binary files differ. diff --git a/index.html b/index.html @@ -39,10 +39,19 @@ <li>OS: none currently, probably will install <a href="https://archlinux.org/">Arch</a>.</li> </ul> + +<p>Blog:</p> +<ul> + <li><a href="blog.html">index</a>/ <a href="2020.html">rolling</a> <a href="rss.xml"><img src="rss.png" alt="" width="16" height="16" /></a></li> +</ul> + +<p>Code:</p> +<ul> +<li>git: <a href="https://git.michaelpercival.xyz"><img src="git.png" alt="" width="16" height="16" /></a> <a href="https://github.com/mpizzzle"><img src="github.png" alt="" width="16" height="16" /></a></li> +</ul> + <p>Contact:</p> <ul> -<li>browse local git repositories <a href="https://git.michaelpercival.xyz">here</a>.</li> -<li>GitHub: <a href="https://github.com/mpizzzle">profile</a></li> <li>cv: <a href="cv.pdf">cv.pdf</a></li> <li>email: <a href="mailto:m@michaelpercival.xyz">m@michaelpercival.xyz</a> <a href="gpg.html"><img src="gnupg.png" alt="" width="16" height="16" /></a></li> </ul> diff --git a/rss.png b/rss.png Binary files differ. diff --git a/rss.xml b/rss.xml @@ -1,22 +1,11 @@ <!-- LB --> <item> -<title>My Biggest Shame</title> -<guid>https://michaelpercival.xyz/2020.html#my-biggest-shame</guid> -<pubDate>Thu, 25 Jun 2020 14:05:08 +0100</pubDate> +<title>Test blog post</title> +<guid>https://michaelpercival.xyz/2020.html#test-blog-post</guid> +<pubDate>Tue, 30 Jun 2020 13:27:16 +0100</pubDate> <description><![CDATA[ -<!-- LB --> -is being a mono lingual grug brain. - -It's not that I haven't tried to learn a language before, it's just that I don't know _how_ to learn. The goal is, and should be, to speak the language. However when I look back at my previous efforts I seem to have been practicing anything but. Far too much time spent memorising moon runes, not enough trial by fire. The choice of languages hasn't helped either; Japanese, Mandarin, both exotic and esoteric to the native english speaker. Why didn't I pick something closer to home? I think 5 years of secondary school french and nothing to show for it was a bit of a blow to my ego. "I know, I'll pick something MUCH HARDER than french!". Well, I'm over that phase now, and my new aim is to be able to speak fluent Spanish. - -What is the best way to learn to speak Spanish? - -My first experiment has been with DuoLingo, and I am sad to say I have found it wanting. Something about the teaching style is just not for me, but it's hard to put my finger on. I can blaze through lessons without retaining a single thing, and I am rewarded for doing so! Is that really my fault? The owl is telling me he's proud of me!! - -It seems to be that the reward structure does not match up to the intended original goal, which is again, speaking the language. For example, why am I put in an arbitrary league with other people? Well, it's to motivate you through competition right? True, but the competition metric is experience gained over time. Acrruing fast XP certainly takes wit, but it's not a suitable proxy for having improved linguistic prowess. The pressure of maintaining a streak is another example where you are not necessarily being incentivised towards the true goal. - -I can ignore these aspects, but for me they notably detract from the learning experience. +This is a test blog post! ]]></description> </item> diff --git a/style.css b/style.css @@ -1,27 +1,6 @@ -:root { - --color0: #282828; - --color1: #cc241d; - --color2: #98971a; - --color3: #d79921; - --color4: #458588; - --color5: #b16286; - --color6: #689d6a; - --color7: #a89984; - --color8: #928374; - --color9: #fb4934; - --color10: #b8bb26; - --color11: #fabd2f; - --color12: #83a598; - --color13: #d3869b; - --color14: #8ec07c; - --color15: #ebdbb2; - --color256: #1d2021; - --color257: #ebdbb2; -} - body { - color: var(--color4); - background-color: var(--color256); + color: dodgerblue; + background-color: #1d2021; font-family: monospace; margin-left: auto; margin-right: auto;