August 20th, 2007 — 02:51 pm
It has been more than a month since I got back from Berlin, so I need to backup my memory of hot spots in there:
Wifi is actually pretty expansive in Berlin - there are many hot spots, but to surf you need to either pay directly to an ISP, or use your own account (assuming you have one).
Here are the few locations I found:
Comment » | Uncategorized
July 11th, 2007 — 01:52 pm
Larry Osterman wrote a very useful post on service debugging.
Comment » | Uncategorized
July 1st, 2007 — 07:29 am
I read Scott Hanselman’s post on communication, and was reminded of all the times when I had to kick myself and use phone over IM - I just couldn’t stand how slow the conversation was going.
In terms of effectiveness, IM is good to have when you are having a non-committed conversation, meaning you are doing several things while chatting.
When you need to dedicate your full attention to the conversation, use phone - it’s faster.
Not only most people are able to speak faster than they can type, IM forces you to talk serially - while talking is parallel by it’s nature.
1 comment » | Uncategorized
May 17th, 2007 — 01:51 pm
Kim Hamilton from the BCL team writes about .NET compression support:
The big format you’re probably thinking about is zip. Currently the .NET libraries don’t support zip but the J# class libraries do. The following article describes using these libraries with a C# app.
Kim should really check out the stuff out there before sending C# developers to Java land.
There is a zip support in dot net, with a library called “SharpZipLib“.
It’s free, and easy to master.
Comment » | Uncategorized
April 29th, 2007 — 03:28 am
I read about a new site called YoName, which is a search engine for people, meaning it only searches social networking sites, such as LinkedIn.
As any curious person, I tried searching myself there, by my name and by my mail address.
I was shocked to find this mail from the site: “YO. Someone is searching for you on yoName.com”
The content of the message notified me I was searched, advertised the site, and had this text:
“This is a one-time email sent to you from yoName.com. Someone searched for your email address using yoName and while yoName is a free service, it’s also anonymous. To unsubscribe from future emails from yoName, click here.“
Unsubscribe? but I never subscribed, I just entered a search!
Receiving unsolicited advertisement (spam) from the site just because someone else searched your mail address is bad enough.
But now I know my mail is in their database:
I tried entering the search again, and got no further mails, meaning they checked the search result against a database of previous searches.
Seems to me this site is just waiting for a spammer to crack it and retrieve all the mails.
3 comments » | Uncategorized
March 18th, 2007 — 03:28 pm
Although the Crystal reports components we get for free with the Visual studio are OK for some uses, some time ago I reviewed a number of reporting components for .Net framework with more advanced capabilities.
I came up with these requirements:
- Support for framework 2.0
- Written in native .Net language
- Source code included (may be with “professional” version)
- Ability to work with databases, especially SQL server
- Ability to work with data objects (IList)
- Run time customization (change the look/content of the report during run time)
- Execute non-report code during execution of the code (for example: display a message box)
- Report wizard for the end-user (should be royalty-free)
I was left with DevExpress’s XtraReports and Uniswift’s SwiftReports, both answering to all requirements, and both with an affordable price tag.
While the report wizard is a powerful tool, but not always required, I was amazed to discover some component makers still think that including the source code with their product is optional.
Comment » | Uncategorized
March 15th, 2007 — 11:44 am
Every now and than I go over the list of recent tips/tricks published in Lifehacker to find interesting ideas, and I found a nice Google search phrase, used to look for ftp index sites containing mp3 files:
-inurl:(htmhtmlphp) intitle:”index of” +”last modified” +”parent directory” +description +size +(wmamp3) “Nirvana”
Just substitute the term “Nirvana” for any band or singer you might be looking for.
There is also a web site doing the same thing, if you want to avoid the long search string.
Comment » | Uncategorized