diff options
-rw-r--r-- | LICENSE | bin | 1482 -> 409446 bytes | |||
-rw-r--r-- | index.html | 34 |
2 files changed, 15 insertions, 19 deletions
diff --git a/LICENSE b/LICENSE index 13f986f..611f366 100644 --- a/LICENSE +++ b/LICENSE Binary files differdiff --git a/index.html b/index.html index 7a0f57a..7775146 100644 --- a/index.html +++ b/index.html @@ -19,31 +19,31 @@ <a href="http://tilde.institute">News</a> :: <a href="/signup">Sign Up</a> :: <a href="/coc">Code of Conduct</a> :: <a rel="me" href="https://tilde.zone/@tildeinstitute">Mastodon</a> :: <a href="https://wiki.tilde.institute">Wiki</a> :: <a href="https://tildegit.org/institute">Git</a> :: <a href="/stats">Stats</a> :: <a href="https://twtxt.tilde.institute">twtxt</a> </div> <div id="content"> - <p>Welcome to tilde.institute! This is an OpenBSD machine whose purpose is to provide a space in the <a href="https://tildeverse.org">tildeverse</a> for experimentation with and education of the <code>OpenBSD</code> operating system. A variety of editors, shells, and compilers are installed to allow for development in a native <code>OpenBSD</code> environment. OpenBSD's <code>httpd(8)</code> is configured with <code>slowcgi(8)</code> as the fastcgi provider and <code>sqlite3</code> available. This allows users to experiment with web development using compiled <code>CGI</code> in <code>C</code> (or any statically-linked binary), aka the <a href="https://learnbchs.org">BCHS Stack</a>. In addition to <code>php7.0</code> and <code>mariadb</code> by request, this provides an environment where the development of complex web apps is possible.</p> + <p>Welcome to tilde.institute! This is an OpenBSD machine whose purpose is to provide a space in the <a href="https://tildeverse.org">tildeverse</a> for experimentation with and education of the <code>OpenBSD</code> operating system. A variety of editors, shells, and compilers are installed to allow for development in a native <code>OpenBSD</code> environment. OpenBSD's <code>httpd(8)</code> is configured with <code>slowcgi(8)</code> as the fastcgi provider and <code>sqlite3</code> is available. This allows users to experiment with web development using compiled <code>CGI</code> in <code>C</code> (or any statically-linked binary), aka the <a href="https://learnbchs.org">BCHS Stack</a>. In addition to <code>php7.3</code>, this provides an environment where the development of complex, responsive web apps is possible.</p> <p>User sites are accessible via <code>https://<user>.tilde.institute</code></p> <p>Mailing list now available for tilde.institute! Web archive and <a href="https://lists.tildeverse.org/postorius/lists/institute.lists.tildeverse.org/">subscribing information available here</a>. The mailing list will be the primary means of communication between tilde.institute and users regarding announcements and critical issues.</p> <p>The list of compilers available are as follows:</p> <ul> <li><code>gcc 8.3.0</code></li> - <li><code>clang 6.0.0</code></li> - <li><code>jdk 1.8.0</code></li> + <li><code>clang 7.0.1</code></li> + <li><code>jdk 11.0.2.9.3 (environment setup required)</code></li> <li><code>scala 2.12.3</code></li> - <li><code>rust 1.29.2</code></li> - <li><code>go 1.11</code></li> - <li><code>elixir 1.7.3</code></li> - <li><code>erlang 19.3</code></li> + <li><code>rust 1.33.0</code></li> + <li><code>go 1.12.5</code></li> + <li><code>elixir 1.8.1</code></li> + <li><code>erlang 21</code></li> <li><code>ghc 8.2.2</code></li> <li><code>clisp 2.49</code></li> - <li><code>racket 7.0</code></li> + <li><code>racket 7.2</code></li> <li><code>guile 1.8.8</code></li> - <li><code>nasm 2.13.03</code></li> + <li><code>nasm 2.14.02</code></li> <li><code>yasm 1.3.0</code></li> </ul> <p>We also provide non-HTTP access to various interpreted languages:</p> <ul> <li><code>python (2.7 & 3.6)</code></li> - <li><code>ruby 2.5</code></li> - <li><code>perl 5.24</code></li> + <li><code>ruby 2.5 (and 2.6)</code></li> + <li><code>perl 5.28.1</code></li> <li><code>lua 5.3.5</code></li> </ul> <p>Your interactive shell can be changed with the <code>chsh</code> command. The shells available:</p> @@ -67,18 +67,14 @@ <p>Feel free to contact the admins via <a href="mailto:admins@tilde.institute">admins@tilde.institute</a> or on IRC in <code>#institute</code> if you need another package installed, or if you would like your homepage's index changed from <code>index.html</code> to something else (<code>index.cgi</code>, <code>index.php</code>, etc). We can also provide access to <code>MariaDB</code> by request.</p> <div id="news"> <h1>News & Updates</h1> + <em>2019 July 30</em> + <p>The server migration happened over the weekend, and there were very few issues resulting from the migration. Success!</p> + <em>2019 July 04</em> + <p>We'll be moving to a much larger and more powerful server soon! Currently building it. We're hoping to have everything ready for next week.</p> <em>2019 June 06</em> <p>Wow, we've hit 150 users! Also, we'll be upgrading to OpenBSD 6.5 on Monday evening around 10:00 PM US Eastern Time, or 2:00 AM UTC (Tuesday).</p> <em>2019 March 14</em> <p>Welcome to the team, Kneezle!</p> - <em>2019 February 25</em> - <p>New wiki page, courtesy of ~tomasino! On gophermap management using the <code>burrow</code> tool.</p> - <em>2019 February 24</em> - <p>We've officially passed the 50 user mark! Woohoo!</p> - <em>2019 January 04</em> - <p>I've begun moving some info and pages to the wiki in order to simplify and streamline the main site.</p> - <em>2018 December 16</em> - <p>I got the IRC peering done. tilde.institute is now a node on the larger tildeverse IRC network. Local IRC configs have been updated en masse and the <a href="wiki.php?page=irc">IRC page</a> has been updated to reflect the new info.</p> </div> </div> </div> |