Sign in
Antimail
Adi Oltean's Weblog - Flashbacks on technology, programming, and other interesting things
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
.NET
Bing
Classification
Click or miss
FCI
FSRM
gaming
Pages
Programming
Puzzles
Questions
Science
Script recipes
Storage
Vista
VSS
Web Search
Windows Server
Windows XP
XBox
XBox, gaming
Archive
Archives
September 2009
(1)
June 2009
(2)
May 2009
(7)
February 2008
(1)
January 2008
(1)
December 2007
(2)
November 2007
(4)
October 2007
(4)
September 2007
(1)
May 2007
(1)
March 2007
(2)
February 2007
(2)
January 2007
(3)
December 2006
(2)
November 2006
(3)
October 2006
(3)
September 2006
(6)
August 2006
(12)
July 2006
(2)
June 2006
(4)
May 2006
(3)
April 2006
(5)
March 2006
(6)
February 2006
(3)
January 2006
(23)
December 2005
(17)
November 2005
(14)
October 2005
(9)
September 2005
(27)
August 2005
(22)
July 2005
(19)
June 2005
(36)
May 2005
(29)
April 2005
(21)
March 2005
(15)
February 2005
(17)
January 2005
(19)
December 2004
(23)
November 2004
(14)
August 2004
(1)
July 2004
(3)
June 2004
(5)
May 2004
(2)
April 2004
(2)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Antimail
Windows Server 2003 R2 Beta is now available for download/preview
Posted
over 8 years ago
by
Adi Oltean
6
Comments
First - what is R2? Think of it as an "storage enhancement pack" for Windows Server 2003 SP1. It comes as an additional CD with a set of optional Windows components, mostly for storage management (DFS/FRS, Storage and SAN management, a better NFS implementation...
Antimail
Puzzle: solve this problem in your head
Posted
over 8 years ago
by
Adi Oltean
24
Comments
This problem initially had two parts but now has three. OK, let's start with this: let's assume that we have two, trains, 100 miles apart, each going with 20 mph to the other. A fly travels between them at 50 mph, zig-zagging just before getting smashed...
Antimail
Windows - what are the memory limits?
Posted
over 8 years ago
by
Adi Oltean
2
Comments
I keep forgetting this all the time, so I cut & paste the necessary data in my blog so I will not where to look for it next time :-) Note that the memory limits have changed between Windows Server 2003 RTM and SP1, especially for 64-bit support...
Antimail
Article: Volume Shadow Looms Large
Posted
over 8 years ago
by
Adi Oltean
2
Comments
I just found out this new article about VSS in the Microsoft Certified Professional Magazine, containing several interesting comments about VSS usage. Ron Rynbrandt, (who works for the Dr Pepper 7UP Bottling Group) had the following observation: ...
Antimail
How to query the list of disks/partitions for a certain volume (and viceversa)
Posted
over 8 years ago
by
Adi Oltean
2
Comments
A good comment in one of my previous posts : >>> Any idea how to get a Volume Name ( \\?\Vol{GUID }) or drive letter for a given disk XX + partition XX? i.e. If I have a partition table for DiskDrive0 I need to find out what volume/drive letter...
Antimail
How does a four-dimensional world look like?
Posted
over 8 years ago
by
Adi Oltean
8
Comments
Eric Lippert is running an eye-catcher series on High Dimensional spaces (see here part one and two ). Which got me thinking. The classical laws of Optics work can be easily generqalized to N spatial dimensions. You could easily imagine things like refraction...
Antimail
Read this if you plan to install Windows Server 2003 R2 Beta Eval (the web download version)
Posted
over 8 years ago
by
Adi Oltean
2
Comments
I posted earlier an article about the newly released R2 Beta release which is available for download on the web for evaluation and preview. But here is a rule which apparently is not described properly in the download page: if you downloaded the Evaluation...
Antimail
How to fix the bogus daylight behavior of DateTime.FromFileTime()
Posted
over 8 years ago
by
Adi Oltean
3
Comments
There is an important difference in the way the DateTime.FromFileTime (...) method adjusts for daylight changes versys the rest of the Win32 world. This thing can be truly confusing if you are not aware about the problem. The cause is pretty subtle, and...
Antimail
A funny-looking trace, and a real problem
Posted
over 8 years ago
by
Adi Oltean
2
Comments
Matt Pietrek wins my unofficial prize for the funniest call stack of the year. However, there is an insidious issue under the cover......
Antimail
My stupid score?
Posted
over 8 years ago
by
Adi Oltean
6
Comments
Argh, I still don't feel comfortable with this result...
Antimail
Never use catch(…)
Posted
over 8 years ago
by
Adi Oltean
0
Comments
Yun Jin had an interesting note on the catch(…) operator. There is an additional thing that I would like to mention. On earlier versions of the Microsoft C++ compiler, this language construct was used as a general garbage sink of all exceptions, including...
Antimail
A weird-looking concept: End-user development?
Posted
over 8 years ago
by
Adi Oltean
5
Comments
Normally, you would think that developers and end users do not mix. And, given the current state of software development, I would agree. But , on the other side I always thought that we need more tools that allow simple end-users to do more or less...
Antimail
Script recipe: How to enumerate dependencies for all resources in a cluster
Posted
over 8 years ago
by
Adi Oltean
0
Comments
A few days ago I wanted to gather more data from a cluster on a customer site. I hoped that the uber-management tool for MSCS called CLUSTER.EXE can be used to enumerate the dependencies for all resources in the system, since it can enumerate the dependencies...
Antimail
Firefox downloads bumped up by its security patches?
Posted
over 8 years ago
by
Adi Oltean
5
Comments
An interesting quote from ZDNet concerning its 50 million downloads mark: Firefox late last month marked 50 million downloads of its browser since the Version 1.0 release in November. Downloads do not equal users, because a single user often downloads...
Antimail
My blogging policy
Posted
over 8 years ago
by
Adi Oltean
1
Comments
Since this is my personal blog, I am the absolute dictator here :-) Therefore, I reserve absolute rights to add/edit/remove stuff at any time both in posts or my own comments with or without any prior warning. In most cases, this willl be usually related...
Antimail
New article: Localization practices for .NET 2.0
Posted
over 8 years ago
by
Adi Oltean
0
Comments
Michelle Leroux Bustamante posted an article on The Server Side about localization practices for .NET 2.0: http://www.theserverside.net/articles/showarticle.tss?id=LocalizationPractices The funny thing is - localization for a front-end system like...
Antimail
Innovative database technology coming from... High Energy physics
Posted
over 8 years ago
by
Adi Oltean
2
Comments
How would you design a database if you have to store gigabytes of new data every second ? A particle accellerator generates a huge amount of data, that needs to be stored in real-time on very large storage systems. Usually, the offline analysis phase...
Antimail
Humor: Tom Lehrer in The elements
Posted
over 8 years ago
by
Adi Oltean
0
Comments
It's a classic... http://www.privatehand.com/flash/elements.html You might already know it, especially if you love (or hate) chemistry. If not, enjoy!
Antimail
Is corporate blogging still risky?
Posted
over 8 years ago
by
Adi Oltean
2
Comments
In my personal opinion, probably yes. But right now, I personally think that the risk is pretty moderate. Here are the main reasons: 1) A source of danger in the past was a phenomenon that I will call "rumor rush". The atmosphere around most companies...
Antimail
Virtual Earth - on Channel 9!
Posted
over 8 years ago
by
Adi Oltean
2
Comments
I like Google Maps, and I like Virtual Earth even more :-) Steve Lombardi, Cody Ebberson and others are talking about Virtual Earth on Channel 9: http://channel9.msdn.com/ShowPost.aspx?PostID=71140
Antimail
New Identity specifications from Sun and Microsoft
Posted
over 8 years ago
by
Adi Oltean
1
Comments
Fortunately, Liberty Alliance and WS-* efforts and are starting to merge... Here are the links: - Web Single Sign-On Interoperability Profile defines an interoperability profile of the Web Single Sign-On Metadata Exchange Protocol that allows using...
Antimail
Pure rumors: Is Sun working on a language independent JVM?
Posted
over 8 years ago
by
Adi Oltean
5
Comments
The following snippet in CNet News caught my eye: And there's potential that Sun also could be more accommodating of C#, Microsoft's .Net analog to the Java language. Sun Chief Technology Officer Greg Papadopoulos said Sun is examining modified...
Antimail
Do you think that RSA is safe in the next 30 years? Think again.
Posted
over 8 years ago
by
Adi Oltean
0
Comments
There is an inherent assumption that cryptography works, and it will be 100% safe at least for near term. The longer the RSA key, for example, the safer is the algorithm. The assumption goes beyond that - the time complexity of the code-breaking algorithm...
Antimail
Genetics from a software perspective. With a security touch.
Posted
over 8 years ago
by
Adi Oltean
1
Comments
One intriguing observation about the genetic code is that, in the end, it's pure software. In a conceptual sense, the genetic material is just abstract information: sequences of numbers (similar with the machine code). And, while the "software" would...
Antimail
IBM employees allowed now to blog
Posted
over 8 years ago
by
Adi Oltean
3
Comments
No wonder that everyone is catching the blog virus these days... http://www.siliconvalleywatcher.com/mt/archives/2005/05/scoop_can_blogg.php
Page 1 of 2 (29 items)
1
2