Giacomo Stucchi

Giacomo Stucchi (born 20 February 1969) is an Italian politician, member of the Northern League.

Giacomo Stucchi
President of COPASIR
In office
6 June 2013  22 March 2018
Preceded byMassimo D'Alema
Succeeded byLorenzo Guerini
Member of the Senate
In office
15 March 2013  22 March 2018
Member of the Chamber of Deputies
In office
9 May 1996  15 March 2013
Personal details
Born (1969-02-20) 20 February 1969
Bergamo, Italy
Political partyNorthern League
ProfessionPolitician

Biography

Stucchi was elected to the Chamber of Deputies uninterruptedly from 1996 to 2008. In those years, Stucchi has been a member of the EU policies Committee and of the Constitutional Affairs Committee.[1]

In March 2013, he is elected to the Senate and in June he is elected president of the COPASIR, the Parliamentary Committee for the Intelligence and Security Services and for State Secret Control, deputed to survey and oversee the activities of the Italian intelligence agencies.[2]

After 22 years of uninterrupted presence in Parliament, he is no longer nominated for the 2018 general elections, since he has been excluded from the League lists.[3]

Stucchi is politically considered to be very close to former President of Lombardy Roberto Maroni.[1]

gollark: PHP is maaaaybe easy for simple stuff, but also very evil.
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.

References

  1. "Giacomo Stucchi alla presidenza del Copasir. Biografia e idee". Formiche.net. 6 June 2013. Retrieved 12 October 2018.
  2. "Copasir, Stucchi eletto presidente. Il senatore leghista "Sarò imparziale"". Il Fatto Quotidiano. 6 June 2013. Retrieved 12 October 2018.
  3. "Stucchi fuori dalle liste: "Fatta scelta diversa, ne prendo atto"". Bergamo News. 29 January 2018. Retrieved 12 October 2018.
  • Files about his parliamentary activities (in Italian): XIII, XIV, XV, XVI, XVII legislature


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