Initial commit

This commit is contained in:
Jacob 2017-11-07 12:16:35 +01:00
commit baec822129
18 changed files with 725 additions and 0 deletions

3
.htaccess Normal file
View File

@ -0,0 +1,3 @@
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.html [NC,L]

24
blog.tmpl Normal file
View File

@ -0,0 +1,24 @@
{{define "blog"}}
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>{{.Title}}</title>
<!--<link rel="stylesheet" href="style.css">-->
<style>{{template "style"}}</style>
</head>
<body>
<h1><a href="/" style="text-decoration: none; color: inherit">{{.Title}}</a></h1>
<div class="tagline">
<p>Develop games, play games, talk games</p>
</div>
<div class="menu">
<ul id="menu">
{{range .MenuItems}}
<li class="menuElement">{{ . }}</li>{{else}}<div><strong>no rows</strong></div>{{end}}
</ul>
</div>
<article class="posts">{{template "content" .}}</article>
</body>
</html>
{{end}}

4
blog_roll.tmpl Normal file
View File

@ -0,0 +1,4 @@
{{define "content"}}
{{with .Posts}}
{{range .}}
<article class="post">{{template "post" .}}</article>{{else}}<div><strong>no posts</strong></div>{{end}}{{end}}{{end}}

111
index.html Normal file
View File

