Info TV
Info TV is a Lithuanian news television station owned and operated by LNK. It started to air on 12 November 2007. The channel range is 97% of Lithuanian television users. Since 5 March 2012, Info TV airs 24/7.
Info TV | |
---|---|
Launched | 12 November 2007 |
Owned by | LNK |
Country | Lithuania |
Sister channel(s) | LNK |
Website | www.infotv.lt |
News
Info TV demonstrates a 4 hours-long news show called "Infodiena" from Monday to Friday from 5 p.m. to 9 p.m. This show is the longest TV news programme in the Lithuanian television.
gollark: Yes.
gollark: And yes, this is a hybrid of JS and SQL via template strings, isn't it great?
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.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.