What's wrong with Sybase? Quite a powerful database.
This reminds me to log in more often.
Disgusting, but not in any way surprising.
Looks like he removed the post.
The galaxy nexus is a stock android device, no such UI modifications from samsung are present here. Instead, apple is going after device-wide search and some other ridiculous patents.
I'm still converned over the fate of the x64 compilers.
I think female peer pressure and the fear of ostracization for getting outed as a geek is a much bigger deterrent to women entering the IT field than some silly jokes that a mature adult sure can deal with.
Can't help but wonder how the school will retaliate.
I'm hitting the paywall with this link for some reason.
I fail to see the problem with minification. The minificator can insert semicolons by itself because the algorithm for that is known and present in every JS engine. Besides, it just looks cleaner without them. Less for…
To me Pylons looks very Rails-like, except for configuration files, which are in .ini files (painful).
Portability between servers and reusable apps are the first examples that came to my mind. A reusable app would need an extra installation step and need to duplicate its routes in more than one syntax for different…
Here is a simple example which pops up too often: i need a "flatpages" controller which will display a page based on its url. Or, as another example, a category tree. With regexes, this is a piece of cake. With routers…
I don't understand why almost every (except for Django) framework author insists on hiding regular expressions in his routing scheme and instead forcing developers to use his homegrown language with slashes hardcoded.…
What's wrong with Sybase? Quite a powerful database.
This reminds me to log in more often.
Disgusting, but not in any way surprising.
Looks like he removed the post.
The galaxy nexus is a stock android device, no such UI modifications from samsung are present here. Instead, apple is going after device-wide search and some other ridiculous patents.
I'm still converned over the fate of the x64 compilers.
I think female peer pressure and the fear of ostracization for getting outed as a geek is a much bigger deterrent to women entering the IT field than some silly jokes that a mature adult sure can deal with.
Can't help but wonder how the school will retaliate.
I'm hitting the paywall with this link for some reason.
I fail to see the problem with minification. The minificator can insert semicolons by itself because the algorithm for that is known and present in every JS engine. Besides, it just looks cleaner without them. Less for…
To me Pylons looks very Rails-like, except for configuration files, which are in .ini files (painful).
Portability between servers and reusable apps are the first examples that came to my mind. A reusable app would need an extra installation step and need to duplicate its routes in more than one syntax for different…
Here is a simple example which pops up too often: i need a "flatpages" controller which will display a page based on its url. Or, as another example, a category tree. With regexes, this is a piece of cake. With routers…
I don't understand why almost every (except for Django) framework author insists on hiding regular expressions in his routing scheme and instead forcing developers to use his homegrown language with slashes hardcoded.…