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

 



Forgot your password?
typodupeerror
×
Businesses

How Apple Had a Spectacular Year 504

Hugh Pickens writes "John Boudreau writes in the Mercury News that during its just-completed fiscal year, Apple broke four consecutive quarterly revenue and profit records and amid the worst recession in decades, hired thousands while others cut jobs, but what most distinguishes Apple is that while other tech titans spent 2010 cutting costs and acquiring new technology through mergers, this $65 billion company has been relentless in innovating like a startup and ruthless in promoting technologies that disrupt its own product lines. '"It's been an awesome year. The frequency of new stuff just boggles the mind," says Charles Wolf, an analyst with Needham & Co. "There is no company that is remotely close to what Apple is doing. They are the Energizer Bunny." In September 2005, Apple killed off the popular iPod Mini to make way for the the iPod Nano; Apple openly acknowledges that the iPhone is cannibalizing its iPods — and they don't seem to care; and the iPad tablet could ultimately threaten its core laptop business. "[Apple] has a different cultural mind-set," concludes Wolf. "They are acting like a startup, though they are becoming a $100 billion company."'

Comment Re:AWT or OpenGL (Score 3, Interesting) 331

Seconded. Swing is (despite what many people around here would like to believe) a very capable GUI library. It's by far the best object oriented GUI library I've come across, with a much more logical API than SWT, Qt, or GTK. Plus, Java2D for raw drawing is incredibly easy to use and it automatically gets hardware acceleration (OpenGL on *NIX systems) so the performance is good. Swing does have a bit of a learning curve, but there's excellent GUI builders for it (e.g. NetBeans) and the API really makes a lot of sense when you learn it.
If Java isn't your thing, Qt would probably be the way to go. I find the API a bit clumsier than Swing, but the major features (hardware accel, powerful 2D, and cross platform) are there. On the other hand, raw OpenGL has a comparatively huge learning curve and wouldn't have any sort of system look and feel. It would likely be the best performance-wise, though.
The Almighty Buck

US Banks That Offer Transaction History? 359

wirelessdreamer writes "I use a bank in the US that will only allow me to download transaction history in CSV for the previous three months. I have a hard time remembering to pull my transaction history down every three months, and would gladly jump ship to another bank if there is one that lets me download, say three years' worth of transaction history as one of the standard services. Then I can import my data into MySQL and run some reports on it, which is all I'm looking for." What banks out there do the best job at providing users with simple, downloadable data?
Earth

Geocentrists Convene To Discuss How Galileo Was Wrong 1027

rollcall writes "'Galileo Was Wrong' is an inaugural conference to discuss the 'detailed and comprehensive treatment of the scientific evidence supporting Geocentrism, the academic belief that the Earth is immobile in the center of the universe.' The geocentrists argue that 'Scientific evidence available to us within the last 100 years that was not available during Galileo's confrontation shows that the [Catholic] Church's position on the immobility of the Earth is not only scientifically supportable, but it is the most stable model of the universe and the one which best answers all the evidence we see in the cosmos.' I, like many of you, am scratching my head wondering how people still think this way. Unfortunately, there is still a significant minority of Western people who believe that the Earth is the center of the universe: 18% of Americans, 16% of Germans, and 19% of Britons." I hope there is live blogging from the conference.
Media (Apple)

Open Source VLC Media Player Coming To iPad 232

Stoobalou writes "The people behind VLC, quite probably the most useful media player available right now, have submitted an iPod version to the Apple software police. VLC — which is rightfully famous for having a go at playing just about any kind of audio or video file you care to throw at it — should appear some time next week, if it makes it through the often unfathomable approval process implemented by Apple. The Open Source Video Lan Client has been tweaked to run on the iPod by software developer Applidium."

Comment Re:Okular (Score 1) 133

Most normal PDF readers (incl. Okular) only work when the actual text is included in the PDF to begin with. When the source isn't computer-generated but scanned in, there's only image data to work with (no text). Actual OCR is pretty much the only choice in this case...
Privacy

