Oskar Gewalli's blog articles

0
comment
on 10/2/2012 12:38 PM
Coffeescript has been heralded as a way to avoid some of the nastiness of JavaScript. Now Anders Hejlsberg introduces a new addition to the story: TypeScript. I read this from a pal that linked to a blog post. The geist of the post is a slight positive note, but the author notes that IntelliSense is missing for editors other than Visual Studio. If the license is good (it’s in Apache license), the language additions are relevant, there might be people that get some of it to work in another editor.
>> Read the full article
.
0
comment
on 9/24/2012 11:13 PM
I had some trouble where a simple parser would take a bit of time. Turns out that there were many ways of improving this performance. I rewrote it to use the xml reader instead to be able to do these improvements. Some funky bugs got squished. The reader is a bit low level compared to niceties such as Nokogiri (in hindsight, maybe I should have been using). By using this class I could avoid some funkyness of XmlDocument having to cope with wierd xml at the expense of having less appealing code: LogEntryPar[...]
>> Read the full article
.
0
comment
on 9/24/2012 11:13 PM
I had some trouble where a simple parser would take a bit of time. Turns out that there were many ways of improving this performance. I rewrote it to use the xml reader instead to be able to do these improvements. Some funky bugs got squished. The reader is a bit low level compared to niceties such as Nokogiri (in hindsight, maybe I should have been using). By using this class I could avoid some funkyness of XmlDocument having to cope with wierd xml at the expense of having less appealing code: LogEntryPar[...]
>> Read the full article
.
0
comment
on 9/24/2012 10:42 AM
Imagine the user experience of a gaming console. It’s very focused on a selected few tasks: starting games, playing movies… An ipad is conceptually a similar device. You can surf, run certain applications, watch movies, listen to music. The user interface is simple. Most users have no need for the fuss.To imagine an operating system where you focus on what normal users want to do, you start looking in the windows 8 direction. The start screen reminds of the Xbox.I got skeptical and confused when I tried wi[...]
>> Read the full article
.
0
comment
on 9/24/2012 10:42 AM
Imagine the user experience of a gaming console. It’s very focused on a selected few tasks: starting games, playing movies… An ipad is conceptually a similar device. You can surf, run certain applications, watch movies, listen to music. The user interface is simple. Most users have no need for the fuss. To imagine an operating system where you focus on what normal users want to do, you start looking in the windows 8 direction. The start screen reminds of the Xbox. I got skeptical and confused when I trie[...]
>> Read the full article
.
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper