Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Neither (Score 1) 323

> So, what matter's today? Knowledge on a particular technology or re-usable engineering skills ?

Well- knowledge of what's relevant today AND the ability to pick up new tech / tools fast for what's relevant tomorrow. Most of the tools all follow the same patterns at the end of the day:

e.g.
- Piping output / chaining commands (streams in js are hot right now- gulp.js for instance)
- Not repeating your self (polymorphism / extensibility) as a broad pattern


So if anything, the most important thing is the ability to teach yourself and keep up with what's changing. And sometimes that doesn't mean using it- for example, understanding why React JS and a virtual DOM may or may not be a better solution to what's going on with Angular / Ember / Backbone etc.

Comment Re:the way to go (Score 1) 743

Been there done that... My problem was writing a function to generate phone number letter permutations. At least permutations are useful in "real life" and coincidentally working through them brought me to modulus as well. I couldn't answer the question and didn't get the job, but to be fair they gave me 10-15 minutes (or so it felt like).

Comment From Gosling's blog in case it goes down. (Score 4, Insightful) 338

I'm alive

Friday September 16, 2011

Just fucking barely. I'm at the air races in Reno with a bunch of friends and a horrific accident just happened. One of the very high end racers, going about 500 mph, lost control and nose dived straight into the audience. The news is currently saying that the plane missed the grandstand, but that's only technically true: in front of the grandstand there are several rows of box seats. It impacted right in the middle of them. I was in a box seat with my friends only 50 feet from the impact. I was watching the plane as it lost control, so I saw the whole thing. The impact happened so fast, there was hardly any sound: just one huge shock wave. No fireball. The plane, and many people, disintegrated instantly, right in front of me. There were bodies everywhere. No crash you've ever seen in a movie is even remotely authentic.

Update: it's already on YouTube. I was in the middle of the dust cloud you see around the impact. They're saying "30 serious injuries" but I know that's a long way from the truth. At least that many died instantly in the impact. I suspect that there were not a huge number of serious injuries. It was not a small airplane. You either died or you didn't. I didn't. My brother and I are still shaking.

Another Update: They're now officially calling it a "mass casualty situation". The plane was Galloping Ghost, piloted by Jimmy Leeward. It was a very cool, highly modified, P51 mustang with a very unusual approach to engine cooling. I doubt that this was at all connected to the accident - it looked like a control system failure.
Google

Submission + - Google Announces Page Speed: The Google CDN (techcrunch.com)

leetrout writes: TechCrunch covers the announcement from Google where they introduce their Page Speed Service which "is the latest tool in Google’s arsenal to help speed up the web. When you sign up and point your site’s DNS entry to Google, they’ll enable the tool which will fetch your content from your servers, rewrite your webpages, and serve them up from Google’s own servers around the world."

Checkout the details on the PSS homepage at http://code.google.com/speed/pss/ or try a demo of the service at http://www.webpagetest.org/.

Google

Submission + - Google Code. Now with more Git. (blogspot.com)

leetrout writes: On Monday Google announced that it was adding support for Git in Google Code Project Hosting.

The post hints at the history of DVCS within Google Code and why they have added support.

Since our original announcement of Mercurial support, Git has grown significantly more popular and user-friendly, and on the technical side, it has added an efficient “smart” HTTP protocol that fits with Google’s HTTP-based infrastructure. (Note that this feature is only available in version 1.6.6 and later.)

The blog post goes on to briefly describe some of the technical aspects of the service including a note that states "to fit with our existing Python-based system, our Git server implementation is powered in part by Dulwich" which is a pure-Python implementation of the Git file formats and protocols.

I, for one, welcome the new option and will be curious to see if it gains any traction against GitHub.

Submission + - RSA SecureID Possibly Compromised (informationweek.com)

leetrout writes: ""RSA SecurID customers are bracing for the worst in the wake of the revelation by RSA late yesterday that information related to its SecurID two-factor authentication products had been stolen a major cyberespionage attack."

The news made it's way out via an open letter posted on the RSA website and an SEC filing. The story quotes Art Coviello, RSA executive chairman as stating "we don't know what they [the attackers] got".

"David Schuetz, a security consultant with The Intrepidus Group, noted in a blog post Friday that SecurID has more than 25,000 customers and that there are around 40 million physical SecurID tokens in circulation, plus 250 million software-based ones.""

Comment Re:Internet Don't Let Me Down (Score 5, Informative) 705

Let me speed up the linkage...

His name is Kevin Lacy and his email is jklacy@ncdot.gov and his phone number is 919-773-2800. And now they will send someone after me for plagiarism.

Here is where you can send a comment directly: https://apps.dot.state.nc.us/contactus/PostComment.aspx?Unit=PIO
Space

Submission + - Falcon 9 Orbits! (businessweek.com)

Baldrson writes: Business Week reports that: "SpaceX’s Falcon 9 took off on its first test flight at about 2:45 p.m. local time from Cape Canaveral Air Force Station in Florida. It reached the Earth’s orbit about nine minutes later." This is a victory not only for Elon Musk's team, but for advocates of commercial space transportation.
Apple

Submission + - APPLE HTML5 SHOWCASE Fail (apple.com) 1

An anonymous reader writes: In great anticipation of HTML5 and the plugin independent interoperable web of the future I for one was excited to hear news of Apples html5 showcase, until that is one decied to click on any of the demos and was presented with the following beauty;

"You’ll need to download Safari to view this demo.
This demo was designed with the latest web standards supported by Safari. If you’d like to experience this demo, simply download Safari. It’s free for Mac and PC, and it only takes a few minutes."

Slashdot Top Deals

Trying to be happy is like trying to build a machine for which the only specification is that it should run noiselessly.

Working...