@ -0,0 +1,111 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>takunomi</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>takunomi</h1>
<div class="tagline"><p>Develop games, play games, talk games</p></div>
<div class="menu">
<ul id="menu">
<li class="menuElement">about</li>
<li class="menuElement">past</li>
<li class="menuElement">contact</li>
</ul>
</div>
<article class="posts">
<article class="post"><h2>Lewd Interlude</h2>
<p><img src="http://i65.tinypic.com/sb26b6.jpg" alt="Lewd Interlude" title="Dipping"></p>
<p>Haradaya is the character designer for the strategy RPG series, Disgaea. Unlike the Matsuno family of that genre, these are, as people know, crazily over the top, with wild ideas and non-sensical stories. I don't really think they're better, but I like the style of gameplay and especially the art style.</p>
<p>Haradaya has a cute little blog where he posts his art, his Comiket zines and indie games he's developing. Give it a look -&gt; <a href="http://blog.livedoor.jp/haradaya_blog/">** Link **</a>. This picture I've posted is great. It's sort of a realistic RPG tile, with a 3D cross-section. The character is Haradaya's Plenair, holding her doll of the character Same-san (Mr. Shark). They've both been in the Disgaea games multiple times. The skimpy bikini is almost a trademark of Haradaya, who is well into doing fanservice and fanservicey stuf in both is dōjinshi works and the professional Disgaea stuff.</p>
</article>
<article class="post"><h2>Takunomi Coffee Reveries, Vol. I</h2>
<p><img src="http://i67.tinypic.com/mv0l95.png" alt="Takunomi Coffee Reveries, Vol. I" title="Cooking"></p>
<h3><a name="index"></a> Contents</h3>
<p><br></p>
<p>1 - <a href="#sec0"><strong>Introduction</strong></a></p>
<p>2 - <a href="#sec1"><strong>Revitalizing the Ancients</strong></a> {<em>Breath of the Wild</em>, <em>Final Fantasy XV</em>}</p>
<p>3 - <a href="#sec2"><strong>Coding for Your Own Sake</strong></a> {<em>Coding</em>, <em>Python</em>}</p>
<p>4 - <a href="#sec3"><strong>LoFi Hip Hop Radio</strong></a> {<em>Musical Interlude</em>}</p>
<p>5 - <a href="#sec4"><strong>Enticing for Computer Science</strong></a> {<em>YouTube</em>, <em>Shōgi</em>}</p>
<hr>
<h3><a name="sec0"></a> 1 - Introduction</h3>
<p><br></p>
<p>So a break for the better part of March apparently extends to most of April. That's fine. It gives time to reflect, struggle with exams, play some video games, all that good Jazz. In regards to reflection, it became apparent that daily updates was a noble goal, but a bit demanding, and my favorite posts were the Saturday recap posts, so why not try to make irregular but meatier Saturday posts only? As the content above shows, I thought it better if a bunch of good content was gathered for some relaxing perusal, coffee in hand.</p>
<p><br><br><center> <a href="#index">Return to contents?</a></center></p>
<hr>
<h3><a name="sec1"></a> 2 - Revitalizing the Ancients</h3>
<p><br></p>
<p>I would be remise not to talk <em>Breath of the Wild</em>. The only problem is, the game pretty much speaks for itself, quality and qualities wise, doesn't it? Yet, since last I posted, I completed <em>Final Fantasy XV</em>, so it's not a bad idea to talk abot how these two ancient giants deal with awakening in today's gaming world.</p>
<p>I wasn't immediately floored by <em>FFXV</em>, but the sort of chill, super-realistic setting of magical pretty-boys and roadtripping in hostile territory quickly won me over. Talking abot it's story is both a laughably sort excercise and a maddingly long one, so I'm going to simply say: It's quite good, and quite incomplete. If you haven't played <em>FFXV</em>, just wait till all the updates and DLC are out, you'll get the full experience.</p>
<p>What <em>FFXV</em> truly was to me, was a fantasy of travelling around a lush green environment and mowing down wildlife and roaming weaponized armor troupes. The open world element, I realized, was simply a part of the mood. I could hardly go wherever I liked, and trying to explore, rarely revealed anything surprising. <em>FFXV</em> was, like so many earlier entried in the series, about it's combat. I'll get to why that's more than ok.</p>
<p>I haven't finished <em>Breath of the Wild</em> yet, but it's not trying to hide where it'll end up, so it doesn't require a lot of confidence to say that I see the bigger picture by now. <em>BotW</em> <strong>gets</strong> open world design. It gets it like no game before it. Everything is traversable and though there isn't a purpose to going all places, neither does it ever feel like a time waste. The level of detail in both the big picture and the smallest iota, is astounding. To be fair, <em>BotW</em> doesn't play much different from so many other games. Instead, it seems to say &quot;<em>This is how you should do open world</em>&quot;, drops a mic and let's you play.</p>
<p>Both <em>FFXV</em> and <em>BotW</em> initially appear to be entering the modern world by seemingly accepting how Western developers design games: Real-time combat, ultra realistic graphics (<em>FFXV</em>) and go-where-ever-you-like, play-how-you-feel-like (<em>BotW</em>). Instead they both end up adhering to their roots in decidedly new ways. The Zelda puzzles, space-comprehension-requiring dungeons, grunting NPCs, tangible environments. It's all there, but in a far greater and smoother scale.</p>
<p>In many ways, it would be easy to call <em>BotW</em> the greater success, but I don't want to seem like I don't appreciate the technology behind <em>FFXV</em>. Consider the first time I entered the wood and monster infested Duscae area. I saw a creature I had a mark for. Me and my bodyguards flung into the fray and started hacking away. As the melee rolled around, we entered the vicinity of nearby monsters who happily obliged and suddenly the brawl was blooming into a war-like scenario. At that moment, a flying tank filled with soldiers came by to have a chat. I realize now, that this is crazy. The number of characters that <em>FFXV</em> supports at one point is mind blowing. No slow-downs, just more and more beasts. <em>BotW</em> on the other hand, nearly cracky my <em>Wii U</em> when I engaged five hulking moblins and a small batch of ice-bats in freezing tree-house. Perhaps <em>BotW</em> could achieve something like <em>FFXV</em>, but it's not the point. To these games, <em>open world</em> means different things. To <em>BotW</em> it's external: Go everywhere, always, whenever. To <em>FFXV</em> it's local: The immediate space is open to the battle system, now, to everyone.</p>
<p><br><br><center> <a href="#index">Return to contents?</a></center></p>
<hr>
<h3><a name="sec2"></a> 3 - Coding for Your Own Sake</h3>
<p><br></p>
<p>Why would you want to learn programming? Maybe the idea just appeals to you, or you have some greater goal in mind for the future. Right now, <em>you just don't have a clue what to code</em>.</p>
<p>Here's a way to find a small project: Just recreate another program, in the simplest way possible, and maybe add a tiny spin on it to give yourself a challenge. Cut out visuals, complicated functionality or even user friendliness. Just make it run.</p>
<p>So recently I thought, how about a music player? I'd like to try my hand at <a href="https://www.python.org/">Python</a>, that seemed like a pleasant langauge to code in.</p>
<p>Reading around a bit, I discovered that Python is all about importing so-called modules that do a lot of the complicated stuff for you. I simply googled various key words and started copy-pasting something together. I learned stuff about how mp3 files being a bit more complicated than I expected, and so I scaled the project back to simply playing .wav files. Currently doing a course about <a href="https://en.wikipedia.org/wiki/Distributed_computing">distributed systems</a>, I thought, <em>maybe I should make it a small radio program?</em> This was bit more complicated, but no more than it all resulted in the following tiny program. Simply start the program with</p>
<blockquote>
<p><em>python3 server.py [name of song].wav</em></p>
</blockquote>
<p>in one terminal window, and start a client in another terminal window with</p>
<blockquote>
<p><em>python3 client.py</em></p>
</blockquote>
<p>and hear the music play. It even works across computers on the same network.</p>
<ul>
<li><p><a href="https://gist.github.com/Sketchwhale/90e3f821fecce5cdfaaf3e84e5bc2970">server.py</a></p></li>
<li><p><a href="https://gist.github.com/Sketchwhale/90e3f821fecce5cdfaaf3e84e5bc2970">client.py</a></p></li>
</ul>
<p><br><br><center> <a href="#index">Return to contents?</a></center></p>
<hr>
<h3><a name="sec3"></a> 4 - LoFi Hip Hop Radio</h3>
<p><br></p>
<p>Hiphop-like music coupled with looping images from amazingly relaxing anime is apparently a thing, and I see no reason not to endorse it one hundred percent. Below you see Shizuku Tsukishima from <em>Whisper of the Heart</em> feeling as relaxed as I hope you do. The image links to one of those previously mentioned hiphop radios.</p>
<p><a href="https://youtu.be/xrbrQhpvn8E"><img src="http://i68.tinypic.com/4vs280.png" alt="ChillHop"></a></p>
<p><br><br><center> <a href="#index">Return to contents?</a></center></p>
<hr>
<h3><a name="sec4"></a> 5 - Enticing for Computer Science</h3>
<p><a href="https://www.youtube.com/watch?v=mohXgVorOBk"><img src="http://i67.tinypic.com/zikqb5.png" alt="ChillHop"></a></p>
<p>The video above is one of <em>toco toco tv</em>'s fantastic interviews with interesting and creative Japanese people. Manao Kagawa is a professional Shogi player, and, as far as I can understand, apparently somewhat uncommon, being female.</p>
<p>Besides being a wonderfully relaxing interview, it features a great part in the beginning where Kagawa-san goes to browse the <em>Shirataki Gofukuten</em> kimono shop. It seems that being a Shogi player requires you to wear somewhat formal wear, and the result is that the players looks insanely dashing.</p>
<p>What's even better though, is the mentioning of the <em>Shirataku Ayumi Hai</em>, a yearly Shogi tournament for female players to win beautiful and (I assume) quite expensive kimono.</p>
<p><a href="http://homes.soic.indiana.edu/nensmeng/files/ensmenger-gender.pdf">A quite well-discussed subject</a>, is how the rate of women joining Computer Science and the IT work force in general, is too low. I won't get into politics here, but what is a fact, is that Computer Scientists are in short supply everywhere in the world. At the same time, it seems the education world is mainly drawing from one of two pools of potential students (men). In other words, there is a whole other, quite untapped, pool of with potential students to draw from.</p>
<p>I've seen some really good initiatives to reverse the current trend, but I think the one seen in the video is a wonderfully aesthetic idea. I don't know if it manages to draw in new Shogi players Japan, but having some sort of algorithm competition aimed at high school age (or younger) girl, with very sought-after, classically feminine prizes<sup class="footnote-ref"><a href="#fn1" id="fnref1">[1]</a></sup>, seems like it could draw in a segment that normally has no interest in this branch of science, despite engaging in similar ones (mathematics, medicine, biology).</p>
<p><br><br><center> <a href="#index">Return to contents?</a></center></p>
<hr class="footnotes-sep">
<section class="footnotes">
<ol class="footnotes-list">
<li id="fn1" class="footnote-item"><p>Big IT companies sponsor lots of things with huge amounts of money. Winning a Chanel handbag for solving algorithmic problems in high school, seems like quite a carrot. <a href="#fnref1" class="footnote-backref"></a></p>
</li>
</ol>
</section>
</article>
<article class="post"><h2>#Romantic Japanese Christmas Takunomi Saturday Recap</h2>
<iframe width="560" height="315" src="https://www.youtube.com/embed/-dxqlXPyDl4?rel=0" frameborder="0" allowfullscreen></iframe>
<p>Going on a break for exams for a good deal of March, but here is a recap of a lovely week posts (sans friday, that was the start of the break). Above is a video of a girl eating lots of stuff. It's fun.</p>
<ul>
<li>Monday. <a href="http://takunomi.space/post/157773388125/dumb-puzzles-mixes-up-combat-links-awakening"><strong>Dumb Puzzles Mixes up Combat</strong></a>. Looking at the simplicity of game puzzles in a positive light.</li>
<li>Tuesday. <a href="http://takunomi.space/post/157815396772/game-development-essentials-the-terminal"><strong>Game Development Essentials - The Terminal</strong></a>. A talkative introduction to using the terminal, a most useful tool for game developers and others alike.</li>
<li>Wednesday. <a href="http://takunomi.space/post/157864135025/zeruda-no-cm-being-admittedly-quite-hyped-for"><strong>Zeruda no CM</strong></a>. Giving a lot of old Japanese Zelda commercials a look.</li>
<li>Thursday. <a href="http://takunomi.space/post/157913324565/dr-advanced-wargroove-orcs-and-humans-two-days"><strong>Dr. Advanced Wargroove: Orcs and Humans</strong></a>. Talking <em>Wargroove</em> and originality.</li>
<li>Friday. <a href="http://takunomi.space/post/157956984315/march-exam-break-im-going-on-a-short-blogging"><strong>March Exam Break</strong></a>. Break announcement.</li>
</ul>
</article>
</article>
</body>
</html>

21
page/2.html Normal file
View File

@ -0,0 +1,21 @@
<!DOCTYPE HTML>
<html>
<head>
<title>takunomi website</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="/page/2.html">
</head>
<body>
<header class="headerWrapper">
<span class="header">
News
</span>
</header>
<div>
<a href="../takunomiwebsite.html">later</a>
</div>
</body>
</html>

3
post.tmpl Normal file
View File

