<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title type="text">Fisle's</title>
  <id>https://fisle.eu/atom.latest</id>
  <updated>2014-03-09T21:03:00Z</updated>
  <link href="https://fisle.eu/" />
  <link href="https://fisle.eu/atom.latest" rel="self" />
  <author>
    <name>Unknown author</name>
  </author>
  <generator>Werkzeug</generator>
  <entry xml:base="https://fisle.eu/atom.latest">
    <title type="text">Building Awesome 3.5 from Source in Debian Sid</title>
    <id>https://fisle.eu/building-awesome-3-5-from-source/</id>
    <updated>2014-03-09T21:03:00Z</updated>
    <published>2014-03-07T17:25:00Z</published>
    <link href="https://fisle.eu/building-awesome-3-5-from-source/" />
    <content type="html">&lt;p&gt;So here's a small how to based on previous &lt;small&gt;rage&lt;/small&gt; post with Awesome 3.5&lt;/p&gt;
&lt;p&gt;First, install dependencies: (stupid debian wiki not listing every one of them)&lt;/p&gt;
&lt;div class=&quot;codehilite&quot;&gt;&lt;pre&gt;sudo apt-get install cmake liblua5.1-dev imagemagick libxcb-randr0-dev libxcb-xtest0-dev libxcb-xinerama0-dev libxcb-shape0-dev libxcb-keysyms1-dev libxcb-icccm4-dev libx11-xcb-dev lua-lgi-dev libstartup-notification0-dev libxdg-basedir-dev libxcb-image0-dev libxcb-util0-dev libgdk-pixbuf2.0-dev lua5.1 libxcb-cursor-dev libcairo2-dev
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;Fetch the source from git with:&lt;/p&gt;
&lt;div class=&quot;codehilite&quot;&gt;&lt;pre&gt;git clone git://git.naquadah.org/awesome.git

cd awesome

git remote add origin-debian git://git.debian.org/git/users/acid/awesome.git

git fetch origin-debian
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;Let's build it!&lt;/p&gt;
&lt;div class=&quot;codehilite&quot;&gt;&lt;pre&gt;cmake -DCMAKE_PREFIX_PATH=/usr -DSYSCONFDIR=/etc &amp;amp;&amp;amp; make
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;Then install it with:&lt;/p&gt;
&lt;div class=&quot;codehilite&quot;&gt;&lt;pre&gt;sudo make install

sudo ldconfig -v
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;Ta-da! You are done.&lt;/p&gt;</content>
  </entry>
  <entry xml:base="https://fisle.eu/atom.latest">
    <title type="text">Building Awesome from source is bullshit</title>
    <id>https://fisle.eu/building-awesome/</id>
    <updated>2014-03-04T00:10:00Z</updated>
    <published>2014-03-04T00:10:00Z</published>
    <link href="https://fisle.eu/building-awesome/" />
    <content type="html">&lt;p&gt;So I wanted AwesomeWM 3.5 on my Debian Sid box. Guess what, 3.5 is only in experimental?
Nope.gif. I could have installed it with dpkg though as I now realize, but I went ahead and built it from source.&lt;/p&gt;
&lt;p&gt;...oh dear what a mess.&lt;/p&gt;
&lt;p&gt;The wiki is great. Especially these two things:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Incomplete dependencies listed&lt;/li&gt;
&lt;li&gt;Different build methods&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Yeah, maybe somebody should update it.. Anyway, after deciphering what deps it really wants, I finally got it installed! Yay me. Now I get to enjoy All these 3.5 goodies that are... err... well..... Ok atleast I got to install these goodlooking rc.lua's.&lt;/p&gt;
&lt;p&gt;All's good in the kings lair once again. Long live tiling window managers!&lt;/p&gt;</content>
  </entry>
  <entry xml:base="https://fisle.eu/atom.latest">
    <title type="text">Why is Python syntax so good?</title>
    <id>https://fisle.eu/why-is-python-syntax-so-good/</id>
    <updated>2014-02-01T00:30:00Z</updated>
    <published>2014-02-01T00:30:00Z</published>
    <link href="https://fisle.eu/why-is-python-syntax-so-good/" />
    <content type="html">&lt;p&gt;I mean come on! I used to be a PHP-only developer. Thought nothing of the syntax, sometimes just wondering why there has to be &lt;em&gt;semicolon&lt;/em&gt; at the end of every line. Oh well, keep coding anyway.&lt;/p&gt;
&lt;p&gt;But then - something happend - I tried Python. &lt;em&gt;Lol forced indentation? Come on&lt;/em&gt;! &lt;em&gt;No curly braces around loops/if-statements/etc? Lol how dumb.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;I went forward though. Soon I realized how wonderful it was, everything was so simple. No more syntax error because forgot curly brace or semicolon. Indentation made everything clear enough. Python does not &lt;strong&gt;feel&lt;/strong&gt; like a programming language, &lt;small&gt;(inb4 someone says that PHP isn't proper one anyway)&lt;/small&gt; because it is &lt;strong&gt;so easy&lt;/strong&gt; to work with. The flow is amazing, everything feels so logical and natural, it almost feels unreal. Every time I have to do PHP nowadays, my syntax is f'd up at the beginning because I am thinking in Python. The curly braces, semicolons and everything don't feel logical anymore. Fuck that, I wanna do Python instead!&lt;/p&gt;</content>
  </entry>
  <entry xml:base="https://fisle.eu/atom.latest">
    <title type="text">Open Source the site</title>
    <id>https://fisle.eu/open-sourced-site/</id>
    <updated>2014-01-30T21:15:00Z</updated>
    <published>2014-01-30T21:15:00Z</published>
    <link href="https://fisle.eu/open-sourced-site/" />
    <content type="html">&lt;p&gt;I decided to open the source of this small blog.&lt;/p&gt;
&lt;p&gt;There's not much code, since it's a pretty basic Flask-FlatPages with Frozen-Flask combination.&lt;/p&gt;
&lt;p&gt;In addition there's a small post publishing script, &lt;a href=&quot;https://github.com/fisle/fisle/blob/master/deploy.sh&quot;&gt;deploy.sh&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Anyway, you can find it on &lt;a href=&quot;https://github.com/fisle/fisle&quot;&gt;GitHub&lt;/a&gt;. Go check it out!&lt;/p&gt;</content>
  </entry>
  <entry xml:base="https://fisle.eu/atom.latest">
    <title type="text">New layout</title>
    <id>https://fisle.eu/new-layout/</id>
    <updated>2014-01-30T19:07:00Z</updated>
    <published>2014-01-30T19:07:00Z</published>
    <link href="https://fisle.eu/new-layout/" />
    <content type="html">&lt;p&gt;Good news everyone!&lt;/p&gt;
&lt;p&gt;I redid the site a bit!&lt;/p&gt;
&lt;p&gt;Featuring:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;New, narrower layout&lt;/li&gt;
&lt;li&gt;About Me page! (yay)&lt;/li&gt;
&lt;li&gt;Simplified code&lt;/li&gt;
&lt;li&gt;Err.. that's all I guess.. :(&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Made using Flask-FlatPages and Flask-Frozen. Good stuff :)&lt;/p&gt;</content>
  </entry>
</feed>
