171 lines
5.3 KiB
HTML
171 lines
5.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta content="width=device-width, initial-scale=1" name="viewport">
|
|
<link href="/theme/css/normalize.css" rel="stylesheet">
|
|
<link href="/theme/css/skeleton.css" rel="stylesheet">
|
|
<link href="/theme/css/statocles-default.css" rel="stylesheet">
|
|
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
|
|
<title>My Statocles Site</title>
|
|
<meta content="Statocles 0.086" name="generator">
|
|
<link href="/blog/index.atom" rel="alternate" type="application/atom+xml">
|
|
<link href="/blog/index.rss" rel="alternate" type="application/rss+xml">
|
|
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<nav class="navbar">
|
|
<div class="container">
|
|
<a class="brand" href="/">My Statocles Site</a>
|
|
<ul>
|
|
<li>
|
|
<a href="/blog">Blog</a>
|
|
</li>
|
|
</ul>
|
|
|
|
</div>
|
|
</nav>
|
|
|
|
</header>
|
|
<div class="main container">
|
|
<div class="row">
|
|
<div class="nine columns">
|
|
<main>
|
|
|
|
|
|
<article>
|
|
<header>
|
|
<h1><a href="/blog/2017/10/02/new-old-perls/">New old perls</a></h1>
|
|
|
|
<aside>
|
|
<time datetime="2017-10-02">
|
|
Posted on 2017-10-02
|
|
</time>
|
|
</aside>
|
|
|
|
<p class="tags">Tags:
|
|
</p>
|
|
|
|
</header>
|
|
|
|
<p>So as part of my own insanity I've managed to port/compile some old perl versions on linux and get the running in the eval sandbox.
|
|
Earlier today I completed this goal and there's now an available version of every major stable perl release: 1, 2, 3, 4, 5.000, 5.001, 5.002, 5.003, 5.004, 5.005, 5.6, 5.8, 5.10, 5.12, 5.14, 5.16, 5.18, 5.20, 5.22, 5.24, and 5.26.</p>
|
|
|
|
<p>Now that I've completed this goal, I've decided to bundle up all the seriously old perls into an
|
|
easy to download file for anyone else who has decided to go a little insane and try out some
|
|
ancient perl. You can find the file here, <a href="https://perlbot.pl/bstatic/newoldperls.tar.zst">https://perlbot.pl/bstatic/newoldperls.tar.zst</a>.
|
|
They're all expecting to live in /langs/ on a modernish linux system. That's actually a /langs
|
|
directory on the root filesystem. This was done to make getting them to work in the sandbox for the pastebin much easier.</p>
|
|
|
|
<p>ps. .tar.zst is compressed with zstandard/zstd, it made this file smaller than the other alternatives and I wanted to try it out.</p>
|
|
|
|
|
|
|
|
</article>
|
|
<article>
|
|
<header>
|
|
<h1><a href="/blog/2017/09/28/new-blog/">new blog</a></h1>
|
|
|
|
<aside>
|
|
<time datetime="2017-09-28">
|
|
Posted on 2017-09-28
|
|
</time>
|
|
</aside>
|
|
|
|
<p class="tags">Tags:
|
|
</p>
|
|
|
|
</header>
|
|
|
|
<p>I'm going to try to post here with real updates about both perlbot and App::EvalServerAdvanced.
|
|
I'll start posting updates and other interesting things I'm planning to do with App::EvalServerAdvanced
|
|
to make get feedback on how to make both projects more useful to everyone. I'm hoping I can turn App::EvalServerAdvanced
|
|
into a more generalized ephemeral container system, that lets you securely and quickly spin up a container containing user content
|
|
and perform an action on it.</p>
|
|
|
|
|
|
|
|
</article>
|
|
<article>
|
|
<header>
|
|
<h1><a href="/blog/2017/09/25/first-post/">First Post</a></h1>
|
|
|
|
<aside>
|
|
<time datetime="2017-09-25">
|
|
Posted on 2017-09-25
|
|
</time>
|
|
</aside>
|
|
|
|
<p class="tags">Tags:
|
|
</p>
|
|
|
|
</header>
|
|
|
|
<h1>Welcome To Your Blog</h1>
|
|
|
|
<p>This is your first post. To edit this post, open up /blog/2017/09/25/first-post/index.markdown
|
|
in your text editor.</p>
|
|
|
|
<p><a href="http://preaction.me/statocles/pod/Statocles/Help/Content">Check the documentation for how to write Statocles
|
|
content</a></p>
|
|
|
|
|
|
|
|
</article>
|
|
|
|
<ul class="pager">
|
|
<li class="prev">
|
|
<button disabled>
|
|
← Older
|
|
</button>
|
|
</li>
|
|
<li class="next">
|
|
<button disabled>
|
|
Newer →
|
|
</button>
|
|
</li>
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
</main>
|
|
</div>
|
|
|
|
<div class="three columns sidebar">
|
|
|
|
<nav id="tags">
|
|
<h1>Tags</h1>
|
|
<ul class="list-inline">
|
|
</ul>
|
|
</nav>
|
|
|
|
<h1>Feeds</h1>
|
|
<ul class="list-inline">
|
|
<li>
|
|
<a href="/blog/index.atom" rel="alternate" type="application/atom+xml">
|
|
Atom
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="/blog/index.rss" rel="alternate" type="application/rss+xml">
|
|
RSS
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<footer>
|
|
|
|
<div class="container tagline">
|
|
<a href="http://preaction.me/statocles">Made with Statocles</a><br>
|
|
<a href="http://www.perl.org">Powered by Perl</a>
|
|
</div>
|
|
</footer>
|
|
|
|
|
|
</body>
|
|
</html>
|