You unwittingly changed one of the (seemingly unused/unnecessary) pointcuts and your aspects aren't firing anymore. While not impossible to track down, these problems are difficult to resolve.
I think linguistic skills of someone who saws pieces of wood for a living are less relevant than for someone who conjures up high abstract concepts and communicates them to man and machine alike.
I've been using ORM pattern throughout my career, and have even designed/built one 10 years ago because what was available at the time wasn't gonna cut it functionality- and performance-wise for the system we were building (a real-time bond trading system). Nowadays most mainstream ORMs do the job rather adequately.
Having said that, I have a fair share of gripes against most of them, but I still find that people who bitch the most about ORMs are those who understand it (and the problem it tries to solve) the least.
If you think you can avoid knowing SQL by using ORM, you don't understand what ORM is and what problem it tries to solve.
Namely, what you can't avoid, if building an object-oriented system, is that you ultimately need to map those DB values to your live objects. Whether you end up using an off-the-shelf ORM or you hand-code the SQL yourself is less relevant.
Odds are if you eschew an ORM in favor of hand-coded SQL layer, you'll end up writing one anyways - only you're likely to do a shittier job of it than people who understand the problem area far more intimately (e.g. Hibernate committers).
that biden is a stooge for the entertainment industry is no secret, though i doubt he could've made this happen at a drop of the hat, as the article purports.
mpaa chairman chris dodd is an influential democrat with strong ties to the obama administration, biden in particular. entertainment industry has historically had an oversized presence in washington, and the tech industry an undersized one. this is why our copyright debate has been driven by an incumbent-dominated industry rather than the innovator/disruptor one such as ours.
it's telling that we've all so negatively reacted to recent story of washington telling apple to spend more on lobbying, calling it a shakedown - but we'd be wise to think about that more carefully and not dismiss at our own peril.
that may be because you actually oversleep. unless you're very young (<20yo), 7h of sleep is likely all you need, and anything less than 6h or more than 8h will leave you tired and lacking energy.
the main reason i use android over iphone is the seamless integration of google voice, and gv already gives me access to my sms & vmail from the browser.
imho, the solution isn't to build yet another android app but to make google voice a natural/default choice for android users. if you have an android phone and haven't tried google voice yet, i highly recommend you give it a shot. having used it for the last few years, i can't imagine ever going back to carrier sms/vmail.
in light of google's "alarm" over take-down notices from usa, canada, and other "free" nations, i wouldn't be surprised in the least if our own governments were complicit in this authoritarian takeover.
facebook really seems to be intent on becoming the world's largest photo-sharing site.
the question is: are they planning to transform that from "omg check out these crazy party pics" into "everything is photographed and we've identified everyone involved" variety?
it seems to me that the implications of this line of progress are incomprehensibly far-reaching...
one aspect this "superstar"-worship drivel^Harticle seems to ignore is the organizational contribution to success.
i'd argue that individual contribution to any given project of substance is greatly overestimated, while contribution of the team (organization/culture/whatever) is unfairly underestimated.
even in professional sports, superstar a winning team does not make.
interrogators will routinely ask questions to which they already know answers so that they can establish a baseline for "truthfulness" (sort of a human lie detector).
they also need to engage the subject in a conversation and may ask most banal/unrelated questions, as well as keep asking the same question in a different way.
You unwittingly changed one of the (seemingly unused/unnecessary) pointcuts and your aspects aren't firing anymore. While not impossible to track down, these problems are difficult to resolve.