Archive for the ‘CAD’ Category

Autodesk takes AutoCAD and Revit cross-platform

Wednesday, March 31st, 2010

Update: Most of my speculations in this post turned out to be incorrect. Read more here.

I’ve had a draft of this blog post lying around since May 2007. When I first started it, it was titled “AutoCAD on alternative platforms”. It was mostly my thoughts on why it would be good for everyone involved if Autodesk decided to make AutoCAD run on systems other than Windows. Last week, with release of 2011 line-up of its products, Autodesk has deprecated that blog post.  It no longer is a question if Autodesk is going to offer their main products to customers running “alternative” platforms. Now it is just a question of when is it going to be officially announced. If you can’t wait to dump Windows and only AutoCAD/Revit are holding you back, read on and see what the future holds.

Why do you think Autodesk is working on cross-platform versions of AutoCAD and Revit?
A few reasons actually, but one of them leaves no doubt. AutoCAD and Revit 2011 ship with a few core files of the Qt framework. Qt what? I recommend you click the link and read a bit more but long story short it’s a library for building user interfaces that runs on wide range of platforms. All the major desktop ones (Windows, Mac Os X and Linux), but also a number of mobile and embedded systems.

Oh really? How can you tell ?
Go to the main application directory of your AutoCAD or Revit 2011 and see if you can find those files: QtCore4.dll, QtGui4.dll and QtXml4.dll. There you go. The core of the Qt framework inside your Autodesk product. What more evidence do you need?

Seriously? Do they use it already?
Seems like they do. Here’s an error message that was displayed when I renamed one of those files inside the Revit 2011 installation:

Revit error message - Qt library file missing

Revit error message - Qt library file missing

OK, but why does it mean that they *will* release those products on other platforms?

Because that is the only reason that could justify using Qt. It simply wouldn’t make sense to waste time and money to migrate away from native Windows API and not take advantage of what Qt offers. Thanks to using Qt the same code base can be used to build an application running on different platforms, which means reaching new customer base at minimal expense. Seriously, using Qt and not going cross-platforms would be like buying a plane to use it for drag racing instead of flying.

What do you mean by alternative platforms?
Qt can run on pretty much anything that runs on electricity, so possibilities are endless but I think that Autodesk will just dip their toes in cross-platform development by releasing those products on Mac OS X. It already is a reasonably sized market with a high growth rate, so in makes a lot of economic sense. Hopefully, later they’ll also decide to go to Linux as well, but I wouldn’t hold my breath waiting for that to happen.

Why wasn’t it announced officially?
I don’t know, ask Autodesk. Seriously… go and ask. Call, email, send a pigeon. I guess it just the usual mixture of politics and marketing. The news that Maya 2011 is getting a Qt UI was made official long time ago. I hope that we’ll hear more news during the April 19th event but nothing is guaranteed, and even though I would be really disappointed there is a chance that nothing will happen in the 2011 product cycle. We’ll see.

What does it mean in terms of UI look and feel? Is it going to change a lot?
Certainly not in the 2011 cycle since that ship has sailed, but even later not necessarily. It is possible to mix elements of Windows toolkit with parts using Qt framework – Qt widgets can live inside traditional Windows interface and the other way around so the Windows version doesn’t have to change in a major way. I expect the Windows versions to evolve around the same concept that Autodesk was trying to get us used to for the last few versions. Fear not, the ribbon is here to stay.

It’s a different story on the Mac. Qt hasn’t got an equivalent of the ribbon in its toolbox so it will be either replaced by a bit more traditional UI or recreated as a custom widget (which I find hard to believe). With Maya 2011, Autodesk decided to use Qt only on both platforms and it makes a lot of sense if you decide to start from scratch. In case of AutoCAD and Revit both of which have just got nice new interfaces it would be a bit of waste of time and money and in my opinion a step back in terms of visual quality. Below you can see screenshots of the new UI for Maya running on Windows and Mac OS X. I’m not hugely impressed with the result, but for Maya it is probably a step in a good direction. For AutoCAD and Revit that would be a big regress. You shouldn’t also judge Qt by what you see below. It is a very flexible and a highly customizable toolkit and the quality of the interface created with it is completely up to the developer.

Maya 2011 running on Windows

Maya 2011 running on Windows

Maya 2011 running on Mac OS X

Maya 2011 running on Mac OS X

