Federweisser

Federweisser (also Federweißer , from German Feder, "feather", and weiß, "white"; from the appearance of the suspended yeast, also known as Sturm, from German Sturm, sturm in Austria), is an alcoholic beverage, typically 4% alcohol by volume, although versions of up to 11.5% alcohol by volume are not uncommon. (In contrast to all other alcoholic beverages, the alcohol content stated on a bottle of Federweisser is inconclusive, and presents an uppermost limit, not the actual content at any given time.) It is the product of fermented freshly pressed grape juice, known as must. The term in principle includes all stages of fermentation from must to finished wine.

Federweißer from Baden

It is known as Suser, Sauser, Neuer Süßer (new sweet), or Junger Wein (young wine) in Southwest Germany, Switzerland and South Tyrol, Fiederwäissen in Luxembourg, Sturm (storm, from the cloudy appearance) in Austria, Federweißer in Bavaria, Neuer Wein (new wine) in the Palatinate, Federweiser in Franconia, burčiak in Slovakia, burčák in Czech Republic, vin bourru or vernache in France, lang|sqi|musht}} in Albania, must in Romania, tulburel or karcos in Hungary, "მაჭარი" (machari) in Georgia, "մաճառ" (machar) in Armenia.

(Note that, in Switzerland, this same term has a completely different meaning. There, Federweisser refers to a white wine made from red grapes, typically pinot noir.[1])

Fermentation

Once yeast has been added, grapes begin to ferment rapidly. The sugar contained in the grapes is broken down into alcohol and carbon dioxide (glycolysis). As soon as an alcohol content of four percent has been reached, Federweißer may be sold. It continues to ferment until all the sugar has been broken down and an alcohol content of about ten percent has been reached.

As a beverage

Due to the carbonation, Federweißer tastes quite refreshing, not unlike a light grape soda or a sweet sparkling wine. As fermentation progresses, however, Federweißer may increasingly assume a darker, often amber-like or light brown hue. In general, Federweißer is made from white grapes; when made from red grapes, the drink is called Federroter, Roter Sauser, or Roter Rauscher. Federroter is less common than Federweißer. Because of rapid fermentation, Federweißer can not be stored for long and should be consumed within a few days of purchase. As carbonic acid is constantly produced, the bottles can not be sealed airtight and have a permeable lid (they would burst otherwise). They must be stored in an upright position to allow the gas to continuously escape from the bottle and to prevent spilling.

Progressing fermentation was also a challenge in transporting bottled Federweisser over long distances before the advent of modern-day commercial traffic and refrigerated vehicles, the latter of which are needed to slow down the yeast's metabolism during transport. Therefore, in the old days, Federweisser was almost exclusively available (and, for the most part, known) in and around wine-growing regions.

Depending on the date of the grape harvest, it is available from early September to late October, and is generally served together with savoury food. The classic combination is Federweißer and Zwiebelkuchen, although Federweißer and chestnuts is also popular.

Federweißer contains yeast, lactic acid bacteria, and a large amount of vitamin B1 and B2.

gollark: There are many languages you can use for web*server*y stuff, but you can only really use HTML/CSS/JS for frontends.
gollark: With Express.js the server thing would look *very roughly* like this:```javascriptconst express = require("express")const multer = require("multer")const app = express()const upload = multer({ storage: multer.memoryStorage(), limits: { fileSize: 2**22 // 4MiB maximum filesize }})app.get("/image", (req, res) => { res.send(loadImageFromSomewhere())})// send upload form HTML - you would need to write this tooapp.get("/upload", (req, res) => res.sendFile("upload.html"))app.post("/upload", upload.single("file"), (req, res) => { saveImageSomewhere(req.file.buffer)})app.listen(8700, () => console.log("listening")) // listen on port 8700```
gollark: I mean, you could use PHP too. I don't like it. But you could.
gollark: What I might do, though there are probably many ways to: make a program in Node.js or whatever (personal preference) which responds with whatever image is set to any requests for that, and which allows you to upload an image, converts it to the right format, then saves it to be sent when the ESP requests it.
gollark: And you want to be able to upload pictures to some sort of web thing to send to the ESP?

See also

References

  1. "Glossary of Swiss wine terms". Archived from the original on 2012-01-30. Retrieved 2012-01-10.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.