');
} else {
var query = elem.find('.keywords').html();
$.ajax({
context: elem,
url: 'https://wn.com/api/upge/cheetah-search-adv/video',
cache: true,
data: {
'query': query
},
dataType: 'jsonp',
success: function(text) {
if (text.length > 0) {
video_id = text[0].id;
elem.find('.player').html('
');
}
}
});
}
}
var stopAllYouTubeVideos = function() {
var iframes = document.querySelectorAll('iframe');
Array.prototype.forEach.call(iframes, function(iframe) {
iframe.contentWindow.postMessage(JSON.stringify({ event: 'command', func: 'pauseVideo' }), '*');
});
}
jQuery(function() {
jQuery(".playVideo").live("click", function() {
if(!$(this).hasClass("played")){
stopAllYouTubeVideos();
var elem = $(this);
setTimeout(function(){
mouseOverMe(elem);
}, 1000);
}
});
jQuery(".description_box .expandContent").live("click", function() {
elem = $(this).parent().parent().parent().find('.descContent');
if(elem.height() > 51) {
elem.css('height', '44px');
$(this).html('Show More
');
}else{
elem.css('height', 'auto');
$(this).html('Hide
');
}
});
jQuery('.interview-play-off').click(function() {
$(".interview-play-off").hide();
$(".interview-play").show();
$(".videoplayer-control-pause").click();
});
jQuery(".video-desc .show_author_videos").live("click", function() {
query = $(this).attr('title');
container = $(this).parent().parent().parent().find('.video-author-thumbs');
$(this).parent().parent().parent().find('.video-author-thumbs').css('height', '220px');
jQuery.ajax({
url: '/api/upge/cheetah-photo-search/videoresults',
data: {'query': query},
success: function(text) {
if(!text) { text = i18n("No results"); }
container.html(jQuery(text));
}
});
});
});
// -->
Latest News for: khalili
Edit
Wired
23 Mar 2026
As data center developers queue up to connect to power grids across Europe, network operators are experimenting with novel ways of clearing room for them ... .
Edit
Wired
17 Mar 2026
In 2019, two Canadian brothers blew into Detroit with an irresistible pitch. For $50, almost anyone could become a property owner. When houses decayed and the city intervened, the blame games began ... .
Edit
Wired
11 Mar 2026
After leaving Meta last year, the former deputy prime minister of the UK is charting a new path in the AI industry that has nothing to do with AGI ... .
Edit
Wired
02 Mar 2026
As AI labs gorge themselves on compute, data center operators are flooding north in search of cheap and plentiful energy ... .
Edit
Wired
26 Feb 2026
The San Francisco-based AI lab is growing its research team in London. The move puts it in direct competition with Google DeepMind for top research talent in the UK ... .
Edit
Wired
17 Feb 2026
The residents of Potters Bar are working to protect the “green belt” of farms, forests, and meadows that surround London from the endless demand for AI infrastructure ... .
Edit
Wired
11 Feb 2026
OpenAI, Anthropic, Google, and a host of other major tech companies have found common ground in F/ai, a new startup accelerator based out of Paris ... .
Edit
Wired
04 Feb 2026
“Too many GPUs makes you lazy,” says the French startup's vice president of science operations, as the company carves out a different path than the major US AI companies ... .
Edit
Wired
29 Jan 2026
As the world’s largest companies pour hundreds of billions of dollars into large language models, San Francisco-based Logical Intelligence is trying something different in pursuit of AI that can mimic the human brain ... .
Edit
Wired
28 Jan 2026
Across Europe’s largest cities, people are gathering for semi-silent, offline hangouts, in search of an experience that isn’t mediated through their smartphones ... .
Edit
Wired
19 Jan 2026
As Europe’s longstanding alliance with the US falters, its push to become a self-sufficient AI superpower has become more urgent ... .
Edit
Wired
27 Dec 2025
In a year that began with a memecoin trading frenzy, stablecoins have emerged as the respectable face of the crypto industry ... .