From 317bd52d8f1d58da2cc270dd8103991b43298700 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Fri, 5 May 2023 10:47:24 +0200 Subject: [PATCH] Clean up and update content --- .gitignore | 2 - .htaccess | 9 - README.html | 1037 ----------------- README.md | 2 - _config.yml | 101 +- _includes/externals/disqus.html | 16 - _includes/externals/google_analytics.html | 11 - _includes/header.html | 48 +- _includes/meta_tags/sharing.html | 12 +- _includes/page/footer.html | 10 +- _layouts/default.html | 1 - _layouts/post.html | 2 - _posts/2017-11-01-lets-boot-up.markdown | 2 +- _posts/2017-11-05-mailinglist-up.markdown | 4 +- ...17-11-08-counter-strike-server-up.markdown | 6 +- .../2018-02-27-updated-links-section.markdown | 2 +- _posts/2018-04-15-bitgrid-V.markdown | 4 +- _sass/_default.scss | 69 +- communicate.md | 8 +- communicate.nl.md | 13 - index.md | 21 +- links.md | 98 +- links.nl.md | 76 -- nl.md | 29 - 24 files changed, 192 insertions(+), 1391 deletions(-) delete mode 100644 .htaccess delete mode 100644 README.html delete mode 100644 README.md delete mode 100644 _includes/externals/disqus.html delete mode 100644 _includes/externals/google_analytics.html delete mode 100644 communicate.nl.md delete mode 100644 links.nl.md delete mode 100644 nl.md diff --git a/.gitignore b/.gitignore index 76854fa..f9fe47c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,3 @@ _site/ .sass-cache/ .jekyll-metadata .jekyll-cache -deploy.sh - diff --git a/.htaccess b/.htaccess deleted file mode 100644 index a1efb24..0000000 --- a/.htaccess +++ /dev/null @@ -1,9 +0,0 @@ - - ExpiresActive On - ExpiresDefault "access plus 1 year" - # Pages - ExpiresByType text/html "access plus 1 day" - # RSS feed - ExpiresByType text/xml "access plus 120 minutes" - - diff --git a/README.html b/README.html deleted file mode 100644 index 1c73705..0000000 --- a/README.html +++ /dev/null @@ -1,1037 +0,0 @@ -README

Bitdeli Badge

-

Daktilo

-

Daktilo is a Jekyll theme with a minimal design inspired from typewriters.

-

Features

- -

Who to use it

-

Start by cloning the repository, then check the _config.yml file and change it accordenly.

-

Sneak peek

-

Desktop version

-

img

-

Mobile version

-

img

