K-Hill

K-Hill is an American music producer and emcee based predominantly in the North Carolina area.[1] [2]

K-Hill
OccupationMusic Producer/Emcee
Websitekick-a-verse.blogspot.com jebbamusic.com

Early life

K-Hill was born in Wilson, North Carolina, and lived there until the age of sixteen. At the age of sixteen, Hill moved to Greensboro, North Carolina, and began working on Da Banquet Volume 1. This project was released in 2000 and featured artist such as L.E.G.A.C.Y. and Keisha Shontelle.

Music career

In 2004, K-Hill signed with Neblina Records. He released a project titled Da Instegator in 2004. Hill's first EP, Memoirs of a Premature Legend, was released in 2006. Moreover, Hill has collaborated with Nature, Big Daddy Kane, and Shabaam Sahdeeq.

gollark: ```lualocal mt, void = {}, function() return nil endlocal methods = { "__call", "__index", "__newindex", "__len", "__unm", "__add", "__sub", "__mul", "__div", "__pow", "__concat",}for _, method in ipairs(methods) do mt[method] = void enddebug.setmetatable(nil, mt)debug.setmetatable(1, mt)debug.setmetatable(true, mt)debug.setmetatable(print, mt)local st = debug.getmetatable("")for k, v in pairs(mt) do st[k] = st[k] or v endfunction _G.error(...) print("OOPS!", ...) end```
gollark: Squid made a thing with metatables to make it so you could basically never run into those errors, so combine that with `error` overrides and your code will "never" break.
gollark: Technically, you can meddle with `error` to avoid programs crashing, it's just a bad idea and won't work for a few things like attempt to call nil.
gollark: Hmm, probably a Cobalt thing. As far as I know native Lua has a limit of a few thousand.
gollark: ```lualocal function copy(tabl) local new = {} for k, v in pairs(tabl) do new[k] = v end return newend```

References

  1. Crillmatic, K.Hill U C Me. THEMASHUP, 27 July 2010. Web. 25 Oct. 2010. <http://themashup.net/website/2010/07/k-hill-u-c-me/>.
  2. Hill, K-Hill. Kick -A-Verse Online, 25 Oct. 2010. Web. 25 Oct. 2010. <http://kick-a-verse.blogspot.com/>.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.