<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>meta on Nullog.net</title><link>https://the.nullog.net/tags/meta/</link><description>Recent content in meta on Nullog.net</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Mon, 06 Apr 2015 17:52:17 -0400</lastBuildDate><atom:link href="https://the.nullog.net/tags/meta/index.xml" rel="self" type="application/rss+xml"/><item><title>Surge CDN</title><link>https://the.nullog.net/2015/04/surge-cdn/</link><pubDate>Mon, 06 Apr 2015 17:52:17 -0400</pubDate><guid>https://the.nullog.net/2015/04/surge-cdn/</guid><description>I&amp;rsquo;ve enjoyed rolling my own Rack server on Heroku. Yet, it always seemed to be a functional hack. Then I finally posed a seemly simple question. Why am I deploying to Heroku, what are the benefits? The reason I initial reason I was deplying to heroku for Jekyll plug-ins, beeing different, and the learning process. The only tangitable benefits hosting with Heroku offers me&amp;hellip; crickets&amp;hellip;wait I have the ability to control site routing via ModRewrite.</description></item><item><title>Middleman</title><link>https://the.nullog.net/2014/07/middleman/</link><pubDate>Mon, 14 Jul 2014 00:00:00 -0400</pubDate><guid>https://the.nullog.net/2014/07/middleman/</guid><description>I don&amp;rsquo;t want to go dwell to much on the evolution of my online presence. For nearly two years this site has been built upon the awesomeness that is Jekyll. Over the two years I&amp;rsquo;ve learned a lot, I&amp;rsquo;ve also made may mistakes. I do feel in many ways Jekyll with GitHub is nearly a perfect platform for most users. Yet I wanted more and moved the hosting to Heroku. I had the inclination I still wanted more back in November when I started to &amp;lsquo;refactor&amp;rsquo; the site design.</description></item><item><title>5&#43; Hours</title><link>https://the.nullog.net/2013/12/5-hours/</link><pubDate>Fri, 27 Dec 2013 00:00:00 -0500</pubDate><guid>https://the.nullog.net/2013/12/5-hours/</guid><description>I&amp;rsquo;ve been putting of creating a plug-in that would take my images from flickr and embed them on pages here&amp;hellip; was able to make a local working plug in fairly quicky. However, everytime I tried to push the site to heroku everything would fail with an error, Liquid Exception: No API key or secret defined!
Well the solution was simple and I kept glossing over it
heroku labs:enable user-env-compile Yes, thats right.</description></item><item><title>refactor, the stall</title><link>https://the.nullog.net/2013/12/refactor-the-stall/</link><pubDate>Sat, 07 Dec 2013 00:00:00 -0500</pubDate><guid>https://the.nullog.net/2013/12/refactor-the-stall/</guid><description>So I quickly learned CloudFlare isn&amp;rsquo;t for me as it add to much overhead for such a minimal ROI. Around the same time I noticed my Bootsrap base was no longer current, I stumbled upon jekyll-assets and bootstrap-sass which started to get me thinking why not use the two and customize it for my needs and serve it all up as one file. It works faily well, which then lead me to wonder if I should keep using Bootstrap or find something a bit lighter.</description></item><item><title>setting sail</title><link>https://the.nullog.net/2013/11/setting-sail/</link><pubDate>Thu, 21 Nov 2013 00:00:00 -0500</pubDate><guid>https://the.nullog.net/2013/11/setting-sail/</guid><description>When I was spec-ing out a way to develop a site and return to the web my requirements where fairly simple. I wanted to avoid running or maintaining any of infrastructure. I first started using tumblr, moved to jekyll with github hosting, then to heroku. They are all fine options. I am however am finding, what I always knew, I enjoy the technical side far more than content creation. I think I&amp;rsquo;m getting close to setting sail on my time at heroku and take my toys to a bigger Digital Ocean.</description></item><item><title>github to heroku deplyment</title><link>https://the.nullog.net/2012/08/github-to-heroku-deplyment/</link><pubDate>Sun, 26 Aug 2012 00:00:00 -0400</pubDate><guid>https://the.nullog.net/2012/08/github-to-heroku-deplyment/</guid><description>Once again I&amp;rsquo;m taking inspiration from Jonas Forsberg and Deploy to Heroku from Github. However, I just couln&amp;rsquo;t get the thing to work. So I backtracked to the orginal project github-heroku-pusher and everything now seems to be in working order. I think I will circle back around to his method eventually, but for now, while I build out the site I&amp;rsquo;m going to follow the don&amp;rsquo;t fix what isn&amp;rsquo;t broken mantra.</description></item><item><title>quick and dirty metrics</title><link>https://the.nullog.net/2012/08/quick-and-dirty-metrics/</link><pubDate>Sun, 26 Aug 2012 00:00:00 -0400</pubDate><guid>https://the.nullog.net/2012/08/quick-and-dirty-metrics/</guid><description>Now that I have github -&amp;gt; heroku publishing in place now is the time to setup even more over kill, heroku offers a few (2)5 MB Memcache Bucket.
I made the following changes to config.ru
if memcache_servers = ENV[&amp;quot;MEMCACHE_SERVERS&amp;quot;] require &#39;dalli&#39; require &#39;rack-cache&#39; require &#39;memcachier&#39; $cache = Dalli::Client.new use Rack::Cache, :verbose =&amp;gt; true, :metastore =&amp;gt; $cache, :entitystore =&amp;gt; $cache end To test that caching is working use ab aka Apache HTTP server benchmarking tool and run ab -n 500 -c 5 [hostname]</description></item><item><title>heroku</title><link>https://the.nullog.net/2012/08/heroku/</link><pubDate>Thu, 09 Aug 2012 00:00:00 -0400</pubDate><guid>https://the.nullog.net/2012/08/heroku/</guid><description>After playing with jekyll on Git Hub&amp;rsquo;s pages, I realized I needed something with a bit more zest. I needed plug-in support. I found Jonas Forsberg post entitled Jekyll + Heroku + Unicorn = Blazing fast blogging and basically followed the step outlined below.
sudo gem install heroku sudo gem install bundler heroku auth:login git clone git@github.com:himynameisjonas/jekyll-heroku-unicorn.git cd jekyll-heroku-unicorn bundle install heroku create git push heroku master That lead to a complete fail.</description></item></channel></rss>