2020-05-02 19:37:18 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html lang=en>
|
2020-10-12 20:11:44 +00:00
|
|
|
<title>Skiqqy's Home Page</title><meta charset=utf-8>
|
|
|
|
<meta name=Description content="Skiqqy Cochranes Home Page">
|
2020-05-02 19:37:18 +00:00
|
|
|
<style>
|
|
|
|
body{
|
|
|
|
text-align:center;
|
|
|
|
overflow-y:scroll;
|
|
|
|
font:calc(0.75em + 1vmin) monospace
|
|
|
|
}
|
|
|
|
|
|
|
|
pre pre{
|
|
|
|
text-align:left;
|
|
|
|
display:inline-block
|
|
|
|
}
|
|
|
|
|
|
|
|
img{
|
|
|
|
max-width:57ch;
|
|
|
|
display:block;
|
|
|
|
height:auto;
|
|
|
|
width:100%
|
|
|
|
}
|
|
|
|
|
|
|
|
@media(prefers-color-scheme:dark){
|
|
|
|
body{
|
|
|
|
background:#000;color:#fff
|
|
|
|
}
|
|
|
|
|
|
|
|
a{
|
|
|
|
color:#6CF
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</style><pre>
|
|
|
|
|
2020-10-14 12:05:19 +00:00
|
|
|
<a href=/><b>HOME</b></a> <a href=./setup.html>My Setup</a> <a href=http://blog.skiqqy.xyz>Blog</a> <a href=http://skiqqy.xyz/install.sh>Install dotfiles</a> <a href=./projects.html>Projects</a> <a href=https://github.com/skiqqy>My Github</a> <a href=http://wiki.skiqqy.xyz/>Wiki</a>
|
2020-05-02 19:37:18 +00:00
|
|
|
|
2020-10-15 17:59:07 +00:00
|
|
|
<a href=http://git.skiqqy.xyz/>My Git Server</a> <a href=http://irc.skiqqy.xyz/>IRC Webclient (Channel: #club45)</a>
|
2020-05-02 19:37:18 +00:00
|
|
|
|
|
|
|
<a href=https://discord.gg/hgqgkuS>C45 Discord</a>
|
|
|
|
|
|
|
|
<pre>
|
|
|
|
+-------------------------------------------------------+
|
|
|
|
| |
|
2020-05-23 12:07:33 +00:00
|
|
|
| About Me |
|
2020-05-02 19:37:18 +00:00
|
|
|
| |
|
2020-05-02 19:59:42 +00:00
|
|
|
| * My name is Stephen Cochrane, but my friends call |
|
2020-05-02 19:49:04 +00:00
|
|
|
| me Skippy |
|
2020-09-21 14:03:42 +00:00
|
|
|
| |
|
|
|
|
| * curriculum vitae: |
|
2020-10-08 12:47:25 +00:00
|
|
|
| There are 3 methods, shown below, |
|
2020-10-12 16:09:39 +00:00
|
|
|
| 1. <code>$ man <(curl -s http://skiqqy.xyz/skiqqy.1)</code> |
|
2020-10-12 13:39:21 +00:00
|
|
|
| 2. <code>$ curl http://skiqqy.xyz/gencv | bash</code> |
|
2020-10-14 21:07:32 +00:00
|
|
|
| 3. Or you can download it <a href=./assets/CurriculumVitae.pdf>here</a>. |
|
2020-05-02 19:49:04 +00:00
|
|
|
| |
|
2020-05-02 19:37:18 +00:00
|
|
|
| * I am currently studying at Stellenbosh University |
|
|
|
|
| a BSc in Computer Science, I am in my third year |
|
|
|
|
| of studies. |
|
|
|
|
| |
|
|
|
|
| * I love low level coding, I enjoy writing assembly |
|
|
|
|
| and C code. |
|
|
|
|
| |
|
|
|
|
| * Vim or gtfo. |
|
|
|
|
| |
|
2020-06-01 14:17:53 +00:00
|
|
|
| * Just read the man-pages bro. |
|
|
|
|
| |
|
2020-05-02 19:37:18 +00:00
|
|
|
| * Come water my flowers in animal crossing pls. |
|
|
|
|
| |
|
|
|
|
+-------------------------------------------------------+
|
|
|
|
|
2020-06-01 14:17:53 +00:00
|
|
|
+-------------------------------------------------------+
|
|
|
|
| |
|
|
|
|
| Friends |
|
|
|
|
| |
|
|
|
|
| * Please go take a look at my friend Tristan, aka |
|
|
|
|
| "The king of subnets"/"alloca go brrr", his |
|
|
|
|
| website can be found over <a href=https://deavmi.github.io target=blank_>here</a> |
|
|
|
|
| |
|
|
|
|
+-------------------------------------------------------+
|
|
|
|
|
2020-05-02 19:37:18 +00:00
|
|
|
+-------------------------------------------------------+
|
|
|
|
| |
|
2020-05-23 12:07:33 +00:00
|
|
|
| What I consider Bloat |
|
|
|
|
| |
|
|
|
|
| * Any program that is not "minimal", in the sense |
|
|
|
|
| that it does not conform to the unix philosophy |
|
|
|
|
| of doing one thing, and doing that one thing well. |
|
|
|
|
| |
|
2020-06-01 14:17:53 +00:00
|
|
|
| * If the program is not free as in <a href=https://www.gnu.org/philosophy/free-sw.html target=blank_>free</a>, then I |
|
2020-05-23 12:07:33 +00:00
|
|
|
| assume the program is bloated and may be malware. |
|
|
|
|
| |
|
|
|
|
| * Politics. |
|
|
|
|
| |
|
|
|
|
| * Google. |
|
|
|
|
| |
|
|
|
|
| * Facebook. |
|
|
|
|
| |
|
|
|
|
+-------------------------------------------------------+
|
|
|
|
|
|
|
|
+-------------------------------------------------------+
|
|
|
|
| |
|
|
|
|
| Contact Details |
|
2020-05-02 19:37:18 +00:00
|
|
|
| |
|
2020-09-03 08:01:37 +00:00
|
|
|
| * Twitter: @posix_patrol |
|
2020-05-02 19:37:18 +00:00
|
|
|
| |
|
|
|
|
| * Instagram: @skippy_stephen |
|
|
|
|
| |
|
2020-05-02 19:49:04 +00:00
|
|
|
| * Email: ohmyskippy@disroot.org |
|
|
|
|
| |
|
|
|
|
| * xmpp: ohmyskippy@disroot.org |
|
|
|
|
| |
|
2020-10-12 15:23:47 +00:00
|
|
|
| * Discord: Skiqqy#1159 |
|
2020-05-02 19:49:04 +00:00
|
|
|
| |
|
2020-05-02 19:37:18 +00:00
|
|
|
+-------------------------------------------------------+
|
|
|
|
|
2020-05-02 19:44:35 +00:00
|
|
|
+-------------------------------------------------------+
|
|
|
|
| |
|
|
|
|
| Other |
|
|
|
|
| |
|
|
|
|
| * IRC: irc.yggpi.co.za:6667 |
|
|
|
|
| |
|
|
|
|
| * Mumble Channel: irc.yggpi.co.za:9980 |
|
|
|
|
| |
|
|
|
|
+-------------------------------------------------------+
|
|
|
|
|
2020-05-02 19:37:18 +00:00
|
|
|
<div style='height:200px'>
|
|
|
|
|
2020-06-01 14:17:53 +00:00
|
|
|
<a href="https://github.com/kisslinux/website" target=blank_>Inspiration for this website</a>
|
2020-05-02 19:37:18 +00:00
|
|
|
|
|
|
|
</pre></pre>
|