Clean up and update content
This commit is contained in:
parent
7b4c3f90ad
commit
317bd52d8f
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,5 +2,3 @@ _site/
|
||||
.sass-cache/
|
||||
.jekyll-metadata
|
||||
.jekyll-cache
|
||||
deploy.sh
|
||||
|
||||
|
||||
@ -1,9 +0,0 @@
|
||||
<IfModule mod_expires.c>
|
||||
ExpiresActive On
|
||||
ExpiresDefault "access plus 1 year"
|
||||
# Pages
|
||||
ExpiresByType text/html "access plus 1 day"
|
||||
# RSS feed
|
||||
ExpiresByType text/xml "access plus 120 minutes"
|
||||
</IfModule>
|
||||
|
||||
1037
README.html
1037
README.html
File diff suppressed because it is too large
Load Diff
101
_config.yml
101
_config.yml
@ -1,39 +1,94 @@
|
||||
# Site settings
|
||||
title: retrospace
|
||||
title: retrospace.be
|
||||
description: >
|
||||
A meeting place for hackers, nerds, geeks, cyberpunks
|
||||
Digital meeting place for hackers, nerds, geeks, cyberpunks
|
||||
and nostalgic cyberspace citizens.
|
||||
|
||||
baseurl: "" # the subpath of your site, e.g. /blog/
|
||||
url: "https://retrospace.be" # the base hostname & protocol for your site
|
||||
|
||||
author:
|
||||
fullname: shmitty
|
||||
# googleplus: ""
|
||||
# github: ""
|
||||
# twitter: ""
|
||||
# disqus: your_disqus_forum_shortname
|
||||
|
||||
# google_analytics: 'UA-XXXXXXXX-X'
|
||||
fullname: Neo
|
||||
email: "root@retrospace.be"
|
||||
mastodon:
|
||||
label: "@neo@social.hacktheplanet.be"
|
||||
url: "https://social.hacktheplanet.be/@neo"
|
||||
|
||||
# Syntax highlighting
|
||||
highlightstyle: ''
|
||||
styles: [agate, androidstudio, arta, asceti, atelier-cave.dark, atelier-cave.light, atelier-dune.dark, atelier-dune.light, atelier-estuary.dark, atelier-estuary.light, atelier-forest.dark, atelier-forest.light, atelier-heath.dark, atelier-heath.light, atelier-lakeside.dark, atelier-lakeside.light, atelier-plateau.dark, atelier-plateau.light, atelier-savanna.dark, atelier-savanna.light, atelier-seaside.dark, atelier-seaside.light, atelier-sulphurpool.dark, atelier-sulphurpool.light, brown_paper, codepen-embed, color-brewer, dark, darkula, default, docco, far, foundation, github, github-gist, googlecode, grayscale, hopscotch, hybrid, idea, ir_black, kimbie.dark, kimbie.light, magula, mono-blue, monokai, monokai_sublime, obsidian, paraiso.dark, paraiso.light, pojoaque, railscast, rainbow, school_book, solarized_dark, solarized_light, styles_list.txt, sunburst, tomorrow, tomorrow-night-blue, tomorrow-night-bright, tomorrow-night, tomorrow-night-eightie, v, xcode, zenburn]
|
||||
highlightstyle: ""
|
||||
styles:
|
||||
[
|
||||
agate,
|
||||
androidstudio,
|
||||
arta,
|
||||
asceti,
|
||||
atelier-cave.dark,
|
||||
atelier-cave.light,
|
||||
atelier-dune.dark,
|
||||
atelier-dune.light,
|
||||
atelier-estuary.dark,
|
||||
atelier-estuary.light,
|
||||
atelier-forest.dark,
|
||||
atelier-forest.light,
|
||||
atelier-heath.dark,
|
||||
atelier-heath.light,
|
||||
atelier-lakeside.dark,
|
||||
atelier-lakeside.light,
|
||||
atelier-plateau.dark,
|
||||
atelier-plateau.light,
|
||||
atelier-savanna.dark,
|
||||
atelier-savanna.light,
|
||||
atelier-seaside.dark,
|
||||
atelier-seaside.light,
|
||||
atelier-sulphurpool.dark,
|
||||
atelier-sulphurpool.light,
|
||||
brown_paper,
|
||||
codepen-embed,
|
||||
color-brewer,
|
||||
dark,
|
||||
darkula,
|
||||
default,
|
||||
docco,
|
||||
far,
|
||||
foundation,
|
||||
github,
|
||||
github-gist,
|
||||
googlecode,
|
||||
grayscale,
|
||||
hopscotch,
|
||||
hybrid,
|
||||
idea,
|
||||
ir_black,
|
||||
kimbie.dark,
|
||||
kimbie.light,
|
||||
magula,
|
||||
mono-blue,
|
||||
monokai,
|
||||
monokai_sublime,
|
||||
obsidian,
|
||||
paraiso.dark,
|
||||
paraiso.light,
|
||||
pojoaque,
|
||||
railscast,
|
||||
rainbow,
|
||||
school_book,
|
||||
solarized_dark,
|
||||
solarized_light,
|
||||
styles_list.txt,
|
||||
sunburst,
|
||||
tomorrow,
|
||||
tomorrow-night-blue,
|
||||
tomorrow-night-bright,
|
||||
tomorrow-night,
|
||||
tomorrow-night-eightie,
|
||||
v,
|
||||
xcode,
|
||||
zenburn,
|
||||
]
|
||||
|
||||
# Handling Reading
|
||||
exclude: ["README.md", "README.html", "deploy.sh"]
|
||||
exclude: ["README.md", "flake.nix", "flake.lock", ".direnv"]
|
||||
|
||||
# Build settings
|
||||
highlighter: null
|
||||
markdown: kramdown
|
||||
|
||||
# Translations
|
||||
t:
|
||||
en:
|
||||
index:
|
||||
name: "About"
|
||||
url: "/"
|
||||
nl:
|
||||
index:
|
||||
name: "Over"
|
||||
url: "/nl.html"
|
||||
|
||||
16
_includes/externals/disqus.html
vendored
16
_includes/externals/disqus.html
vendored
@ -1,16 +0,0 @@
|
||||
{% if site.author.disqus %}
|
||||
<div id="disqus_thread"></div>
|
||||
<script type="text/javascript">
|
||||
/* * * CONFIGURATION VARIABLES * * */
|
||||
var disqus_shortname = '{{ site.author.disqus }}';
|
||||
|
||||
/* * * 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>
|
||||
|
||||
{% endif %}
|
||||
11
_includes/externals/google_analytics.html
vendored
11
_includes/externals/google_analytics.html
vendored
@ -1,11 +0,0 @@
|
||||
{% if site.google_analytics %}
|
||||
<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', '{{ site.google_analytics }}', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
{% endif %}
|
||||
@ -1,47 +1,17 @@
|
||||
<header class="header">
|
||||
<ul class="language-links">
|
||||
{% assign posts=site.posts | where:"ref", page.ref | sort: 'lang' %}
|
||||
{% for post in posts %}
|
||||
<a href="{{ post.url }}" class="language-links__entry {{ post.lang }}">{{ post.lang | upcase }}</a>
|
||||
{% endfor %}
|
||||
|
||||
{% assign pages=site.pages | where:"ref", page.ref | sort: 'lang' %}
|
||||
{% for page in pages %}
|
||||
<a href="{{ page.url }}" class="language-links__entry {{ page.lang }}">{{ page.lang | upcase}}</a>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
{% if page.lang == "nl" %}
|
||||
<a href="{{ '/nl.html' | prepend: site.baseurl }}">
|
||||
<img class="logo__image" alt="Magus" src="/assets/img/magus.png">
|
||||
</a>
|
||||
{% else %}
|
||||
<a href="{{ '/' | prepend: site.baseurl }}">
|
||||
<img class="logo__image" alt="Magus" src="/assets/img/magus.png">
|
||||
</a>
|
||||
{% endif %}
|
||||
|
||||
<div class="navigation">
|
||||
{% if page.lang == "nl" %}
|
||||
<a href="/nl.html" class="logo">{{ site.title }}</a>
|
||||
<ul class="menu">
|
||||
<li class="menu__entry"><a href="{{ '/nl.html' | prepend: site.baseurl }}">Over</a></li>
|
||||
{% for category in site.data.categories %}
|
||||
<li class="menu__entry"><a href="{{ '/' | append: category.slug | prepend: site.baseurl }}">{{ category.name }} (Engels)</a></li>
|
||||
{% endfor %}
|
||||
<li class="menu__entry"><a href="{{ '/communicate.nl.html' | prepend: site.baseurl }}">Communiceer</a></li>
|
||||
<li class="menu__entry"><a href="{{ '/links.nl.html' | prepend: site.baseurl }}">Links</a></li>
|
||||
</ul>
|
||||
{% else %}
|
||||
<a href="/" class="logo">{{ site.title }}</a>
|
||||
<ul class="menu">
|
||||
<li class="menu__entry"><a href="{{ '/' | prepend: site.baseurl }}">About</a></li>
|
||||
{% for category in site.data.categories %}
|
||||
<li class="menu__entry"><a href="{{ '/' | append: category.slug | prepend: site.baseurl }}">{{ category.name }}</a></li>
|
||||
{% endfor %}
|
||||
<li class="menu__entry"><a href="{{ '/communicate.html' | prepend: site.baseurl }}">Communicate</a></li>
|
||||
<li class="menu__entry"><a href="{{ '/links.html' | prepend: site.baseurl }}">Links</a></li>
|
||||
</ul>
|
||||
{% endif %}
|
||||
<a href="/" class="logo">{{ site.title }}</a>
|
||||
<ul class="menu">
|
||||
<li class="menu__entry"><a href="{{ '/' | prepend: site.baseurl }}">About</a></li>
|
||||
{% for category in site.data.categories %}
|
||||
<li class="menu__entry"><a href="{{ '/' | append: category.slug | prepend: site.baseurl }}">{{ category.name }}</a></li>
|
||||
{% endfor %}
|
||||
<li class="menu__entry"><a href="{{ '/communicate.html' | prepend: site.baseurl }}">Communicate</a></li>
|
||||
<li class="menu__entry"><a href="{{ '/links.html' | prepend: site.baseurl }}">Links</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
@ -3,20 +3,10 @@
|
||||
{% if page.keywords %} {% assign keywords = page.keywords %} {% else %} {% assign keywords = site.keywords %} {% endif %}
|
||||
{% if page.cover %} {% assign cover = page.cover %} {% else %} {% assign cover = site.cover %} {% endif %}
|
||||
|
||||
<!-- Twitter Cards -->
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta name="twitter:title" content="{{ title }}" />
|
||||
<meta name="twitter:description" content="{{ description }}" />
|
||||
<meta name="twitter:image" content="{{ site.url }}{{ cover }}" />
|
||||
|
||||
<!-- Google plus -->
|
||||
<meta name="author" content="{{ site.author.googleplus }}">
|
||||
<link rel="author" href="{{ site.author.googleplus }}">
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:locale" content="{{ site.lang }}">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:title" content="{{ title }}">
|
||||
<meta property="og:description" content="{{ description }}">
|
||||
<meta property="og:url" content="{{ page.url | replace:'index.html','' | prepend: site.url }}">
|
||||
<meta property="og:site_name" content="{{ site.title }}">
|
||||
<meta property="og:site_name" content="{{ site.title }}">
|
||||
|
||||
@ -6,16 +6,16 @@
|
||||
Known Universe
|
||||
</div>
|
||||
<div class="explore__label">
|
||||
site built with
|
||||
<a href="https://jekyllrb.com/" target="_blank">jekyll</a> and
|
||||
<a href="http://jekyllthemes.org/themes/daktilo/" target="_blank">
|
||||
built with
|
||||
<a href="https://jekyllrb.com/">jekyll</a> and
|
||||
<a href="http://jekyllthemes.org/themes/daktilo/">
|
||||
Daktilo
|
||||
</a>
|
||||
</div>
|
||||
<div class="explore__label">
|
||||
This website has a <a href="https://www.torproject.org/" target="_blank">Tor</a> mirror
|
||||
This website has a <a href="https://www.torproject.org/">Tor</a> mirror
|
||||
at
|
||||
<a href="http://t6xjx62ozerocool.onion" target="_blank">
|
||||
<a href="http://t6xjx62ozerocool.onion">
|
||||
t6xjx62ozerocool.onion
|
||||
</a>
|
||||
</div>
|
||||
|
||||
@ -19,6 +19,5 @@
|
||||
</div>
|
||||
|
||||
{% include externals/scripting.html %}
|
||||
{% include externals/google_analytics.html %}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -9,6 +9,4 @@ layout: default
|
||||
|
||||
{% include post/about.html %}
|
||||
|
||||
{% include externals/disqus.html %}
|
||||
|
||||
{% include page/footer.html %}
|
||||
|
||||
@ -8,4 +8,4 @@ categories: [news]
|
||||
Created the website and put it up. Created the IRC channel.
|
||||
|
||||
___
|
||||
[](https://getyarn.io/yarn-clip/ac3cc766-49b9-4535-a69b-a7a956c5bfbc/){:target="_blank"}
|
||||
[](https://getyarn.io/yarn-clip/ac3cc766-49b9-4535-a69b-a7a956c5bfbc/)
|
||||
|
||||
@ -7,10 +7,10 @@ categories: [news]
|
||||
|
||||
The mailinglist powered by [Mailman](https://www.gnu.org/software/mailman/)
|
||||
for general discussions and announcements is now operational.
|
||||
To subscribe send an empty email to [general-subscribe@lists.retrospace.be](mailto:general-subscribe@lists.retrospace.be) or visit [the list's info page](https://lists.retrospace.be/listinfo/general/general){:target="_blank"}.
|
||||
To subscribe send an empty email to [general-subscribe@lists.retrospace.be](mailto:general-subscribe@lists.retrospace.be) or visit [the list's info page](https://lists.retrospace.be/listinfo/general/general).
|
||||
|
||||
After you confirm your subscription you can post messages to the list by
|
||||
sending an email to [general@lists.retrospace.be](mailto:general@lists.retrospace.be).
|
||||
|
||||
___
|
||||
[](https://en.wikipedia.org/wiki/Rick_and_Morty){:target="_blank"}
|
||||
[](https://en.wikipedia.org/wiki/Rick_and_Morty)
|
||||
|
||||
@ -5,10 +5,10 @@ date: 2017-11-08 01:00:00
|
||||
categories: [news]
|
||||
---
|
||||
|
||||
A couple of friends decided to relive the [Counter-Strike](https://en.wikipedia.org/wiki/Counter-Strike){:target="_blank"} days of the
|
||||
A couple of friends decided to relive the [Counter-Strike](https://en.wikipedia.org/wiki/Counter-Strike) days of the
|
||||
early nillies.
|
||||
So we've set up a Counter-Strike 1.6 dedicated server at _cs.retrospace.be_
|
||||
(standard port 27015). You need a valid copy of Counter-Strike. The easiest way to get one is [through the Steam store](http://store.steampowered.com/app/10/CounterStrike/){:target="_blank"}
|
||||
(standard port 27015). You need a valid copy of Counter-Strike. The easiest way to get one is [through the Steam store](https://store.steampowered.com/app/10/CounterStrike/){:target="_blank"}
|
||||
(multiple platforms supported) for € 9.99.
|
||||
|
||||
To spice things up we have some bots in there as well as the infamous "Gun Game" mod.
|
||||
@ -16,4 +16,4 @@ To spice things up we have some bots in there as well as the infamous "Gun Game"
|
||||
Relive the past, join the fun!
|
||||
|
||||
___
|
||||

|
||||

|
||||
|
||||
@ -7,4 +7,4 @@ categories: [news]
|
||||
|
||||
Added a bunch of new links to the [links section]({{ site.baseurl }}{% link links.md %}).
|
||||
|
||||
Many thanks to [Frederik](https://www.enigmeta.com/){:target="_blank"} for most of these!
|
||||
Many thanks to [Frederik](https://www.enigmeta.com/) for most of these!
|
||||
|
||||
@ -18,7 +18,7 @@ BITGRID will be back on 21 April with a 5th edition. As usual we're going to try
|
||||
|
||||
## MENEO (ES)
|
||||
He’s not only a musician, but also a producer and an artist. Meneo is mostly famous for his awesome liveshows! He spreads energy and partyvibes across the dancefloor as no other, this all with his trusty Gameboy. He played over the entire world on stages like Dour Festival, FUSION and Mysteryland.
|
||||
[http://meneo.info/](http://meneo.info/)
|
||||
[https://meneo.info/](https://meneo.info/)
|
||||
|
||||
## xyce (NL)
|
||||
These guys need no introduction. We have the habit of booking international acts only once but for these lovely gentlemen from Groningen we gladly make an exception. Their joyful melodies already set fire to our dancefloor 6 years ago on our first edition and will do the same this year.
|
||||
@ -30,7 +30,7 @@ He’s called the king of chipbreak and he has definitely earned that title. Sas
|
||||
|
||||
## Demoscene Time Machine (DE)
|
||||
Demoscene Time Machine is a German 8bit artist. He’s creating highly danceable Fakebit since 2008 and will delight us with it on BITGRID. He’ll blast you off for a trip to outer space.
|
||||
[http://demoscenetimemachine.com/](http://demoscenetimemachine.com/)
|
||||
[https://demoscenetimemachine.com/](https://demoscenetimemachine.com/)
|
||||
|
||||
## DEFENSE MECHANISM (US)
|
||||
DEFENSE MECHANISM is a LSDJ wizard hails from America. Inspired by his fantastic live show on the Chipwrecked festival last summer, we decided to organize this edition of BITGRID. This is something you don’t want to miss and definitely will never forget.
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/* =Base */
|
||||
body {
|
||||
font-family: 'Inconsolata', ;
|
||||
font-family: "Inconsolata";
|
||||
color: $iron;
|
||||
background-color: $dorian;
|
||||
}
|
||||
@ -11,7 +11,6 @@ a {
|
||||
text-decoration: none;
|
||||
|
||||
&:hover {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@ -28,7 +27,7 @@ img {
|
||||
|
||||
blockquote {
|
||||
letter-spacing: 3px;
|
||||
margin:0px;
|
||||
margin: 0px;
|
||||
margin-top: 40px;
|
||||
margin-bottom: 70px;
|
||||
padding: 0px;
|
||||
@ -41,11 +40,15 @@ blockquote {
|
||||
font-size: 15px;
|
||||
color: $iron;
|
||||
letter-spacing: 0px;
|
||||
left:0px;
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
|
||||
&:before { content: "** "; }
|
||||
&:after { content: " **"; }
|
||||
&:before {
|
||||
content: "** ";
|
||||
}
|
||||
&:after {
|
||||
content: " **";
|
||||
}
|
||||
}
|
||||
|
||||
p {
|
||||
@ -53,8 +56,12 @@ blockquote {
|
||||
font-size: 20px;
|
||||
color: $cloudy;
|
||||
font-weight: 400;
|
||||
&:before { content: "“ "; }
|
||||
&:after { content: " ”"; }
|
||||
&:before {
|
||||
content: "“ ";
|
||||
}
|
||||
&:after {
|
||||
content: " ”";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -73,7 +80,7 @@ strong {
|
||||
}
|
||||
|
||||
.navigation {
|
||||
float:left;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.logo {
|
||||
@ -84,15 +91,15 @@ strong {
|
||||
}
|
||||
|
||||
.logo__image {
|
||||
margin: 0 10px;
|
||||
display: inline !important;
|
||||
float: left;
|
||||
margin: 0 10px;
|
||||
display: inline !important;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.menu {
|
||||
color: $cloudy;
|
||||
font-size: 18px;
|
||||
margin:0px;
|
||||
margin: 0px;
|
||||
margin-top: 6px;
|
||||
padding: 0px;
|
||||
list-style-type: none;
|
||||
@ -103,7 +110,7 @@ strong {
|
||||
margin-right: 15px;
|
||||
|
||||
&:before {
|
||||
content: "» ";
|
||||
content: "» ";
|
||||
}
|
||||
&:last-child {
|
||||
margin-right: 0px;
|
||||
@ -113,12 +120,12 @@ strong {
|
||||
.menu__entry a {
|
||||
font-weight: 400;
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
.social-links {
|
||||
float:right;
|
||||
float: right;
|
||||
font-size: 18px;
|
||||
color: $cloudy;
|
||||
list-style-type: none;
|
||||
@ -131,8 +138,8 @@ strong {
|
||||
|
||||
/* =Titles */
|
||||
.page-title {
|
||||
margin-top:100px;
|
||||
margin-bottom:50px;
|
||||
margin-top: 100px;
|
||||
margin-bottom: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@ -234,7 +241,6 @@ strong {
|
||||
margin-left: 0px;
|
||||
}
|
||||
|
||||
|
||||
/* =Post page */
|
||||
.about {
|
||||
color: $cloudy;
|
||||
@ -253,10 +259,6 @@ strong {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
#disqus_thread {
|
||||
margin-top: 100px;
|
||||
}
|
||||
|
||||
@media (max-width: 800px) {
|
||||
/* =Base */
|
||||
p {
|
||||
@ -317,25 +319,26 @@ strong {
|
||||
}
|
||||
|
||||
.language-links {
|
||||
float: right;
|
||||
font-size: 18px;
|
||||
color: $cloudy;
|
||||
list-style-type: none;
|
||||
float: right;
|
||||
font-size: 18px;
|
||||
color: $cloudy;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.language-links__entry {
|
||||
display: inline-block;
|
||||
margin-left: 0;
|
||||
display: inline-block;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
a.language-links__entry {
|
||||
font-weight: 100;
|
||||
font-weight: 100;
|
||||
}
|
||||
|
||||
.en:lang(en), .nl:lang(nl) {
|
||||
font-weight: bold;
|
||||
.en:lang(en),
|
||||
.nl:lang(nl) {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.nl:before {
|
||||
content: "| ";
|
||||
content: "| ";
|
||||
}
|
||||
|
||||
@ -7,7 +7,13 @@ ref: communicate
|
||||
---
|
||||
|
||||
# Email
|
||||
Questions, comments? Send them to [root@retrospace.be](mailto:root@retrospace.be).
|
||||
|
||||
Questions, comments? Send them to [{{ site.author.email }}](mailto:{{ site.author.email }}).
|
||||
|
||||
# Mastodon
|
||||
|
||||
[{{ site.author.mastodon.label }}]({{ site.author.mastodon.url }})
|
||||
|
||||
# RSS feed
|
||||
|
||||
[{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}]({{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }})
|
||||
|
||||
@ -1,13 +0,0 @@
|
||||
---
|
||||
layout: page
|
||||
title: Communiceer
|
||||
subtitle: in cyberspace
|
||||
lang: nl
|
||||
ref: communicate
|
||||
---
|
||||
|
||||
# E-mail
|
||||
Vragen, opmerkingen? Stuur ze naar [root@retrospace.be](mailto:root@retrospace.be).
|
||||
|
||||
# RSS nieuwsfeed
|
||||
[{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}]({{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }})
|
||||
21
index.md
21
index.md
@ -1,28 +1,9 @@
|
||||
---
|
||||
layout: page
|
||||
subtitle: >
|
||||
A meeting place for hackers, nerds, geeks, cyberpunks
|
||||
and n0stalg1c citizens of cyberspace.
|
||||
sitemap:
|
||||
priority: 0.9
|
||||
lang: en
|
||||
ref: index
|
||||
---
|
||||
|
||||
# What?
|
||||
Retrospace is a place to learn and share knowledge about computers and
|
||||
technology. A physical gateway to cyberspace, like a computer hobby club in the 80's and 90's.
|
||||
Do you like to tinker with Linux or work on some (Arduino) micro-controller projects? Are you
|
||||
interested in programming with C, Python or other languages? Wanna play some retro games and
|
||||
reminisce about the good old NES and SNES days?
|
||||
[Then check it. <s>Friday.</s> Monday.](https://getyarn.io/yarn-clip/61adf2ec-4022-42bb-888a-bed13fb50197/gif){:target="_blank"}
|
||||
|
||||
# When?
|
||||
Every Monday night from 20:00 onwards. Free for everyone.
|
||||
|
||||
# Where?
|
||||
Gemeenteplein 11
|
||||
\\
|
||||
2650 Edegem
|
||||
|
||||
[Find it on OpenStreetMap](https://www.openstreetmap.org/?mlat=51.15497&mlon=4.44529#map=13/51.15497/4.44529){:target="_blank"}.
|
||||
# Digital meeting place for hackers, nerds, geeks, cyberpunks and n0stalg1c citizens of cyberspace.
|
||||
|
||||
98
links.md
98
links.md
@ -7,71 +7,65 @@ ref: links
|
||||
---
|
||||
|
||||
# Game development
|
||||
- [Handmade Hero: A complete, professional-quality game, coded live, from __scratch__. ](https://hero.handmade.network/episodes){:target="_blank"}
|
||||
: by Casey Muratori. Handmade Hero is an ongoing project to create a complete, professional-quality game accompanied by videos that explain every single line of its source code.
|
||||
- [Beginning Game Programming v2.0](http://lazyfoo.net/tutorials/SDL/index.php){:target="_blank"}
|
||||
: Lazy Foo' Productions
|
||||
- [YouTube video series: Let's Make Games](https://www.youtube.com/user/creaper/videos){:target="_blank"}
|
||||
- [SDL2 bindings for Rust](https://github.com/Rust-SDL2/rust-sdl2){:target="_blank"}
|
||||
- [Deceiver game](http://deceivergame.com/){:target="_blank"}
|
||||
: by Evan Todd.
|
||||
- [OpenGameArt.org](https://opengameart.org/){:target="_blank"}
|
||||
- [YouTube: Writing NES Games! with Assembly!!](https://www.youtube.com/watch?v=IbS7uEsHV_A){:target="_blank"}
|
||||
: by Christian Joudrey.
|
||||
|
||||
- [Handmade Hero: A complete, professional-quality game, coded live, from **scratch**. ](https://handmadehero.org/)
|
||||
: by Casey Muratori. Handmade Hero is an ongoing project to create a complete, professional-quality game accompanied by videos that explain every single line of its source code.
|
||||
- [Beginning Game Programming v2.0](https://lazyfoo.net/tutorials/SDL/index.php)
|
||||
: Lazy Foo' Productions
|
||||
- [YouTube video series: Let's Make Games](https://www.youtube.com/user/creaper/videos)
|
||||
- [SDL2 bindings for Rust](https://github.com/Rust-SDL2/rust-sdl2)
|
||||
- [OpenGameArt.org](https://opengameart.org/)
|
||||
- [YouTube: Writing NES Games! with Assembly!!](https://www.youtube.com/watch?v=IbS7uEsHV_A)
|
||||
: by Christian Joudrey.
|
||||
|
||||
# Retro gaming
|
||||
|
||||
- [MiSTer FPGA project](https://mister-devel.github.io/MkDocs_MiSTer/)
|
||||
: MiSTer is an open source project that aims to recreate classic computers, video game consoles, and arcade machines using modern hardware.
|
||||
|
||||
# General development
|
||||
- [The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!)](https://www.joelonsoftware.com/2003/10/08/the-absolute-minimum-every-software-developer-absolutely-positively-must-know-about-unicode-and-character-sets-no-excuses/){:target="_blank"}
|
||||
- [stb single-file public domain libraries for C/C++](https://github.com/nothings/stb){:target="_blank"}
|
||||
- [List of single-file C/C++ libraries. ](https://github.com/nothings/single_file_libs){:target="_blank"}
|
||||
- [Crafting Interpreters](http://craftinginterpreters.com/){:target="_blank"}
|
||||
: A handbook for making programming languages, by Bob Nystrom.
|
||||
|
||||
- [The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!)](https://www.joelonsoftware.com/2003/10/08/the-absolute-minimum-every-software-developer-absolutely-positively-must-know-about-unicode-and-character-sets-no-excuses/)
|
||||
- [stb single-file public domain libraries for C/C++](https://github.com/nothings/stb)
|
||||
- [List of single-file C/C++ libraries. ](https://github.com/nothings/single_file_libs)
|
||||
- [Crafting Interpreters](https://craftinginterpreters.com/)
|
||||
: A handbook for making programming languages, by Bob Nystrom.
|
||||
|
||||
# Demoscene
|
||||
- ["Debris" - Farbrausch](http://www.pouet.net/prod.php?which=30244){:target="_blank"}
|
||||
- ["Turtles All The Way Down" - Brain Control](http://www.pouet.net/prod.php?which=61204){:target="_blank"}
|
||||
- [Making of "Turtles All The Way Down" - Brain](https://geidav.wordpress.com/2013/04/14/making-of-turtles-all-the-way-down/){:target="_blank"}
|
||||
- ["A Mind Is Born" - Linus Akesson](https://linusakesson.net/scene/a-mind-is-born/){:target="_blank"}
|
||||
- [Pouet: list of all demos](http://www.pouet.net/prodlist.php?order=views){:target="_blank"}
|
||||
- [Future Crew: "Second Reality"](https://www.youtube.com/watch?v=rFv7mHTf0nA&t=568s){:target="_blank"} - [(Wikipedia)](https://en.wikipedia.org/wiki/Second_Reality){:target="_blank"} - [(Source code)](https://github.com/mtuomi/SecondReality){:target="_blank"}
|
||||
- [Future Crew: "Metropolis" (Archive.org music)](https://archive.org/details/futurecrew-metropolis){:target="_blank"}
|
||||
|
||||
# Node-based tools
|
||||
- [NodeBox](https://www.nodebox.net/){:target="_blank"}
|
||||
: The NodeBox family of tools gives you the leverage to create generative design the way you want.
|
||||
- [Farbrausch tools](https://github.com/farbrausch/fr_public){:target="_blank"}
|
||||
- [Enigma Studio 4](https://github.com/enigmastudio/Enigma-Studio-4){:target="_blank"}
|
||||
- ["Debris" - Farbrausch](https://www.pouet.net/prod.php?which=30244)
|
||||
- ["Turtles All The Way Down" - Brain Control](https://www.pouet.net/prod.php?which=61204)
|
||||
- [Making of "Turtles All The Way Down" - Brain](https://geidav.wordpress.com/2013/04/14/making-of-turtles-all-the-way-down/)
|
||||
- ["A Mind Is Born" - Linus Akesson](https://linusakesson.net/scene/a-mind-is-born/)
|
||||
- [Pouet: list of all demos](https://www.pouet.net/prodlist.php?order=views)
|
||||
- [Future Crew: "Second Reality"](https://www.youtube.com/watch?v=rFv7mHTf0nA&t=568s) - [(Wikipedia)](https://en.wikipedia.org/wiki/Second_Reality) - [(Source code)](https://github.com/mtuomi/SecondReality)
|
||||
- [Future Crew: "Metropolis" (Archive.org music)](https://archive.org/details/futurecrew-metropolis)
|
||||
|
||||
# Procedural content generation
|
||||
- [L-Systems](https://en.wikipedia.org/wiki/L-system){:target="_blank"}
|
||||
- [Online tool for L-systems](http://www.kevs3d.co.uk/dev/lsystems/){:target="_blank"}
|
||||
- [Kate Compton on Procedural Content Generation](https://www.youtube.com/watch?v=WumyfLEa6bU){:target="_blank"}
|
||||
|
||||
- [L-Systems](https://en.wikipedia.org/wiki/L-system)
|
||||
- [Online tool for L-systems](https://www.kevs3d.co.uk/dev/lsystems/)
|
||||
- [Kate Compton on Procedural Content Generation](https://www.youtube.com/watch?v=WumyfLEa6bU)
|
||||
|
||||
# Rust
|
||||
- [Homepage](https://www.rust-lang.org/en-US/){:target="_blank"}
|
||||
- [How Mozilla uses Rust in Firefox](https://blog.rust-lang.org/2017/11/14/Fearless-Concurrency-In-Firefox-Quantum.html){:target="_blank"}
|
||||
- [Google Tech talk on Rust](https://www.youtube.com/watch?v=d1uraoHM8Gg
|
||||
){:target="_blank"}
|
||||
|
||||
- [Homepage](https://www.rust-lang.org/en-US/)
|
||||
- [How Mozilla uses Rust in Firefox](https://blog.rust-lang.org/2017/11/14/Fearless-Concurrency-In-Firefox-Quantum.html)
|
||||
- [Google Tech talk on Rust](https://www.youtube.com/watch?v=d1uraoHM8Gg)
|
||||
|
||||
# Raspberry Pi
|
||||
- [Low-level graphics on raspberry pi](https://raspberrycompote.blogspot.be/2012/12/low-level-graphics-on-raspberry-pi-part_9509.html){:target="_blank"}
|
||||
- [Linux framebuffer tests on the Raspberry Pi ](https://github.com/drmad/rpi-framebuffer){:target="_blank"}
|
||||
- [YouTube: Oldschool framebuffer Fire Effect on Raspberry Pi](https://www.youtube.com/watch?v=O2NAr2LjTTM){:target="_blank"}
|
||||
|
||||
- [Low-level graphics on raspberry pi](https://raspberrycompote.blogspot.be/2012/12/low-level-graphics-on-raspberry-pi-part_9509.html)
|
||||
- [Linux framebuffer tests on the Raspberry Pi ](https://github.com/drmad/rpi-framebuffer)
|
||||
- [YouTube: Oldschool framebuffer Fire Effect on Raspberry Pi](https://www.youtube.com/watch?v=O2NAr2LjTTM)
|
||||
|
||||
# E-Books
|
||||
- [The Hacker Crackdown: Law and Disorder on the Electronic Frontier ](http://www.mit.edu/hacker/hacker.html){:target="_blank"}
|
||||
: by Bruce Sterling. A must read for anyone wanting to know more about the
|
||||
90s hacker subculture.
|
||||
|
||||
# YouTube channels
|
||||
- [LiveOverflow](https://www.youtube.com/LiveOverflowCTF){:target="_blank"}
|
||||
: A good place to learn more about how computers _really_ work.
|
||||
|
||||
- [The angry video game nerd (AVGN)](https://www.youtube.com/watch?v=ut3n8-9JM5o){:target="_blank"}
|
||||
: Hilarious reviews of (shitty) retro games.
|
||||
|
||||
- [MetalJesusRocks](https://www.youtube.com/user/MetalJesusRocks){:target="_blank"}
|
||||
: A great channel dedicated to retro gaming.
|
||||
|
||||
- [The Hacker Crackdown: Law and Disorder on the Electronic Frontier ](https://www.mit.edu/hacker/hacker.html)
|
||||
: by Bruce Sterling. A must read for anyone wanting to know more about the
|
||||
90s hacker subculture.
|
||||
|
||||
# Organizations
|
||||
- [Electronic Frontier Foundation](https://www.eff.org/){:target="_blank"}
|
||||
|
||||
- [The Belgian Amiga Club](https://www.amigaclub.be/)
|
||||
- [Electronic Frontier Foundation](https://www.eff.org/)
|
||||
|
||||
76
links.nl.md
76
links.nl.md
@ -1,76 +0,0 @@
|
||||
---
|
||||
layout: page
|
||||
title: Links
|
||||
subtitle: naar andere plekken op het web
|
||||
lang: nl
|
||||
ref: links
|
||||
---
|
||||
|
||||
# Videospel ontwikkeling
|
||||
- [Handmade Hero: A complete, professional-quality game, coded live, from __scratch__. ](https://hero.handmade.network/episodes){:target="_blank"}
|
||||
: door Casey Muratori. Handmade Hero is een lopend project om een compleet videospel van professionele kwaliteit te maken. Videos leggen elke stap en elke lijn code uit.
|
||||
- [Beginning Game Programming v2.0](http://lazyfoo.net/tutorials/SDL/index.php){:target="_blank"}
|
||||
: Lazy Foo' Productions
|
||||
- [YouTube video series: Let's Make Games](https://www.youtube.com/user/creaper/videos){:target="_blank"}
|
||||
- [SDL2 bindings for Rust](https://github.com/Rust-SDL2/rust-sdl2){:target="_blank"}
|
||||
- [Deceiver game](http://deceivergame.com/){:target="_blank"}
|
||||
: door Evan Todd.
|
||||
- [OpenGameArt.org](https://opengameart.org/){:target="_blank"}
|
||||
- [YouTube: Writing NES Games! with Assembly!!](https://www.youtube.com/watch?v=IbS7uEsHV_A){:target="_blank"}
|
||||
: door Christian Joudrey.
|
||||
|
||||
# Softwareontwikkeling algemeen
|
||||
- [The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!)](https://www.joelonsoftware.com/2003/10/08/the-absolute-minimum-every-software-developer-absolutely-positively-must-know-about-unicode-and-character-sets-no-excuses/){:target="_blank"}
|
||||
- [stb single-file public domain libraries for C/C++](https://github.com/nothings/stb){:target="_blank"}
|
||||
- [List of single-file C/C++ libraries. ](https://github.com/nothings/single_file_libs){:target="_blank"}
|
||||
- [Crafting Interpreters](http://craftinginterpreters.com/){:target="_blank"}
|
||||
: A handbook for making programming languages, by Bob Nystrom.
|
||||
|
||||
# Demoscene
|
||||
- ["Debris" - Farbrausch](http://www.pouet.net/prod.php?which=30244){:target="_blank"}
|
||||
- ["Turtles All The Way Down" - Brain Control](http://www.pouet.net/prod.php?which=61204){:target="_blank"}
|
||||
- [Making of "Turtles All The Way Down" - Brain](https://geidav.wordpress.com/2013/04/14/making-of-turtles-all-the-way-down/){:target="_blank"}
|
||||
- ["A Mind Is Born" - Linus Akesson](https://linusakesson.net/scene/a-mind-is-born/){:target="_blank"}
|
||||
- [Pouet: lijst van alle demo's](http://www.pouet.net/prodlist.php?order=views){:target="_blank"}
|
||||
- [Future Crew: "Second Reality"](https://www.youtube.com/watch?v=rFv7mHTf0nA&t=568s){:target="_blank"} - [(Wikipedia)](https://en.wikipedia.org/wiki/Second_Reality){:target="_blank"} - [(Source code)](https://github.com/mtuomi/SecondReality){:target="_blank"}
|
||||
- [Future Crew: "Metropolis" (Archive.org music)](https://archive.org/details/futurecrew-metropolis){:target="_blank"}
|
||||
|
||||
# Node gebaseerde tools
|
||||
- [NodeBox](https://www.nodebox.net/){:target="_blank"}
|
||||
: Het NodeBox pakket van tools geeft je alle mogelijkheden om generatieve designs op jouw manier te creëren.
|
||||
- [Farbrausch tools](https://github.com/farbrausch/fr_public){:target="_blank"}
|
||||
- [Enigma Studio 4](https://github.com/enigmastudio/Enigma-Studio-4){:target="_blank"}
|
||||
|
||||
# Procedurele generatie
|
||||
- [L-Systems](https://nl.wikipedia.org/wiki/L-system){:target="_blank"}
|
||||
- [Online tool for L-systems](http://www.kevs3d.co.uk/dev/lsystems/){:target="_blank"}
|
||||
- [Kate Compton over Procedurele generatie](https://www.youtube.com/watch?v=WumyfLEa6bU){:target="_blank"}
|
||||
|
||||
# Rust
|
||||
- [Homepagina](https://www.rust-lang.org/en-US/){:target="_blank"}
|
||||
- [How Mozilla uses Rust in Firefox](https://blog.rust-lang.org/2017/11/14/Fearless-Concurrency-In-Firefox-Quantum.html){:target="_blank"}
|
||||
- [Google Tech talk on Rust](https://www.youtube.com/watch?v=d1uraoHM8Gg
|
||||
){:target="_blank"}
|
||||
|
||||
# Raspberry Pi
|
||||
- [Low-level graphics on raspberry pi](https://raspberrycompote.blogspot.be/2012/12/low-level-graphics-on-raspberry-pi-part_9509.html){:target="_blank"}
|
||||
- [Linux framebuffer tests on the Raspberry Pi ](https://github.com/drmad/rpi-framebuffer){:target="_blank"}
|
||||
- [YouTube: Oldschool framebuffer Fire Effect on Raspberry Pi](https://www.youtube.com/watch?v=O2NAr2LjTTM){:target="_blank"}
|
||||
|
||||
# E-Books
|
||||
- [The Hacker Crackdown: Law and Disorder on the Electronic Frontier ](http://www.mit.edu/hacker/hacker.html){:target="_blank"}
|
||||
: door Bruce Sterling. Een interessante geschiedenis over de hacker subcultuur in
|
||||
de jaren 90.
|
||||
|
||||
# YouTube kanalen
|
||||
- [LiveOverflow](https://www.youtube.com/LiveOverflowCTF){:target="_blank"}
|
||||
: Een goede startplek om meer te leren over hoe computers eigenlijk _echt_ werken.
|
||||
|
||||
- [The angry video game nerd (AVGN)](https://www.youtube.com/watch?v=ut3n8-9JM5o){:target="_blank"}
|
||||
: Hilarische reviews van (slechte) retro games.
|
||||
|
||||
- [MetalJesusRocks](https://www.youtube.com/user/MetalJesusRocks){:target="_blank"}
|
||||
: Een goede bron voor lijstjes van de beste retro games.
|
||||
|
||||
# Organisaties
|
||||
- [Electronic Frontier Foundation](https://www.eff.org/){:target="_blank"}
|
||||
29
nl.md
29
nl.md
@ -1,29 +0,0 @@
|
||||
---
|
||||
layout: page
|
||||
subtitle: >
|
||||
Een ontmoetingsplaats voor hackers, nerds, geeks, cyberpunks
|
||||
en n0stalg1sche inwoners van cyberspace.
|
||||
sitemap:
|
||||
priority: 0.9
|
||||
lang: nl
|
||||
ref: index
|
||||
---
|
||||
|
||||
# Wat?
|
||||
Retrospace is een plek waar iedereen met een interesse in technologie en
|
||||
computers kan samenkomen om kennis uit te wisselen en bij te leren.
|
||||
Een beetje zoals een computer hobby club uit de jaren '80 en '90.
|
||||
Ben je graag bezig met Linux of experimenteer je wat met (Arduino) micro-controller bordjes?
|
||||
Heb je interesse in programmeren met C, Python of iets anders? Speel je wel
|
||||
eens wat retro games en mis je die goeie oude NES en SNES tijd?
|
||||
[Then check it. <s>Friday.</s> Monday.](https://getyarn.io/yarn-clip/61adf2ec-4022-42bb-888a-bed13fb50197/gif){:target="_blank"}
|
||||
|
||||
# Wanneer?
|
||||
Elke maandagavond vanaf 20:00. Vrij voor iedereen.
|
||||
|
||||
# Waar?
|
||||
Gemeenteplein 11
|
||||
\\
|
||||
2650 Edegem
|
||||
|
||||
[Vind het op OpenStreetMap](https://www.openstreetmap.org/?mlat=51.15497&mlon=4.44529#map=13/51.15497/4.44529){:target="_blank"}.
|
||||
Loading…
x
Reference in New Issue
Block a user