Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:"causes fragmented data (Score 1) 68

> Modern SDD have read limits. Every 10.000 reads or so the data has to be refreshed. The firmware will do this silent.

Please provide reference(s). I have never seen any indication of this, or at least there is no read limit for the flash memory itself. You can read from it indefinitely just like static RAM, without "refresh" as required for DRAM.

Comment Re:Whiny little bitch (Score 1) 532

Here we go again (same discusion on Slashdot several years ago). Everyone can see 24 Hz. flicker. I seriously doubt there is anyone on earth that cannot. This problem was solved long, long ago by flashing each movie frame on the screen 2 or 3 times, then switching to the next frame. 3 x 24fps = 72 Hz. This corresponds perfectly to the fact that, for most people, a CRT refresh rate of 72 Hz. or so is comfortable. For example, the Eumig S710D Super 8mm film projector from the 1970s has a 72Hz. refresh rate due to its triple-slotted shutter.

Comment effectively bans private drones, RC aircraft (Score 1) 387

Passage of these bills effectively bans drones and video camera guided RC (Radio Control) aircraft because cameras are used for navigation, not just taking photos of objects of interest.

Useful applications of privately-operated drones and RC aircraft with cameras include roof inspection and birds-eye view promotional shots for real-estate listings.

Making these devices illegal will cause more harm than good.

Comment Re:Younger coders usually think they know best.. (Score 2) 158

My first computer experience (1972) was at 110 baud, banging away
on an ASR-33 Teletype connected via leased line to a DEC PDP-8 running Dartmouth Basic.

I'd get up and run a lap around the building for fresh air while printing
a program listing. Data rate in/out was 10 CPS (Characters Per Second).

I recall proudly showing my dad the program listing at home, unrolled on the living room floor at about 10 or 12 feet long...

Comment Naive (Score 1) 467

Reliance on tools of this nature will reduce the quality and clarity of the source code. The programmer will have little motivation to use descriptive variable names or constant definitions.

This is evident in the video. You can see the use of integer literals everywhere instead of symbolic constants.

Comment Re:Well, that's nice .. but (Score 1) 137

How about writing up a tutorial on how to correctly declare
c/c++ numeric variables. When I went to school many moons
ago, int and long were it.

http://www.cplusplus.com/doc/tutorial/variables/

has a tutorial on declaring variables, and a table listing sizes.
They state the sizes of char, short int, int, long, etc.

If this is not the correct way to do it, please help enlighten us!
Thank you.

Comment Re:...Good for you? (Score 1) 627

32GB in less than 2 minutes?
pure BS
32GB = 32*1024*1024*1024
                  = 34,359,738,368 bytes
lets round down to 30,000,000,000 for simplicity
30,000,000,000bytes / 120seconds = 250,000,000 bytes/second
So, tell us which USB or Firewire card reader can read at better than 250MB per second, and which brands and models of SD cards support reading at that speed?

Slashdot Top Deals

Real Programmers don't eat quiche. They eat Twinkies and Szechwan food.

Working...