\ No newline at end of file diff --git a/README.md b/README.md deleted file mode 100644 index a22153c..0000000 --- a/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# retrospace -retrospace.be website diff --git a/_config.yml b/_config.yml index 741e2bc..2e85ac3 100644 --- a/_config.yml +++ b/_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" diff --git a/_includes/externals/disqus.html b/_includes/externals/disqus.html deleted file mode 100644 index b411891..0000000 --- a/_includes/externals/disqus.html +++ /dev/null @@ -1,16 +0,0 @@ -{% if site.author.disqus %} -
- - - -{% endif %} \ No newline at end of file diff --git a/_includes/externals/google_analytics.html b/_includes/externals/google_analytics.html deleted file mode 100644 index e840a3d..0000000 --- a/_includes/externals/google_analytics.html +++ /dev/null @@ -1,11 +0,0 @@ -{% if site.google_analytics %} - -{% endif %} \ No newline at end of file diff --git a/_includes/header.html b/_includes/header.html index 914ecbc..2514d78 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,47 +1,17 @@
- - - {% if page.lang == "nl" %} - - Magus - - {% else %} Magus - {% endif %}
diff --git a/_includes/meta_tags/sharing.html b/_includes/meta_tags/sharing.html index e17f04e..223a506 100644 --- a/_includes/meta_tags/sharing.html +++ b/_includes/meta_tags/sharing.html @@ -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 %} - - - - - - - - - - - \ No newline at end of file + diff --git a/_includes/page/footer.html b/_includes/page/footer.html index 1359c86..a2448f4 100644 --- a/_includes/page/footer.html +++ b/_includes/page/footer.html @@ -6,16 +6,16 @@ Known Universe
- site built with - jekyll and - + built with + jekyll and + Daktilo
- This website has a Tor mirror + This website has a Tor mirror at - + t6xjx62ozerocool.onion
diff --git a/_layouts/default.html b/_layouts/default.html index efc5545..6bbcb9d 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -19,6 +19,5 @@ {% include externals/scripting.html %} - {% include externals/google_analytics.html %} diff --git a/_layouts/post.html b/_layouts/post.html index 36d957b..df22032 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -9,6 +9,4 @@ layout: default {% include post/about.html %} -{% include externals/disqus.html %} - {% include page/footer.html %} diff --git a/_posts/2017-11-01-lets-boot-up.markdown b/_posts/2017-11-01-lets-boot-up.markdown index b6bfb02..241fe37 100644 --- a/_posts/2017-11-01-lets-boot-up.markdown +++ b/_posts/2017-11-01-lets-boot-up.markdown @@ -8,4 +8,4 @@ categories: [news] Created the website and put it up. Created the IRC channel. ___ -[![let's boot up](https://y.yarn.co/ac3cc766-49b9-4535-a69b-a7a956c5bfbc_text_hi.gif)](https://getyarn.io/yarn-clip/ac3cc766-49b9-4535-a69b-a7a956c5bfbc/){:target="_blank"} +[![let's boot up](https://y.yarn.co/ac3cc766-49b9-4535-a69b-a7a956c5bfbc_text_hi.gif)](https://getyarn.io/yarn-clip/ac3cc766-49b9-4535-a69b-a7a956c5bfbc/) diff --git a/_posts/2017-11-05-mailinglist-up.markdown b/_posts/2017-11-05-mailinglist-up.markdown index 43bc4f9..44da453 100644 --- a/_posts/2017-11-05-mailinglist-up.markdown +++ b/_posts/2017-11-05-mailinglist-up.markdown @@ -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). ___ -[![Rick and Morty](https://i.imgur.com/QmK1Ir9.jpg)](https://en.wikipedia.org/wiki/Rick_and_Morty){:target="_blank"} +[![Rick and Morty](https://i.imgur.com/QmK1Ir9.jpg)](https://en.wikipedia.org/wiki/Rick_and_Morty) diff --git a/_posts/2017-11-08-counter-strike-server-up.markdown b/_posts/2017-11-08-counter-strike-server-up.markdown index fd9e4de..f54ed8c 100644 --- a/_posts/2017-11-08-counter-strike-server-up.markdown +++ b/_posts/2017-11-08-counter-strike-server-up.markdown @@ -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! ___ -![Another one bites de_dust](http://i1.kym-cdn.com/photos/images/newsfeed/000/728/556/38c.jpg) +![Another one bites de_dust](https://i1.kym-cdn.com/photos/images/newsfeed/000/728/556/38c.jpg) diff --git a/_posts/2018-02-27-updated-links-section.markdown b/_posts/2018-02-27-updated-links-section.markdown index 31fbcf9..7d50d9c 100644 --- a/_posts/2018-02-27-updated-links-section.markdown +++ b/_posts/2018-02-27-updated-links-section.markdown @@ -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! diff --git a/_posts/2018-04-15-bitgrid-V.markdown b/_posts/2018-04-15-bitgrid-V.markdown index 80fe4c4..984f150 100644 --- a/_posts/2018-04-15-bitgrid-V.markdown +++ b/_posts/2018-04-15-bitgrid-V.markdown @@ -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. diff --git a/_sass/_default.scss b/_sass/_default.scss index a7b3924..2eddcfa 100644 --- a/_sass/_default.scss +++ b/_sass/_default.scss @@ -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: "| "; } diff --git a/communicate.md b/communicate.md index b3265ef..a1f5e47 100644 --- a/communicate.md +++ b/communicate.md @@ -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 }}) diff --git a/communicate.nl.md b/communicate.nl.md deleted file mode 100644 index 7e81643..0000000 --- a/communicate.nl.md +++ /dev/null @@ -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 }}) diff --git a/index.md b/index.md index e19422f..3002603 100644 --- a/index.md +++ b/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. Friday. 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. diff --git a/links.md b/links.md index 6ba41c1..797146b 100644 --- a/links.md +++ b/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/) diff --git a/links.nl.md b/links.nl.md deleted file mode 100644 index 8af7137..0000000 --- a/links.nl.md +++ /dev/null @@ -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"} diff --git a/nl.md b/nl.md deleted file mode 100644 index fa1349c..0000000 --- a/nl.md +++ /dev/null @@ -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. Friday. 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"}.