Is Qt the best solution? Cross-platform vs native?
Good question. Unfortunately it is quite hard to define best. In a perfect world, without lawyers and accountants, best would mean fully native version of given application on every platform. While not very cost effective, this is the solution that guarantees the best possible integration of the application with surrounding environment. There are some good examples of this approach. Microsoft’s own Office 2011 for Mac OS X is created as a native Cocoa application. As you can see on those leaked screenshots, they have even recreated the ribbon! Mac version of Mindjet’s MindManager is also a completely native port, providing Mac users with an interface that provides experience similar to other Mac apps. That would be the best solution in a perfect world but that’s not where we are. We already know that Autodesk has gone the Qt way, so let’s just hope that their developers do a good job and get the best out of what they have to work with.

OK. What else?
Have a look here. It’s a web page that lists all the LGPL libraries that Autodesk is using. Since they chose to use the open source version of Qt they are legally obliged to redistribute the libraries that they use. That page alone wouldn’t mean much, since Maya 2011 also has a Qt UI, but we’ve already established that AutoCAD and Revit 2011 actually include those files in the default installation. It will be interesting to keep an eye on this page and see what other open source software Autodesk is going to use.

Final words
Back in 2007 when I researched the topic of AutoCAD running on Linux and Mac, I was hugely surprised with how aggressively current AutoCAD/Revit users were opposed to the idea of Autodesk bringing those products to other platforms. A lot of CAD “pundits” have been displaying an incredibly hostile attitude claiming that by investing in alternative versions of its products Autodesk would lose focus and the quality and the pace of development would suffer from that. This was a very strange thing to see since it pretty much meant that there is a lot of people that are not really happy with the quality/feature set of Autodesk products but they still use them for some reason while waiting for Autodesk to magically fix them. Some of those opinions sounded so demanding that it was obvious that their authors thought that by buying a product they gain shareholder-like powers and rights. I’m happy that Autodesk seems to have ignored those lunatics.

I really hope that Mac OS X versions of AutoCAD and Revit will be announced soon. I’m pretty sure that majority of Autodesk customers will appreciate the freedom of choice of the system in which they have to work every day. A lot of users that have been running Autodesk products in virtualized environments will be relieved that they don’t have to compromise on speed and system integration. For me it means that I’ll be one step close to the dream of coming to work and not booting into Windows.

How much confidence do I have in what I have written here? Well, if I had some loose cash lying around I would certainly buy some Autodesk stock. Implications of going cross-platform will certainly sound very optimistic to investors and once it is all officially announced I’m sure the price of Autodesk shares will go up, probably quite a bit.

Oh, one more thing. If you actually know that anything I have written here is wrong, let me know. I’ll be happy to either correct it or admit that my predictions have been wrong.

Update: I have just confirmed that the same set of Qt files can be found inside Inventor 2011 as well. Looks like Autodesk is planning to go cross-platform with the whole product line. I love it. The sooner the better.

Links:

Qt framework website: http://qt.nokia.com

Examples of Qt application: http://qt.nokia.com/qt-in-use/target/desktop

MS Office 2011 for Mac gallery: http://www.boygeniusreport.com/gallery/?gallery=23&pid=295

Open source libraries used by Autodesk: http://www.autodesk.com/lgplsource

Disclaimer:
All information included in this post comes from publicly available sources and in best case can be considered as bold speculation. I have no privileged or inside information. All opinions expressed here are my own and not those of my employer or Autodesk Inc.

Project Bluestreak. Dead on arrival?

Tuesday, November 24th, 2009

I should apologize. I went for a dramatic title, to make it sound interesting. If you’re reading this it probably worked. Is Autodesk’s latest project dead on arrival? I certainly hope not, but before I’ll tell you what I think about it let me give you a quick screenshot tour of the project and I’ll show you what to expect if you’re considering giving Project Bluestreak a try.

Let’s start from the beginning. Project Bluestreak was announced last week through the Autodesk Labs blog. As you can see in project’s overview, Autodesk defines Project Bluestreak as:

“Autodesk Project Bluestreak is a web-based collaboration environment for accelerating building information modeling through the open exchange of design information and ideas between desktop applications, web-based services and people.”

When I read that I immediately thought: “Wow! Must be something like Google Wave or Novell Pulse, but with more emphasis on engineering oriented workflow.” Boy, did I set myself up for a disappointment… but I shouldn’t get ahead of myself. Let’s have a look what it’s all about before making any judgement.

