Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Google

Submission + - Gdoc Format Makes Google Drive A Mess (muktware.com)

sfcrazy writes: The problem is Google Docs' integration with Google Drive is messy. The files that you create using Google Docs are saved in some .gdoc format which can't be opened using LibreOffice or MS Word. Which means you can't open, view or edit these files from your desktop. If you want to work on these files using LO, you will have to first convert/download these files as .odt in the folder. Which means now you have two files with same content.

Comment Re:because - (Score 1) 793

But I'd argue that it is still more complicated than need be, as determined that people don't remember it. Why not just make it "const modifies the thing that preceded it. Final". Or maybe more English-like where the adjective precedes the noun.
Mozilla

Firefox Mobile Threatens Mobile App Stores, Says Mozilla 278

Barence writes "Mozilla claims that its new Firefox Mobile browser could be the beginning of the end for the hugely popular app stores created by Apple and its ilk. Mozilla claims Firefox Mobile will have the fastest Javascript engine of any mobile browser, and that will allow developers to write apps once for the web, instead of multiple versions for the different mobile platforms. 'As developers get more frustrated with quality assurance, the amount of handsets they have to buy, whether their security updates will get past the iPhone approval process ... I think they'll move to the web,' Mozilla's mobile VP, Jay Sullivan, told PC Pro. 'In the interim period, apps will be very successful. Over time, the web will win because it always does.'"
Transportation

Boeing's 787 Dreamliner Takes Flight 278

Bordgious and a number of other readers sent word of the 787 Dreamliner's first flight after two years of delays. The four-hour test kicks off nine months of airborne testing. Aviation Week has video of the test flight and a timeline of the 787's development. Here is the flight path. 840 of the planes are on order now, down from a high of 910, as some customers canceled orders due to the delays.

Comment In case you didn't catch all ten (Score 1) 778

Phone boxes - Good riddance

Wristwatches - Not a chance. I've tried doing it since my last watch broke, but have hated it the entire time. Can't wait until I can get the inclination to go find a new watch.

Bedside alarm clocks - Possibly, but if my blackberry is any indication, they really need to improve the software. Kind of sad that it still only allows 1 alarm.

MP3 players - Seem to be on their way towards overtaking them.

Landline home phones - I know several people including myself who haven't had a landline phone in a while.

Compact digital cameras - How long until they offer anything comparable to a decent digital camera. They replace the cheap point-and-click thing, sure, but anything respectable?

Netbooks - Too small and no keyboard.

Handheld games consoles - It's hard to replace the dedicated hardware. Maybe someday though.

Paper - How many times has this been claimed?

Thinking – If we count this category, then hasn't thinking been replaced for a while now? Either we consider thinking as already having been replaced or cell phones won't make change things much more.

Comment Re:here's how they could threaten gamestop (Score 1) 664

Personally, I never buy a game unless I think it's something that I want to keep.

I don't either. However, I'm one who has a hard time justifying 60 dollars for a game either way. However, I'm usually not one in a rush to get the latest and greatest so I just wait a couple years, buy the game for $15 and still play it the 60 hours or so. It's all an issue of how much you're willing to hold out for though.

Publisher's must hate me though.

Comment View from an undergrad (Score 2, Insightful) 301

I'd say I'm right about in the position you're talking about. I'm getting close to finishing my degree and a lot of the work I've done has been with FPGA's. My introductory class to the area used verilog (although no procedural, code for flip flops was given to us to instantiate). The next course we used VHDL and have used VHDL extensively since then. Both VHDL and Verilog have there strength and weaknesses but overall, for anything an undergrad will be doing, there are no significant difference in functionality. The only real difference I could see coming into play here is which would be easier to pickup. Verilog has a syntax similar to C. Operators are the same, variable declarations are similar. This is in stark opposition to VDHL that has a syntax that is distinct from anything other language I've ever seen. Then VHDL really contains 2 languages in itself, concurrent and procedural, which for whatever reason have completely different syntax. I still find myself on occasion referencing the syntax for some parts of procedural. So actually learning the syntax, I give it to Verilog. It is familiar looking (I'm assuming everyone taking said class will at least have some background in C) and easy to catch onto. The real kicker for me to advise VHDL over Verilog is that VHDL is strongly typed where Verilog isn't. Being a beginning class, you can expect the students to make a lot of mistakes. VHDL will complain at compile time and just crash throwing out a million error messages. Verilog will happily try to run it if at all possible meaning you may not find the bug until you've searched through the simulation results which can take a while. This is something that can get prevented(ie. 4 bit addition being stored to a 3 bit variable or comparing an unsigned value to a negative) by VHDL strongly typed nature. At least for me, and probably most students, it's nicer to get the complaint when I compile it than it is to go search for an error in the output. Lastly, this I'm not as familiar with, but I understand that Verilog is more heavily used in industry whereas most government contracted stuff is done in VHDL. I don't know if this factors into your decision or not. So my suggestion, if the students seem competent and can avoid simple mistakes, either language will do but Verilog might be slightly quicker to learn. But if it seems that they will be error prone, VHDL is probably the better choice.

Slashdot Top Deals

It seems that more and more mathematicians are using a new, high level language named "research student".

Working...