Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×
The Military

Laser Weapon Shoots Down Airplanes In Test 627

airshowfan writes "Boeing's directed-energy weapons (a.k.a. frickin' laser beams) have been getting some attention lately. The Advanced Tactical Laser (ATL) is a C-130 that famously burned a hole through a car's hood, and the YAL-1 AirBorne Laser is a 747 that shoots a laser from its nose that is powerful enough to bring down an ICBM. But even cooler is the Mobile Active Targeting Resource for Integrated eXperiments (MATRIX), a laser that is mounted on a truck (which probably costs less than a 747, but who knows) and that can shoot down small aircraft, as shown in the picture on this article. (The Laser Avenger supposedly also has this capability). We live in the future!"

Comment Re:I must be young at heart (Score 2, Informative) 383

It's not that RSVP is out of the lexicon, it's that its out of the mindset. As one entering freshman year of college a mere 7 years ago...kids THESE days almost never respond to invitations to social events, and on the rare occasions they solidify their plans by texting back "lulz i will c u thar", they skip out anyway when a perceived "better" opportunity with a hotter guy comes along. I'm not bitter.

Comment a n00b's FPGA advice (Score 3, Informative) 185

As many have stated, both Xilinx are Altera can be good routes. Note that while they Altera tools support Linux, their freebie Web edition does not, and the full kit is more than you'd want to spend. Any Xilinx starter kit should be fine for tooling around. I'm not sure your experience level, so I'll go with the basics...

I'm a young n00b in the FPGA world (two years design experience out of college now), so my experiences are pretty recent. I've got an EE degree, and would say first of all, get a firm grasp of logic design. Do you know what a flip flop actually is? Are you familiar with things like setup and hold time? If not, start out with a lot of reading. Horowitz and Hill's "The Art of Electronics" is a good standard...there's a lot of analog stuff that's "less relevant" to you, but there's a good section on digital design that's a great start.

One of my young programmer colleagues was looking over some of my code, and seemed to think it was pretty easy...the syntax seemed pretty straightforward, he liked the idea of combinatorial logic being so easy to implement, etc. He started tinkering himself, and VERY quickly realized that it was much more complex than he thought when issues of timing were thrown in. A fundamental knowledge of how signals are propagating through the device is key. It's not just PROGRAMMING, you're programming the actual hardware (or making fancy lookup tables, whatever. Get off my back!).

As designs get more complicated, you'll need to learn how to use some tools to analyze timings. Altera has Timequest, not sure what Xilinx uses. In college, I managed to get away with the bare minimum of analysis, but I consider this to be a flaw in my education...to do things right, you should do proper timing analysis.

I have an Altera starter kit I dink around with myself when I'm not at work, and it's definitely worth the time to learn the basics if you're an eternal tinkerer. Finally, the best advice I can give you...don't forget to use VIM as your editor, or you're just setting yourself up for failure.

Slashdot Top Deals

Understanding is always the understanding of a smaller problem in relation to a bigger problem. -- P.D. Ouspensky

Working...