@ -0,0 +1,3 @@
{{define "post"}}
<h2><a class="no-link" style="text-decoration: none; color: inherit" href="/post/{{.URLTitle}}">{{.Title}}</a></h2>
<div>{{ .Content }}</div>{{end}}

65
postCollection.go Normal file
View File

@ -0,0 +1,65 @@
package main
import (
"html/template"
"io/ioutil"
"time"
"fmt"
"strings"
)
type Post struct {
Date time.Time
Title string
URLTitle string
Content template.HTML
}
var lewd string = "Lewd Interlude"
var reveries string = "Takunomi Coffee Reveries, Vol. I"
var romantic string = "Romantic Japanese Christmas Takunomi Saturday Recap"
func spaceToHyphen (s string) string {
return strings.Replace(s, " ", "-", -1)
}
func setDate (year int, month time.Month, day int) time.Time {
return time.Date(year, month, day, 0, 0, 0, 0, time.UTC)
}
func newPost (date time.Time, title string) Post {
return Post{date, title, spaceToHyphen(title), getPostContent(title)}
}
var postsCollection = []Post {
newPost (setDate(2017, time.September, 12), lewd),
newPost(setDate(2017, time.March, 4), reveries),
newPost(setDate(2017, time.April, 23), romantic),
}
func getPostByURLTitle (title string) Post {
for _, post := range postsCollection {
if post.URLTitle == title {
return post
}
}
return Post{}
}
func getPostContent (title string) template.HTML {
content, err := ioutil.ReadFile("posts/" + title)
if err != nil {
fmt.Println(content)
return template.HTML("")
}
return template.HTML(string(content[:len(content)]))
}
func getNewestPosts (numberOfPosts int) []Post {
var posts []Post
for i := 0; i < numberOfPosts; i++ {
post := postsCollection[i]
posts = append(posts, getPostByURLTitle(post.URLTitle))
}
return posts
}

View File

@ -0,0 +1,66 @@
<h2>Takunomi Coffee Reveries, Vol. I</h2>
<p><img src="http://i67.tinypic.com/mv0l95.png" alt="Takunomi Coffee Reveries, Vol. I" title="Cooking"></p>
<h3><a name="index"></a> Contents</h3>
<p><br></p>
<p>1 - <a href="#sec0"><strong>Introduction</strong></a></p>
<p>2 - <a href="#sec1"><strong>Revitalizing the Ancients</strong></a> {<em>Breath of the Wild</em>, <em>Final Fantasy XV</em>}</p>
<p>3 - <a href="#sec2"><strong>Coding for Your Own Sake</strong></a> {<em>Coding</em>, <em>Python</em>}</p>
<p>4 - <a href="#sec3"><strong>LoFi Hip Hop Radio</strong></a> {<em>Musical Interlude</em>}</p>
<p>5 - <a href="#sec4"><strong>Enticing for Computer Science</strong></a> {<em>YouTube</em>, <em>Shōgi</em>}</p>
<hr>
<h3><a name="sec0"></a> 1 - Introduction</h3>
<p><br></p>
<p>So a break for the better part of March apparently extends to most of April. That's fine. It gives time to reflect, struggle with exams, play some video games, all that good Jazz. In regards to reflection, it became apparent that daily updates was a noble goal, but a bit demanding, and my favorite posts were the Saturday recap posts, so why not try to make irregular but meatier Saturday posts only? As the content above shows, I thought it better if a bunch of good content was gathered for some relaxing perusal, coffee in hand.</p>
<p><br><br><center> <a href="#index">Return to contents?</a></center></p>
<hr>
<h3><a name="sec1"></a> 2 - Revitalizing the Ancients</h3>
<p><br></p>
<p>I would be remise not to talk <em>Breath of the Wild</em>. The only problem is, the game pretty much speaks for itself, quality and qualities wise, doesn't it? Yet, since last I posted, I completed <em>Final Fantasy XV</em>, so it's not a bad idea to talk abot how these two ancient giants deal with awakening in today's gaming world.</p>
<p>I wasn't immediately floored by <em>FFXV</em>, but the sort of chill, super-realistic setting of magical pretty-boys and roadtripping in hostile territory quickly won me over. Talking abot it's story is both a laughably sort excercise and a maddingly long one, so I'm going to simply say: It's quite good, and quite incomplete. If you haven't played <em>FFXV</em>, just wait till all the updates and DLC are out, you'll get the full experience.</p>
<p>What <em>FFXV</em> truly was to me, was a fantasy of travelling around a lush green environment and mowing down wildlife and roaming weaponized armor troupes. The open world element, I realized, was simply a part of the mood. I could hardly go wherever I liked, and trying to explore, rarely revealed anything surprising. <em>FFXV</em> was, like so many earlier entried in the series, about it's combat. I'll get to why that's more than ok.</p>
<p>I haven't finished <em>Breath of the Wild</em> yet, but it's not trying to hide where it'll end up, so it doesn't require a lot of confidence to say that I see the bigger picture by now. <em>BotW</em> <strong>gets</strong> open world design. It gets it like no game before it. Everything is traversable and though there isn't a purpose to going all places, neither does it ever feel like a time waste. The level of detail in both the big picture and the smallest iota, is astounding. To be fair, <em>BotW</em> doesn't play much different from so many other games. Instead, it seems to say &quot;<em>This is how you should do open world</em>&quot;, drops a mic and let's you play.</p>
<p>Both <em>FFXV</em> and <em>BotW</em> initially appear to be entering the modern world by seemingly accepting how Western developers design games: Real-time combat, ultra realistic graphics (<em>FFXV</em>) and go-where-ever-you-like, play-how-you-feel-like (<em>BotW</em>). Instead they both end up adhering to their roots in decidedly new ways. The Zelda puzzles, space-comprehension-requiring dungeons, grunting NPCs, tangible environments. It's all there, but in a far greater and smoother scale.</p>
<p>In many ways, it would be easy to call <em>BotW</em> the greater success, but I don't want to seem like I don't appreciate the technology behind <em>FFXV</em>. Consider the first time I entered the wood and monster infested Duscae area. I saw a creature I had a mark for. Me and my bodyguards flung into the fray and started hacking away. As the melee rolled around, we entered the vicinity of nearby monsters who happily obliged and suddenly the brawl was blooming into a war-like scenario. At that moment, a flying tank filled with soldiers came by to have a chat. I realize now, that this is crazy. The number of characters that <em>FFXV</em> supports at one point is mind blowing. No slow-downs, just more and more beasts. <em>BotW</em> on the other hand, nearly cracky my <em>Wii U</em> when I engaged five hulking moblins and a small batch of ice-bats in freezing tree-house. Perhaps <em>BotW</em> could achieve something like <em>FFXV</em>, but it's not the point. To these games, <em>open world</em> means different things. To <em>BotW</em> it's external: Go everywhere, always, whenever. To <em>FFXV</em> it's local: The immediate space is open to the battle system, now, to everyone.</p>
<p><br><br><center> <a href="#index">Return to contents?</a></center></p>
<hr>
<h3><a name="sec2"></a> 3 - Coding for Your Own Sake</h3>
<p><br></p>
<p>Why would you want to learn programming? Maybe the idea just appeals to you, or you have some greater goal in mind for the future. Right now, <em>you just don't have a clue what to code</em>.</p>
<p>Here's a way to find a small project: Just recreate another program, in the simplest way possible, and maybe add a tiny spin on it to give yourself a challenge. Cut out visuals, complicated functionality or even user friendliness. Just make it run.</p>
<p>So recently I thought, how about a music player? I'd like to try my hand at <a href="https://www.python.org/">Python</a>, that seemed like a pleasant langauge to code in.</p>
<p>Reading around a bit, I discovered that Python is all about importing so-called modules that do a lot of the complicated stuff for you. I simply googled various key words and started copy-pasting something together. I learned stuff about how mp3 files being a bit more complicated than I expected, and so I scaled the project back to simply playing .wav files. Currently doing a course about <a href="https://en.wikipedia.org/wiki/Distributed_computing">distributed systems</a>, I thought, <em>maybe I should make it a small radio program?</em> This was bit more complicated, but no more than it all resulted in the following tiny program. Simply start the program with</p>
<blockquote>
<p><em>python3 server.py [name of song].wav</em></p>
</blockquote>
<p>in one terminal window, and start a client in another terminal window with</p>
<blockquote>
<p><em>python3 client.py</em></p>
</blockquote>
<p>and hear the music play. It even works across computers on the same network.</p>
<ul>
<li><p><a href="https://gist.github.com/Sketchwhale/90e3f821fecce5cdfaaf3e84e5bc2970">server.py</a></p></li>
<li><p><a href="https://gist.github.com/Sketchwhale/90e3f821fecce5cdfaaf3e84e5bc2970">client.py</a></p></li>
</ul>
<p><br><br><center> <a href="#index">Return to contents?</a></center></p>
<hr>
<h3><a name="sec3"></a> 4 - LoFi Hip Hop Radio</h3>
<p><br></p>
<p>Hiphop-like music coupled with looping images from amazingly relaxing anime is apparently a thing, and I see no reason not to endorse it one hundred percent. Below you see Shizuku Tsukishima from <em>Whisper of the Heart</em> feeling as relaxed as I hope you do. The image links to one of those previously mentioned hiphop radios.</p>
<p><a href="https://youtu.be/xrbrQhpvn8E"><img src="http://i68.tinypic.com/4vs280.png" alt="ChillHop"></a></p>
<p><br><br><center> <a href="#index">Return to contents?</a></center></p>
<hr>
<h3><a name="sec4"></a> 5 - Enticing for Computer Science</h3>
<p><a href="https://www.youtube.com/watch?v=mohXgVorOBk"><img src="http://i67.tinypic.com/zikqb5.png" alt="ChillHop"></a></p>
<p>The video above is one of <em>toco toco tv</em>'s fantastic interviews with interesting and creative Japanese people. Manao Kagawa is a professional Shogi player, and, as far as I can understand, apparently somewhat uncommon, being female.</p>
<p>Besides being a wonderfully relaxing interview, it features a great part in the beginning where Kagawa-san goes to browse the <em>Shirataki Gofukuten</em> kimono shop. It seems that being a Shogi player requires you to wear somewhat formal wear, and the result is that the players looks insanely dashing.</p>
<p>What's even better though, is the mentioning of the <em>Shirataku Ayumi Hai</em>, a yearly Shogi tournament for female players to win beautiful and (I assume) quite expensive kimono.</p>
<p><a href="http://homes.soic.indiana.edu/nensmeng/files/ensmenger-gender.pdf">A quite well-discussed subject</a>, is how the rate of women joining Computer Science and the IT work force in general, is too low. I won't get into politics here, but what is a fact, is that Computer Scientists are in short supply everywhere in the world. At the same time, it seems the education world is mainly drawing from one of two pools of potential students (men). In other words, there is a whole other, quite untapped, pool of with potential students to draw from.</p>
<p>I've seen some really good initiatives to reverse the current trend, but I think the one seen in the video is a wonderfully aesthetic idea. I don't know if it manages to draw in new Shogi players Japan, but having some sort of algorithm competition aimed at high school age (or younger) girl, with very sought-after, classically feminine prizes<sup class="footnote-ref"><a href="#fn1" id="fnref1">[1]</a></sup>, seems like it could draw in a segment that normally has no interest in this branch of science, despite engaging in similar ones (mathematics, medicine, biology).</p>
<p><br><br><center> <a href="#index">Return to contents?</a></center></p>
<hr class="footnotes-sep">
<section class="footnotes">
<ol class="footnotes-list">
<li id="fn1" class="footnote-item"><p>Big IT companies sponsor lots of things with huge amounts of money. Winning a Chanel handbag for solving algorithmic problems in high school, seems like quite a carrot. <a href="#fnref1" class="footnote-backref">↩</a></p>
</li>
</ol>
</section>

