Top Tweets for #Codensity
@janozer @streamingmedia shares his #NABSHOW2019 Encoding and QoE Highlights: Here's What Mattered. Get his thoughts on hardware-based #encoding and decoding, including on our #Codensity T400 Video Transcoder delivering #EncodingatScale https://t.co/bHHtwMB9w9
@PttPrgrmmr @HandyHaskell newtype #Codensity f a =
Codensity {
(>>-) :: forall x. (a -> f x) -> f x
}
try writing #Functor, #Applicative, #Monad using (>>-)

Our newly-launched #Codensity T400 Video #Transcoding Solution comes pre-integrated with #FFmpeg to deliver H.264 and H.265 video encoding scalability for live streaming. Learn more in our whitepaper : https://t.co/8gnuQ5gcDt #StreamingWest

Next week we’ll be at #StreamingWest to share more details on the #transcoding requirements for live video streaming and our innovative #Codensity transcoding solution. DM us to schedule a meeting during the show. @StreamingMedia @StrMediaShows

NETINT’s @RayAdensamer will be speaking at Streaming Media West on Nov 13 at 11:30am to address the need for “Encoding at Scale for Live Video Streaming.” https://t.co/B4YTRTiOwd #StreamingWest #Codensity @StreamingMedia @StrMediaShows

absolute classic #HaskellPDF: Notions of Computation as #Monoid-s
https://t.co/K7TvxWNG5E
#Haskell, #Yoneda, #CoYoneda, #Codensity, #DList

We're excited to announce our #Codensity™ T400 Transcoder – an innovative video #encoding solution for video streaming content providers and video distribution service providers to #transcode and deliver live video streams. Learn more https://t.co/aqqZm8JqZh


#Haskell
#DList a = [a] -> [a]
#Yoneda f a = forall x. (a -> x) -> f x
#Codensity f a = forall x. (a -> f x) -> f x
@PttPrgrmmr For everyone else:
Difference lists rewrite
(xs ++ ys) ++ zs
to the faster
xs ++ (ys ++ zs)
Yoneda rewrites
fmap f . fmap g . fmap h
to the faster
fmap (f . g . h)
Codensity rewrites
(mx >> my) >> mz
to the faster
mx >> (my >> mz)
We should be able to derive #Codensity-instances
newtype Mon m a = M
{ unM :: forall xx. (a -> Exp (m xx)) -> Exp (m xx) }
deriving (.., Monad)
via (Codensity (Compose Exp m))
#DerivingVia
noticed that https://t.co/M4NldlfeCh has the same representation as
Codensity (Pipe i i o () m)
and sure enough I can #DeriveVia #Codensity

Most Popular Users

Elon Musk 
@elonmusk
240.2M followers

Barack Obama 
@barackobama
119.3M followers

Donald J. Trump 
@realdonaldtrump
111.6M followers

Cristiano Ronaldo 
@cristiano
109M followers

Narendra Modi 
@narendramodi
107M followers

Rihanna 
@rihanna
97.3M followers

NASA 
@nasa
92.1M followers

Justin Bieber 
@justinbieber
90.6M followers

KATY PERRY 
@katyperry
86.9M followers

Taylor Swift 
@taylorswift13
80.7M followers

Lady Gaga 
@ladygaga
72.2M followers

Kim Kardashian 
@kimkardashian
69.4M followers

YouTube 
@youtube
68.6M followers

Virat Kohli 
@imvkohli
68.6M followers

Bill Gates 
@billgates
63.4M followers

The Ellen Show
@theellenshow
62.5M followers

CNN 
@cnn
61.9M followers

Neymar Jr 
@neymarjr
61.2M followers

X 
@x
60.9M followers

Selena Gomez 
@selenagomez
60M followers