The first screenshot shows the home page on which you land after logging in. That page is divided into a few areas. At the top you have a sort of menu bar which appears consistently throughout all pages. Just below that you have some space where you can type a message to “share something with your contacts”. The length of that message is limited to 150 characters. Clearly, this is supposed to mimic a  Twitter or Facebook status. Next to it is the “Messages” window, which doesn’t seem to be used at all at the moment and just below it is a window with all your contacts. The main part of the home page is occupied by the “Activity Stream”. This is simply an area which displays activity notifications from all your contacts and groups that you belong to. Think of it as an equivalent of the Facebook wall.

Bluestreak home page

Next up is the profile page. You can reach it by clicking on any name, including you own if you want to see your profile. It will show you this person’s name, contact details, their contacts (even if they are not your contacts) and finally this person’s activity stream. Again, something pretty close to Facebook profile.

Bluestreak profile page

Now let’s have a look at the groups functionality. Clicking on “My Groups” link from the Groups menu at the top will take you to the page listing all groups that you belong to – ones that you have created and ones that you have joined. There is also a link which allows you to create a new group.

Bluestreak groups page

When you click a group’s name you are transfered to this group’s individual page where you can see some more information about it and perform some tasks related to it. As you would expect after seeing previous pages, you can see the activity stream related to this group and a list of group members. Similarly to your own home page, the group page also allows you to “share information with the group” by means of a short message. This time however this message’s length is limited to 250 characters. A message posted here will show up in the group’s activity stream but not in your personal activity stream, which absolutely makes sense – only members of that group should be able to see what you have posted here. Other members of that group can also comment on your messages. Finally, there’s something new that we haven’t seen on any of previous pages – the “File Sharing” window. This allows users to add files to the group to share them with other members.

Bluestreak group page

If you click the maximize button in the top right corner of “File Sharing” window you will be taken to file sharing page which allows for some basic operations on files (adding and deleting at the moment). Group members can also comment on files, which in a collaborative environment makes a lot of sense.

Bluestreak group files page

Clicking the “Personal Files” link takes takes us to our personal file store. Unfortunately, as you can see in the image below I wasn’t able to add any files to it, but at this stage that’s not something we should be concerned about.

Bluestreak file sharing personal

“Contacts” from the top menu takes you to the contact manager which apart from showing the list of your existing contacts, allows you to invite new users and search existing Bluestreak users.

Bluestreak contacts page

The last element of the top menu is “Applications” and that’s where I think the future of that project lies. Let’s start with the “My Applications”. Here you can see what applications you have “installed” for your account and by clicking the little pencil button you can select for which groups this application should be active.

Bluestreak my applications page

Clicking “Find more applications” link will take you to the last but, in my opinion the most important page of this project. This is where the user can find and “install” applications which will provide additional functionality to the project. First Autodesk need to create some good core applications and then it wouldn’t hurt to open up an API allowing for 3rd party applications.

Bluestreak Find applicatrions page

Finally, if you click the “Feedback” tab on the right edge of you screen, you’ll be able to share you thoughts about the project with the team and other users. If you decide to take Project Bluestreak for a spin I also encourage you to head over here, have a look what other people thought and share your experience. The feedback you provide will certainly help to shape the project and get it as close as possible to your needs.

Bluestreak feedback page

OK, so now it’s time for some comments and my own subjective opinions. At this point I should probably mention that this is my own personal view and opinions expressed here are not those of my employer.

Let’s start with what I think is good about this project. First of all it’s great to see Autodesk trying to do something in this area. I strongly believe that BIM/CAD/CAM/CAE users could use a good collaboration tool closely tied to the software they use all day, every day. Something that could mimic Autodesk’s own, ridiculously overpriced Buzzsaw service – providing the same level of control and confidence in security but also offering some social features that we got used to with Facebook, Twitter, LinkedIn or Plaxo.
The next thing that I find quite positive is that Project Bluestreak is based on open standards and technologies like OpenID and OpenSocial. The only thing that spoils this picture are Flash buttons used in a couple of places (i.e. “Add Files” button in the file sharing application), but that should be relatively easy to get rid of. I’m quite happy to report that all the screenshots have been taken from Google Chrome browser running in Linux. It would be nice if this project marked a general shift for the whole Autodesk towards transparency and open standards.
On the technical side side, I think there is one very cool thing worth mentioning. The fact that you can decide which application is active for which group. This should give the group administrator ability to only provide functionality essential for a given team without causing confusion and distraction by things that will not be useful.