View File

@ -0,0 +1,10 @@
<h2>#Romantic Japanese Christmas Takunomi Saturday Recap</h2>
<iframe width="560" height="315" src="https://www.youtube.com/embed/-dxqlXPyDl4?rel=0" frameborder="0" allowfullscreen></iframe>
<p>Going on a break for exams for a good deal of March, but here is a recap of a lovely week posts (sans friday, that was the start of the break). Above is a video of a girl eating lots of stuff. It's fun.</p>
<ul>
<li>Monday. <a href="http://takunomi.space/post/157773388125/dumb-puzzles-mixes-up-combat-links-awakening"><strong>Dumb Puzzles Mixes up Combat</strong></a>. Looking at the simplicity of game puzzles in a positive light.</li>
<li>Tuesday. <a href="http://takunomi.space/post/157815396772/game-development-essentials-the-terminal"><strong>Game Development Essentials - The Terminal</strong></a>. A talkative introduction to using the terminal, a most useful tool for game developers and others alike.</li>
<li>Wednesday. <a href="http://takunomi.space/post/157864135025/zeruda-no-cm-being-admittedly-quite-hyped-for"><strong>Zeruda no CM</strong></a>. Giving a lot of old Japanese Zelda commercials a look.</li>
<li>Thursday. <a href="http://takunomi.space/post/157913324565/dr-advanced-wargroove-orcs-and-humans-two-days"><strong>Dr. Advanced Wargroove: Orcs and Humans</strong></a>. Talking <em>Wargroove</em> and originality.</li>
<li>Friday. <a href="http://takunomi.space/post/157956984315/march-exam-break-im-going-on-a-short-blogging"><strong>March Exam Break</strong></a>. Break announcement.</li>
</ul>

View File

@ -0,0 +1,7 @@
<h2>Lewd Interlude</h2>
<p><img src="http://i65.tinypic.com/sb26b6.jpg" alt="Lewd Interlude" title="Dipping"></p>
<p>Haradaya is the character designer for the strategy RPG series, Disgaea. Unlike the Matsuno family of that genre, these are, as people know, crazily over the top, with wild ideas and non-sensical stories. I don't really think they're better, but I like the style of gameplay and especially the art style.</p>
<p>Haradaya has a cute little blog where he posts his art, his Comiket zines and indie games he's developing. Give it a look -&gt; <a href="http://blog.livedoor.jp/haradaya_blog/">** Link **</a>. This picture I've posted is great. It's sort of a realistic RPG tile, with a 3D cross-section. The character is Haradaya's Plenair, holding her doll of the character Same-san (Mr. Shark). They've both been in the Disgaea games multiple times. The skimpy bikini is almost a trademark of Haradaya, who is well into doing fanservice and fanservicey stuf in both is dōjinshi works and the professional Disgaea stuff.</p>

5
posts/Lewd Interlude Normal file
View File

