
Chronicle of a diving bomber
Technically, Tu 16 (Badger) is not a diving bomber. But it dives.
Monday, April 30, 2007
Friday, March 30, 2007
Again - Anesthesia Puzzle with analytics
select ss.proc_id, nvl (cnt, 0) + 1 new_count
from p3_src ss
left outer join (
select proc_id, count (*) cnt
from (
select a1.*, a2.proc_id other_proc_id,
a2.t_start other_t_start, a2.t_end other_t_end,
(least(a1.t_end, a2.t_end) - greatest(a1.t_start, a2.t_start)) dd,
(least(min (a2.t_end) over (partition by a1.proc_id order by a2.t_start), a2.t_end)
- greatest(max (a2.t_start) over (partition by a1.proc_id order by a2.t_start),a2.t_start)) dl
from p3_src a1, p3_src a2
where (a1.name = a2.name)
and (a1.proc_id != a2.proc_id)) aa
where aa.dd > 0 and aa.dl > 0
group by aa.proc_id) bb
on ss.proc_id = bb.proc_id
order by proc_id
from p3_src ss
left outer join (
select proc_id, count (*) cnt
from (
select a1.*, a2.proc_id other_proc_id,
a2.t_start other_t_start, a2.t_end other_t_end,
(least(a1.t_end, a2.t_end) - greatest(a1.t_start, a2.t_start)) dd,
(least(min (a2.t_end) over (partition by a1.proc_id order by a2.t_start), a2.t_end)
- greatest(max (a2.t_start) over (partition by a1.proc_id order by a2.t_start),a2.t_start)) dl
from p3_src a1, p3_src a2
where (a1.name = a2.name)
and (a1.proc_id != a2.proc_id)) aa
where aa.dd > 0 and aa.dl > 0
group by aa.proc_id) bb
on ss.proc_id = bb.proc_id
order by proc_id
Tuesday, November 14, 2006
Monday, November 13, 2006
mozhaika bumper sticker
Friday, November 03, 2006
Borat made Kazakhstan famous.
I am getting questions at work- is it really that bad in Kazakhstan?
I never been there - lucky me, avoided the honorable service in Leninsk - the southern space port of USSR.
My aunt had resided in the former capital Alma-Ata - until it became obvious that Russians should leave.
This is what I found in the Russian Internet:
More celebrations in Aktobe - a typical indusrial city in Kazakhstan
I never been there - lucky me, avoided the honorable service in Leninsk - the southern space port of USSR.
My aunt had resided in the former capital Alma-Ata - until it became obvious that Russians should leave.
This is what I found in the Russian Internet:
http://pto.sinor.ru/800x600/big18.jpg
http://pto.sinor.ru/800x600/big20.jpg
http://pto.sinor.ru/800x600/big21.jpg
This is pretty honest:
http://flickr.com/photos/heyalisa/sets/72157594246285002/?page=2
Here is the famous drink made out of horse … milk
http://flickr.com/photos/heyalisa/282008108/in/set-72157594246285002/
Celebrating the Muslim / Kazakh new year in a Kazakh high school:
http://andrei-medved.livejournal.com/22913.html
and their new capital:
http://strannik-kz.livejournal.com/35844.html
More celebrations in Aktobe - a typical indusrial city in Kazakhstan
Tuesday, October 31, 2006
Rolls Royce and TRD RD-3M
Although prototypes of TU-16 used Rolls Royce engines, the production version of the bomber was equipped with authenic TRD RD-3M. How authenic was it?
Monday, October 30, 2006
Severomorsk
Inner life of a Russian navy base online.
Unique photos.
Like this one: explosions at the Northern Fleet armory in 1982.
I wonder what US intelligence analysts were thinking that day.

Google Map carries hires images of this area. I could see the house where I grew up, monuments and, probably, the Fleet Commander's plane on the airfield.
I wonder what Russian intelligence analysts are thinking now.
Unique photos.
Like this one: explosions at the Northern Fleet armory in 1982.
I wonder what US intelligence analysts were thinking that day.

Google Map carries hires images of this area. I could see the house where I grew up, monuments and, probably, the Fleet Commander's plane on the airfield.
I wonder what Russian intelligence analysts are thinking now.
Subscribe to:
Posts (Atom)