Now, a bit about what I don’t like. The biggest problem I have with this project is the fact that at this point it lacks any industry specific vision and functionality. There are dozens of generic, non-CAD oriented services that offer more functionality and a much more polished experience. Yes, I know, this project has just started and it will only improve but even for an early preview it doesn’t really offer enough to allow you make up your mind about it. It feels like a bunch of random ideas pulled from other social services and put together without a clear vision of how it is supposed to be useful for an engineer or a draftsperson. It certainly is a good framework to build on but it will need much more functionality before users can figure out how to integrate it with their existing work environment.
Next thing that I’m not very keen of is that Project Bluestreak tries too hard to be “social”. First of all I don’t like the fact that all my contacts can see my contact list. In a professional environment, there may be situations where I don’t want everyone to know who I cooperate with. Just like I don’t want everyone in my email address book to know who else is there. It’s not a networking website, like LinkedIn, that can be used for finding interesting “contacts”. It should be a working environment streamlined to make your work easier and life less stressful. On a related note, I’d like to see “Teams” or “Projects” rather than “Groups”. Just a minor wording issue that makes it clear where you are.
One thing that is pretty clear is that Autodesk didn’t make a big commitment to this project. When you look at where Novell has gotten with their Pulse product without even asking users for feedback, you can see that they are building something that is destined to get to the market. There are probably dozens of people working on Novell Pulse for a year or more and when users get their hands on it they will be able to benefit from using it from day one. With Project Bluestreak you get the feeling that it’s the work of just a few people that was slapped together in a few months. Autodesk will probably have no problems shutting the whole thing down if it doesn’t gain enough interest. Well, it will not gain interest if it’s not useful. Remember? “If you build it, he will come.”

So, overall, am I impressed? Well, no… not really. Two years ago – maybe, but not today. Not after using Google Wave since July and seeing Novell Pulse demo at the beginning of November. Not after getting used to how innovative (Inventor Fusion) and visually polished (Project Cooper) Autodesk Labs projects are. In my opinion, if Autodesk wants this project too succeed they need to commit some serious resources to it. Possibly even go back to the drawing board and work out a clear vision of how to integrate all the latest collaboration technologies with their other product. Make the project future proof by embracing new, emerging technologies (like the Wave Federation Protocol) instead of following in footsteps of social projects that have been around for a few years. Finally, Autodesk – be a bit smarter about it. Talk to Novell, talk to Google – they specialize in collaboration tools. Use their experience, buy their expertise if necessary. Spice it up with what you have learned from Buzzsaw and Vault products and you’ll get something useful to every engineer, architect or draftsperson using BIM/CAx software every day.

Links:
Project Bluestreak announcement: http://labs.blogs.com/its_alive_in_the_lab/2009/11/project-bluestreak-now-available.html
Project Bluestreak page at Autdesk Labs: http://labs.autodesk.com/technologies/bluestreak/
Project Bluestreak website: http://bluestreak.autodesk.com/
Project Bluestreak interview with Mark Evans: http://www.youtube.com/watch?v=yJ85_7s_JO4
Googel Wave website: http://wave.google.com/
Google Wave demo: http://www.youtube.com/watch?v=v_UyVmITiYQ
Wave Federation Protocol: http://www.waveprotocol.org/
Novell Pulse press release: http://www.novell.com/news/press/novell-unveils-real-time-collaboration-platform-for-the-enterprise-and-demonstrates-google-wave-interoperability-1/
Novell Pulse website: http://www.novell.com/products/pulse/
Novell Pulse demo: http://www.novell.com/media/media.php?media=novell-pulse
Inventor Fusion at Autodesk Labs: http://labs.autodesk.com/technologies/fusion/
Project Cooper at Autodesk Labs: http://labs.autodesk.com/technologies/cooper/

Apple is buying Autodesk. Yeah right!

Wednesday, December 19th, 2007

I’ve read it somewhere on the Internet a few days ago. Somebody was saying that Apple was looking at buying Autodesk and switching all their products to Mac OS only. It’s obviously a ridiculous speculation and I really don’t believe it could happen. EVER! Nevertheless I’ve let my imagination run wild for a moment and decided to write down what I was thinking…

Why would it be so beautiful?

