Thinking about making individual repos for client projects instead of using a master repo. All for client access and hooking into basecamp. 1 hr ago
Yesterday I e-mailed TLAS about the conversation happening over on one of my posts. Without entirely reading the entire post they noticed a “mac fan” was criticizing them for their stance on Apple and how it clearly biased their Apple news reporting. Chris responded with,
Mac fanboys are all trolls, and well, I try not to feed the trolls.
He is obviously feeling insecure about his “Mac faith” so he needs to
attack us to rally the troops so that they can reassure…
I’m purging my online identity to just a few locations that I actually use since it was getting out of control. The major account escape that led to the purge was myspace, as you might have noticed if I’m a friend of yours. The others include:
The repercussion of contributing to a community through developing apps.
Fedora 7 released
Fedora 7, the latest version of the popular community-driven Linux distribution sponsored by Red Hat, was released this morning. This is the first Fedora release to incorporate and unify both the Core and Extra platform components, thus obviating the need for the traditional inclusion of the word “Core” in the distribution’s name. This is also the first release to be constructed with Fedora’s new build system, which will vastly simplify development of custom versions and derivatives.
I’m looking forward…
I might as well complete my planned post about Google apps since a conversation is about to start.
I’ve been in the transition of using Google Apps for the last few weeks for a trial review. Next week I’ll need to decide whether to keep my apps account or stick with the free apps that I’m so dependent on. Since the my reasoning for using Google apps is solely based on my use of e-mail and the guaranteed uptime and support I can’t…
I’m having a tough time with my site right now. Again I’ve come to the point I don’t like the functionality. I spent a few hours today creating a simple minimalistic theme similar to this and I decided to stop. The work that Dean put into this core is just too much work. And even though I want to be individualistic with my design I just can’t wrap my head around the how and come up with something I want.
It’s like…
As you might already know I’m in SF for the Dreamforce ‘06 conference. I had petitioned to go to this conference a while back when the task of integrating salesforce with our systems (namely an AS/400) was given to me months back. The sole reason was just to learn how to make my hat as the salesforce administrator easier to wear. After this morning, it’s going to be a lot harder then I had imagined.
Not because the tasks that I…
Permissions on webservers are a hassle if not setup correctly. It’s one thing to setup everyone with their own group if they aren’t going to be editing each others files but in an environment with multiple editors it’s not a good idea, IMO.
The best way I’ve found so far to clean up my permissions, with the help of Qunu.com, was the find command.
# find /path/to/dir -user [username] -group [groupname] -exec chown newown.newgroup {} \;
and then I need to make sure…
First and foremost, this build offers full compatibility with Mac Pro towers, finally. Second, we’ve added support for the developer builds of OS X Leopard. Third, you can now run Windows Vista Beta as a guest OS!
Thanks to BB for pointing out webkit’s inspector feature. The feature is awesome, way better then web dev tools for firefox. Maybe Shiira will have the inspector soon (if not already) and I’ll start using that browser instead of good ol’ FF, I’ll at least use Shiira or Safari for web dev since the inspector has already helped me so much.
After installing webkit I had to try it out to find out why I had that gap at the top of my page.…