I confess: I bought an iPad (and so far I love it)


Recommended Posts

Certainly no web designer/developer I speak to care for it.

I guess you speak with the wrong ones.. It takes a lot of knowledge and effort to program in Flash..a lot of people who hate flash or developers who want it to go away are those who never bothered to learn it, then they became less relevant, much harder to market and now they have an opportunity to take it out of equation trying to get back to html and css because that's all they know.

I'll tell you one fact.. most people who work in Flash and Actionscript (developers) know JS, HTML, CSS and all that very well too.. While it's not really like that other way around..

I don't care if Flash lives or dies.. I develop in everything I want.. but I love Flash because there is simply NO EQUAL in delivering immersive interactive experiences..

I don't want every site to look the same like a web 2.0 blog ripoff or wordpress themes.

Since a lot of flaming is going on in this thread, does anyone have a good website with resources/forum dedicated to the ipad / and its apps?

Not that I'm area of other then ilounge.com and other iPhone/iPod sites. but literally you go there and there is just as much flaming. for somereason apple haters even go to Apple specific sites/forums in order to flame

I have an iPad (3G 64GB) it's pretty cool, but it's not going to supplant anything I own. It's just a fun toy. I would way rather use a PC and have a mouse..

It's so advanced it doesn't need a USB port, or ANY OTHER port! lol :p

The only thing I'll give it, is it has VERY good battery life.

I guess you speak with the wrong ones.. It takes a lot of knowledge and effort to program in Flash..a lot of people who hate flash or developers who want it to go away are those who never bothered to learn it, then they became less relevant, much harder to market and now they have an opportunity to take it out of equation trying to get back to html and css because that's all they know.

I'll tell you one fact.. most people who work in Flash and Actionscript (developers) know JS, HTML, CSS and all that very well too.. While it's not really like that other way around..

I don't care if Flash lives or dies.. I develop in everything I want.. but I love Flash because there is simply NO EQUAL in delivering immersive interactive experiences..

I don't want every site to look the same like a web 2.0 blog ripoff or wordpress themes.

I think you're underestimating just what Javascript, HTML and CSS is capable of. You may not be able to do *absolutely every effect* Flash is capable of, but on those "immersive interactive experiences" you're talking about, there are considerably long loading bars in order to even see a bit of content. In that sense, the instant-on feel of most HTML websites is more beneficial than the fancy effect you get for switching a page. That vimeo video you linked was nothing more than a few fancy videos linked together; I can tell you that because it was recorded on a Mac, which doesn't have stable GPU support yet, and so that would be impossible to render on the fly. Videos are handled just fine by HTML5.

There are a few places where Flash has the upper edge. Right now, video is one of them for a few specific purposes, namely DRM-based content. However, I can do 95% of what you can do in Flash, in Javascript, HTML and CSS. And I bet it'll be more responsive, too. With WebGL and HTML5's canvas also picking up steam, web-based games will be better than what Flash is capable of.

I think you're underestimating just what Javascript, HTML and CSS is capable of. You may not be able to do *absolutely every effect* Flash is capable of, but on those "immersive interactive experiences" you're talking about, there are considerably long loading bars in order to even see a bit of content. In that sense, the instant-on feel of most HTML websites is more beneficial than the fancy effect you get for switching a page. That vimeo video you linked was nothing more than a few fancy videos linked together; I can tell you that because it was recorded on a Mac, which doesn't have stable GPU support yet, and so that would be impossible to render on the fly. Videos are handled just fine by HTML5.

There are a few places where Flash has the upper edge. Right now, video is one of them for a few specific purposes, namely DRM-based content. However, I can do 95% of what you can do in Flash, in Javascript, HTML and CSS. And I bet it'll be more responsive, too. With WebGL and HTML5's canvas also picking up steam, web-based games will be better than what Flash is capable of.

Oh I'm very well aware what I can do with JS, HTML, CSS.. I built the first mobile site in 3D for the movie The Fast and The Furious (the last one) for iPhone using hardware acceleration and CSS webkit transforms that are now part of CSS3.

The "instant" feel of html websites can be done just the same in Flash.. you can stream content in in Flash just like you can in HTML..no difference.. the reason people use preloaders sometimes is because they want to connect pieces inside the site to be more seamless as one experience.. not because they can't.

No you can't do 95% in Javascript, HTML and CSS (it's more likely 30%). You can't do a TON of things in JS/HTML/CSS. You can do most obvious ones like tween divs or just now getting some shadow capabilities in CSS3 (which you had to hack together with images previously), and you can try to hack some others to prove you can do them but the fact that it will take you several times longer, it will probably have issues with different browsers or it won't really look the same because each browser renders certain elements differently.

And no, it own't be more responsive because you don't have hardware acceleration in anything in HTML.. again your judgments are based on things YOU CAN do against things in Flash you can't do as being "more responsive" when in fact things you can do in JS/HTML/CSS are very simplistic..

You wouldn't have been able to do even those if you didn't have libraries like Jquery and similar that try to emulate a ton of things that Flash does with such ease and faster and better.

WebGL, Canvas and all that stuff which is being touted, is a pipe dream.. for it to be used on a larger scale you need to have tools, you need to have proper implementations and infrastructures.. There is NOTHING out there (and they are attempting to do some JS engines for making games like they are on Facebook in Flash but they are just ridiculous) like Flash. The fact you have socket connections, peer-2-peer networking and streaming capabilities, 3D, new physics and bones engine, tons of classes and libraries etc etc.. you will need at least 10 years for HTML5 with WebGL and Canvas to even come close.. and that's not even getting into Flash Media Interactive Server (or in open source world wowza server or RED5).

