Lahndi (food)

Lahndi, also known as dried meat, is a winter food popular in almost everywhere in Afghanistan mostly in colder areas. Consumption of lahndi is common during the winter months. Sheep are specially fattened so that their flesh may be more suitable for preparing lahndi.

Method

Lahndi is usually prepared from lamb and sheep, although it can also be made from beef. It is prepared as follows. First a lamb or sheep is slaughtered in the Islamic way, i.e., halal. Then the wool is separated in a proper and skilled way, leaving only the skin.[1] After that, the remaining hairs on the skin are burned away with fire, after which the meat is wiped to get rid of the carbon deposits. Then the meat is cut into smaller pieces and rubbed with salt to prevent bacteria. It is also rubbed with pungent-smelling asafoetida, which is a little like garlic and serves as a preservative, a much-needed additive in a part of the world where electricity and refrigerators are rare.[2] Having been thus prepared, the meat is strung on lahndi poles (tall poles with crosspieces which stand outside most Afghan mud-houses and serve as winter larders).

The best time to prepare lahndi is December, when the meat dries out within fifteen days if it is cold enough. It is commonly eaten in winter to keep a person warm and help him face the extreme weather.

gollark: ```luafunction _G.potatOS.potatoNET() local chan = "potatonet" print "Welcome to PotatoNET!" write "Username |> " local username = read() local w, h = term.getSize() local send_window = window.create(term.current(), 1, h, w, 1) local message_window = window.create(term.current(), 1, 1, w, h - 1) local function exec_in_window(w, f) local x, y = term.getCursorPos() local last = term.redirect(w) f() term.redirect(last) w.redraw() term.setCursorPos(x, y) end local function add_message(m, u) exec_in_window(message_window, function() local msg, usr = preproc(m), preproc(u) if msg == "" or usr == "" then return end print(usr .. " | " .. msg) end) end local function send() term.redirect(send_window) term.setBackgroundColor(colors.white) term.setTextColor(colors.black) term.clear() local hist = {} while true do local msg = read(nil, hist) table.insert(hist, msg) add_message(msg, username) skynet.send(chan, { username = username, message = msg }) potatOS.comment(username, msg) end end local function recv() while true do local channel, message = skynet.receive(chan) if channel == chan and type(message) == "table" and message.message and message.username then add_message(message.message, message.username) end end end skynet.send(chan, { username = username, message = "Connected" }) parallel.waitForAll(send, recv)end```
gollark: Yes.
gollark: Minecraft arguably does have four spatial dimensions if you treat the nether/end/overworld as stacked.
gollark: That would be wise.
gollark: No, I meant what format would the chat boxes be able to transmit to chat?

See also

References

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