A Simple Reason Why Closed Drivers Are Bad
@ 2007-07-18 08:25:39
Filed under: Code Linux Philosophy Tech
Slashdot has a story about a major security hole In samsung linux drivers. What they do is just against common sense ....
digg it
seed it
del.icio.us
ma.gnolia
Stop Calling Them Defects @ 2007-07-20 20:29:40
Filed under: Code Frustration Tech
I know it's a fad ... but it's a frustrating one. The term reminds me of what happens in manufacturing when a product has a known defect or defects but it's still released. This is my bias as a Release Engineer but that is very scary. I also know that the methodology that has been pushing the term believes that they can decrease issues thus no longer having bugs that need to be fixed. Silliness. The reality that the business wants results faster, more incremental development, and done as cheaply as possible (and I mean CHEAP!) means that such results are near impossible. Just the other day in a friends project (which has quite a few folks working on it) someone hard coded some configurable data. The leaders in the project did not consider this a defect as it did not break anything. It did have to be fixed though as it made other deployments of the code do improper things. I would call this a bug. Defective people call that extreme.
digg it
seed it
del.icio.us
ma.gnolia
Django and Services @ 2007-07-29 20:51:15
Filed under: Code Django Tech
I've been playing around with using Django as a web services tier with REST. I've been reading a lot about ROA architecture and it makes a heck of a lot of sense. I am impressed with the out-of-the-box features Django has to make it easy. To put it simply ... I could not believe transformation was this easy:
Boom! It's xml. Want to use JSON instead?
Done. I assumed that the transformation would be the hardest part. But the transformations (in both directions) are painless. Yay Django!
digg it
seed it
del.icio.us
ma.gnolia
python-pygments now in F7 @ 2007-08-01 20:25:27
Filed under: Linux Tech
digg it
seed it
del.icio.us
ma.gnolia
Defcon Reporter Flees @ 2007-08-08 20:22:59
Filed under: Comedy Tech
digg it
seed it
del.icio.us
ma.gnolia
Filed under: Code Linux Philosophy Tech
Slashdot has a story about a major security hole In samsung linux drivers. What they do is just against common sense ....
digg it
seed it
del.icio.us
ma.gnolia
Stop Calling Them Defects @ 2007-07-20 20:29:40
Filed under: Code Frustration Tech
I know it's a fad ... but it's a frustrating one. The term reminds me of what happens in manufacturing when a product has a known defect or defects but it's still released. This is my bias as a Release Engineer but that is very scary. I also know that the methodology that has been pushing the term believes that they can decrease issues thus no longer having bugs that need to be fixed. Silliness. The reality that the business wants results faster, more incremental development, and done as cheaply as possible (and I mean CHEAP!) means that such results are near impossible. Just the other day in a friends project (which has quite a few folks working on it) someone hard coded some configurable data. The leaders in the project did not consider this a defect as it did not break anything. It did have to be fixed though as it made other deployments of the code do improper things. I would call this a bug. Defective people call that extreme.
digg it
seed it
del.icio.us
ma.gnolia
Django and Services @ 2007-07-29 20:51:15
Filed under: Code Django Tech
I've been playing around with using Django as a web services tier with REST. I've been reading a lot about ROA architecture and it makes a heck of a lot of sense. I am impressed with the out-of-the-box features Django has to make it easy. To put it simply ... I could not believe transformation was this easy:
from django.core import serialization
....
return serialization.serialize('xml', model_object)
Boom! It's xml. Want to use JSON instead?
from django.core import serialization
....
return serialization.serialize('json', model_object)
Done. I assumed that the transformation would be the hardest part. But the transformations (in both directions) are painless. Yay Django!
digg it
seed it
del.icio.us
ma.gnolia
python-pygments now in F7 @ 2007-08-01 20:25:27
Filed under: Linux Tech
[steve@psycho ~]$ sudo yum install python-pygments Loading "kernel-module" plugin Loading "installonlyn" plugin Setting up Install Process Parsing package install arguments Resolving Dependencies --> Running transaction check ---> Package python-pygments.noarch 0:0.8.1-1.fc7 set to be updated Dependencies Resolved ============================================================================= Package Arch Version Repository Size ============================================================================= Installing: python-pygments noarch 0.8.1-1.fc7 updates 845 k Transaction Summary ============================================================================= Install 1 Package(s) Update 0 Package(s) Remove 0 Package(s) Total download size: 845 k Is this ok [y/N]: y Downloading Packages: (1/1): python-pygments-0. 100% |===========| 845 kB 00:01 Running Transaction Test Finished Transaction Test Transaction Test Succeeded Running Transaction Installing: python-pygments ################## [1/1] Installed: python-pygments.noarch 0:0.8.1-1.fc7 Complete! [steve@psycho ~]$
digg it
seed it
del.icio.us
ma.gnolia
Defcon Reporter Flees @ 2007-08-08 20:22:59
Filed under: Comedy Tech
digg it
seed it
del.icio.us
ma.gnolia