FBI Probing PA School Webcam Spy Case 312

On Thursday we discussed news that a Pennsylvania high school was spying on students through the webcams in laptops that were issued to the students. The FBI is now taking an interest in the case, investigating whether federal wiretap and computer-intrusion laws were violated in the process. "The FBI opened its investigation after news of the suit broke on Thursday, the law-enforcement official said. Montgomery County District Attorney Risa Vetri Ferman may also investigate, she said Friday." Ferman said her office is "looking to see whether there are potential violations of Pennsylvania criminal laws."

Comment Re:You don't. You find out what the software did (Score 1) 532

You joke, but sometimes complete rewrites aren't such a bad thing. I recently rediscovered a game that I had enjoyed playing with a few years back that was basically dead. As a short summer project I spent some time rewriting it in my language of choice, doing some major code refactoring as well (C to OO can be an interesting conversion!). In the end I came away with an awesome understanding of the original code (it's OSS)

Comment I don't see a problem... (Score 1) 176

I just checked the Gizmo5 size, and I can't say that I see what everybody is complaining about. The Linux client is still prominently displayed on the download page, although I imagine it wasn't there when the article was published. Even so, looking at the release date, I think I can see why they've been considering removing it- its still at version 3 which was released in 2007.

Comment It's Real Name (Score 1) 364

I guess the added "S" is for "Scorching".

Still, I've yet to find a phone that doesn't do this. My Palm Centro gets quite hot when using the antenna for any extended period of time (streaming a video or something). Every now and then it gets so hot I have to pull the battery out to wait for it to cool down.

Maybe the pink glow is a creative way to make the best out of an unavoidable problem? :)

Comment Nice to see, but... (Score 2, Informative) 505

I'm glad to hear that Firefox has finally improved its memory usage. Although my system has plenty of memory, I still find that the amount of memory FF3 requires causes a very annoying slowdown.

Of late, I've been using Midori as an alternative. With it's current git version and a recent WebKit build (r44951), I've found it to perform better than any other browser I've used (opera, konqueror, firefox). Although it does have a few minor kinks, it supports pretty much every site I've come across and works considerably better with mozilla plugins (namely, flash) than Konqueror and Opera.

Currently with an instance I've been using for the last few days, Midori is using 77 MBs of memory (for comparison, my other running browsers: opera- 120 MBs, Konqueror- 91 MBs, Firefox- 119 MBs). I didn't do any even moderately sophisticated benchmarks suck as those in the article, but that beats the average and final amounts of memory of FF3.5 as shown in the article. Obviously this is not Windows-friendly, but I'd say Midori deserves some more attention, considering that (for me, at least) it outperforms all the other major browsers.

Comment NetBeans (Score 5, Informative) 1055

I've been using NetBeans lately for C/C++ development, and (for the most part) it has it's usual awesome editor features. Unfortunately, the C/C++ plugin only works with the Cygwin/MinGW development tools on Windows.

I'd say that it's most useful editing feature is it's code completion- it completes quite a few of the usual syntactical characters, and it enters them for you in a way that makes sense. Compare that to Eclipse, which only fills in (as far as I know) parenthesis and some brackets. Being accustomed to the completion NetBeans offers, I found the way Eclipse completes characters to be more frustrating than helpful.

For example, if you have this mostly-typed statement (')' autocompleted by editor):
some_function(something()[cursor])
...you might think that pressing the ';' key should make the cursor jump to the end and skip over the ')'. NetBeans will do the small things like this, where I haven't seen Eclipse do it.

I haven't used Eclipse as much as NetBeans, so I may have missed the "turn this feature on" checkbox, but I've always found NetBeans to be a more intuitive editor. I'm not an expert C/C++ programmer (Java is my main language), so I could just be making assumptions that may be true for one language but not another. Either way, its just my $0.02.

Slashdot Top Deals

A morsel of genuine history is a thing so rare as to be always valuable. -- Thomas Jefferson

Working...