Northeast Boating Magazine

Northeast Boating Magazine was a regional magazine focused on boating and leisure in New England and the US East Coast. It was a sister publication to Chesapeake Bay Magazine and covered parallel topics, such as boat reviews, information on marinas, marine services, and coastal destinations.[1]

Background

The magazine was based in Quincy, Massachusetts. It was renamed Northeast Boating Magazine in 2007, having been founded as Offshore Magazine. The name change was aimed at dialing in on the magazine's key demographic, i.e., northeast boaters.[2]

Awards

At the 2008 Boating Writers International Excellence in Boating Journalism contest, Northeast Boating took home 8 awards.[3]

Other

The December 2009 issue of Northeast Boating Magazine was its last, having succumbed to pressure from a tough economy and shrinking boating market.

gollark: Also, USB3 and USBC, gigabit etherweb, 4K video, DDR4 RAM and a PCIe slot.
gollark: SBCs are getting ridiculous.
gollark: Unrelatedly, https://www.pine64.org/?page_id=61454
gollark: Yes.
gollark: More great "WHY WOULD YOU DO THIS":```go// A Context carries a deadline, cancelation signal, and request-scoped values// across API boundaries. Its methods are safe for simultaneous use by multiple// goroutines.type Context interface { // Done returns a channel that is closed when this Context is canceled // or times out. Done() <-chan struct{} // Err indicates why this context was canceled, after the Done channel // is closed. Err() error // Deadline returns the time when this Context will be canceled, if any. Deadline() (deadline time.Time, ok bool) // Value returns the value associated with key or nil if none. Value(key interface{}) interface{}}```

See also

Notes and references

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