Carlos Santos (actor)

Carlos Santos Rubio (born 1977) is a Spanish actor.[1] He appeared in more than thirty films since 2001.

Carlos Santos
Santos at the 32nd Goya Awards in 2018
Born
Carlos Santos Rubio

(1977-08-03) 3 August 1977
OccupationActor
Years active2001-present

Selected filmography

Film
Year Title Role Notes
2008 Mortadelo and Filemon. Mission: Save the Planet
2009 Brain Drain
2010 Even the Rain Bartolomé de las Casas
2012 Operation Autumn
2016 Smoke & Mirrors Luis Roldán Goya Award for Best New Actor
2016 Villaviciosa de al lado Ricardo
TV
Year Title Role Notes
2005-2010 Los hombres de Paco Povedilla
2013 Uma Família Açoriana
2013-2014 The Time in Between
2013-2016 Bem-Vindos a Beirais Benjamim Marques
gollark: This is really only useful if you want to actually resolve krist domains for HTTPoidal purposes or something.
gollark: You could stick them in the A record in some simple format (maybe the metadata one).
gollark: And probably AAAA/TXT/etc support.
gollark: <@129553195314839552> You want this with better input validation basically.
gollark: ```javascriptconst dns = require("dns2")const fetch = require("node-fetch")const { Packet } = dns;const server = dns.createServer(async (request, send, rinfo) => { const response = Packet.createResponseFromRequest(request); const [ question ] = request.questions; const { name } = question; if (name.endsWith(".kst")) { const nameWithoutExt = name.replace(/\.kst$/, "") const kstName = await (await fetch(`https://krist.ceriat.net/names/${encodeURIComponent(nameWithoutExt)}`)).json() console.log(kstName) if (kstName.name.a) { response.answers.push({ name, type: Packet.TYPE.A, class: Packet.CLASS.IN, ttl: 300, address: kstName.name.a }); } send(response) } else { // work out how to send NOAUTH here send(response) }});server.on('request', (request, response, rinfo) => { console.log(request.header.id, request.questions[0]);});server.listen(5333);```

References


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