@ -0,0 +1,5 @@
<p><img src="http://i65.tinypic.com/sb26b6.jpg" alt="Lewd Interlude" title="Dipping"></p>
<p>Haradaya is the character designer for the strategy RPG series, Disgaea. Unlike the Matsuno family of that genre, these are, as people know, crazily over the top, with wild ideas and non-sensical stories. I don't really think they're better, but I like the style of gameplay and especially the art style.</p>
<p>Haradaya has a cute little blog where he posts his art, his Comiket zines and indie games he's developing. Give it a look -&gt; <a href="http://blog.livedoor.jp/haradaya_blog/">** Link **</a>. This picture I've posted is great. It's sort of a realistic RPG tile, with a 3D cross-section. The character is Haradaya's Plenair, holding her doll of the character Same-san (Mr. Shark). They've both been in the Disgaea games multiple times. The skimpy bikini is almost a trademark of Haradaya, who is well into doing fanservice and fanservicey stuf in both is dōjinshi works and the professional Disgaea stuff.</p>

View File

@ -0,0 +1,9 @@
<iframe width="560" height="315" src="https://www.youtube.com/embed/-dxqlXPyDl4?rel=0" frameborder="0" allowfullscreen></iframe>
<p>Going on a break for exams for a good deal of March, but here is a recap of a lovely week posts (sans friday, that was the start of the break). Above is a video of a girl eating lots of stuff. It's fun.</p>
<ul>
<li>Monday. <a href="http://takunomi.space/post/157773388125/dumb-puzzles-mixes-up-combat-links-awakening"><strong>Dumb Puzzles Mixes up Combat</strong></a>. Looking at the simplicity of game puzzles in a positive light.</li>
<li>Tuesday. <a href="http://takunomi.space/post/157815396772/game-development-essentials-the-terminal"><strong>Game Development Essentials - The Terminal</strong></a>. A talkative introduction to using the terminal, a most useful tool for game developers and others alike.</li>
<li>Wednesday. <a href="http://takunomi.space/post/157864135025/zeruda-no-cm-being-admittedly-quite-hyped-for"><strong>Zeruda no CM</strong></a>. Giving a lot of old Japanese Zelda commercials a look.</li>
<li>Thursday. <a href="http://takunomi.space/post/157913324565/dr-advanced-wargroove-orcs-and-humans-two-days"><strong>Dr. Advanced Wargroove: Orcs and Humans</strong></a>. Talking <em>Wargroove</em> and originality.</li>
<li>Friday. <a href="http://takunomi.space/post/157956984315/march-exam-break-im-going-on-a-short-blogging"><strong>March Exam Break</strong></a>. Break announcement.</li>
</ul>

View File

