XHMM-FM

XHMM-FM is a radio station in Mexico City. Broadcasting on 100.1 MHz, XHMM-FM is owned by NRM Comunicaciones and is known as "Stereo Cien".

XHMM-FM
CityMexico City
Frequency100.1 MHz
BrandingStereo Cien
SloganTocamos tus sentidos (We touch your senses)
Programming
FormatAdult contemporary music in English; news
Ownership
OwnerNRM Comunicaciones
(Radio XHMM-FM, S.A. de C.V.[1])
Sister stationsXHSON-FM, XEOYE-FM, XEPH-AM, XEBS-AM, XEOY-AM
History
First air date1977
Technical information
ClassC
ERP100 kW
HAAT494.05 m
Links
WebcastXHMM-FM
WebsiteStereo Cien
NRM Website

History

XHMM signed on in the early 1970s as "Radio Maranatha" after receiving its concession on June 8, 1965. In 1977, the station was acquired by SOMER (Sociedad Mexicana de la Radio), which in July 17 of that year relaunched it as "Stereo Cien" airing contemporary music in English as well as talk programs. Since its inception, the station's logo has featured the image of a dolphin, and a dolphin cry is used as an on-air ID. In 1995, the station was merged into NRM Comunicaciones.

XHMM carries adult contemporary music from the 1980s to the present and the "Enfoque" newscast, also aired on XEOY-AM. On Friday and Saturday nights, a four-hour block of disco is presented under the name "Back to Disco".

gollark: Oh, and it's not a special case as much as just annoying, but it's a compile error to not use a variable or import. Which I would find reasonable as a linter rule, but it makes quickly editing and testing bits of code more annoying.
gollark: As well as having special casing for stuff, it often is just pointlessly hostile to abstracting anything:- lol no generics- you literally cannot define a well-typed `min`/`max` function (like Lua has). Unless you do something weird like... implement an interface for that on all the builtin number types, and I don't know if it would let you do that.- no map/filter/reduce stuff- `if err != nil { return err }`- the recommended way to map over an array in parallel, if I remember right, is to run a goroutine for every element which does whatever task you want then adds the result to a shared "output" array, and use a WaitGroup thingy to wait for all the goroutines. This is a lot of boilerplate.
gollark: It also does have the whole "anything which implements the right functions implements an interface" thing, which seems very horrible to me as a random change somewhere could cause compile errors with no good explanation.
gollark: - `make`/`new` are basically magic- `range` is magic too - what it does depends on the number of return values you use, or something. Also, IIRC user-defined types can't implement it- Generics are available for all of, what, three builtin types? Maps, slices and channels, if I remember right.- `select` also only works with the built-in channels- Constants: they can only be something like four types, and what even is `iota` doing- The multiple return values can't be used as tuples or anything. You can, as far as I'm aware, only return two (or, well, more than one) things at once, or bind two returns to two variables, nothing else.- no operator overloading- it *kind of* has exceptions (panic/recover), presumably because they realized not having any would be very annoying, but they're not very usable- whether reading from a channel is blocking also depends how many return values you use because of course
gollark: What, you mean no it doesn't have weird special cases everywhere?

References

  1. Instituto Federal de Telecomunicaciones. Infraestructura de Estaciones de Radio FM. Last modified 2018-05-16. Retrieved 2015-06-17. Technical information from the IFT Coverage Viewer.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.