For you to achieve every single thing I can do in Flash in HTML/CSS/JS or HTML5 whatever will take you so long, you will have to use so many different technologies to make it all work, it's masochistic. And as the final product you will have nothing that even comes close to some rich interactive sites Flash is capable of.

And now, when Flash is coming to all mobile devices, has all new sets of APIs for touch interfaces, for geolocation and others and real 3D engine coming in with support for VP8 as well.. the difference will be even more noticeable.

There are tools for every task.. and to claim that HTML5 or even HTML/JS/CSS is going to be appropriate for everything is just as silly as saying Flash is appropriate for everything on the web as well.

As I said, JS/CSS/HTML sites suffer from many features Flash can do. They want to be Flash but they can't. They are clunky, divs are slow, there are limitations and hacks in how you have to layout content, it won't work the same on all browsers if you don't invest a lot of time in writing specific code and do error checking and so forth.

A good example is this site:

http://eu.wrangler.c...ll/#/collection

You will drop you testicles to code the amount of images and loading and interactions with divs to come even close to this.. it's just not smart to do it with JS/HTML/CSS..

HTML5 will be great for apps like Google Voice, for specific non-graphically interactive stuff, for better set of CSS3 with shadows and curved corners and so on. It will give much more freedom for developers to make prettier e-commerce sites, for blogs, for news sites..

But to go on and say how it will be a replacement for Flash is just nonsense sorry..

This wouldn't have been an issue at all if Steve Jobs, as always, didn't come out spouting nonsense and Apple driven agenda..

Also, there are many sites like Hulu and others who clearly stated why they can't use HTML5. They just don't have enough support to do things they are doing with Flash now..

Will HTML5 evolve? Sure.. I like it actually.. but it will take at least 5-10 years before we really see it as a mature replacement for HTML4. And in the meantime Flash will evolve even more, offer some crazy things (below is a hint of what's coming to Flash at this year's Adobe Max 2010)

What kind of API ? True textured z-buffered triangles ? GPU acceleration ? Even better ? What I can say is forget what you have seen before, it is going to be big

fp-3d-session.png

and APIs you will again not be able to do in HTML5 and the circle will continue..

But what's the point of a website that flash heavy, like the one you linked? Sure, it would be pointless to recreate that in HTML, CSS and JS, but it took me 20-30 seconds to even be able to see what the damn thing was. There is a point where practicality has to take priority. People want to click a link and see content. No matter how pretty you make something, it doesn't matter if the user waits 30 seconds to see that your website is about clothing.

On top of that, I don't see anything in that site that would be all that difficult to do using <video>. Like I said, Flash has its uses, but there's a reason you can use the web without Flash: because it's only needed in a few specific cases. In my honest opinion, no site should actually rely on Flash unless something functional needs it. It's not worth it for the sake of having something explode when you click a mouse button.

I guess you speak with the wrong ones.. It takes a lot of knowledge and effort to program in Flash..a lot of people who hate flash or developers who want it to go away are those who never bothered to learn it, then they became less relevant, much harder to market and now they have an opportunity to take it out of equation trying to get back to html and css because that's all they know.

I'll tell you one fact.. most people who work in Flash and Actionscript (developers) know JS, HTML, CSS and all that very well too.. While it's not really like that other way around..

I don't care if Flash lives or dies.. I develop in everything I want.. but I love Flash because there is simply NO EQUAL in delivering immersive interactive experiences..

I don't want every site to look the same like a web 2.0 blog ripoff or wordpress themes.

Knowledge of Flash has no bearing whatsoever on the skill of the developer. That's like saying that a ruby developer is better than a python developer (or vice versa).

But what's the point of a website that flash heavy, like the one you linked?

What's the point? Well brand immersion.. you know creativity in connecting your customers and prospects to get your products. What would you do for this site? Make a catalog with their products? How is this different than all other e-commerce or catalog sites? How are you differentiating Wrangler brand.. is the site experience memorable or not?

That site answers all those questions in a positive way for Wrangler.. it makes a fashion statement, it's creative and showcases their catalog in a memorable way.

That's what the point of it is. Will all sites needs this? Of course not, I would never recommend e-commerce sites to be built in Flash due to many obsticles but nonetheless it can be done of couse.. Nike did it in a very interesting way

Sure, it would be pointless to recreate that in HTML, CSS and JS, but it took me 20-30 seconds to even be able to see what the damn thing was. There is a point where practicality has to take priority. People want to click a link and see content. No matter how pretty you make something, it doesn't matter if the user waits 30 seconds to see that your website is about clothing.

Well you see, I know Jquery sites and HTML/JS/CSS sites that load quite a bit of content.. 20-30 secs is really nothing (and that server is in Europe) so it's probably slower than it should be.. I have HTML sites that need to load for 20-30 secs from european servers and they are plain.

So the argument against preloaders is silly to be honest. You have people making preloaders with HTML/CSS/JS as well.. nothing new there.

On top of that, I don't see anything in that site that would be all that difficult to do using <video>.

Interacting with video and exporting frames and so forth is not something you can do with video tag sorry. And again it would have to be housed in divs or similar and it would have to have a ton of screenshots and it would become a total disaster to build.

Like I said, Flash has its uses, but there's a reason you can use the web without Flash: because it's only needed in a few specific cases. In my honest opinion, no site should actually rely on Flash unless something functional needs it. It's not worth it for the sake of having something explode when you click a mouse button.