@ -0,0 +1,65 @@
<p><img src="http://i67.tinypic.com/mv0l95.png" alt="Takunomi Coffee Reveries, Vol. I" title="Cooking"></p>
<h3><a name="index"></a> Contents</h3>
<p><br></p>
<p>1 - <a href="#sec0"><strong>Introduction</strong></a></p>
<p>2 - <a href="#sec1"><strong>Revitalizing the Ancients</strong></a> {<em>Breath of the Wild</em>, <em>Final Fantasy XV</em>}</p>
<p>3 - <a href="#sec2"><strong>Coding for Your Own Sake</strong></a> {<em>Coding</em>, <em>Python</em>}</p>
<p>4 - <a href="#sec3"><strong>LoFi Hip Hop Radio</strong></a> {<em>Musical Interlude</em>}</p>
<p>5 - <a href="#sec4"><strong>Enticing for Computer Science</strong></a> {<em>YouTube</em>, <em>Shōgi</em>}</p>
<hr>
<h3><a name="sec0"></a> 1 - Introduction</h3>
<p><br></p>
<p>So a break for the better part of March apparently extends to most of April. That's fine. It gives time to reflect, struggle with exams, play some video games, all that good Jazz. In regards to reflection, it became apparent that daily updates was a noble goal, but a bit demanding, and my favorite posts were the Saturday recap posts, so why not try to make irregular but meatier Saturday posts only? As the content above shows, I thought it better if a bunch of good content was gathered for some relaxing perusal, coffee in hand.</p>
<p><br><br><center> <a href="#index">Return to contents?</a></center></p>
<hr>
<h3><a name="sec1"></a> 2 - Revitalizing the Ancients</h3>
<p><br></p>
<p>I would be remise not to talk <em>Breath of the Wild</em>. The only problem is, the game pretty much speaks for itself, quality and qualities wise, doesn't it? Yet, since last I posted, I completed <em>Final Fantasy XV</em>, so it's not a bad idea to talk abot how these two ancient giants deal with awakening in today's gaming world.</p>
<p>I wasn't immediately floored by <em>FFXV</em>, but the sort of chill, super-realistic setting of magical pretty-boys and roadtripping in hostile territory quickly won me over. Talking abot it's story is both a laughably sort excercise and a maddingly long one, so I'm going to simply say: It's quite good, and quite incomplete. If you haven't played <em>FFXV</em>, just wait till all the updates and DLC are out, you'll get the full experience.</p>
<p>What <em>FFXV</em> truly was to me, was a fantasy of travelling around a lush green environment and mowing down wildlife and roaming weaponized armor troupes. The open world element, I realized, was simply a part of the mood. I could hardly go wherever I liked, and trying to explore, rarely revealed anything surprising. <em>FFXV</em> was, like so many earlier entried in the series, about it's combat. I'll get to why that's more than ok.</p>
<p>I haven't finished <em>Breath of the Wild</em> yet, but it's not trying to hide where it'll end up, so it doesn't require a lot of confidence to say that I see the bigger picture by now. <em>BotW</em> <strong>gets</strong> open world design. It gets it like no game before it. Everything is traversable and though there isn't a purpose to going all places, neither does it ever feel like a time waste. The level of detail in both the big picture and the smallest iota, is astounding. To be fair, <em>BotW</em> doesn't play much different from so many other games. Instead, it seems to say &quot;<em>This is how you should do open world</em>&quot;, drops a mic and let's you play.</p>
<p>Both <em>FFXV</em> and <em>BotW</em> initially appear to be entering the modern world by seemingly accepting how Western developers design games: Real-time combat, ultra realistic graphics (<em>FFXV</em>) and go-where-ever-you-like, play-how-you-feel-like (<em>BotW</em>). Instead they both end up adhering to their roots in decidedly new ways. The Zelda puzzles, space-comprehension-requiring dungeons, grunting NPCs, tangible environments. It's all there, but in a far greater and smoother scale.</p>
<p>In many ways, it would be easy to call <em>BotW</em> the greater success, but I don't want to seem like I don't appreciate the technology behind <em>FFXV</em>. Consider the first time I entered the wood and monster infested Duscae area. I saw a creature I had a mark for. Me and my bodyguards flung into the fray and started hacking away. As the melee rolled around, we entered the vicinity of nearby monsters who happily obliged and suddenly the brawl was blooming into a war-like scenario. At that moment, a flying tank filled with soldiers came by to have a chat. I realize now, that this is crazy. The number of characters that <em>FFXV</em> supports at one point is mind blowing. No slow-downs, just more and more beasts. <em>BotW</em> on the other hand, nearly cracky my <em>Wii U</em> when I engaged five hulking moblins and a small batch of ice-bats in freezing tree-house. Perhaps <em>BotW</em> could achieve something like <em>FFXV</em>, but it's not the point. To these games, <em>open world</em> means different things. To <em>BotW</em> it's external: Go everywhere, always, whenever. To <em>FFXV</em> it's local: The immediate space is open to the battle system, now, to everyone.</p>
<p><br><br><center> <a href="#index">Return to contents?</a></center></p>
<hr>
<h3><a name="sec2"></a> 3 - Coding for Your Own Sake</h3>
<p><br></p>
<p>Why would you want to learn programming? Maybe the idea just appeals to you, or you have some greater goal in mind for the future. Right now, <em>you just don't have a clue what to code</em>.</p>
<p>Here's a way to find a small project: Just recreate another program, in the simplest way possible, and maybe add a tiny spin on it to give yourself a challenge. Cut out visuals, complicated functionality or even user friendliness. Just make it run.</p>
<p>So recently I thought, how about a music player? I'd like to try my hand at <a href="https://www.python.org/">Python</a>, that seemed like a pleasant langauge to code in.</p>
<p>Reading around a bit, I discovered that Python is all about importing so-called modules that do a lot of the complicated stuff for you. I simply googled various key words and started copy-pasting something together. I learned stuff about how mp3 files being a bit more complicated than I expected, and so I scaled the project back to simply playing .wav files. Currently doing a course about <a href="https://en.wikipedia.org/wiki/Distributed_computing">distributed systems</a>, I thought, <em>maybe I should make it a small radio program?</em> This was bit more complicated, but no more than it all resulted in the following tiny program. Simply start the program with</p>
<blockquote>
<p><em>python3 server.py [name of song].wav</em></p>
</blockquote>
<p>in one terminal window, and start a client in another terminal window with</p>
<blockquote>
<p><em>python3 client.py</em></p>
</blockquote>
<p>and hear the music play. It even works across computers on the same network.</p>
<ul>
<li><p><a href="https://gist.github.com/Sketchwhale/90e3f821fecce5cdfaaf3e84e5bc2970">server.py</a></p></li>
<li><p><a href="https://gist.github.com/Sketchwhale/90e3f821fecce5cdfaaf3e84e5bc2970">client.py</a></p></li>
</ul>
<p><br><br><center> <a href="#index">Return to contents?</a></center></p>
<hr>
<h3><a name="sec3"></a> 4 - LoFi Hip Hop Radio</h3>
<p><br></p>
<p>Hiphop-like music coupled with looping images from amazingly relaxing anime is apparently a thing, and I see no reason not to endorse it one hundred percent. Below you see Shizuku Tsukishima from <em>Whisper of the Heart</em> feeling as relaxed as I hope you do. The image links to one of those previously mentioned hiphop radios.</p>
<p><a href="https://youtu.be/xrbrQhpvn8E"><img src="http://i68.tinypic.com/4vs280.png" alt="ChillHop"></a></p>
<p><br><br><center> <a href="#index">Return to contents?</a></center></p>
<hr>
<h3><a name="sec4"></a> 5 - Enticing for Computer Science</h3>
<p><a href="https://www.youtube.com/watch?v=mohXgVorOBk"><img src="http://i67.tinypic.com/zikqb5.png" alt="ChillHop"></a></p>
<p>The video above is one of <em>toco toco tv</em>'s fantastic interviews with interesting and creative Japanese people. Manao Kagawa is a professional Shogi player, and, as far as I can understand, apparently somewhat uncommon, being female.</p>
<p>Besides being a wonderfully relaxing interview, it features a great part in the beginning where Kagawa-san goes to browse the <em>Shirataki Gofukuten</em> kimono shop. It seems that being a Shogi player requires you to wear somewhat formal wear, and the result is that the players looks insanely dashing.</p>
<p>What's even better though, is the mentioning of the <em>Shirataku Ayumi Hai</em>, a yearly Shogi tournament for female players to win beautiful and (I assume) quite expensive kimono.</p>
<p><a href="http://homes.soic.indiana.edu/nensmeng/files/ensmenger-gender.pdf">A quite well-discussed subject</a>, is how the rate of women joining Computer Science and the IT work force in general, is too low. I won't get into politics here, but what is a fact, is that Computer Scientists are in short supply everywhere in the world. At the same time, it seems the education world is mainly drawing from one of two pools of potential students (men). In other words, there is a whole other, quite untapped, pool of with potential students to draw from.</p>
<p>I've seen some really good initiatives to reverse the current trend, but I think the one seen in the video is a wonderfully aesthetic idea. I don't know if it manages to draw in new Shogi players Japan, but having some sort of algorithm competition aimed at high school age (or younger) girl, with very sought-after, classically feminine prizes<sup class="footnote-ref"><a href="#fn1" id="fnref1">[1]</a></sup>, seems like it could draw in a segment that normally has no interest in this branch of science, despite engaging in similar ones (mathematics, medicine, biology).</p>
<p><br><br><center> <a href="#index">Return to contents?</a></center></p>
<hr class="footnotes-sep">
<section class="footnotes">
<ol class="footnotes-list">
<li id="fn1" class="footnote-item"><p>Big IT companies sponsor lots of things with huge amounts of money. Winning a Chanel handbag for solving algorithmic problems in high school, seems like quite a carrot. <a href="#fnref1" class="footnote-backref">↩</a></p>
</li>
</ol>
</section>

91
style.css Normal file
View File

@ -0,0 +1,91 @@
body a {
text-decoration: none;
}
html, body {
color: LightGrey;
font-family: 'HelveticaNeue-Light','Helvetica Neue', Helvetica, Arial, sans-serif;;
font-size: 15px;
line-height: 170%;
color: #35465D;
background-color: #506692;
}
article {
margin-right: auto;
margin-left: auto;
}
.no-link {
text-decoration: none;
}
.headerWrapper {
display: flex;
background-color: #506692;
justify-content: left;
text-align: left;
align: left;
font-size: 25px;
min-height: 90px;
}
.header{
margin: auto;
text-align: left;
}
.posts{
width: 700px;
background-color: #506692;
}
.post{
width: 568px;
background-color: #d6e2fa;
padding: 50px;
margin-bottom: 30px;
}
h1 {
text-align: center;
padding-top: 30px;
}
p {
text-indent: 25px;
}
img {
max-width: 500px;
}
ul {
margin: 0;
padding: 0;
}
.tagline{
text-align: center;
}
.menu{
display: flex;
justify-content: center;
padding-bottom: 40px;
}
.menuElement{
padding: 20px;
}
#menu ul{
float: center;
text-align: center;
list-style: none;
}
#menu li{
display: inline-block;
}

82
style.tmpl Normal file
View File

@ -0,0 +1,82 @@
{{define "style"}}
html, body {
color: LightGrey;
font-family: 'HelveticaNeue-Light','Helvetica Neue', Helvetica, Arial, sans-serif;;
font-size: 15px;
line-height: 170%;
color: #35465D;
background-color: #506692;
}
article {
margin-right: auto;
margin-left: auto;
}
.headerWrapper {
display: flex;
background-color: #506692;
justify-content: left;
text-align: left;
align: left;
font-size: 25px;
min-height: 90px;
}
.header{
margin: auto;
text-align: left;
}
.posts{
width: 700px;
background-color: #506692;
}
.post{
width: 568px;
background-color: #d6e2fa;
padding: 50px;
margin-bottom: 30px;
}
h1 {
text-align: center;
padding-top: 30px;
}
p {
text-indent: 25px;
}
img {
max-width: 500px;
}
ul {
margin: 0;
padding: 0;
}
.tagline{
text-align: center;
}
.menu{
display: flex;
justify-content: center;
padding-bottom: 40px;
}
.menuElement{
padding: 20px;
}
#menu ul{
float: center;
text-align: center;
list-style: none;
}
#menu li{
display: inline-block;
}{{end}}

