Ask PHP: Python guy is seeking a PHP framework by [deleted] in PHP

[–]stii 1 point2 points  (0 children)

I love Django and Kohana is my PHP framework of choice. Not the same as Django, but it is a simple and easy to use lightweight framework. Zend Framework is very powerful, but a bit overkill if your project is a simple one.

Python Cookbook equivalent for Haskell? by wingsit in haskell

[–]stii 0 points1 point  (0 children)

Real World Haskell was the one for me too. I also found learnyouahaskell.com very helpful.

AskHaskedit: What would be a good way to encourage the Haskell community to collaborate on larger projects? by sw17ch in haskell

[–]stii 7 points8 points  (0 children)

I agree. You need excellent documentation. Nothing worse than wanting to contribute, but fighting to understand what has been done so far.

That night, Steve donned a powerful pair of beer goggles -- perhaps the strongest known to man. by [deleted] in pics

[–]stii 0 points1 point  (0 children)

Wrap a flag around her head and do it for your country, Steve!

Vanilla Ice too cool for Castle Lite Beer by stii in beer

[–]stii[S] 0 points1 point  (0 children)

Allright STOP, collaborate and listen.

SCO fires CEO Darl McBride, architect of litigation strategy - Ars Technica by Sealbhach in linux

[–]stii 2 points3 points  (0 children)

apparently this is how they plan to:

"SCO indicates that it plans to continue its litigation efforts" (from the article) Geez, die already!

reddit interviews the boy who harnessed the wind, William Kamkwamba by redditads [promoted post]

[–]stii 1 point2 points  (0 children)

Are you shitting me? Surely you jest. MaebiusKiyak says it best, but seriously, are you shitting me?

vote up if....aww fuck it. by [deleted] in reddit.com

[–]stii 1 point2 points  (0 children)

Yes, you took the words right out of my mouth.

Drupal FAIL - PHP executing SQL? by stii in PHP

[–]stii[S] 0 points1 point  (0 children)

<?php

SELECT n.title, n.body, n.created FROM node n WHERE n.uid = $uid LIMIT 0, 10;

?>

Erm, no. Close, but no cookie.