And I'm not disagreeing with you.. But here are a few facts.. Biggest innovations on the web have been done due to Flash.. Don't believe me? You wouldn't have Hulu, YouTube, Vimeo, Netflix (they replaced it with Silverlight due to better arrangements with MS but regardless Silverlight wouldn't be here if it wasn't for Flash) all network websites publishing TV shows and content, you wouldn't have MP3 players and liberation of music and services like Grooveshark, not to mention Amazon's DRM free store.

Now, HTML is slowly catching up in some aspects and now, even though it's not here, HTML5 will be the savior and killer of Flash? It's so hilarious it's not even funny.. and as I said, nobody would discuss this because it's really not that important. HTML5 won't replace Flash plugin and Flash plugin can't do everything or is not appropriate for everything. This whole thing start with Steve Jobs taking a dump on Flash because he doesn't want it on his platform because he can't make money then as much as he want or can't enslave developers for buying his computers and working with his tools and paying licenses to him etc..

I am strongly against dumbing down internet experiences. I want to see more interactive content, I want to see Flash pushed even further, mixing video with interaction, making standard cable TV obsolete but in a more interactive way. I am all for brands utilizing Flash to create rich immersive interactive experience for wanting their brands, movies, TV shows, games and so forth to stand out. With bandwith increasing I want to see crazy stuff being done.. not some dumbass, super plain, all look-alike sites. From creativity standpoint it's a DISASTER.

Both have their uses. I am building sites in HTML5 and regular HTML/CSS/JS aswell. I am not against it.. I just hope that tools start to arrive that will make creativity shine and not just make sites that all look alike with forum skins, wordpress themes etc.. That's not the future I want on the web, but that's me..

Will HTML5 allow us to make some great things... Absolutely! Will HTML5 replace Flash in many cases? Nope. Flash is great for many things, it's cross platform, no headaches, you can write one code and publish to desktop app, to web app, to mobile app.. That's power.. Sure HTML5 works in a browser so it covers similar things but without the benefits that Flash gives you by itself.

Alright, I know I'm not going to get anywhere with you on your other points - we'll agree to disagree. But I have a serious issue with you saying that Steve Jobs started all of this. I've been telling people that JS, HTML and CSS are capable web technologies for years, long before Steve came out with his vendetta against Flash. Not since I was a kid did I think those flashy websites were cool or worth it. Flash, for me, has always been slow, bulky, and unnecessarily resource intensive. There are some amazing sites out there done without Flash, and if I didn't have to go to work I'd go find them for you. But this wasn't Steve Jobs creation. He was just the catalyst for getting the ball rolling. I don't blindly follow what he says, because most of what he says is total bull ****.

And frankly, I'm a bit insulted that you think HTML developers have no originality, because I still believe I can do 95% of what you can do in Flash in a HTML site. That other 5% is a niche market, where advanced web applications may be needed, and most of the time that can be accompanied with Flash in the background, rather than in the foreground, much like what Facebook does for notifications. Flash doesn't make you more original, it gives you access to more stock effects you can use.

I'm waiting for an Android Tablet running Froyo. It will be better than an iPad in every way and it will play Flash (something Apple said would never allow).

I really hate my Windows Netbook. Microsoft's biggest failure in this arena was not righting a brand new OS for Netbooks. Once I get an Android Tablet, I will download LogMeIn Ignition ($29.99) so that I can connect with my always on Desktop PC.

And its people trying to rain down on somebodys happiness, you don't like the iPad

Then get the hell out of the thread. You don't like apple, then Get out of the thread, just STFU about all YOUR negative things regarding it and get over it.

If somebody doesn't like PS3, or XBOX, or APPLE, or MICROSOFT they blast the crap through everybody's threads, if you want to have group therapy bashing somebody's stuff, go have a group orgy in a group session praising your product and bashing everything else.

These threads shouldn't be locked, it's people coming in raining on their stuff that should stay out

People said cars wouldn't be popular because of noise and smell, guess what happened, people said computers wouldn't be popular, guess what, people said we wouldn't fly, guess what.

If you don't like the iPad, then Get the F out, you don't like apple, then get the F out, thread started created thread cause he likes his iPad, WHO DO YOU THINK YOU ARE TO BASH HIM, HIS LIKES OR HIS OPINIONS, GET OVER YOURSELF

http://www.youtube.c...h?v=nT0OqHr3wHQ

Oh no somebody a different view invading your thread.

I'll just respond to this and we will agree to disagree because I dont' want to hijack the thread any more with this topic.

Alright, I know I'm not going to get anywhere with you on your other points - we'll agree to disagree. But I have a serious issue with you saying that Steve Jobs started all of this. I've been telling people that JS, HTML and CSS are capable web technologies for years, long before Steve came out with his vendetta against Flash.

And if Steve have wrote that there wouldn't have been any problems. But he banned and deliberately changed the developer agreement to specifically take off Flash compiler from his platform. Meaning, no matter what Adobe makes nor how good their new version of player and AIR support is.. you can't build it..

And it's a big deal to everyone because 90% of the web uses Flash and for good reason. This would make all our jobs much easier to port those into apps and optimize them for mobile without rewriting everything in cumbersome Objective-C and actually losing a ton of functionalities, because Steve Jobs wants to force people to develop for his platform.

Basically he started everything and declared war on Flash and gave a big F-U to all of us who have applications and sites we wanted to port to iPhone thanks to iPhone compiler because he doesn't like what Flash stands for, for his bottom line. But he actually let's others do apps with cross compilers only if it's not Flash. Not to mention the fact that his essay was complete nonsense. Flash has it's issues but the ones he highlights are just downright ridiculous and retarded, not to mention false in terms of that things could have been improved if they worked with Adobe and allowed them to access certain APIs they need, which they actually opened up a couple of month ago and now Adobe is releasing builds for the Gala version of Flash specifically for Mac.