112
takunomi.html Normal file
View File

@ -0,0 +1,112 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>takunomi</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>takunomi</h1>
<div class="tagline">
<p>Develop games, play games, talk games</p>
</div>
<div class="menu">
<ul id="menu">
<li class="menuElement">about</li>
<li class="menuElement">past</li>
<li class="menuElement">contact</li>
</ul>
</div>
<article class="posts">
<article class="post"><h2>Lewd Interlude</h2>
<p><img src="http://i65.tinypic.com/sb26b6.jpg" alt="Lewd Interlude" title="Dipping"></p>
<p>Haradaya is the character designer for the strategy RPG series, Disgaea. Unlike the Matsuno family of that genre, these are, as people know, crazily over the top, with wild ideas and non-sensical stories. I don't really think they're better, but I like the style of gameplay and especially the art style.</p>
<p>Haradaya has a cute little blog where he posts his art, his Comiket zines and indie games he's developing. Give it a look -&gt; <a href="http://blog.livedoor.jp/haradaya_blog/">** Link **</a>. This picture I've posted is great. It's sort of a realistic RPG tile, with a 3D cross-section. The character is Haradaya's Plenair, holding her doll of the character Same-san (Mr. Shark). They've both been in the Disgaea games multiple times. The skimpy bikini is almost a trademark of Haradaya, who is well into doing fanservice and fanservicey stuf in both is dōjinshi works and the professional Disgaea stuff.</p>
</article>
<article class="post"><h2>Takunomi Coffee Reveries, Vol. I</h2>
<p><img src="http://i67.tinypic.com/mv0l95.png" alt="Takunomi Coffee Reveries, Vol. I" title="Cooking"></p>
<h3><a name="index"></a> Contents</h3>
<p><br></p>
<p>1 - <a href="#sec0"><strong>Introduction</strong></a></p>
<p>2 - <a href="#sec1"><strong>Revitalizing the Ancients</strong></a> {<em>Breath of the Wild</em>, <em>Final Fantasy XV</em>}</p>
<p>3 - <a href="#sec2"><strong>Coding for Your Own Sake</strong></a> {<em>Coding</em>, <em>Python</em>}</p>
<p>4 - <a href="#sec3"><strong>LoFi Hip Hop Radio</strong></a> {<em>Musical Interlude</em>}</p>
<p>5 - <a href="#sec4"><strong>Enticing for Computer Science</strong></a> {<em>YouTube</em>, <em>Shōgi</em>}</p>
<hr>
<h3><a name="sec0"></a> 1 - Introduction</h3>
<p><br></p>
<p>So a break for the better part of March apparently extends to most of April. That's fine. It gives time to reflect, struggle with exams, play some video games, all that good Jazz. In regards to reflection, it became apparent that daily updates was a noble goal, but a bit demanding, and my favorite posts were the Saturday recap posts, so why not try to make irregular but meatier Saturday posts only? As the content above shows, I thought it better if a bunch of good content was gathered for some relaxing perusal, coffee in hand.</p>
<p><br><br><center> <a href="#index">Return to contents?</a></center></p>
<hr>
<h3><a name="sec1"></a> 2 - Revitalizing the Ancients</h3>
<p><br></p>
<p>I would be remise not to talk <em>Breath of the Wild</em>. The only problem is, the game pretty much speaks for itself, quality and qualities wise, doesn't it? Yet, since last I posted, I completed <em>Final Fantasy XV</em>, so it's not a bad idea to talk abot how these two ancient giants deal with awakening in today's gaming world.</p>
<p>I wasn't immediately floored by <em>FFXV</em>, but the sort of chill, super-realistic setting of magical pretty-boys and roadtripping in hostile territory quickly won me over. Talking abot it's story is both a laughably sort excercise and a maddingly long one, so I'm going to simply say: It's quite good, and quite incomplete. If you haven't played <em>FFXV</em>, just wait till all the updates and DLC are out, you'll get the full experience.</p>
<p>What <em>FFXV</em> truly was to me, was a fantasy of travelling around a lush green environment and mowing down wildlife and roaming weaponized armor troupes. The open world element, I realized, was simply a part of the mood. I could hardly go wherever I liked, and trying to explore, rarely revealed anything surprising. <em>FFXV</em> was, like so many earlier entried in the series, about it's combat. I'll get to why that's more than ok.</p>
<p>I haven't finished <em>Breath of the Wild</em> yet, but it's not trying to hide where it'll end up, so it doesn't require a lot of confidence to say that I see the bigger picture by now. <em>BotW</em> <strong>gets</strong> open world design. It gets it like no game before it. Everything is traversable and though there isn't a purpose to going all places, neither does it ever feel like a time waste. The level of detail in both the big picture and the smallest iota, is astounding. To be fair, <em>BotW</em> doesn't play much different from so many other games. Instead, it seems to say &quot;<em>This is how you should do open world</em>&quot;, drops a mic and let's you play.</p>
<p>Both <em>FFXV</em> and <em>BotW</em> initially appear to be entering the modern world by seemingly accepting how Western developers design games: Real-time combat, ultra realistic graphics (<em>FFXV</em>) and go-where-ever-you-like, play-how-you-feel-like (<em>BotW</em>). Instead they both end up adhering to their roots in decidedly new ways. The Zelda puzzles, space-comprehension-requiring dungeons, grunting NPCs, tangible environments. It's all there, but in a far greater and smoother scale.</p>
<p>In many ways, it would be easy to call <em>BotW</em> the greater success, but I don't want to seem like I don't appreciate the technology behind <em>FFXV</em>. Consider the first time I entered the wood and monster infested Duscae area. I saw a creature I had a mark for. Me and my bodyguards flung into the fray and started hacking away. As the melee rolled around, we entered the vicinity of nearby monsters who happily obliged and suddenly the brawl was blooming into a war-like scenario. At that moment, a flying tank filled with soldiers came by to have a chat. I realize now, that this is crazy. The number of characters that <em>FFXV</em> supports at one point is mind blowing. No slow-downs, just more and more beasts. <em>BotW</em> on the other hand, nearly cracky my <em>Wii U</em> when I engaged five hulking moblins and a small batch of ice-bats in freezing tree-house. Perhaps <em>BotW</em> could achieve something like <em>FFXV</em>, but it's not the point. To these games, <em>open world</em> means different things. To <em>BotW</em> it's external: Go everywhere, always, whenever. To <em>FFXV</em> it's local: The immediate space is open to the battle system, now, to everyone.</p>
<p><br><br><center> <a href="#index">Return to contents?</a></center></p>
<hr>
<h3><a name="sec2"></a> 3 - Coding for Your Own Sake</h3>
<p><br></p>
<p>Why would you want to learn programming? Maybe the idea just appeals to you, or you have some greater goal in mind for the future. Right now, <em>you just don't have a clue what to code</em>.</p>
<p>Here's a way to find a small project: Just recreate another program, in the simplest way possible, and maybe add a tiny spin on it to give yourself a challenge. Cut out visuals, complicated functionality or even user friendliness. Just make it run.</p>
<p>So recently I thought, how about a music player? I'd like to try my hand at <a href="https://www.python.org/">Python</a>, that seemed like a pleasant langauge to code in.</p>
<p>Reading around a bit, I discovered that Python is all about importing so-called modules that do a lot of the complicated stuff for you. I simply googled various key words and started copy-pasting something together. I learned stuff about how mp3 files being a bit more complicated than I expected, and so I scaled the project back to simply playing .wav files. Currently doing a course about <a href="https://en.wikipedia.org/wiki/Distributed_computing">distributed systems</a>, I thought, <em>maybe I should make it a small radio program?</em> This was bit more complicated, but no more than it all resulted in the following tiny program. Simply start the program with</p>
<blockquote>
<p><em>python3 server.py [name of song].wav</em></p>
</blockquote>
<p>in one terminal window, and start a client in another terminal window with</p>
<blockquote>
<p><em>python3 client.py</em></p>
</blockquote>
<p>and hear the music play. It even works across computers on the same network.</p>
<ul>
<li><p><a href="https://gist.github.com/Sketchwhale/90e3f821fecce5cdfaaf3e84e5bc2970">server.py</a></p></li>
<li><p><a href="https://gist.github.com/Sketchwhale/90e3f821fecce5cdfaaf3e84e5bc2970">client.py</a></p></li>
</ul>
<p><br><br><center> <a href="#index">Return to contents?</a></center></p>
<hr>
<h3><a name="sec3"></a> 4 - LoFi Hip Hop Radio</h3>
<p><br></p>
<p>Hiphop-like music coupled with looping images from amazingly relaxing anime is apparently a thing, and I see no reason not to endorse it one hundred percent. Below you see Shizuku Tsukishima from <em>Whisper of the Heart</em> feeling as relaxed as I hope you do. The image links to one of those previously mentioned hiphop radios.</p>
<p><a href="https://youtu.be/xrbrQhpvn8E"><img src="http://i68.tinypic.com/4vs280.png" alt="ChillHop"></a></p>
<p><br><br><center> <a href="#index">Return to contents?</a></center></p>
<hr>
<h3><a name="sec4"></a> 5 - Enticing for Computer Science</h3>
<p><a href="https://www.youtube.com/watch?v=mohXgVorOBk"><img src="http://i67.tinypic.com/zikqb5.png" alt="ChillHop"></a></p>
<p>The video above is one of <em>toco toco tv</em>'s fantastic interviews with interesting and creative Japanese people. Manao Kagawa is a professional Shogi player, and, as far as I can understand, apparently somewhat uncommon, being female.</p>
<p>Besides being a wonderfully relaxing interview, it features a great part in the beginning where Kagawa-san goes to browse the <em>Shirataki Gofukuten</em> kimono shop. It seems that being a Shogi player requires you to wear somewhat formal wear, and the result is that the players looks insanely dashing.</p>
<p>What's even better though, is the mentioning of the <em>Shirataku Ayumi Hai</em>, a yearly Shogi tournament for female players to win beautiful and (I assume) quite expensive kimono.</p>
<p><a href="http://homes.soic.indiana.edu/nensmeng/files/ensmenger-gender.pdf">A quite well-discussed subject</a>, is how the rate of women joining Computer Science and the IT work force in general, is too low. I won't get into politics here, but what is a fact, is that Computer Scientists are in short supply everywhere in the world. At the same time, it seems the education world is mainly drawing from one of two pools of potential students (men). In other words, there is a whole other, quite untapped, pool of with potential students to draw from.</p>
<p>I've seen some really good initiatives to reverse the current trend, but I think the one seen in the video is a wonderfully aesthetic idea. I don't know if it manages to draw in new Shogi players Japan, but having some sort of algorithm competition aimed at high school age (or younger) girl, with very sought-after, classically feminine prizes<sup class="footnote-ref"><a href="#fn1" id="fnref1">[1]</a></sup>, seems like it could draw in a segment that normally has no interest in this branch of science, despite engaging in similar ones (mathematics, medicine, biology).</p>
<p><br><br><center> <a href="#index">Return to contents?</a></center></p>
<hr class="footnotes-sep">
<section class="footnotes">
<ol class="footnotes-list">
<li id="fn1" class="footnote-item"><p>Big IT companies sponsor lots of things with huge amounts of money. Winning a Chanel handbag for solving algorithmic problems in high school, seems like quite a carrot. <a href="#fnref1" class="footnote-backref"></a></p>
</li>
</ol>
</section>
</article>
<article class="post"><h2>#Romantic Japanese Christmas Takunomi Saturday Recap</h2>
<iframe width="560" height="315" src="https://www.youtube.com/embed/-dxqlXPyDl4?rel=0" frameborder="0" allowfullscreen></iframe>
<p>Going on a break for exams for a good deal of March, but here is a recap of a lovely week posts (sans friday, that was the start of the break). Above is a video of a girl eating lots of stuff. It's fun.</p>
<ul>
<li>Monday. <a href="http://takunomi.space/post/157773388125/dumb-puzzles-mixes-up-combat-links-awakening"><strong>Dumb Puzzles Mixes up Combat</strong></a>. Looking at the simplicity of game puzzles in a positive light.</li>
<li>Tuesday. <a href="http://takunomi.space/post/157815396772/game-development-essentials-the-terminal"><strong>Game Development Essentials - The Terminal</strong></a>. A talkative introduction to using the terminal, a most useful tool for game developers and others alike.</li>
<li>Wednesday. <a href="http://takunomi.space/post/157864135025/zeruda-no-cm-being-admittedly-quite-hyped-for"><strong>Zeruda no CM</strong></a>. Giving a lot of old Japanese Zelda commercials a look.</li>
<li>Thursday. <a href="http://takunomi.space/post/157913324565/dr-advanced-wargroove-orcs-and-humans-two-days"><strong>Dr. Advanced Wargroove: Orcs and Humans</strong></a>. Talking <em>Wargroove</em> and originality.</li>
<li>Friday. <a href="http://takunomi.space/post/157956984315/march-exam-break-im-going-on-a-short-blogging"><strong>March Exam Break</strong></a>. Break announcement.</li>
</ul>
</article>
</article>
</body>
</html>

