Forgot your password?

typodupeerror

Comment: Re:Coming from Oracle ... (Score 2) 67

by djbckr (#44051781) Attached to: Relicensing of MySQL Man Pages Just a Bug
It's a little disingenuous to say that. Everybody writes bugs. I consider myself to be an expert coder, I've been doing it for well over 20 years with hundreds of successful projects. I've lead some of the best teams. And yet, no matter what, *everything* has bugs. Some big, some small. Granted, Oracle is rather slow in fixing general bugs. But I've found that with support, if you have a show-stopper bug in your database, they will write a hot-fix for you. I still don't like Larry Ellison though.

Comment: Re:Old News (Score 5, Insightful) 317

by djbckr (#43506519) Attached to: I paid attention to news of the Marathon bomb ...
Couple of comments on that:
1) Terrorism in the US is still a relatively new thing to us. We're not used to it.
2) The media is out of control. They love stuff like this. It makes them lots of money, so they'll milk it for everything it's worth.
3)The above two things are what makes this whole event worse. Yes, a few people died and there were a good number of injuries. That, in itself, is not particularly newsworthy. Terrorism is newsworthy here, unfortunately. And the media pushes it as far as they can.

Comment: One suggestion... (Score 1) 274

You have a lot of good comments so far, but none particularly directed to your specific question. I have recently come to a framework that I *really* like, coming from a similar background to yours.

node.js (server, business logic)
nginx (web server, proxy to node for business logic)
postgres (For relational/transactional data. There's a nice node.js driver for postgres)
mongodb (For larger datasets that don't need the transactional stability or quite so structured data)
Angular/Bootstrap with some jquery for good measure on the front-end

This is a lean-mean server tech that blows away any Java (JEE) framework. It took me a bit to get up to speed on node and the way you program with it, but I love it now. It scales so much more on fewer machines than JEE can even dream of. For what it's worth, you should look into it.

Comment: Re:Not the technology (Score 4, Informative) 369

by djbckr (#43272523) Attached to: FAA Pushed To Review Ban On Electronics
Just so you (everybody reading) know: When I was getting my private pilot license, one of the things you do is read the FAR/AIM manual (Federal Aviation Regulations/Aeronautical Information Manual). Not a terribly easy read unless you like that stuff.

Anyway, even for a little two-seater plane, you must give the whole lecture about fastening seat belts, emergency exits, etc, even though there is only obviously one way out on a small plane. This is a good thing. Even though frequent flyers get annoyed by it, myself included, on an airline with a reasonable number of new flyers it is something quite necessary.

On another note, the FAA errs on the side of caution, which is also a good thing. However, it has become obvious that flight with portable electronics is safe. I know I've personally seen dozens of people with their phones on during takeoff/landing. This particular subject is ready to be looked at, and I think at some point we will not have to bother with this any more.

One other item of note: If you are a passenger on a plane, you have no rights. The FAA authorizes the pilot and crew full authority over what you can and cannot do on a plane. This is also (generally) a good thing. Without this kind of authority, we would have the potential for greater loss of life.

Comment: Thank our politicians (Score 4, Insightful) 303

by djbckr (#43117711) Attached to: I most look forward to flying with ...
Every time I have to fly and get in the line for security (which fortunately is just four or five times a year), I have to wonder about the nitwits that put all this in place. Surely they don't have to go through the same thing all the time or they would do something about it. At least I would think so. That's the trouble with politicians - they don't live in the same world we do...

The sooner you fall behind, the more time you have to catch up.

Working...