Slashdot Mirror


User: JD+of+the+DB

JD+of+the+DB's activity in the archive.

Stories
0
Comments
3
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3

  1. Work for Microsoft on Ask Slashdot: Getting Hired As a Self-Taught Old Guy? · · Score: 1

    If you have Microsoft skills, Microsoft does not require degrees for coders in Redmond or for field reps (Windows server, active directory, exchange, sql server, sharepoint, etc) around the world. Management actively fights discrimination including age discrimination. The focus is on how well a person can do the job. http://careers.microsoft.com/

  2. Facial recognition on 3D Face Imaging in 40 Milliseconds · · Score: 1

    Facial recognition tech is far more sophisticated than merely matching photos. I participated in a demonstration several years ago where the system had very low error rates (both Type I and Type II), despite the test subjects changing hair color, skin tones, changing facial hair, stuffing cotton in the cheeks, donning and doffing hats, glasses, etc.

  3. Re:I don't know about open source... on Database Business Problems at Oracle? · · Score: 1

    >T-Sql is a poor replacement for PL/SQL... With SQL Server 2005, not only is T-SQL more robust, you can write stored procedures in C/C++/C#/VB and you can do anything you need. Just need a basic T-SQL function? Code it that way for best performance. Need some processor intensive calculations? Code it in C for maximum performance... best of all worlds.