There are some amazing sites out there done without Flash, and if I didn't have to go to work I'd go find them for you. But this wasn't Steve Jobs creation. He was just the catalyst for getting the ball rolling. I don't blindly follow what he says, because most of what he says is total bull ****.

Nor did I say you blindly follow.. I just said he started this crusade. There was no word of HTML5 "killing" Flash or Flash killing HTML5 prior to his remarks and actions. We all knew that HTML5 will be great it will bring long awaited revision to HTML standard and do some awesome things without plugins and allowing us to tap in hardware, to use Canvas and so forth which was way beyond anything that was possible so far.

I totally agree there are great sites built in JS/HTML/CSS.. but to an extent.. I have never seen a site built in JS/HTML/CSS that has the level of interactivity, animations, sounds, videos intermixed. It's all very flat for the most part and that's fine. You should use tools for the task, not stubbornly defend the fact (not you I mean but in general those who don't like or never wanted to learn Flash) that you can build some things in HTML/JS/CSS like Flash has done but it will take you weeks for it instead of building in a few hours in Flash. Just because you can replicate something doesn't mean it's the right tool for the job.

HTML/JS/CSS can do stuff well that Flash did maybe 5 years ago. It's in that stage right now with all nice libraries, JQuery, now new CSS3 etc.. finally Google FontAPI gave us custom fonts and so forth.. All of these things were possible in Flash 5 years ago.

Are there beautiful sites in HTML/JS/CSS? Sure.. are they immersive, highly interactive, fluid video/audio experience? Nope.. they are mostly flat with beautiful graphics made to scroll, slide, fade etc. That's not the same.. and for the record most sites that are HTML5 or HTML/JS/CSS these days look alike.. they all look similar to wordpress themes and stuff.. That's what simplification does it.

I would be genuinely interested to see example of the sites you think are creative and immersive that are done in HTML/JS/CSS.. I'm not trying to force you but I would really like to see them for my own purposes and ideas too.

And frankly, I'm a bit insulted that you think HTML developers have no originality, because I still believe I can do 95% of what you can do in Flash in a HTML site. That other 5% is a niche market, where advanced web applications may be needed, and most of the time that can be accompanied with Flash in the background, rather than in the foreground, much like what Facebook does for notifications. Flash doesn't make you more original, it gives you access to more stock effects you can use.

Well I do both, I pay developers, I do big projects, I have done every single piece of technology and have seen and dones sites on major platforms and I am certain you can't do 95% of stuff that Flash does in HTML/JS/CSS..

My intention was not to insult you really... so I apologize if you have been insulted but tweening divs or fading them out or applying graphics and screenshots by loading them consecutively is not what I call a solution and certainly not 95% of what Flash can do? I'm curious have you done Flash Actionscript development? Do you have a grasp of what Flash can indeed do? Not mean it as a dig, just curious. Because you can't control and edit audio or video with JS/HTML, you can't access live camera and microphone with JS/HTML and so many other things.

You can do some basic things and animations and that's fine.. AJAX/Jquery is a step in the right direction in terms of not reloading pages when you need data to be refreshed and so on, but it's a huge hassle to code and debug.

I'll tell you why I said HTML/JS/CSS developers are less creative..so you don't feel insulted.. When I build websites in Flash, I think how I'm gonna reinvent user interface, how I'm going to integrate live streaming into my animations and videos and allow users to interact with that in 3D for example.. these types of things you don't think about or you might think it's not great because all you have seen is probably some bad sites or you are just not interested in it because you can't achieve those things nicely with JS/HTML/CSS.. With Flash you can..

So it's about pushing the boundaries.. it's about reinventing what's out there.. creating immersion, mixing it with video, with audio, creating an experience that will define a brand or cause lust with the consumer. That's my job that companies pay me a lot of money. I can't give them that with JS/HTML/CSS and even I could it would take me so much time and debugging and hassle that I just couldn't justify budgets for it nor I could ask the clients to pay it.

I have received numerous awards for my work including prestigious Hollywood Reporter Key Art Award for New Media Home Entertainment for 300 website because I pushed boundaries. I have created an experience that described the movie and immersed the viewer. This is what I consider creativity with others.

To me creativity is not making a bunch of nice fonts, slap a few shadowy PNGs and make divs fly around on Timer event or click, but that's me personally. I am not saying they cannot be pretty or creative but they will eventually end up being what they are.. HTML/JS/CSS sites with only so many things this platform allows.

I'm waiting for an Android Tablet running Froyo. It will be better than an iPad in every way and it will play Flash (something Apple said would never allow).

I really hate my Windows Netbook. Microsoft's biggest failure in this arena was not righting a brand new OS for Netbooks. Once I get an Android Tablet, I will download LogMeIn Ignition ($29.99) so that I can connect with my always on Desktop PC.

Ok. without one being released, care to enlighten us all how the android tablet will be better in everyway? Please, otherwise its just the ramblings of an android fanboy.

Logmein is already available on the ipad.

Ok. without one being released, care to enlighten us all how the android tablet will be better in everyway? Please, otherwise its just the ramblings of an android fanboy.

Logmein is already available on the ipad.

The fact it will run Android is making it better right from the bat.. more open, better accessibility to information with widgets and live wallpapers and smart push notifications and so many other things underneath it (including wifi-hotspot and USB tethering). Of course, it will also support Flash and AIR so the number of applications you will be getting just out of all the millions of developers will make everyone tingle :)

They will come with 3G/Wifi support, camera and so forth. Samsung Galaxy tablet is coming out shortly it's all but here. That tablet is beautiful and definitely much nicer than iPad. At least IMO.. I like the fact that it's 7" screen.. much nicer to hold with one hand too.

