Jun 30

http://www.freepatentsonline.com/7413550.html

This patent from Kimberly-Clark Worldwide teaches using silica or alumina nanoparticles in a high sensitivity bad breadth testing device. Claim 1 reads:

1. A breath testing device comprising nanoparticles and a visual indicating agent disposed on a substrate, wherein the visual indicating agent is color sensitive to at least one odorous compound present in the breath of a user, wherein the visual indicating agent is 4,4′-bis(dimethylamino)-benzhydrol.

Tags: alumina, benzhydrol, detector, dimethylamino, silica
Jun 29

Hi folks. I would like to share with you the following simple script to show us jobs duration report in SQL Server 2005. I manipulated with INTERGER values stored by SQL Server to convert them into DATETIME/CHAR(8) datatypes to represent the data.
Thanks to SQL Server MVP Peter Ward provided me with StartTime calculation.

WITH job_duration_view
AS
(
SELECT name,
StartTime = CONVERT(DATETIME, RTRIM(last_run_date)) +
(last_run_time * 9 + last_run_time % 10000 * 6 + last_run_time % 100 * 10 + 25 * last_run_duration) / 216e4 ,
CONVERT(CHAR(8),DATEADD(ss,last_run_duration,CAST(last_run_date AS CHAR(8))),114)
AS duration
FROM msdb.dbo.sysjobservers js
JOIN msdb.dbo.sysjobs j ON j.job_id = js.job_id
WHERE last_run_date >0 AND last_run_time >0
) SELECT name AS job_name,StartTime,
StartTime -’19000101′+Duration AS EndDate ,Duration
FROM job_duration_view

Tags: datatype, datetime, MSDB, Server, servers, SQL, sql server 2005
Jun 28

http://www.freepatentsonline.com/7410697.html

This patent from SAIC is fairly basic to the incorporation of nanoparticles in polymers (priority: Nov. 1, 2001) and teaches methods of fabrication in which the agglomeration of the nanoparticles is avoided. Claim 1 reads:

1. A composition of matter comprising a polymer fiber with a plurality of controllably spaced nanoparticles integrated into the polymer fiber; wherein the nanoparticles are derivatized to function as a monomer in the polymer fiber.

Tags: monomers, nanoparticles, polymer fiber, polymers
Jun 28

Very interesting to hear today that Gordon Brown is to conduct a ‘Question Time style’ discussion forum with members of the general public via YouTube. Of course this isn’t the first time that there have been high profile users of the service, with both the Queen and The Archbishop of Canterbury using it to broadcast their Christmas messages for the first time last December. Number 10 have also had their own YouTube channel for some time now (alongside a rather interesting and eclectic mix of other stations!)

What strikes me as different about today’s announcement, however, is the fact that on this occasion the Government will be using YouTube to conduct a two-way dialogue: with members of the public posting their questions to the PM and (as I understand it) he then answering in kind via the same media. This is a potentially significant difference with resulting implications for its subsequent management. Previously YouTube was just one of many channels of distribution being used (with the apparent safety net that it didn’t matter if the Queen’s speech was being distributed by YouTube as the traditional ‘master copy’ would undoubtedly continue to reside and be managed internally). With this announcement, however, the ‘record’ is surely the combination of both questions asked and answers given with any separation between the two rendering the final record of little informational or evidential value. And it seems to me that only YouTube alone will be in a position to ensure the integrity and longevity of this evidence.

I suppose in this instance it could be argued that hosting such a debate via YouTube is fundamentally little different from the Prime Minster appearing on a televised discussion programme such as Question Time, where the final record belongs to the television production company or broadcaster and is therefore their responsibility to manage, rather than the government’s. Where this comforting analogy might breakdown in the future is if more and more public bodies start to use established Web2.0 services such as YouTube to collect evidence or conduct public enquiries in ways which rely on an accurate record of the dialogue being preserved as part of the formal decision making process. That may still be some way off at the moment, but announcements such as that made today suggest that it is a question of ‘when’, not ‘if’ that day arrives.

Tags: integrity, youtube
Jun 26

Community Information and Communication Support Centre (CAICC) a joint initiative of national organizations working in the field of community ICTs is still finding it difficult to access information beyond Brazil for its network online because most of the content online was not in Portuguese.

Polly Gaster Eduardo Mondlane University Information Communication Technology for development (ICT4D) Director asked if there were other sources apart from Brazil where they could access relevant content for their network as most online databases where in English and French.

Gaster explained that they get a lot of resources information from Brazilian websites which have been of great help in terms of information provision for their networks.
She explained that equitable access to education and communication and the means to produce and disseminate information were key factors in social-economic development and civic participation. Local activities were reinforced through building horizontal and multi-directional networks- national, regional and international.

Over 50 of Mozambiques’s 128 districts already enjoy the benefits of community radios, community multimedia centres or telecentres and that the number was growing every year. She said they were providing local access to information and communication tools, the opportunity for citizens to acquire new skills, and services for local institutions and civil society.

This factors was discussed during the workshop that was held on Sustainable Rural Telecentres for Africa held in Lusaka last week.

Tags: database, Databases, Development, information, iss, network, rms, Technology, web, XP