So? What’s that? If you do software development, then…
If a software based process is critical to the life of your company, then so is the security and access control surrounding resources managed by that software based process. Auditing is the way you track who did what to what and when it happened.
Here’s an article about OpenXDAS. If I had more time, I would dabble into it. :)
UnderpaidLoveMonki @ 1:29 pm
Sunday, May 20th, 2007
Today’s edition of the Fresno Bee published an article on open source development and its growing movement in Central Valley. I never thought there was actually open source activity going on (except for where I work) until I read this article . I hope more open source company start-ups will arise in the near future in the Central Valley. Good time!
Markaby’s for rails by why (who has recently took up creating a potentially very fun, pratical way for the youth to get involved with programming, Hackety Hack. Cool)
Markaby rids the dirty syntax of intertwined html and ruby in your view <%= %>.destroy
Markaby supports the rails notion of top to bottom ruby code in web development
UnderpaidLoveMonki @ 9:41 pm
Wednesday, April 11th, 2007
Here’s a very informative video on hacking the Cisco NAC from this company. You’re probably gonna wonder what’s a NAC. Well, Cisco explains it in detail.
UnderpaidLoveMonki @ 9:19 pm
Tuesday, April 3rd, 2007
I’ve been reading quite alot on agile programming. And this blog entry gives an interesting perspective on agile versus waterfall methods in product development and product management. hrm… Don’t know which method you want to use? Try reading this article and you can decide from there.
Then there’s two articles, this and that, explaining agile development. Good reads.
Over at Giant Robots… Tammer Saleh writes about using rSpec with Spec::Rails. This post shows how natural language is used to write the spec in the code and how running it produces meaningful information along with the verification of the statements.
UnderpaidLoveMonki @ 11:13 pm
Friday, March 9th, 2007
I knew Google was using Perforce for awhile. Today I ran into this blog entry and what piqued my interest was the setup and the way Google uses Perforce. Check out that page for details. I also highly recommend checking out the presentation slide on Performance and Database Locking at Large Perforce Sites. Moreover, Google has a custom code rewiew application called Mondrian, written in Django.
Mondrian is a web-based code review system built on top of a Perforce and BigTable backend with a Python-powered front-end.
UnderpaidLoveMonki @ 6:43 am
Friday, March 9th, 2007
From OpenID Enabled, you can download OpenID server in an implementation of your favorite language. It’s open source. Port it to your language of choice if you don’t see it on the list.
Hmmm….I don’t see an implementation in Erlang. Imagine the flexibilty of OpenID server’s decentralization implemented in Erlang, a derivative of Prolog, that is highly scalable, fault tolerant.
By the way, Programming Erlang will be out soon. There’s also a Rails plugin, open_id_authentication. I got too many ideas, too little time. *SIGH* Good times anyways! :)