BIN
websiteTemplate Executable file

Binary file not shown.

47
websiteTemplate.go Normal file
View File

@ -0,0 +1,47 @@
package main
import (
"html/template"
"net/http"
"strings"
)
type Page struct {
Title string
MenuItems []string
Posts []Post
}
var name string = "takunomi"
var posts []Post
var sections = []string {"about","past", "contact"}
var templates = template.Must(template.ParseFiles("blog.tmpl", "blog_roll.tmpl", "style.tmpl", "post.tmpl"))
func main() {
http.HandleFunc("/", blogHandler)
http.HandleFunc("/post/", postHandler)
http.ListenAndServe(":8080", nil)
}
func blogHandler(w http.ResponseWriter, req *http.Request) {
posts = getNewestPosts(3)
page := Page {name, sections, posts}
renderTemplates(w, page)
}
func postHandler (w http.ResponseWriter, r *http.Request) {
title := strings.TrimPrefix(r.URL.Path, "/post/")
posts := []Post{getPostByURLTitle(title)}
page := Page {name, sections, posts}
renderTemplates(w, page)
}
func renderTemplates (w http.ResponseWriter, p Page) {
s1 := templates.Lookup("blog.tmpl")
s1.ExecuteTemplate(w, "blog", p)
s2 := templates.Lookup("blog_roll.tmpl")
s2.ExecuteTemplate(w, "blog_roll", nil)
s3 := templates.Lookup("post.tmpl")
s3.ExecuteTemplate(w, "post", nil)
}