tilde/blog/tag_internet.html

144 lines
8.0 KiB
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="manifest" href="/manifest.json">
<meta name="theme-color" content="#00cc00">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-310x310.png">
<link rel="icon" type="image/png" sizes="192x192" href="/apple-touch-icon-precomposed.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
<link rel="stylesheet" href="/css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>blog // ~ben &mdash; Posts tagged "internet"</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
<meta name='twitter:title' content='blog // ~ben &mdash; Posts tagged "internet"' />
<meta name='twitter:description' content=" phoenix February 26, 2018 &mdash; ~ben inspired by oodsnet, (and my pull request to add darkmode), i started to create my own tilde.team fork (now forum.tilde.team). the first step was to switch out the css to the tilde.team standard and upd" />
<meta name='twitter:image' content='https://tilde.zone/photos/phx.png' />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog // ~ben</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
<h3><a class="ablack" href="phoenix.html">
phoenix
</a></h3>
<!-- bashblog_timestamp: #201802261157.10# -->
<div class="subtitle">February 26, 2018 &mdash;
~ben
</div>
<!-- text begin -->
<p>inspired by <a href="http://oods.net">oodsnet</a>, (and my pull request to add <a href="https://github.com/exezin/oodsnet/pull/5">darkmode</a>),
i started to create my own tilde.team fork (now <a href="https://forum.tilde.team/">forum.tilde.team</a>).</p>
<p>the first step was to switch out the css to the <a href="https://tilde.team/css/">tilde.team standard</a> and update the classes for bootstrap.
once i got it going and integrated with the tilde.team linux auth service, i asked other tildeans for input and suggestions.</p>
<p><a href="/~micaiah/">~micaiah</a> was interested in helping, but also wanted to learn a new language and/or framework, so we decided to start over,
recreating the entire forum with <a href="http://phoenixframework.org">elixir/phoenix</a>. we'd discussed elixir previously, but never had a
convincing use case to force us to learn it.</p>
<p>the project is live, with the source code on <a href="https://github.com/tilde-team/forum">github</a>.</p>
<p>the thing that i'm most impressed with is the speed of the erlang runtime :D</p>
<p>check out these response times. sub-millisecond!?!?!</p>
<p><img src="https://tilde.zone/photos/phx.png" alt="" title="" /></p>
<p>give it a look, and <a href="https://tilde.team/signup">join the tilde.team</a> if you want to come hang out!</p>
<p>Tags: <a href='tag_internet.html'>internet</a>, <a href='tag_dev.html'>dev</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/phoenix.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/phoenix.html'><span id='count-22799'></span></a>&nbsp;</p>
<h3><a class="ablack" href="webassembly.html">
webassembly
</a></h3>
<!-- bashblog_timestamp: #201801171309.13# -->
<div class="subtitle">January 17, 2018 &mdash;
~ben
</div>
<!-- text begin -->
<p>according to <a href="https://hacks.mozilla.org/2018/01/making-webassembly-even-faster-firefoxs-new-streaming-and-tiering-compiler/">this post</a> on the mozilla blog,
we will be able to compile wasm as it streams into the browser in much the same way that images are decoded. this is a huge game changer from the current paradigm
of loading javascript completely before being able to parse and compile it. </p>
<blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr">JavaScript code is much more expensive, byte for byte, than an image, because of the time spent parsing and compiling it.<br><br>It&#39;s possible to parse and compile wasm as fast as it comes over the network, which makes it much more like an image than JavaScript code.<br><br>Game changer!</p>&mdash; Yehuda Katz (@wycats) <a href="https://twitter.com/wycats/status/942908325775077376?ref_src=twsrc%5Etfw">December 19, 2017</a></blockquote>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<p>this will make <a href="https://github.com/WebAssembly/design/blob/master/UseCases.md">so many things</a> possible in the browser that never were before!</p>
<p>i decided to follow this <a href="http://webassembly.org/getting-started/developers-guide/">tutorial</a> and ended up with <a href="https://tilde.team/~ben/wasm/hello.html">this</a>.</p>
<p>i don't know what to do next. any ideas?</p>
<p>Tags: <a href='tag_wasm.html'>wasm</a>, <a href='tag_dev.html'>dev</a>, <a href='tag_internet.html'>internet</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/webassembly.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/webassembly.html'><span id='count-18770'></span></a>&nbsp;</p>
<h3><a class="ablack" href="net-neutrality-vote-today.html">
net neutrality vote today
</a></h3>
<!-- bashblog_timestamp: #201712140626.55# -->
<div class="subtitle">December 14, 2017 &mdash;
ben
</div>
<!-- text begin -->
<p>Everybody! We only have UNTIL TOMORROW to fight the FCC &amp; the repeal of #NetNeutrality! Repealing Net Nutrality would result in an unequal access to online content including research, social/political organizing, and personal media. It would also allow powerhouse companies providing internet to charge more for regular quality internet, and charge certain users more than others.
HERE'S A WAY TO ACT - takes less than a minute.</p>
<ol>
<li>Go to <a href="http://gofccyourself.com">gofccyourself.com</a>
(the shortcut John Oliver made to the hard-to-find FCC comment page)</li>
<li>Click on the 17-108 link (Restoring Internet Freedom)</li>
<li>Click on "express"</li>
<li>Be sure to hit "ENTER" after you put in your name &amp; info so it registers.</li>
<li>In the comment section write, "I strongly support net neutrality backed by Title 2 oversight of ISPs."</li>
<li>Click to submit, done. - Make sure you hit submit at the end!</li>
</ol>
<p><strong>Copy and paste this into your own status update!</strong>
Seriously, this is simple and so important. Do it.</p>
<p>Tags: <a href='tag_net-neutrality.html'>net-neutrality</a>, <a href='tag_internet.html'>internet</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/net-neutrality-vote-today.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/net-neutrality-vote-today.html'><span id='count-4420'></span></a>&nbsp;</p>
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">~ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
<br>
</body></html>