<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Marco Ceppi</title>
	<atom:link href="http://marcoceppi.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://marcoceppi.com/blog</link>
	<description>Developer, System Administrator, Loves: Sara, Cycling, and Sailing</description>
	<lastBuildDate>Tue, 18 May 2010 21:06:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Automount &#8211; Making Remote Mounts, Easy!</title>
		<link>http://marcoceppi.com/blog/2010/05/automount-me-baby/</link>
		<comments>http://marcoceppi.com/blog/2010/05/automount-me-baby/#comments</comments>
		<pubDate>Tue, 18 May 2010 21:06:44 +0000</pubDate>
		<dc:creator>Marco Ceppi</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[autofs]]></category>
		<category><![CDATA[automount]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://marcoceppi.com/blog/?p=43</guid>
		<description><![CDATA[I discovered the joys of automount/autofs and document how to access a remote Windows Share with the automounter tool.]]></description>
			<content:encoded><![CDATA[<p>As a part of the many tasks assigned for my new position of Administering and Managing a new and up-and-coming Linux Virtualized platforms are backups. I&#8217;ve have a good chance to see how not to run backups at my last position and it&#8217;s given me a lot of insight into the process &#8211; stale mounts are one of the many issues to overcome. Mounting a remote file-system on the local machine and maintaining stability is hard enough between two Linux machines &#8211; let alone having to mount a remote NTFS Windows File server.</p>
<p>Here comes Automount! I quite literally stumbled on to this while looking to solve another un-related problem (Mounting a remote linux file system with SSHFS). What is automount? It&#8217;s a daemon that runs on Linux systems and whenever a user attempts to access an &#8220;automount&#8221; monitored mount point it will ensure it is mounted (if not already) and when a mount is not in use will unmount it. This takes care of most situations where a stale mount (When the local system thinks it still is mounted, but the remote system is unavailable or has been restarted) &#8211; perfect for this application.</p>
<p>This was configured on a CentOS machine and here is how I did it. Make sure you have cifs (or smbfs if you are using an older distro) installed. Install autofs:</p>
<pre>yum install autofs</pre>
<p>First I needed to make a directory for which to mange my mount.</p>
<pre>mkdir /media/auto</pre>
<p>Though you can use any existing folder. Once you have done so we&#8217;ll need to setup automount to know about the mount point &#8211; open /etc/auto.master and add the following to the bottom:</p>
<pre>/media/auto /etc/auto.media</pre>
<p>Replace /media/auto with the directory and you can call the file which ever you like &#8220;auto.windows&#8221; &#8220;auto.servername&#8221; etc.</p>
<p>Next open the file you referenced. In this case: /etc/auto/media and add the following formatted string:</p>
<pre>MOUNTNAME -fstype=<MOUNT_TYPE>,<OPTIONS> :<NETWORK_PATH></pre>
<p>So for my example I want it mounted to /media/auto/windows1 using cifs and my username: halle password: swordfish and domain: berry on the windows share //10.10.0.2/travolta</p>
<pre>windows1  -fstype=cifs,rw,noperm,user=halle,pass=swordfish,domain=berry ://10.10.0.2/travolta</pre>
<p>Now in the above example can be customized for all sorts of mount types found in fstab &#8211; this is just an example for Linux to remote windows share.</p>
<p>Once you&#8217;ve completed that, restart autofs:</p>
<pre>/etc/init.d/autofs restart</pre>
<p>and navigate to the created folder:</p>
<pre>cd /media/auto</pre>
<p>If you do an ls you should see nothing. Because the mount is only accessed when needed. If you cd in to the mount name (defined above in the auto.media file) and do an ls you&#8217;ll now be on the Windows share.</p>
]]></content:encoded>
			<wfw:commentRss>http://marcoceppi.com/blog/2010/05/automount-me-baby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco AnyConnect VPN Client</title>
		<link>http://marcoceppi.com/blog/2010/05/cisco-anyconnect-ubuntu/</link>
		<comments>http://marcoceppi.com/blog/2010/05/cisco-anyconnect-ubuntu/#comments</comments>
		<pubDate>Wed, 12 May 2010 02:25:35 +0000</pubDate>
		<dc:creator>Marco Ceppi</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[64bit]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://marcoceppi.com/blog/?p=39</guid>
		<description><![CDATA[I discuss *briefly* my run in witih Network Services and how I got Cisco AnyConnect VPN Client to work on 64bit Ubuntu Linux!]]></description>
			<content:encoded><![CDATA[<p>I got into an <strike>argument</strike> <strike>disagreement</strike> conversation today with Network Services &#8211; and it&#8217;s not their fault, managing Windows servers and Desktops they do a great job. This project has forced them almost into an &#8220;uncomfortable&#8221; zone where Linux just scares them.</p>
<p>I requested the Linux server I built and then transported from the previous office (where I had network control) and placed in the new office with Network Services to open ports 22,80,443,3306 on the new public IP. After answering their demands as to why any port other than 80 and 443 needed to be open they said &#8220;We can provide you VPN access to the network &#8211; from which you can access the box on the LAN and not need other ports open&#8221; &#8211; Okay fairly straight forward. I do some poking around &#8211; they use Cisco AnyConnect to manage the VPN, which has a Linux Client. Their instructions showed ActiveX and .exe tools being used and you have to have special Cisco account to get the client tools. I requested the Linux client and they replied &#8220;There is no Linux client for the VPN &#8211; it only works with Windows. Don&#8217;t you have a windows machine at home&#8221;</p>
<p>Okay aside from the obvious &#8211; almost naive comment about having a Windows Box &#8211; I provided them, in my original email, with proof this &#8220;elusive&#8221; Linux Client exists yet the blow me off. Later I was told that if Network Services doesn&#8217;t have an answer &#8211; then they just say no. So I grudgingly go home, boot my Laptop into the Windows Partition and setup the VPN client to make sure it works. It freaked because I was using Firefox and instead of pulling some ActiveX hackery just provided me with the .exe download.</p>
<p>I tested it &#8211; it works. Yet I am in Windows &#8211; I like to be in Linux since I&#8217;m most comfortable in that platform. I reboot and repeat. This time a Java window launches and I get prompted to download vpnsetup.sh &#8211; WHOA! The Cisco gateway picked up my version and prompted me a download. Nice! (Props to Cisco for that) Downloaded, installed, ran. Shit &#8211; errors about a Certificate not being readable. Cant&#8217; get past this popup box even after I press &#8220;Accept&#8221;. Quick check of their site, it&#8217;s only 32bit. When I ran an STRACE and checked the logs I found it was either failing at /usr/lib files being 64bit or just flat out not finding the right libs at all.</p>
<p>Google pointed me to some old threads with borrowing 32bit lib files from Firefox.</p>
<p><b>HERE IS HOW I DID IT</b><br />
I made sure these were installed:</p>
<pre>sudo apt-get install curl ia32-libs lib32nss-mdns libcurl3 libxml2</pre>
<p>After that install the vpnsetup file.</p>
<p>Next download the latest 32bit Firefox (they don&#8217;t seem to distinguish on the page, I just went <a href="http://www.mozilla.com/en-US/products/download.html">here</a> and downloaded the Linux version. I extracted it to a temporary location. These are the libs I needed:</p>
<pre>libfreebl3.so  libnspr4.so  libnss3.so  libnssdbm3.so  libnssutil3.so  libplc4.so  libplds4.so  libsmime3.so  libsoftokn3.so  libsqlite3.so</pre>
<p>Most of those are already covered in other pages &#8211; but libsoftokn3.so &#8211; which is part of nss-devel was needed to read the cert properly &#8211; hence the weird blank pop-up (After getting that in place the certificate was read and I could accept it)</p>
<p>Place those, or soft link them to /usr/lib32 and for good measure (though I found it no necessary) /opt/cisco/vpn/lib/</p>
<p>Lastly &#8211; run the setup one more time and re-launch the tool.</p>
<p><b>DON&#8217;T BE AN IDIOT LIKE ME AND HARD COPY THESE LIB FILES TO /usr/lib IT WILL ONLY MAKE YOU WANT TO CRY</b></p>
<p>That should do it. If it doesn&#8217;t these are other steps I did that I don&#8217;t think matter:</p>
<p>Install <a href="http://ubuntuforums.org/showthread.php?t=474790">Getlibs</a> then run the following:</p>
<pre>getlibs libsqlite3.so.0</pre>
<p>I will be packaging the modified libs into a support deb and rpm package for easy distribution. Right now I&#8217;m the only Linux User in the entire company (with a company that is over 10,000 employees world wide) but with this new initiative there will be a lot more Linux users in the future.</p>
<p>I look forward to emailing Network Services about how I connected via VPN on Linux to the network &#8211; Thanks Cisco for meeting me half way!</p>
]]></content:encoded>
			<wfw:commentRss>http://marcoceppi.com/blog/2010/05/cisco-anyconnect-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Congratulations are in order</title>
		<link>http://marcoceppi.com/blog/2010/05/congratulations-are-in-order/</link>
		<comments>http://marcoceppi.com/blog/2010/05/congratulations-are-in-order/#comments</comments>
		<pubDate>Tue, 11 May 2010 15:26:42 +0000</pubDate>
		<dc:creator>Marco Ceppi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[college]]></category>
		<category><![CDATA[mason]]></category>
		<category><![CDATA[sara]]></category>

		<guid isPermaLink="false">http://marcoceppi.com/blog/?p=36</guid>
		<description><![CDATA[Sara and Mason have graduate from College!]]></description>
			<content:encoded><![CDATA[<p>Last weekend my good friend Mason Shelby graduated from College at JMU &#8211; This weekend my beloved Sara is graduating from CNU. I wanted to take time to Congratulate both of them for achieving something as amazing as a Higher Education. Some of you may know that I have yet to even start that track of life &#8211; so I am equally impressed that not only did they endure and become triumphant these past four years, but they have gained something that I don&#8217;t have. I hold a high level of respect for both of them in achieving this accomplishment.</p>
<p>I am very proud of both of them &#8211; especially for Sara who I&#8217;ve personally seen the sacrifices and hardships she&#8217;s had to endure to get to where she is now. For people like me &#8211; I know we envy you.</p>
]]></content:encoded>
			<wfw:commentRss>http://marcoceppi.com/blog/2010/05/congratulations-are-in-order/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>So, how do you connect?</title>
		<link>http://marcoceppi.com/blog/2010/05/so-how-do-you-connect/</link>
		<comments>http://marcoceppi.com/blog/2010/05/so-how-do-you-connect/#comments</comments>
		<pubDate>Tue, 11 May 2010 13:53:37 +0000</pubDate>
		<dc:creator>Marco Ceppi</dc:creator>
				<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://marcoceppi.com/blog/?p=32</guid>
		<description><![CDATA[I struggle at work teaching hardened ASP and Windows developers how to quickly develop on a LAMP stack]]></description>
			<content:encoded><![CDATA[<p>Since I am the only person in this entire organization that has ever used Linux (and have just introduced the first Linux server into this very large &#8211; Windows based company). The project requires development on a LAMP stack in order to cut costs, stay competitive, and offer an open source &#8211; stable &#8211; product. I have no problem developing and maintaining enterprise applications, on LAMP, by myself. However &#8211; this project has now been moved to &#8220;AGILE&#8221; project management (More work, less people, quicker deliveries). So you want a prototype by end of the month and we haven&#8217;t even started working. Cool.</p>
<p>I thought it was nice that they are trying to make this impossible deadline by providing me with all the help they can afford to spare.</p>
<blockquote><p>PM: &#8220;Here are four developers to you help you! I am awesome&#8221;<br />
ME: &#8220;Oh, great! What&#8217;s your experience in everyone?&#8221;<br />
01: &#8220;I&#8217;ve been developing ASP/.NET Applications for 10 years&#8221;<br />
02: &#8220;I&#8217;ve been developing APS/.NET Applications for 8 years&#8221;<br />
03: &#8220;I&#8217;ve been managing Microsoft SQL Servers for 5 years&#8221;<br />
04: &#8220;I&#8217;m a Microsoft Sharepoint Designer and ASP developer&#8221;<br />
ME: *FACEPALM* &#8211; &#8220;Do any of you know what Linux is?&#8221;</p></blockquote>
<p>Most people answer &#8220;Free operating system&#8221;</p>
<blockquote><p>ME: &#8220;Has anyone ever used PHP before?&#8221;</p></blockquote>
<p>Some slight nods of heads &#8211; maybe this isn&#8217;t so bad&#8230;</p>
<blockquote><p>ME: &#8220;Does anyone know what PHP stands for?&#8221;</p></blockquote>
<p>No one even knows. I don&#8217;t expect php developers to really know this answer either (Well I kind of do actually) but still. If you&#8217;re going to fake it &#8211; at least try. I appreciate the effort but you&#8217;ve given me a lot of what I don&#8217;t need.</p>
<p>So I continue with this charade. I&#8217;m running OpenVZ on CentOS 5.4 and have setup a standalone MySQL container, and then a few development containers and a &#8220;stable&#8221; container. It&#8217;s my style of management. I send out each ASP developer a set of links about using Linux, their logins (with root) for each of their containers, and tell them &#8220;Read the documents, give it a shot, ask me if you have any questions&#8221; About 30 minutes later they all walk into my office (Most are twice my age) they come saying </p>
<blockquote><p>&#8220;We can&#8217;t connect to the server&#8221;<br />
ME: &#8220;Let me take a look&#8221;<br />
*Loads terminal and connects*<br />
ME: &#8220;What are you guys trying&#8221;<br />
&#8220;Remote Desktop Tool&#8221;<br />
ME: &#8220;That&#8217;s to connect to Windows via GUI &#8211; this is a server environment, there is no GUI. Go back and read my email again. Download PuTTy. Use command line.&#8221;</p></blockquote>
<p>It&#8217;s going to be a long project.</p>
]]></content:encoded>
			<wfw:commentRss>http://marcoceppi.com/blog/2010/05/so-how-do-you-connect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Workbench</title>
		<link>http://marcoceppi.com/blog/2010/04/mysql-workbench/</link>
		<comments>http://marcoceppi.com/blog/2010/04/mysql-workbench/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 13:09:31 +0000</pubDate>
		<dc:creator>Marco Ceppi</dc:creator>
				<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://marcoceppi.com/blog/?p=29</guid>
		<description><![CDATA[I've been playing with MySQL Workbench for some time - just a brief overview.]]></description>
			<content:encoded><![CDATA[<p>Typically when I&#8217;m making a project which requires a database I simply spec the model in my head and start plugging int tables and columns until I have a working, starting, model and branch from there. While that works great for all the various projects I do, it doesn&#8217;t help anyone who can&#8217;t read my mind or have a hard time drawing SQL code into charts.</p>
<p>MySQL Workbench! I&#8217;m surprised by this tool from MySQL &#8211; first of all I&#8217;ve never seen any colleagues use it but this tool is robust in it has the MySQL Query Browser, MySQL Administrator, and Data Modeling tools. I know &#8211; crazy, but to throw a few more &#8220;FEATURES!!!&#8221; at you &#8211; the tool is free from <a href="http://wb.mysql.com/">MySQL</a> (I&#8217;m currently using the very stable BETA) and is available for Windows, Mac OSX, and Linux (Including several pre-built packages for Debian/Ubuntu, Fedora, and SuSe Linux)</p>
<p>MySQL &#8211; My hats off to you. You&#8217;ve built an interface that encompasses all the tools and features I need to create, maintain, and monitor MySQL servers/databases on a personal and enterprise level.</p>
<p>I suggest downloading this tool and giving it a good test drive. Supports multiple server configurations and changing on the fly to easily monitor and maintain your servers!</p>
]]></content:encoded>
			<wfw:commentRss>http://marcoceppi.com/blog/2010/04/mysql-workbench/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Her name is Sara</title>
		<link>http://marcoceppi.com/blog/2010/04/her-name-is-sara/</link>
		<comments>http://marcoceppi.com/blog/2010/04/her-name-is-sara/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 20:33:17 +0000</pubDate>
		<dc:creator>Marco Ceppi</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[sara]]></category>

		<guid isPermaLink="false">http://marcoceppi.com/blog/?p=15</guid>
		<description><![CDATA[I recount the first year with Sara, the woman I love.]]></description>
			<content:encoded><![CDATA[<p>I know I tend to rant and rave about technology and programming &#8211; but there is one person who seems to be able to put up with my ramblings most of all. It&#8217;s &#8211; and not to play into any <em>cliché</em> &#8211; the love of my life. I mean that in the most sincere way possible. This weekend is our one year anniversary and I guess you can call this a &#8220;Year In Review!&#8221;</p>
<p><strong>Cleavland Vibrators?</strong><br />
Sara and I met at the end of 2007 at the time I was dating the yet to be revealed bitch of a lifetime but Sara was her room mate. Those two semesters we became what I would call very good friends, all the times that <em>bitch</em> was ignoring me or running around &#8211; Sara was there and it was a lot of fun hanging out with her. I&#8217;ll also admit that I did kind of have a silly crush on her. Whether it was the failed attempts at installing Linux onto her laptop, creating screens for printing, dancing wildly in front of a web cam, doing crafts, or watching movies I had a great time that year in that afartment and I know it was because of her.</p>
<p><strong>Hazy Days</strong><br />
A year later, Spring 2009, that bitch of a lifetime revealed herself and we broke up. At the time I was working what seemed to be the permanent death overnight shift (I was promised a 1 month rotation and was actually on overnights for almost 4 months) so my days involved sleeping on the couch and nights involved sleeping at my desk. I started talking to Sara again online and we agreed a Craft Night was well in order. Fondue, sewing, drinks &#8211; sounds like a good night. All my friends in the area were all <em>her</em> friends so I was pretty lonely. That night was awesome, a great time and great memory. In fact it wasn&#8217;t long ago to this year that it happened. We continued to talk online &#8211; Sara was in the midst of several all nighters because of class ending. I would spend my sleepless nights at work talking to her, and my sleepless days at her apartment keeping her company as she worked.</p>
<p><strong>Wanna ride roller coasters?</strong><br />
I love roller coasters. The bitch who revealed herself did not &#8211; she actually didn&#8217;t have much in common with me at all, why we dated for four years is still a painful mystery. During one of our hazy, sleep deprived days, we talked about things to do &#8211; Busch Gardens being only 20 minutes away seems like a great idea. Her Dad was able to get a great deal on season passes for us. One Friday while I enjoyed my time not sleeping at her apartment she looked up from her computer and asked me &#8220;Wanna go ride roller coasters?&#8221; &#8211; &#8220;Hell yeah&#8221; May 1st &#8211; we went to Bush Gardens and spent the whole day not sleeping or working riding roller coasters, eating candy, and escaping the pressures of the day. That evening at IHOP we talked about it and clicked into place &#8220;I&#8217;m falling in love with her&#8221; my crush from two years ago relived, even more exciting than before, closer than before.</p>
<p><strong>Now?</strong><br />
From then on our lives adventures continued as one. It has been, the most difficult year since &#8211; but the most rewarding year of my life to date. I look into her eyes, her smile, and I know this is the person whom I want to spend the next day, week, month, years with. This post is dedicated to her, I love her, she to me is everything a woman should be, and everything a best friend is.</p>
]]></content:encoded>
			<wfw:commentRss>http://marcoceppi.com/blog/2010/04/her-name-is-sara/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Classy Names</title>
		<link>http://marcoceppi.com/blog/2010/04/classy-names/</link>
		<comments>http://marcoceppi.com/blog/2010/04/classy-names/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 19:16:45 +0000</pubDate>
		<dc:creator>Marco Ceppi</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://marcoceppi.com/blog/?p=17</guid>
		<description><![CDATA[I explore some abstract ideas with php 5.3.0 and Classes!]]></description>
			<content:encoded><![CDATA[<p>To continue my crazy development schemes of abstracted goodies I&#8217;ve found the following code slice to be of particular interest:</p>
<pre>class test
{
        public $fubar;

        function __construct()
        {
                return true;
        }

        function Foo()
        {
                $this->fubar = "bar";
        }

        function Bar()
        {
                $this->fubar = "foo";
        }

        function __toString()
        {
                return "Value: " . $this->fubar . "";
        }
}

class nack extends test
{
        function __toString()
        {
                return "NACK QUACK! " . $this->fubar . "";
        }
}

$classname = array("test", "nack");

foreach( $classname as $classy )
{
        $runtime = new $classy();

        $runtime->Foo();
        echo $runtime;
        $runtime->Bar();
        echo $runtime;
}
?></pre>
<p>The results should be:</p>
<pre>
Value: bar
Value: foo
NACK QUACK! bar
NACK QUACK! foo</pre>
<p>This demonstrates creating and running classes from variable names, something I&#8217;ve had to hack away at recently. Since the names are also stored in array form you could even go about creating a &#8220;trigger&#8221; like mechanism and do an array_walk (example assumes the class definitions are intact):</p>
<pre>
function runtime_name($item1)
{
        $runtime = new $item1();

        $runtime->Foo();
        echo $runtime;
        $runtime->Bar();
        echo $runtime;
}

echo "Walk it out!";
array_walk($classname, 'runtime_name');</pre>
<p>The results of which look a lot like this:</p>
<pre>Walk it out!
Value: bar
Value: foo
NACK QUACK! bar
NACK QUACK! foo</pre>
<p>This method would allow you to re-use that &#8220;logic&#8221; multiple times throughout your program.</p>
]]></content:encoded>
			<wfw:commentRss>http://marcoceppi.com/blog/2010/04/classy-names/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Build this &#8211; but guess what we want.</title>
		<link>http://marcoceppi.com/blog/2010/04/clients-rule/</link>
		<comments>http://marcoceppi.com/blog/2010/04/clients-rule/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 16:43:51 +0000</pubDate>
		<dc:creator>Marco Ceppi</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[lamp]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[supremesoft]]></category>

		<guid isPermaLink="false">http://marcoceppi.com/blog/?p=11</guid>
		<description><![CDATA[A technical overview of what I've been working on at Supremesoft]]></description>
			<content:encoded><![CDATA[<p>At Supremesoft we&#8217;re working on a contract with one of our biggest clients. Unfortunately I&#8217;m not at liberty to say who this client is or what specifically we are doing, though I believe I can say this: It&#8217;s huge.</p>
<p>The components of this project include: An abstract database model &#8220;DataMart&#8221;, an OLAP server, a Business Rules Engine, Reporting tools, Dashboard tools, Export tools, and has to be &#8220;Platform and non-domain specific&#8221;.</p>
<p>Holy shit. If you&#8217;re a developer you know that typically you start with a database model, and build your code on that. As Lead Developer for this project I was concerned as first of all don&#8217;t have a database model. Our DataMart may change at any moment &#8211; and will &#8211; and the application needs to be able to automagically adjust. We&#8217;re designing security on a &#8220;cell&#8221; based level &#8211; which means that different security roles will have access to not only specific columns in the database, but specific rows of that table. All this while not knowing the actual tables, columns, or rows.</p>
<p>If this all sounds crazy so far &#8211; because it kind of is &#8211; then here are just a few more requirements. Any software we use must be Open Source and the majority of the project must be in php.</p>
<p>We&#8217;ve just submitted our Analysis Document for review &#8211; not only have we found a way to meet all their requirments, but we&#8217;ll be able to do so in the time period they&#8217;ve outlined. This will be one of the most interesting products I&#8217;ve every worked on.</p>
]]></content:encoded>
			<wfw:commentRss>http://marcoceppi.com/blog/2010/04/clients-rule/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interviews</title>
		<link>http://marcoceppi.com/blog/2010/04/interviews/</link>
		<comments>http://marcoceppi.com/blog/2010/04/interviews/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 22:33:27 +0000</pubDate>
		<dc:creator>Marco Ceppi</dc:creator>
				<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://marcoceppi.com/blog/?p=8</guid>
		<description><![CDATA[I put on a new "role" cap today and perform screening interviews at my job.]]></description>
			<content:encoded><![CDATA[<p>So &#8211; not sure how this happened &#8211; but I&#8217;ve become the technical point of contact for screening people whom have applied for Network Administration, System/Server Administration, Windows Desktop Support, and most any other non-developer role for Supremesoft.</p>
<p>I&#8217;m flattered really, that people think that highly of my skill set. I was worried that I wouldn&#8217;t be qualified for the job though ( I mean, I&#8217;m a php Developer and Linux System Administrator &#8211; I&#8217;ve used Windows, worked on it for a year as an Admin but I&#8217;m not judger or talents ). Well the interviews kicked off today &#8211; on top of my two up coming deadlines, one being tomorrow, and the other next Friday &#8211; wow. Three interviews, and these people were morons. I thought I would spend my time judging talents and making the hard decision of &#8220;who was better&#8221; these Resumes were blatantly falsified. Someone who writes a certification on their resume should at least know what that certification is for.</p>
<p>&#8220;From a generic standpoint &#8211; if a server is failing &#8211; what are some of the first places to start diagnoses&#8221; Let me tell you the correct answer is not &#8220;Restart the machine&#8221;. A server is failing &#8211; please first identify what is failing, then advise on several typical points of failure, then tell me a plan of action. Two of the three answered &#8220;Restart&#8221; those two also had no idea what &#8220;Rack Mounted&#8221; meant or of enterprise network level configuration. One of the applicants actually was able to give me intelligent feedback but half the things mentioned on the Resume were not true from talking to him.</p>
<p>I can see why the technology industry has some terrible employees. You take a Resume at face value, give it to an HR representative, and hire based on that and &#8220;References&#8221; who knows who you&#8217;re getting.</p>
<p>I&#8217;m glad I was able to help weed out these falsifiers.</p>
]]></content:encoded>
			<wfw:commentRss>http://marcoceppi.com/blog/2010/04/interviews/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Everybody&#8217;s working for the weekend.</title>
		<link>http://marcoceppi.com/blog/2010/04/working-for-the-weekend/</link>
		<comments>http://marcoceppi.com/blog/2010/04/working-for-the-weekend/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 01:02:24 +0000</pubDate>
		<dc:creator>Marco Ceppi</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[sara]]></category>
		<category><![CDATA[supremesoft]]></category>
		<category><![CDATA[weekend]]></category>

		<guid isPermaLink="false">http://marcoceppi.com/blog/?p=4</guid>
		<description><![CDATA[Sara's done with college - but I'm afraid this weekend is in trouble! Plus minor updates on my life.]]></description>
			<content:encoded><![CDATA[<p>Sara&#8217;s finally finished her last paper for her undergraduate career and I couldn&#8217;t be more proud of her! Ever since the move away arranging weekend visits has been hellish and with my lack of car and money a lot of the burden has been put on Sara to make the 3 hour trek up from VA Beach to the DC Metro area. I love her for this &#8211; she has been so flexible despite having what can only be described as a literal shit ton of things to do in order to finish her college career.</p>
<p>This weekend it&#8217;s my turn (well it&#8217;s been my turn for quite some time, I just haven&#8217;t been able to do so) I&#8217;m freaking out because I&#8217;m still trying to pull enough money together to make it. My first paycheck doesn&#8217;t come until May 15th which as been leaving me in quite a pinch. I&#8217;ve been frantically trying to pick up a Freelance job in the interim to fund this necessity ( I consider seeing Sara a necessity &#8211; It&#8217;s hard to understand I&#8217;m sure, but believe me life without her is just like life without sun ).</p>
<p>I&#8217;ve also been working at Supremesoft building a Monitoring  &amp; Impact Evaluation system in php! This M&amp;E is going to be quite a beast &#8211; but more on that in another post. I love the line of work I&#8217;ve found myself in now I hope this project pans out and I hope to be back under the same roof with Sara. Lets face it &#8211; time away from the woman you love, really is a drag.</p>
]]></content:encoded>
			<wfw:commentRss>http://marcoceppi.com/blog/2010/04/working-for-the-weekend/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