Just a few of my personal reasons why I would love to see that happening:

  • Big blow to Microsoft’s dominance
    I have nothing against Microsoft as a software maker. I just hate that I have no choice and when I’m not happy with their product I can’t simply switch to something different. For me, just like for millions of engineers, designers, detailers, draftsmen and other technical professionals there is no choice – we run whatever AutoCAD and other Autodesk products run on.
  • I would get to work on a Mac
    Don’t get me wrong – I’m not an Apple fan boy. My system of choice would probably be Linux, but since I am stuck on an evil proprietary platform I’d rather be stuck on something as good as Mac OS (security, performance, stability, usability) additionally running on beautifully designed hardware.
  • No funny looks at work
    Our industry (CAD/CAM/CAE) is so Windows centric that when I tell my colleagues at work that I am sometimes using a Mac at home they look at me as if I was trying to be original. A snob with a girly notebook (my gf’s MacBook).
  • Just for the fun of it
    It would be really exciting to watch, just like a big storm on the sea. Not a lot of people would probably see that one coming and implications of such a move by Apple would be huge to the whole industry.

What could make you think it is possible?

During the last couple of months a few things have happened that could be seen as signals of something significant going on. No hard evidence but still enough for a hungry mind…

  • This job posting.
    Autodesk is looking at hiring a BDM for AutoCAD and Apple is mentioned as one of vendors who would be selling and marketing it. Here’s an excerpt in case the original expires:
  • Business Development Manager: AutoCAD Posted 02-Nov-2007
    Location: 3950 Civic, SRF
    Are you ready to travel the world, develop partnerships with major technology players, and grow a half billion dollar business as the Business Development Manager for AutoCAD?
    You must be a highly-motivated business person ready to develop a product strategy for selling and marketing AutoCAD with vendors such as hp, Dell, APPLE, Lenovo, Amazon, CDW, and many others.
  • Windows application compatibility in Mac OS
    A few weeks ago someone has noticed something that was interpreted as a chance for Windows compatibility coming to Leopard in future versions.
  • Autodesk buying out its own shares
    I won’t pretend I know what and why they are doing but maybe they want to accumulate some stock to actually have something to offer to Apple?
    (Edit 1:10 pm, 20 Dec 2007)
  • They both like nice new toys
    Multitouch namely. We all know the beautiful and intuitive multitouch interface of iPhone and iPod touch, but if you read Scott Sheppard’s blog you have probably seen this and earlier posts on the subject. Multitouch interfaces seem to be perfect for CAD software and Apple definitely knows a lot about them.

Why I don’t believe it will happen?

I would be happy to eat my gym shorts if I’m not right but I simply think that Apple buying Autodesk is not possible. No matter how strong you wish for something to happen it won’t happen JUST BECAUSE you wish, unfortunately…

  • Autodesk and Microsoft are too close
    Autodesk is all buddy-buddy with Microsoft. The next version of AutoCAD looks as if it was an Office 2007 application (ribbon control). They have created their DWFx file format as an implementation of Microsoft’s XPS and it is natively viewable in Vista. I wouldn’t be surprised if the next generation omnipotent file format called DWGx (if rumors turn out to be true) would be somehow based on the OOXML format.
  • Too much work to port products to Mac OS
    I can’t even imagine how much time and resources would it take to port, even just the most important Autodesk products, to Mac OS. Maybe temporary use of some kind of Windows compatibility (as mentioned above) would be a good temporary solution but I find it hardly believable that anyone would like to use critical applications in non-native environment.
  • Too much resistance from Windows users
    A lot of computer users don’t cope with a change very well. Especially if they use their computers as tools at work and they only care about getting their job done. For them a change of platform would be just an unnecessary disruption.

Why would it make sense for Apple?

Obviously it’s all about the number of users and revenue that they bring to the company. Think about over 8 million of seats of AutoCAD (only legal) and multiply that by the price of a single Leopard license. That alone would give a number close to $1 billion and although it is the biggest, AutoCAD is not the only Autodesk product that people would like to use on a Mac.

  • Access to a huge community of technical clients
    Apple hardware and Mac OS would become an instant standard in a number of different engineering industries. They are already pretty strong (or even dominant) amongst professional photographers and graphic designers. There is also a decent number of architects using ArchiCAD on Macs but bringing Autodesk products to the table would introduce Mac OS platform to all sort of engineers and big corporate customers.
  • Halo effect or platform synergy bringing new customers
    Huge number of people use Windows at home just because they use it at work. Either because they simply don’t know Mac OS or they don’t want to use two different environments. Bringing AutoCAD (Inventor, Revit, etc.) to Mac OS would introduce it to a lot of people that would simple prefer it over Windows or again use it at home just because they use it at work (or school). This way the number of new Mac OS licenses would probably be much bigger then the number of Autodesk product licenses.
  • Media & Entertainment products
    Over the last couple of years Autodesk has acquired a few companies that that are widely used in TV and movie production. Disney and Pixar are probably amongst significant users of those systems. Can you smell the connection already? Huge render farms running on Mac OS on XServ must sound appealing.
  • Leverage in product politics
    Apple never knows when Microsoft decides to kill off Office for Mac. If they decided to keep Autodesk products running on both platforms they would have something to keep Microsoft playing nice. Of course before iWork becomes a full blown Office replacement. It would also give a lot of ISVs a reason to treat Mac OS on the same conditions as Windows.

