Apr. 12th, 2019

juan_gandhi: (Default)
Here's the long video: https://www.youtube.com/watch?v=XlrfBiuMzfE&fbclid=IwAR0Sh7ngrrd0ozd3bKqFYyMwdppjz7vmvN90lkjUrBNnsmznQCdoqA9Ayao

In short, for more than 10 years, a large group of scientists, currently 200 of them was working on using submil telescope arrays to produce a global telescope, taking into account Earth rotation and many other factors, focused on that Messier 87 galaxy, and got the image.

The media found one member of the team, designated here as an eye candy, and spread the pictures around the world. As if she did it.

It's a shame. And we bought it. It's a shame. 

ха

Apr. 12th, 2019 08:41 am
juan_gandhi: (Default)
Пока ехал, запрограммировал перечисление подобъектов предпучка! И это без кофе. Приехали в Пало Альто.

  def subobjects: Iterable[SetDiagram] = {
    def asSet(x: Any): set = asSet(d1.obj(x)) // will crash if it's not a good set
    val allPowers: Map[d0.Obj, Set[Set[Any]]] = 
      d0.objects map (o => o -> Sets.powerset(asSet(objectsMapping(o)))) toMap
    def am(a: d0.Arrow): SetFunction = {
      val dom: Set[set] = allPowers(d0.d0(a))
      val codom: Set[set] = allPowers(d0.d1(a))
      def f(s: Set[set]): Set[set] = s map { x => asSet(arrowsMapping(a)(x)) }
      SetFunction("", asSet(dom), asSet(codom), x => f(x.asInstanceOf[Set[set]])) // casting... shame...
    }
    val power =
      SetDiagram.build("?", d0)(x => asSet(allPowers(d0.obj(x))), a => am(d0.arrow(a))) iHope
    
    power.points
  }
}

Profile

juan_gandhi: (Default)
Juan-Carlos Gandhi

August 2025

S M T W T F S
      12
3456789
10 11 12 13141516
171819 20212223
24252627282930
31      

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated Aug. 21st, 2025 05:32 am
Powered by Dreamwidth Studios