Furioso-North Star

The Furioso-North Star is a horse breed developed in Hungary at the Mezőhegyes stud farm.[1] Today it is considered a warmblood breed, noted as a breed with a sound, durable build capable of light farm work, yet with a refined appearance that reflects its Thoroughbred influence.

Furioso-North Star
Other namesFurioso
Country of originHungary, Slovakia, Romania

Characteristics

The Furioso breed averages 16 hands (64 inches, 163 cm) in height[2] and is predominantly bay, liver chestnut or black. It is a medium-heavy horse, also bred in northeast Europe for competition and harness use. Once a popular breed in neighboring Romania, the Furioso-North Star is now said to be endangered there.[3]

History

There were two primary stallions that are considered foundation sires of the breed. The first was a Thoroughbred stallion named Furioso, foaled Hungary in 1836 and who, beginning in 1841, was crossed with local Hungarian mares.[4] The second was another Thoroughbred stallion, North Star (foaled 1844),[5] who was imported from England in 1852, who was also crossed with local mares and possibly with horses of Norfolk Trotter descent. Some crossbreeding with Nonius horses may also have occurred. Initially, the two bloodlines were kept separate, with the Furioso line used to produce riding horses and the North Star line producing driving horses, but the lines were merged in the late 19th century.[2]

gollark: Keep cc.znepb.me.
gollark: If you configured it wrong during setup of whatever this is somehow, then it won't match. PotatOS has the law enforcement access mechanism (PS#7D7499AB) which also currently doubles as "forgot password" handling, but not every OS does that.
gollark: How do you know your password is the right one?
gollark: I should assign unique IDs to the other sandbox escape bugs.
gollark: My "fix" is this:```lua--[["Fix" for bug PS#E9DCC81BSummary: `pcall(getfenv, -1)` seemingly returned the environment outside the sandbox.Based on some testing, this seems like some bizarre optimization-type feature gone wrong.It seems that something is simplifying `pcall(getfenv)` to just directly calling `getfenv` and ignoring the environment... as well as, *somehow*, `function() return getfenv() end` and such.The initial attempt at making this work did `return (fn(...))` instead of `return fn(...)` in an attempt to make it not do this, but of course that somehow broke horribly. I don't know what's going on at this point.This is probably a bit of a performance hit, and more problematically liable to go away if this is actually some bizarre interpreter feature and the fix gets optimized away.Unfortunately I don't have any better ideas. Also, I haven't tried this with xpcall, but it's probably possible, so I'm attempting to fix that too.]]local real_pcall = pcallfunction _G.pcall(fn, ...) return real_pcall(function(...) local ret = {fn(...)} return unpack(ret) end, ...)end local real_xpcall = xpcallfunction _G.xpcall(fn, handler) return real_xpcall(function() local ret = {fn()} return unpack(ret) end, handler)end```which appears to work at least?

See also

References

  1. The Furioso of Hungary. Accessed February 6, 2011. Archived June 12, 2008, at the Wayback Machine
  2. "Archived copy". Archived from the original on 2011-07-13. Retrieved 2011-02-07.CS1 maint: archived copy as title (link) Nonius and Furioso Horses. Accessed February 6, 2011.
  3. Heifer.org. Accessed February 6, 2011. Archived April 1, 2009, at the Wayback Machine
  4. Furioso. Accessed February 6, 2011.
  5. Reddick, Kate. Horses. New York, Ridge Press, 1976, p. 64.

Further reading

  • Swinney, Nicola Jane and Langrish, Bob. Horse Breeds of the World, Globe Pequot, 2006. ISBN 1-59228-990-8, ISBN 978-1-59228-990-5, p. 45.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.