page changes
This commit is contained in:
parent
9a2ffe4881
commit
ed883ce542
2 changed files with 5 additions and 3 deletions
Binary file not shown.
|
@ -3,9 +3,11 @@
|
|||
|
||||
This site is a small project I worked on over the course of a few weeks while first returning back to university during my second year. Its hosted on a small [lighttpd](https://www.lighttpd.net/) server running on an old laptop from around 2003. I wrote a small C++ program that takes in MarkDown files and builds them into webpages. Everytime the server turns on it pulls from a repo, builds the code and runs it, this then builds the website and puts them in a folder for lighttpd to host.
|
||||
|
||||
## The thoughts behind this
|
||||
## The Thoughts Behind This
|
||||
|
||||
During my first year at university I read a lot around the concept of [Permacomputing](http://permacomputing.net/). This is a set of ideas around reusing old computers and writing small systems that avoid [code rot](https://en.wikipedia.org/wiki/Software_rot) and use as little power as possible.
|
||||
The driving idea behind this being that we've had computers that are powerful enough for most small jobs for quite a long time and realistically a lot of old e-waste is still perfectly good for these kind of small low-risk jobs and can be used in an eco-friendly way when worked with correctly.
|
||||
The driving idea behind this being that we've had computers that are powerful enough for most small jobs for quite a long time and realistically a lot of old e-waste is still perfectly good for these kind of small low-risk jobs and can be used in an eco-friendly way when worked with correctly. I'd been reading into Permacomputing for a decent while but never properly had the chance to experiment with my thoughts on it.
|
||||
|
||||
I'd been reading into Permacomputing for a decent while but never properly had the chance to experiment with my thoughts on it. Along with that I'd also spent time doing a module in my first year on the history of the internet and found the www's origins really inspiring
|
||||
Along with that I'd also spent time doing a module in my first year on the history of the internet and found the www's origins really inspiring, the idea of a language/system that was easy for just about anyone to learn, that was incredibly simple but super flexible. When learning about this I'd kind of started to feel like we'd lost that part of the internet. Websites are always generated with insane complexity which feels almost unnecessary when we still have that simple flexible system its all built on top of. I wanted to try and use that simple system again, to experience it for myself but also as a nice homage to it.
|
||||
|
||||
## Power Efficiency
|
||||
|
|
Loading…
Add table
Reference in a new issue