Archive

Archive for the ‘General’ Category

Flickr: Found in space

February 20th, 2009 No comments

Ok and now for something completly different, i found this today at flickr code blog:

A robot intelligence has invaded Flickr. The “blind astrometry server” is a program which monitors the Astrometry group on Flickr, looking for new photos of the night sky. It then analyzes each photo, and from the unique star positions shown it figures out what part of the sky was photographed and what interesting planets, galaxies or nebulae are contained within. Not only does the photographer get a high-quality description of what’s in their photo, but the main Astrometry.net project gets a new image to add to its storehouse of knowledge. Needless to say this is one of the coolest uses of Flickr groups and the API that we’ve ever seen. I recently discussed the project with team member Christopher Stumm, since he was the one who had the idea to hook it into Flickr.

Your scale and rotation invariant hashing algorithm is fiendishly clever. Where does it come from?

It’s an adaptation of an old idea in computer vision — “geometric hashing” — to astronomical images. It was originally created by researchers who were trying to model associative memory; “that shape reminds me of something I’ve seen before”. The idea works great for astronomical pictures, because stars are easy to locate exactly. By adding a fast search method for similar-shaped arrangements of stars, and a check that eliminates coincidental matches, we’re able to match an image against the whole sky, usually in a matter of seconds.

Some people are so smart, i’m realy jealous :) But still time to take out the camera and start shooting the night sky !

Categories: Coding, General Tags: , ,

Change RSS setting on SharePoint Blog site

February 10th, 2009 No comments

We use a closed SharePoint blog for a client with NT security and use the RSS to display the posts on a remote .NET portal.  The RSS by default shows items only for a week and uses only 25 items, these setting  couldnt  be changed so we thought.

but after some extensive SharePoint clicking I finally found the settings page. It wasn’t at the RSS part of the site settings page of the site, it was at the site settings of the List of blog posts.  So go to your list, list settings. under Communications you’ll find  RSS settings.  Here you can edit the “Maximum items to include”, “Maximum days to include”  and which Columns to include.

Categories: Coding, General Tags:

This blog has moved

February 6th, 2009 No comments

This blog has moved to our new blog engine at: http://business-inteligence.kdejonge.net/.

Those of you who are subscribed to my RSS wont have to do a thing, thats automaticly updated.

Categories: General Tags:

Adding "Runas" back into Vista and Windows 2008

February 4th, 2009 No comments

When testing security in SharePoint/Reporting Services you want to run IE as another user, I run my laptop and VM’s on Windos Server 2008, the runas feature has disappeared from this release. But SysInternals has a tool who puts the “Run as different user…” option back into the context menu for applications

You can download the tool from HERE, (which comes as a ZIP file containing the EXE and a licensing agreement), and run the exe from an “administrator” command window like this…
Categories: General Tags:

Top 10 SQL Server 2008 Features for the Database Administrator (DBA)

February 2nd, 2009 No comments
SQLCat has a great post for you DBA’s out there. The top 10 SQL Server 2008 features which help the DBA do their day to day task.
 
Read them all here:
Categories: General Tags: