Archive

Archive for the ‘Microsoft’ Category

Windows 7 and Japan Linux Symposium

October 23, 2009 sacx Leave a comment

Japan Linux Symposium is between October 21 – 23 2009 in Tokyo, Japan. In the same day (21) Microsoft Japan Launched Windows 7 and one of the Microsoft point of sales was across the street from this Linux Symposium. The guys decided to do something fun and get one of their best guests, on this symposium, and take a picture on the Windows 7 stand.

Linux Torvalds and Windows 7

Linux Torvalds and Windows 7

Yeah, the guest was Linus Torvalds :)

All the credits of this pictures goes to Chirs.

Categories: Linux, Microsoft, Windows

Microsoft Vision of the future

October 22, 2009 sacx Leave a comment

Amazing … hilarious

“This future is coming, and it’s only 498 years away. See you there.”

Categories: Funny, Microsoft Tags: ,

Windows 8 plan

October 16, 2009 sacx Leave a comment

Windows 7 has not released yet, but Microsoft already made big plans for Windows 8. It will released in 2012 and one of the most important features will be 128bit architecture support.

Microsoft:

Robert Morgan is working to get IA-128 working backwards with full binary compatibility on the existing IA-64 instructions in the hardware simulation to work for Windows 8 and definitely Windows 9.

The user interface will be totally different, more pleasant, easy to use … and so OSX.

more about "Windows 8 experience", posted with vodpod

Other features of Windows 8 are:

  • Virtualization
  • Cloud Integration
  • Network sharing improvements
  • Core and Performance Improvements
  • Distributed File System Replication (DFSR)
  • BranchCache

via TaranFX

Categories: MacOS, Microsoft, Windows Tags: ,

MSE – a Free antivirus with no performance impact ?

September 30, 2009 sacx 2 comments

Microsoft launched Microsoft Security Essentials (code name MORRO) which is a free real-time antivirus. It seems MSE is just another antivirus against viruses, spam, spyware, and other malicious software without any other feature. On Vincent Bellet MSDN blog I found a very interesting information:

Now, we offer a free, reliable with no performance impact product for your PC!

I’m very interested how good is an antivirus with no performance impact on a computer … I think you cannot cut from performance impact without removing from antivirus features …

Anyway, Vincent Bellet, is also talking about Avast:

… even if Avast is quite good, not free antivirus often a huge program with performance impact….

I really want to see a comparison between MSE and Avast Home edition.

You will find more about MSE here: http://www.microsoft.com/security_essentials/

Windows 7 Available For Download

August 9, 2009 sacx Leave a comment

Windows 7 is available for download to MSDN and Tech net subscribers, but for general cusomers will be available only in 22 October. The new version of windows is coming with a lot of new features like:

Improved taskbar previews
Bigger icons :)
Pinning
Speedy access to your favorite pictures, songs, websites, and documents.

or better read here all the improvements: http://windows.microsoft.com/en-US/windows7/products/features

Also it seem the Beta 1 of .NET is doesn’t survive to an update so is better to have Beta 2.

And the latest news:

It seems the chkdsk utility from the latest version of windows 7 is leaking memory.

When scanning a second hard disk (a non-boot partition or second physical drive) using the “/r” (read and verify all file data) parameter the utility starts to leak memory like its a monsoon and quickly runs up a high enough memory debt that it blue screens and crashes the system, according to some (others merely report a memory usage of around 98 percent within seconds, but without the legendary “blue screen of death”).

Anyway as usual Microsoft say is not their fault and is probably a chipset problem. :)

http://www.dailytech.com/Nasty+Memory+Leak+Found+in+Windows+7+RTM+Build/article15901.htm

Categories: Microsoft, Windows Tags: , ,

The stuning MS Office 2010 Commercial

July 14, 2009 sacx Leave a comment

If MS Office is good as this commercial …

Anyway this commercial is very expensive and is not so funny as some people say.

The most funny was the following dialog:

- Where is the font ?
- It’s somewhere between Arial … and Windings.

Categories: Funny, Microsoft, Windows Tags: , ,

Microsoft programmers start banning memcpy on their products

May 30, 2009 sacx 1 comment

Memcpy is the fastest way to copy one chunk of memory to another. But right now Microsoft is banning memcpy function from their products. memcpy over the years was responsable for a lot of security problems in Microsoft products, but the main problem of this function was the programmer. The approach of this function was to provide us a very fast way to copy a chunk of memory to another and it succeed over the years, but passing bad variables to it is the programmer fault not the function itself.

I was just curious how many times memcpy appears in linux kernel source (2.6.29.4) code and I just run following command to find out

find . -name *.[hcS] -not -regex ‘\./\.git.*’ | xargs cat | grep memcpy | wc -l

And the result was
12092

A lot of possible bugs … then why Linus doesn’t ban this function from the Linux kernel?

Beside that Microsoft also ban : RtlCopyMemory, CopyMemory.

From msdn site: http://blogs.msdn.com/sdl/archive/2009/05/14/please-join-me-in-welcoming-memcpy-to-the-sdl-rogues-gallery.aspx

Now developers who want to be SDL compliant will should replace memcpy() functions with memcpy_s, that takes an additional parameter defining the size of the destination buffer. But my Question is: what if happens if all parametres are wrong ? You can only check the consistency of 2 arguments … and memcpy_s it seems is 3 times slower.

In the article from msdn site posted by sdl we have some hints how to write our code SDL compliant.
Add

#pragma deprecated (memcpy, RtlCopyMemory, CopyMemory)

in your header files and at compile time you should see something like

warning C4995: ‘memcpy’: name was marked as #pragma deprecated

Also you can ban this on GCC compilers in this way:

#pragma GCC poison memcpy RtlCopyMemory CopyMemory

Happy Coding !

MacOS X, Windows 7 and Linux next features

May 4, 2009 sacx Leave a comment

MacOS X, Windows 7 and Linux next features

Nice comic!

Microsoft Assistant in vi

March 16, 2009 sacx Leave a comment

MS Assistant in vi
very very scary …

All the credits go to: http://sc.tri-bit.com/Vi_Assistant

Categories: Funny, Linux, Microsoft

Microsoft trying a deal with Red Hat Linux

June 18, 2007 sacx 4 comments

After the success with Linspire, Xandros and Novell , Microsoft is trying to do a deal with Red Hat Linux:

“We’d love to do the same deal with Red Hat,” said Tom Robertson, general manager of corporate interoperability and standards at Microsoft. “We’re always open to talking with them”

But too bad the sentiment was not the same for RedHat Linux:

“We continue to believe that open source and the innovation it represents should not be subject to an unsubstantiated tax that lacks transparency,”

Read more…

Categories: Linux, Microsoft