Friday 14 June 2013

E3: Xbox One VS PS4 opinion

The ultimate console wars! Has Xbox made a bad move? I was hoping to give my overview on the whole situation. I strongly believe that it is a draw. Here are my reasons:

  • Even though the internet are all against Xbox because people tend to follow the bandwagon of hate phenomenon and yes the Xbox did not make it any less easier for themselves with their announcements. People will still buy the new console, it is just how it always is. Same situation happened with EA, people threatened to boycott it, but they still buy every single new game released. 
  • Considering the way Xbox completely eliminated second hand retailers from their systems, people will have no options but to buy the full game if they want to play it. This will result with the full price going to the Xbox and developers and no third party retailer. Even though they might lose a large part of the Xbox audience, it will mostly lose the people who only bought second hand games, thus this does not make a difference.
  • Sony on the other hand are openly admitting the freedom for their customers. Want to buy used game? We don't care, just buy our console please. Their overall gain from getting all of these new Xbox fans to buy their system will increase revenue but they will actually lose money to the developers. 
No matter what, true die hard fans will fight you for their console. 

Personally, I am a PC girl :D

GWT project experience


Recently I had to create a full working ground up project using the Google Web Toolkit Framework, so I thought I would give my feedback on the experience I had working with it. Take note, that I have previously worked with ASP .NET, Django, Spring Framework thus I will mostly compare it to these.

As you may have noticed GWT is an open source development toolkit. The setup process of your very first working application is no longer than 5-10 minutes which is what I love about it. All you have to do is download the GWT plugin from the Eclipse Marketplace, restart Eclipse, right-click create new GWT project and check to generate sample code. The most basic application will be set up for you. Right click your project to run in DevMode and open a browser for you application. How great is that?

When you get over the fact of how easy it is to test your application and that all the things you need are already set up for you and you do not have to fiddle with web.xml or GWT libraries. Next step is to play around with some of the amazing features GWT offers by going to their Showcase web page where they offer a preview of how the certain widget looks like but also the code to get it to work.

One of the things that struck me as abnormal to the original way of developing web pages is the fact that GWT only needs 1 .html page. Everything inside this page is assigned dynamically using pure java code. In case you have a page full of buttons and you do not want to spend millions of lines of code declaring every single “Button button1 = new Button();” all you have to do is look up UiBinder where all of these widgets will be declared using a well structured xml document. Great huh?

I outlined how pretty and simple GWT makes dynamic web page creation, but with every view there is always a rant, so lets begin. GWT YOU ARE SO LIMITED! Sure all the widgets are great and all, but the amount of time I had to spend customising handlers and @Overriding these widgets to get them to do what I wanted is ridiculous. It was a constant battle of the wits. TextArea, a box for text, does NOT have a set for the maximum number of characters it accept. I had to create a javascript native method for pasting and a keyboard press handler to limit character input. Don’t even get me started on CellTable. I will make a tutorial at some point for the customisation of CellTable to your needs, mostly because I spent so much time at it that I do not want to waste it.

You might start asking me, “well, if you think GWT is so limited why not just download something like smartgwt or gxt which have many more features?” well sir, my answer to you is: did you see the size of the libraries for those things? I do not want to use all the features... Why can’t I make several simple parameter setups for the current GWT widgets instead?

Don’t get me wrong, GWT is fun and great, but it doesn’t teach you much about proper web development setup. If you are new and want to try something quick I would suggest GWT, if you have a more serious project and you want GWT go with GXT even though I see a lot of people complaining about its features breaking peoples applications.

TL;DR : With great power (like GWT), comes great programmability.




Friday 25 January 2013

Weave Silk, interactive generative art

My Cat

  Here is a little something I made using this interesting little tool for creating interactive art. The silk like art tools of multiple colors allow creating ambient designs while you listen to very relaxing music. Options exist for creating symmetric or non-symmetric art.
     I personally spent about an hour playing with this website. Every stroke along the canvas creates a work of art within itself. You don't have to be an artist to enjoy it. Link to the website new.weavesilk.com


'Whirled Worlds' the spinning plate interface

     This has to be one of the most ridiculous applications I have seen for a phone/tablet. It is in fact so ridiculous that the only thing they could come up with to use it for is spinning it like a disc. Who in their right mind would use an expensive device as a phone/tablet and mindlessly spins it around their house while attempting to play a pizzeria game. What's next? Skeet shooting?
     To read more about it - Abstract

Sunday 6 January 2013

My favourite inventions of 2012

 
   I want to wish everyone a Happy 2013! Heres to hope this year will be full of fantastic inventions and research! I wanted to highlight a couple of my most favorite from 2012.

   DARPA's robot navigating an obstacle course. It is amazing what people can make out of algorithms, sensors and machine parts. This has to be my favorite artificial intelligence creation so far. The only concern with the high increase of robotic inventions in the world, is putting them for good use. Unlike ASIMO robot who is currently being used to deliver coffee at the Honda offices, robots like these could actually be utilized in dangerous environments where human involvement would prove fatal.

    Another one of my favorite inventions is the Corning Willow Glass. With the current market highly invested in making applications smaller and lighter yet still maintaining their usefulness, this thin, light and cost efficient glass can greatly improve mobile devices.