Da Granto Farò il Cantanto

Da Granto Farò il Cantanto (Italian for "When I grow up, I'll be a singer") is the third studio album release by Neapolitan parody singer-songwriter Tony Tammaro. The words Granto and Cantanto are written in a wrong way because you may write Grande and Cantante in correct Italian.

Da Granto Farò il Cantanto
Studio album by
Released1992
Recorded1991-1992 in Naples, Italy
GenrePop, Neapolitan song
ProducerTony Tammaro
Tony Tammaro chronology
Nun Chiagnere Marì
(1991)
Da Granto Farò il Cantanto
(1992)
Se Potrei Avere Te
(1993)

Track list

All tracks written and composed by Tony Tammaro.

    • Scalea (1:48)
    • Miché (1:51)
    • 'O Sacchetto (1:44)
    • A casa per le sette (2:07)
    • Mio fratello fuma scrock (1:28)
    • Samba du gassu (1:44)
    • Teorema (2:18)
    • Anni sessanta (5:46)
    • Fidanzati in casa (2:32)
    • Al Cafone (1:47)
    • Come (2:38)


gollark: And this doesn't even ACTUALLY WORK.
gollark: ```javascriptexport const enqueueCrawl = async (crawlURL, tier) => { // robotsPolicy will be filled in on first actual crawl for the domain // this has to be done as a fairly complex DB-side query to prevent race conditions console.log("running insert for", crawlURL.toString()) const [domain] = await DB`INSERT INTO domains (domain, enabled, robotsPolicy, tier) SELECT ${crawlURL.hostname}, FALSE, NULL, ${tier} WHERE NOT EXISTS (SELECT id, domain, enabled, robotsPolicy, tier FROM domains WHERE domain = ${crawlURL.hostname}) RETURNING id` console.log(crawlURL.toString(), domain) // Add entry to crawl queue await DB`INSERT INTO crawl_targets (url, domain) VALUES (${crawlURL.toString()}, ${domain.id}) ON CONFLICT (url) DO UPDATE SET added = NOW()`}```This should NOT be quite so bee.
gollark: I'm busy trying to work out exactly how horrible a PostgreSQL query I need to do this stupid thing under concurrent write load.
gollark: So surely YOU can do it, if ""deforming things"""" is so easy.
gollark: I can't really do art, in general.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.