Why would it make sense for Autodesk?

Well, I don’t believe it would unless they make it run on both platforms, but that’s not really the point here. If Apple buys Autodesk it is supposed to be good for Apple, but looking at the graph below I know in whose boat I would like to sit. Apple is still worth half of Microsoft but its value is growing quickly and consistently. They have overtaken IBM already and probably have enough cash in the pocket to buy Autodesk as a Christmas gift to all the people patiently waiting for AutoCAD on a Mac all those years.

Click the image for 6 year value growth history.
aapl-msft-adsk-3y.png

Update (10:40 am, 20 Dec 2007):
We all know how impossible that story is, but if you have something that would back it up I would love you to see your comment. That could develop into a nice bogus gossip. :-)

All sorts of things…

Wednesday, September 26th, 2007

Amazon selling DRM-less mp3
Good on ya, Amazon! I have gone straight in and bought an Elvis Costello’s album (which I highly recommend) with songs that I already owned on CDs but didn’t bring them over from Poland. It will be nice to listen to them again. I have paid US$8.99 for 22 songs which is a lot of bang for a buck… In order to download the whole album you’ll have to install the Amazon mp3 Downloader – currently available for Windows and Mac with a Linux version coming soon. After songs are downloaded they are automatically imported into iTunes and are ready for upload to the iPod. Theoretically the service is limited to US but it’s not verified otherwise than by a zip code matching to a state. So, if you’ve ever seen fabulous adventures of Brandon and Brenda, you’ll have no problem coming up with a zip code that you can easily match with appropriate state. Anyways, seems like Apple will have to rethink their ugly monopolistic strategies. Cool stuff…

My progress with leukemia
Well, if you look at my results it seems like I haven’t got it any more. Of course it’s not that simple. The Philadelphia chromosome is still there and if I stop taking drugs it screw my blood picture back again. The only real way to get completely cured is getting a bone marrow transplant, but that is not really possible at the moment. But the drug works fine and hasn’t got any really sever side effects. From what I noticed so far I’m getting tired very quickly. Usually around 2 p.m. I am so sleepy that I have problems keeping my eyes open. Also, if I don’t eat enough before taking the drug I feel pretty sick, but that is easy to avoid. The problem is that a lot of food together with a constant feeling of being tired doesn’t really improve my fitness.

Immigration stuff
I have finally decided that I haven’t got much energy to spare and decided to get a lawyer and allow him (in this case her) to get it sorted for me. It’s going to cost a bit but at least it’s one monkey off my back. That should give me some peace of mind. I hope it’s worth it because if I get kicked out I’ll find myself in a real financial black hole – with no income and a lot of things to pay for.

Hacking on Psycho
Yes, I’m back to it. Again… Currently I’m working on a style manager and at the moment I’m writing it as a separate application. After I figure out how exactly I want it to work I’ll plug it into the rest of the project. I just wish I wasn’t so tired in the afternoon so I could focus a little better and do some more work.

CAD on Linux
This is something that, because of my job, interest and education, I really care about. That topic appears here and there (and even here – btw, some really stupid comments here) from time to time and then disappears without any constructive result. In my opinion this whole thing boils down to two separate issues. No proprietary CAx (CAD/CAM/CAE) system running on Linux (Solaris, BSD, whatever) being one of them and no free and open source CAx that could replace (not even remotely) proprietary applications on the other side. Big dry desert and no hope for rescue. On top of that there is one more battle to lose. DWG seems to be the standard format for CAD data. Everyone who wants to exist in CAD has to work with DWG. Now, rumor has it that Autodesk has DWGx file format in works. Basically CAD equivalent of Office Open XML. The problem is that there is no ODF in CAD, so if Autodesk decides to standardise it they will have a much easier job then MS with OOXML. OK, enough about that for today. I think that I have a long post about it coming pretty soon…

Update: 
Seems like Amazon has done something to restrict mp3 downloads to US only. I get a “geographic problem” message when I try to download anything.

Get Adobe Flash playerPlugin by wpburn.com wordpress themes