Visit site Compas Pascal
February 2010
3
votes
Why almost nothing revolutionary comes out of Europe
Compas Pascal
– Recently, I overheard this one: "why is it almost nothing revolutionary comes out of Europe?" This question basically expresses a perception that can be explained. Most tech companies in Europe don't target the world market - they target one country first, and when they dominate that, they invade ...
1
vote
This is how Twitter and Google Buzz worked 100 years ago
Compas Pascal
– In year 1910, if you lived in Denmark, you could call your telephone exchange operator and tell a short message. They would then write it down and publish it to other callers and exchange operators. There was often one or more operators available, so there was no extra manpower costs for doing this, ...
January 2010
0
votes
Will Apple accept Google NaCl on iPhone, iPod, iPad?
Compas Pascal
– Apple did it again - they released a great product called the iPad. However, the main reasons that people buy these products, is that it is good quality and they do things better than the competitors. However, in order to protect the business model of Apple, and in order to ensure a good overall ...
5
votes
VMware converter review
Compas Pascal
– Recently I upgraded to a newer laptop, and considered to virtualize my old laptop, because there are so many settings for software development, that are not easily copied. This includes search paths that depend on the drive configuration, installation of tools (cygwin etc.), and many other things. ...
5
votes
ANSI in the Win32 API is not about the character set ANSI
Compas Pascal
– One of the most frequent misunderstandings that I have seen about the Unicode migration of Delphi, is that many consider the Ansistring of Delphi 2007 and older, and all the Ansi functions in the APIs, to be about the ANSI character set. If you live in USA or any other country that uses ...
2
votes
English - the superlanguage
Compas Pascal
– My first programming language (ND80) saved all identifiers by reference in order to save RAM, which was scarce. Using the swap instruction, it was possible to replace any identifier with another, so basically, the entire, programming language could be translated to Danish, my native language. Sounds ...
December 2009
6
votes
Snake game: when programming isn't compatible with modern theories
Compas Pascal
– I saw a question about how to create a snake game "like on the Nokia mobile phones". The answers differed a lot from each other - but few talked objects (OOP). The general consensus was that the snake should be represented as a double-linked list, linked using pointers. The first time that I saw ...
5
votes
Unicode technical paper from Cary Jensen
Compas Pascal
– Cary Jensen has produced a White Paper about migrating to Delphi 2009, with real stories from real migrations. View it here or download it here. The paper is the result of his call for migration stories, earlier, and a lot of people contributed with examples, including me. Besides being a good paper ...
4
votes
Kylix comeback or something better?
Compas Pascal
– Heise.de reports, that the Qt toolkit is currently being ported to Google's Native Client (NaCl). Qt was known as the GUI framework for Kylix on Linux, and once Qt has been ported, it seems like a very easy thing to make Kylix able to compile GUI apps for Google NaCl, providing a development kit ...
1
vote
Call for learning about bits and Bytes
Compas Pascal
– I still often encounter people with a Master's degree in Computer Science, Information Technology or whatever, who are not used to think bits and bytes. The world of computing is huge, and I fully understand that the universities need to filter and carefully select what topics they should teach ...
17
votes
When to use record instead of classes
Compas Pascal
– The original use or the record construct in ObjectPascal was to group different values in a way, that can be used in arrays, parameters etc. Classes have taken over this job, but the record construct is still sometimes important. For instance: type TTest= class a,b,c:integer; end; ...
1
vote
Why there is no app store on Windows
Compas Pascal
– How long does it take to install Microsoft Office? Well, first you have to order it, and then you have to wait for it to arrive by mail, on a physical medium. Ever wondered why there is no app store on Windows? Steve Ballmer explains it in an article on CNET: "nobody has any trouble getting apps" ...
November 2009
2
votes
MSIE market share below 13%, the problem of not upgrading
Compas Pascal
– MSIE is still by far the biggest browser on a world scale, but segmentation adds another picture: * In some market segments, MSIE 6.0 is still used on more than 80% of all PCs. * Some websites have MSIE below 50% (like W3Schools or some Delphi developer sites). Users seem to upgrade their ...
1
vote
Google Wave is a software development platform
Compas Pascal
– Google Wave has been reviewed in multiple places, but mostly by looking at the usefulness of the GUI tool that Google has made available. Instead, this post will focus on it's ability to compete with alternatives. Google originally launched it as "e-mail as it would have been if we designed it ...
0
votes
The power of app stores and usability
Compas Pascal
– I use Vopium to reduce my phone bill when making international calls and calling back home from other countries. Very nice product, huge savings, no subscription fee, works seamlessly when making calls, and easy to install from their homepage. However, the obvious is to install such tools from the ...