The fact it will run Android is making it better right from the bat.. more open, better accessibility to information with widgets and live wallpapers and smart push notifications and so many other things underneath it (including wifi-hotspot and USB tethering). Of course, it will also support Flash and AIR so the number of applications you will be getting just out of all the millions of developers will make everyone tingle :)

They will come with 3G/Wifi support, camera and so forth. Samsung Galaxy tablet is coming out shortly it's all but here. That tablet is beautiful and definitely much nicer than iPad. At least IMO.. I like the fact that it's 7" screen.. much nicer to hold with one hand too.

just a pity theres so few decent android apps, so don't where your millions of developers tingle quote is from, as for the rest, Android better the ios is simply opinion, they are different but wouldn't say one is better then the other., so

I don't think we are going to see official Android tablets any time soon. Even if that happens they won't be as polished as the iPad. At the end of the day having choices is a good thing for everybody.

Ok. without one being released, care to enlighten us all how the android tablet will be better in everyway? Please, otherwise its just the ramblings of an android fanboy.

Logmein is already available on the ipad.

1) An iPad is an oversized iPhone. Just like the Android Tablet will be an oversized Android Phone.

2) I never said Log me In wasn't available on the iPhone / iPad.

Knowing number 1, which is a big 1 for me, I prefer multi-tasking over what Apple passes off. And from what I understand, the iPad doesn't have iOS 4 on it which means no multi-tasking. Let's face it, the Android Tablet will not be different than an Android Phone other than no phone capabilities and a bigger screen. Plus you'll have more options by January/February 2011. Sorry if Android Phones are out performing the iPhone. It must hurt Apple fanboys like yourself. It puts a smile on my face.

Sorry everyone. I have low a tolerance for stupidity.

just a pity theres so few decent android apps, so don't where your millions of developers tingle quote is from, as for the rest, Android better the ios is simply opinion, they are different but wouldn't say one is better then the other., so

All the basic apps that exist for the iPhone exist for the Android. What iPhone has more of is games. It would be nice if Android got some game love but honestly, I don't play video games so I doesn't affect me. The only app for me that the iPhone has that I want for my Android is the NIN app. Other than that, there is no difference.

1) An iPad is an oversized iPhone. Just like the Android Tablet will be an oversized Android Phone.

That's an over simplification. Applications need to be built with the bigger screen in mind. Otherwise you might as well just use the phone. It makes a huge difference in day to day use. I do not use one single iPhone sized app on the iPad. All the apps on my iPad were purpose built for it.

What is going to be interesting is how developers manage to cater for all the different screen sizes that are likely to come out for the Android tablets - from 5 inches (Dell is calling the Streak a tablet) all the way to 12 or more inches. That's not a trivial undertaking. Screen sizes may differ, but the finger stays the same size. Mouse, and stylus driven interfaces can get away with shrinking the buttons. Not touch interfaces.

All the basic apps that exist for the iPhone exist for the Android. What iPhone has more of is games. It would be nice if Android got some game love but honestly, I don't play video games so I doesn't affect me. The only app for me that the iPhone has that I want for my Android is the NIN app. Other than that, there is no difference.

And NIN application is absolutely awful..

I've had my iPad since release, and I still use it every day. Awesome for magazines, books, email, and web surfing. People who keep shouting that iPad sucks don't seem to be able to slow down the rate these things are selling or change the mind of owners.

Taking a look at all the competition currently on the market, I think iPad has the edge and best price point. If you just want a light weight eBook reader, sure Kindle is a great device. My dad has one and loves it. But if you want an eBook reader on steroids, then the iPad is for you. The only downside with the iPad as an eBook reader is the direct sunlight issue (I guess if you want to read on the beach or something...????) and the fact that it is an LCD screen can be a turn off for hard-core readers that read hours upon hours on end. I read for about 2 hours straight and it doesn't strain my eyes.

LOL.. responses like is what really gets me laughing.. How do you "not like Flash".. Technology that brought us ubiquity on the interent, unified videos and brought us free stuff.. It seems people forgot what web looked like prior to Flash?

The only reason a person can say a thing like "I don't like Flash" or "It needs to die", is the one who believes stupid Steve Jobs crap. But again, not really surprised people do.

or they are firm HTML5 believers and/or Open Web proponents.

Congrats, you win stupid quote of the month for that one.

I can tell you now, my Acer Ferrari One netbook although ?300+ is still half the price of an iPad, has more than TWICE the power, RAM and Storage.

I'm not sure what you mean by "power" here, if you mean the battery time (as what "power" usually means for portable devices), I highly doubt your netbook can last 20 hours (twice the iPad's battery time) while surfing the net and reading e-books.

To the OP, don't worry, one of my friends also got an iPad and loves it, and he's even a Google employee (or maybe it's because he's a Google employee, his high salary enables him to buy fancy things like iPad) :p

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Cheers everyone for the replies. It's been very useful. 👍
    • Compared to the 7735HS it is around 25-30% slower in multi-threaded tasks (according to Google search) I did a review of the 7735HS Beelink SER6 Max in 2023, but thinking about it, it's not comparable to the 7730U. For the example you gave about how it will be used, the 7730U is actually an excellent choice for its power and battery efficiency.
    • Yes guys I know we have a memory and storage price gouging thanks to AI datacenters, so basically you are complaining when these crazy prices get discounts. It all starts to sound like the price of gas and a loaf of bread "was so much cheaper ten years ago!" Go wait until 2030 or whenever this BS ends and skip commenting then? Damned if ya do, damned if ya don't... 🙄
    • 7 Days: Windows 11 turns five, Ford made a mistake, and Starlink plans direct mobile service by Aditya Tiwari 7 Days is a weekly roundup of picks of what's been happening in the world of technology - written with a dash of humor, a hint of exasperation, and an endless supply of (black) coffee. This week's highlights include Apple's $4 billion class-action lawsuit, a smartphone with a 14,000 mAh battery, Google catching up with Anthropic, and the Steam Summer Sale 2026. Let's get started. You can check out the recent issues of the 7 Days weekly roundup. Windows 11 turns five Microsoft's Windows 11 operating system completed five years of existence on June 24 this week. According to the latest data, the controversial operating system now runs on almost 72% of Windows PCs worldwide. The launch of Windows 11 had several dramatic twists and an entire preview build leaked ahead of launch. Ford made a mistake Many would agree that one of the biggest mistakes the automobile industry made was surrendering to the giant touchscreens and removing physical buttons. However, Ford made even more. The company executives said they made a mistake by replacing human engineers with AI. Ford admitted that AI couldn't replace experienced engineers and the company is rehiring veterans to improve quality and cut recall costs. Starlink mobile service Elon Musk's SpaceX wants to use its massive constellation of satellites to power your phone's network. The company is reportedly considering building a terrestrial mobile network to complement Starlink’s satellite coverage and planning to sell mobile phone plans directly to customers in the US as part of a wider expansion of Starlink. Our Features Our coffee-powered team published a platter of editorials, opinion posts, hands-on experiences, and guides. Check them out: Hey Google, these are the Gemini features I want in 2026 You've tried DuckDuckGo and Brave Search, now get serious with SearXNG Why Delta Chat is the best decentralized messenger you have probably never tried We check out the SKG PS700 Neck Massager SKG Hand Massager with Heat OS500 hands on Hands-on with BOOX Tappy: cute little reading accessory Hands-on with the ProtoArc EM25: Affordable ergonomic mouse that focuses on the right things Hands-on with iFlyTek AINote 2 E-Ink tablet: insanely thin and smart This week in software news Catch up on some of the latest software news updates that arrived throughout the week: Firefox 152.02: The latest browser update brought fixes for performance, translation, and cloud storage services. It addressed problems with localization, playback issues with certain MP4 files, and performance issues on websites that perform multiple encryption operations simultaneously. Ubuntu Livepatch: Canonical's zero-downtime service Livepatch arrived on Arm64 devices running Ubuntu Core 26 and Ubuntu 26.04 LTS. Livepatch allows users to apply important kernel updates without any service interruption or rebooting. AMD 26.6.2 driver: The new driver version for Radeon hardware owners brought FSR 4.1 upscaling tech to an entire generation of its products: the RX 7000 series. However, the 26.6.2 FSR driver flew dark clouds over users, breaking many Windows PCs and causing a yellow bang or other launch failures on Windows 10. AMD later pushed the 26.6.3 Hotfix update to fix the issues. Goodbye Notion email: It's been a little over a year since the AI-powered email client launched. The company has announced its shutdown, which will take effect on September 22, and said it doesn't see the point in maintaining a frontend email client when people are moving towards automation. Ventoy version 1.1.14: The biggest change in the Rufus alternative is an updated Secure Boot shim file to resolve the UEFI CA 2023 issue, a compatibility problem that affected Secure Boot environments on some systems. This week in hardware news Image: Valve Catch up on some of the latest software news updates that arrived throughout the week: 14,000 mAh battery: Yes, that's something that iPhone users can only dream of. But a Chinese company is reportedly developing a smartphone with a 14,000mAh battery. If it ever sees daylight, it would be the largest battery ever on a smartphone, possibly offering a week of backup on a single charge. Steam Machine prices: Valve finally confirmed the Steam Machine's pricing. Starting at $1,049 for the 512GB option, storage and the included controller are the biggest differences among the four variants presented. Xbox just got more expensive: Rising costs of storage and memory prompted Microsoft to raise prices. Xbox Series X|S models wth 512GB storage will cost $100 extra, and 1TB models will cost $150 extra. However, the Redmond giant discounted the 2TB models. New NVIDIA supercomputers: The company announced plans to deploy 35 high-performance (HPC) AI supercomputers across Europe this year, primarily at national supercomputer centers, AI factories, and research institutes. Fast fast memory: Samsung built the UFS 5.0 storage solution, which pushes the data transfer speeds to 10.8 GB/s on mobile devices. It can open doors for faster local AI performance, which otherwise doesn't look promising under the current scenario. Custom chips for TikTok: Qualcomm is reportedly in talks with ByteDance to build custom video chips optimized for its massive data center workloads. ByteDance needs hardware that can help it ingest, process, and serve billions of short-form videos daily. OpenAI Jalapeño: The AI giant announced its first custom-designed AI chip developed in partnership with Broadcom. Jalapeño is designed specifically for large language model inference and is the first product from a multi-generation compute platform being developed by OpenAI. Galaxy A27 5G: The new mid-range smartphone from Samsung arrived with a platter of updates over A25 5G, including a 120Hz refresh rate, Infinity-O punch-hole camera design, expanded AI features, and more. Qualcomm takes on NVIDIA: The chipmaker baked the new Dragonfly CPU, High Bandwidth Compute technology, and AI chips to challenge NVIDIA in the AI data center market. Qualcomm said its new lineup improved per-watt performance, token throughput, and total cost of ownership for AI data centers. IBM goes sub-1nm: The company reached a semiconductor milestone by announcing the world's first sub-1-nanometer chip technology, based on a 0.7nm (7-angstrom) node. It can pack nearly 100 billion transistors onto a chip the size of a fingernail. This week in Google News Image: Google Catch up on some of the latest Google news updates that arrived throughout the week: What to expect from the Pixel 11 series: The upcoming lineup is expected to feature four different variants and a price hike due to the global memory shortage. Read our detailed coverage to know about the expected Pixel 11 specs. Stopping Google: The Free Software Foundation Europe urged the European Commission to stop Google from silently reinstalling AI models and requiring registration. Users should be able to fully uninstall AI-based features from Android devices and access interoperability features. Chasing Anthropic: The Claude-maker is making new strides every day in the AI world, but the search giant is struggling to catch up. Google is said to be reshuffling its AI coding "strike team" it created roughly about two months ago, turning it into a broader model-training group amid talent losses at DeepMind. New Google Play billing: Google has faced a long legal battle with Epic Games, and the search giant is rolling out a redesigned Play Store billing and fee structure. Available in the US, UK, and the European Economic Area, it will take effect on June 30. Error-free Sheets? A new feature in Google Sheets allows Gemini to inspect formula errors and apply corrections directly in the spreadsheet. Google said the new feature can handle pretty much everything from basic arithmetic to very complex calculations. Breeze through airports: Google Wallet became the first digital wallet to integrate with TSA PreCheck Touchless ID, a program that enables travelers to move through airport security checkpoints using facial recognition instead of a physical ID or boarding pass. Built-in computer control: Gemini 3.5 Flash got a built-in tool called Computer Use, which allows developers to build agents that navigate browsers, mobile interfaces, and desktop applications. Google Finance: The redesigned platform is now out of beta. Google has added several new features, including portfolio tracking, scheduled market briefings, and a dedicated Android app. An iOS app is planned for later in 2026. This week in Apple News Image: Apple Catch up on some of the latest Apple news updates that arrived throughout the week: Trade secrets reportedly exposed: Apple's manufacturing partner in India, Tata Electronics, confirmed a cybersecurity attack on its systems that may have exposed trade secrets of Apple and Tesla. Hackers reportedly stole up to 630 GB of data and posted up to 200,000 files on the dark web. Grab your payout: Apple is facing a class-action lawsuit in the UK and might end up paying $4 billion (£3 billion) if it loses. The iPhone-maker has been accused of trapping users in iCloud by restricting rivals from fully accessing iOS. The tribunal recently set a full trial date for October 2028. iOS 27 Beta 2: Apple's latest iPhone update is moving forward, and a new beta was pushed this week. While iOS 27 Beta 2 for developers pushed several bug fixes across the system, the AirPort Utility was deprecated; it's no longer available to new users. Price hike: Just like others, Apple has raised prices of several MacBook and iPad models, including the MacBook Neo, which now starts at $699. This comes after reports that this year's iPhone will also become expensive. Second-gen iPhone Fold: While the world is desperate to see Apple's foldable iPhone, leakers have started to talk about its second generation. Apple is expected to launch a successor in Fall 2027, featuring a wider folding display while reusing the same screen found in the first generation. The search for memory: Apple is reportedly looking at blacklisted Chinese companies amid rising memory chip prices. The company is seeking clearance from the Trump administration to purchase memory from ChangXin Memory Technologies (CXMT). This week in Meta news Image: Meta Catch up on some of the latest Meta, WhatsApp, and Instagram updates that arrived throughout the week: WhatsApp gets a new final boss: Mark Zuckerberg announced that CRED's Kunal Shah will become the next global head of WhatsApp, as Will Cathcart steps down and moves to a new role at Meta. The social media giant invested money in CRED through a Series H funding round. AI glasses in 26 styles: A new line of Meta Glasses launched in partnership with EssilorLuxottica. Starting at $299, it comes in more than two dozen styles across different colors, lenses, and frames. More ways to doomscroll: Instagram for TV is now available on Samsung smart TVs launched in 2020 and later years. The company also announced that it's testing several new features on Instagram for TV, bringing it closer to YouTube and Netflix. This week in AI news Image: Microsoft Catch up on the latest artificial intelligence news updates that arrived throughout the week: Water-saving data center: Microsoft is building a gas-powered AI data center with a capacity of 2 gigawatts. The company will deploy a closed-loop cooling system, saying that its total lifecycle water use will be "only a fraction of that consumed annually by a typical fast-food restaurant.” OpenAI beats Claude Mythos: GPT-5.5-Cyber got a limited release for verified defenders. It scored 85.6% on CyberGym, compared with 81.8% for GPT-5.5 and 83.8% for Claude Mythos 5. The AI giant also announced a limited preview of its new GPT-5.6 model series, whose flagship model, GPT-5.6 Sol, is targeted at demanding reasoning and agentic workloads. Proceed with caution: The Trump administration instructed OpenAI to limit the distribution of GPT-5.6 to a small group of government-approved partners rather than the general public, as has happened in the past. Claude Tag: Anthropic launched its new AI teammate for Slack, enabling teams to delegate tasks to Claude directly within Slack channels. What makes it different is that it's designed to operate as a shared assistant for an entire team rather than a single user. Challenging US dominance: The UK government has funded £60 million ($70 million) to Oxford and UCL to keep the country in the AI race by building open-source, low-hardware alternatives. The two organizations will share the money over six years. Paying for AI development: One cost is the loss of human jobs. Oracle laid off about 21,000 employees (13% of its workforce) amid increasing AI adoption. The software giant said that AI advancement and adoption "may continue to result in reductions to our workforce." GitHub strips features: It removed the ability to manually detect an AI model from its Copilot Free and Student plans. In other words, its automatic routing system is the only way to choose a model. Are you a copycat? Anthropic accused Alibaba of creating about 25,000 fraudulent accounts to copy Claude's capabilities at scale. It told US lawmakers that operators linked to Alibaba generated 28.8 million exchanges with Claude between April 22 and June 5, 2026. Reserve my memory: The semiconductor company Micron revealed that AI companies are spending billions to lock up its memory years in advance. Its customers have locked in $22 billion worth of memory supply commitments. Another AI battle: A publisher group that collectively owns 400 newspapers sued OpenAI and Microsoft for scraping their content to build AI chatbots such as ChatGPT and Copilot without compensation. Anthropic AI ban: The US government partially reversed the Anthropic AI ban, allowing it to restore Claude Mythos 5. However, it can only be deployed for a limited set of US organizations that operate and defend critical infrastructure. This week in Microsoft News In some of the hottest stories of the week: Windows 10 quietly gained a year of support and updates, Windows 11 KB5095093 released with a long list of features, and Windows 11 26H2 is finally getting the ability to disable web search results in Windows 11 Search. You can check out Taras's freshly baked Microsoft Weekly roundup to catch up on all the interesting stories this week. This week in science news Image by Pascal Küffer via Pexels Catch up on some of the latest science and out-of-this-world updates that arrived throughout the week: 13 billion-year-old secret: Scientists found that the universe's first molecule (helium hyride) reacted with hydrogen much faster in cold temperatures than previously believed. It's a new breakthrough that changes our understanding of early star formation. Cosmic Living Fossil: Astronomers found CR3, a surprisingly pristine 11.5-billion-year-old galaxy dubbed a "living fossil." It suggests the universe's first generation of stars formed much later than previously assumed. Einstein's 100-year-old theory: Thanks to relativity, researchers calculated that clocks on Mars tick 477 microseconds faster per day than on Earth. This minute gravitational difference is crucial for synchronizing future interplanetary space missions. Don't panic: NASA's James Webb Telescope finally eliminated the threat of asteroid 2024 YR4 striking the moon in 2032. The rocky giant will give us a safe fly-by without causing any harm. This week in gaming? The latest issue of Pulasthi's Weekend PC Game Deals curates several exciting games on sale this week. RollerCoaster Tycoon 3 Complete Edition and Voidwrought have replaced the old titles in this week's Epic Games Store giveaway. For Xbox Free Play Days, the new titles include House Flipper 2, Blades of Fire, and Assetto Corsa Competizione. Steam Summer Sale 2026 kicked off with discounts for everything from the newest games and retro gems to all sorts of DLC packs, until July 9. Meanwhile, NVIDIA GeForce NOW added support for several new titles, including Dark Scrolls, SAND: Raiders of Sophie, and EMPULSE. That said, here are some more stories from the gaming world: Age of Empires Mobile comes to PC, here's how to carry over progress from your phone Xbox Insiders get Xbox 360 achievements and Gamertag character upgrades Grand Theft Auto VI pricing revealed alongside Ultimate Edition and pre-loading details Sony announces Bungie layoffs that will affect "significant number of employees" From the review corner This week, Steven published a review of the TerraMaster F4-425 Pro AI-powered NAS, featuring an all-metal exterior on the lines of the four-bay F4-425 series. Powered by the octa-core Intel Core N350, the TerraMaster F4-425 Pro is highly energy-efficient, operates quietly, and offers three M.2 slots. On the flip side, OpenClaw support requires removing security hardening (SPC), AI requires a paid subscription, the software feels like a beta, and the rubber feet constantly come unstuck. ZimaBoard 2 1664 Starter Kit Another NAS setup reviewed this week is the ZimaBoard 2 by IceWhale Technology. It comes in a small footprint with great modern hardware through a combo of Intel N150 and DDR5 memory support. On the downside, the memory is not upgradeable, ZimaOS is a bit barebones, factory reset requires USB flashing, and there is no automatic backup via the mobile app. Synology's BeeCamera software Christopher wrote his review of the software that powers BeeCamera Plus and said "the BeeCamera app is a great way to add private home monitoring to your network but there are some limitations." It's free with an easy setup process, fast response time, and good AI and detection features. However, there is no desktop version; it only works with Synology cameras, some configurations are difficult to set up on a phone, and it lacks the features of the surveillance station. More price drops! We got you covered with some hot tech deals all week. For some reason, if you missed out on a great discount, here is a summary of some recent deals that are still alive: Onkyo Dolby Atmos AV receivers are really solid deals 4TB TEAMGROUP MP44Q, 2TB T-Force G50, and 2TB WD My Passport SSDs drop to great prices Edifier S3000MKII hi-fi audiophile grade bookshelf speaker is at its lowest price now The best controller for XBOX and PC is down to the lowest price Limited time Prime Day deal cuts price of this Hisense 65" 4K smart TV in half To view all of our recent deals, click here. So, these were some of the biggest tech news and other updates from this week. There will be more issues of our 7 Days series in the coming weeks and months, so stay tuned. You can also support Neowin by registering for a free member account or subscribing to extra member benefits, along with an ad-free tier option. Have a great weekend!
  • Recent Achievements

    • Reacting Well
      JuvenileDelinquent earned a badge
      Reacting Well
    • One Month Later
      Excellence2025 earned a badge
      One Month Later
    • Week One Done
      Excellence2025 earned a badge
      Week One Done
    • Week One Done
      flexorcist earned a badge
      Week One Done
    • Week One Done
      Woland13 earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      505
    2. 2
      +Edouard
      198
    3. 3
      PsYcHoKiLLa
      151
    4. 4
      Steven P.
      72
    5. 5
      FloatingFatMan
      69
  • Tell a friend

    Love Neowin? Tell a friend!