List of videos

Query parameters

q - Free search query.

page_size - How many items per page. If set to 0 it will list all items. Default is 50 items.

ordering - Order results by specified field. Prepend a minus for descending order. I.e. ?ordering=-id.

creator__email - the email of the video's creator

framerate - the framerate in hz * 1000

has_tono_records - if the tono flag is set (true/false)

is_filler - if this is a filler video (true/false)

name - the exact name/title of the video

name__icontains - substring is part of name/title of the video

organization - Frikanalen ID of organization behind video

played_count_web - the number of times this video was played on the web

played_count_web__gt - greater than

played_count_web__gte - greater than or equal

played_count_web__lt - less than

played_count_web__lte - less than or equal

publish_on_web - if this video is published ont the web (true/false)

proper_import - if the uploaded video was properly imported (true/false)

ref_url - the exact reference url

ref_url__startswith - the reference url start with this string

ref_url__icontains - the reference url contain this string

GET /api/videos/?format=api&offset=500&ordering=-duration
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3411,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=550&ordering=-duration",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=450&ordering=-duration",
    "results": [
        {
            "id": 626105,
            "name": "FSCONS 2017 - Patrice Riemens - Cryptocurrency meets Universal Basic Income",
            "header": "The concept of  an Universal, unconditional Basic Income (UBI) is getting increasing traction in many political and economic circles, this in view of the major ('disruptive') changes society in general and the 'labor market' in particular are set to experience in the (very) near future. Though in its essence absurdly simple - the name says it all - UBI forms a complex tangle of issues, and is the subject of fierce debate. Demands for UBI are an outcome of a general discontent with the present dispensation and especially the role of finance in it.  UBI also narrowly connects  with the rise of a new - 'and dangerous'  social class-in-forming  (-Guy Standing): the 'Precariat.' \r\n\r\nSome developers of cryptocurrencies, often also members of the precariat themselves (even if the upper tier of it) -- being by definition adverse to the existing forms of (fiat) money, by now the private property of 'banksters' -- view UBI as being a uniquely appropriate platform to push thru the monetary transformation they envisage, by advocating to pay it out in (their) cryptocurrency . One of these cryptocurrencies, Duniter (1,2), even makes its own existence more or less contingent upon the existence of UBI.\r\n\r\nI am not so sure this is a good idea, and this has to do with the still unresolved, and, immo, quite fundamental problems with the 'usability' of cryptocurrencies with the population at large, and the likewise largely unresolved economic issues with the concept of cryptocurrency itself in general. \r\n\r\nSince doubt expresses uncertainty and a wish to discuss, I want to format my talk, just like I did when I discussed Bitcoin at the Göteborg FSCONS in 2015, as a dialogue with the audience, and then especially with the potentially 'tech solutionist' component in it.\r\n\r\n\r\n(1) https://duniter.org/en/presentation/\r\n(2) http://basicincome.org/news/2017/01/interview-time-digital-basic-income/\r\n\r\n\r\nRecorded for FSCONS by NUUG.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626105/theora/fscons17_-_318_-_en_-_simula_-_201711041200_-_cryptocurrency_meets_universal_basic_income_-_patrice_riemens.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626105/broadcast/fscons17_-_318_-_en_-_simula_-_201711041200_-_cryptocurrency_meets_universal_basic_income_-_patrice_riemens.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626105/large_thumb/fscons17_-_318_-_en_-_simula_-_201711041200_-_cryptocurrency_meets_universal_basic_income_-_patrice_riemens.jpg",
                "original": "https://upload.frikanalen.no/media/626105/original/fscons17_-_318_-_en_-_simula_-_201711041200_-_cryptocurrency_meets_universal_basic_income_-_patrice_riemens.webm"
            },
            "creator": "davidwnoble@gmail.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:41:29.080000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/201711041200_-_cryptocurrency_meets_universal_basic_income",
            "createdTime": "2018-12-13T19:08:27.349317Z",
            "updatedTime": "2018-12-13T21:02:21.398628Z",
            "uploadedTime": "2018-12-13T20:24:00.977953Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626105/theora/fscons17_-_318_-_en_-_simula_-_201711041200_-_cryptocurrency_meets_universal_basic_income_-_patrice_riemens.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626105/large_thumb/fscons17_-_318_-_en_-_simula_-_201711041200_-_cryptocurrency_meets_universal_basic_income_-_patrice_riemens.jpg"
        },
        {
            "id": 625713,
            "name": "What's new in the Linux kernel - Debconf 16",
            "header": "The Linux kernel is under rapid development. Stable releases are made around 5 times per year, each including many new features and support for new hardware. This talk will summarise the features that have been added and enabled in the last year.\n\nThere have been many changes to Linux between 4.1 and 4.6. Some of these will require new or updated userland applications to take advantage of them. I will attempt to summarise the most interesting changes and the state of integration in Debian.\n\nTalk (45 mins) session with Ben Hutchings during Debconf 16",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625713/broadcast/Whats_new_in_the_Linux_kernel_2.dv",
                "theora": "https://upload.frikanalen.no/media/625713/theora/Whats_new_in_the_Linux_kernel_2.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625713/large_thumb/Whats_new_in_the_Linux_kernel_2.jpg",
                "original": "https://upload.frikanalen.no/media/625713/original/Whats_new_in_the_Linux_kernel_2.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625713/small_thumb/Whats_new_in_the_Linux_kernel_2.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:41:21.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/4/",
            "createdTime": "2016-07-22T13:01:53.327596Z",
            "updatedTime": "2018-11-10T18:29:26.825030Z",
            "uploadedTime": "2016-07-22T13:02:00.500903Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625713/theora/Whats_new_in_the_Linux_kernel_2.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625713/large_thumb/Whats_new_in_the_Linux_kernel_2.jpg"
        },
        {
            "id": 625723,
            "name": "The Supreme Court of DFSG-Free? - Debconf 16",
            "header": "There is no Free Software project in the world with Debian's commitment to representative governance.  Debian has a Constitution, recall and referendum ballot initiatives, and accountable, elected bodies.  However, any representative system, no matter how well structured, has its gaps that can be exploited politically.\n\nIn this talk, I will first confess how I once used such a gap in the licensing approval process as part of package uploads to successfully reach political aims outside of Debian.  I will explain how and why I did it, and why it was possible.  While at the time, I was glad the system could be slightly \"gamed\", in hindsight, I'd like to draw the Debian's community attention this gap open for political opportunists and discuss changes in the political structure to prevent similar political exploitation in future.\n\nUltimately, Debian ftp-masters fully control, absent a specific General Resolution, interpretation of the DFSG.  While, technically speaking,  no specific package upload refusal nor approval sets any overarching Debian policy on a particular license, the ftp-masters' decisions do become a de-facto precedence-based system, much like a common-law Court system, since overturning such decisions would typically require a General Resolution in practice.\n\nThis talk will explore the socio-political ramifications of the current system of licensing decision-making in Debian, pontificate on ways it can be improved (and why it should be), and seek audience participation on whether the analysis presented is accurate and/or if the outcome of that analysis warrants changes in the existing system.\n\nTalk (45 mins) session with Bradley Kuhn during Debconf 16",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625723/broadcast/The_Supreme_Court_of_DFSGFree.dv",
                "theora": "https://upload.frikanalen.no/media/625723/theora/The_Supreme_Court_of_DFSGFree.ogv",
                "original": "https://upload.frikanalen.no/media/625723/original/The_Supreme_Court_of_DFSGFree.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625723/small_thumb/The_Supreme_Court_of_DFSGFree.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625723/large_thumb/The_Supreme_Court_of_DFSGFree.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:41:17.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/38/",
            "createdTime": "2016-07-22T17:47:41.299894Z",
            "updatedTime": "2018-11-10T18:29:26.810966Z",
            "uploadedTime": "2016-07-22T17:47:46.798589Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625723/theora/The_Supreme_Court_of_DFSGFree.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625723/large_thumb/The_Supreme_Court_of_DFSGFree.jpg"
        },
        {
            "id": 626959,
            "name": "Økt spenning i nordområdene",
            "header": "Temaer som berøres er: Økt militarisering og spenning i nordområdene; Farer ved atomvåpen og opprustning; Norges rolle knyttet til militarisering og allianse- (NATO) og sikkerhetspolitikk",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626959/theora/Spenning-i-nord-og-atomtrussel.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626959/broadcast/Spenning-i-nord-og-atomtrussel.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626959/large_thumb/Spenning-i-nord-og-atomtrussel.jpg",
                "original": "https://upload.frikanalen.no/media/626959/original/Spenning-i-nord-og-atomtrussel.mp4"
            },
            "creator": "ghem@getmail.no",
            "organization": {
                "id": 152,
                "name": "Stopp NATO",
                "homepage": "https://stoppnato.no/",
                "description": "",
                "postalAddress": "Heimdalsgata 21",
                "streetAddress": "Heimdalsgata 21",
                "editorId": 2311,
                "editorName": "Geir Hem",
                "editorEmail": "ghem@getmail.no",
                "editorMsisdn": "+47 908 24 189",
                "fkmember": true
            },
            "duration": "00:41:00.400000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2021-10-25T14:57:30.321552Z",
            "updatedTime": "2021-10-25T18:20:13.256800Z",
            "uploadedTime": "2021-10-25T15:45:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626959/theora/Spenning-i-nord-og-atomtrussel.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626959/large_thumb/Spenning-i-nord-og-atomtrussel.jpg"
        },
        {
            "id": 626656,
            "name": "Himmelen, jorden og Paradis",
            "header": "Fyldig beskrivelse av viktige steder",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626656/theora/Himmelen, jorden og Paradis.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626656/broadcast/Himmelen, jorden og Paradis.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626656/large_thumb/Himmelen, jorden og Paradis.jpg",
                "original": "https://upload.frikanalen.no/media/626656/original/Himmelen, jorden og Paradis.mp4"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:40:50.833333",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2020-12-31T19:01:31.466069Z",
            "updatedTime": "2020-12-31T19:21:54.938819Z",
            "uploadedTime": "2020-12-31T19:02:40.221995Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626656/theora/Himmelen, jorden og Paradis.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626656/large_thumb/Himmelen, jorden og Paradis.jpg"
        },
        {
            "id": 627908,
            "name": "Calvins lære",
            "header": "Calvins lære",
            "description": "Calvins lære",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627908/theora/Calvins l�re.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627908/broadcast/Calvins l�re.dv",
                "original": "https://upload.frikanalen.no/media/627908/original/Calvins l�re.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627908/large_thumb/Calvins l�re.jpg"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:40:44.266667",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-08-30T08:52:39.517591Z",
            "updatedTime": "2024-08-30T09:12:32.285755Z",
            "uploadedTime": "2024-08-30T08:52:51.548689Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627908/theora/Calvins l�re.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627908/large_thumb/Calvins l�re.jpg"
        },
        {
            "id": 623914,
            "name": "Jesus I India del 2",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623914/theora/4743_f34b4d010d2549d6880596dfc82826a6.ogv",
                "original": "https://upload.frikanalen.no/media/623914/original/orig_ec88ceeb47fa4335bc24cebacdbb8837.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623914/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623914/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623914/broadcast/4743_39ab1ea0bcb04b17b81b23928094a615.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623914/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:40:42.480000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-09-10T15:56:50.763000Z",
            "updatedTime": "2018-11-10T18:29:29.199585Z",
            "uploadedTime": "2010-09-10T15:56:50.763000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623914/theora/4743_f34b4d010d2549d6880596dfc82826a6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623914/large_thumb/large.jpg"
        },
        {
            "id": 626252,
            "name": "EuroBSDCon 2019, Lillehammer: Advanced ports toolkit: near-perfect packing-list generation - Marc Espie",
            "header": "The OpenBSD ports tree uses an unique approach.\r\n\r\nInstead of ad-hoc scripts that manipulate textual information, we do have a semantic parser that creates objects for each element in the plist.\r\n\r\nThe last year saw a complete rewrite of the most complicated piece of machinery, namely update-plist.\r\n\r\nThere are lots of interesting challenges, specifically how to write a generic tool that will handle all the semantic annotations that currently figure in packing-lists with minimal special-casing:\r\n\r\nvariables that expand to nothing for some flavors,\r\nambiguous variable expansions,\r\ndirectories that may not exist for python2 ports,\r\nautomatic dispatching to the right subpackage and fragment,\r\nshared libraries,\r\nsmart file type handling for libraries, icon themes, etc\r\nBefore and after comparison shows a new tool that requires minimal human intervention (perfect packing-list re-generation in over 95% of the cases), where the old update-plist required hand-holding over half the time.\r\n\r\nMarc Espie\r\n\r\nResearcher/Teacher in development security at Epita.\r\n\r\nArchitect of the OpenBSD packages and ports system.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626252/theora/20190922T1130-23_plenary_MarcEspie-AdvancedPortsToolkit.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626252/broadcast/20190922T1130-23_plenary_MarcEspie-AdvancedPortsToolkit.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626252/large_thumb/20190922T1130-23_plenary_MarcEspie-AdvancedPortsToolkit.jpg",
                "original": "https://upload.frikanalen.no/media/626252/original/20190922T1130-23_plenary_MarcEspie-AdvancedPortsToolkit.mp4"
            },
            "creator": "davidwnoble@gmail.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:40:41.820000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://www.youtube.com/watch?v=aw2Gezj-Nkw",
            "createdTime": "2019-12-26T19:29:07.510903Z",
            "updatedTime": "2019-12-26T20:40:03.017099Z",
            "uploadedTime": "2019-12-26T20:03:08.913036Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626252/theora/20190922T1130-23_plenary_MarcEspie-AdvancedPortsToolkit.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626252/large_thumb/20190922T1130-23_plenary_MarcEspie-AdvancedPortsToolkit.jpg"
        },
        {
            "id": 627835,
            "name": "Guds hensikter",
            "header": "Anders Helge Myhren",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627835/theora/Guds hensikter....ogv",
                "broadcast": "https://upload.frikanalen.no/media/627835/broadcast/Guds hensikter....dv",
                "original": "https://upload.frikanalen.no/media/627835/original/Guds hensikter....mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627835/large_thumb/Guds hensikter....jpg"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:40:30.400000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2023-12-16T12:09:48.149333Z",
            "updatedTime": "2023-12-16T12:29:03.510204Z",
            "uploadedTime": "2023-12-16T12:09:59.626384Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627835/theora/Guds hensikter....ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627835/large_thumb/Guds hensikter....jpg"
        },
        {
            "id": 627852,
            "name": "Guds hensikter",
            "header": "Nyttig lærdom i dagens situasjon",
            "description": "Nyttig lærdom i dagens situasjon",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627852/theora/Guds hensikter... (1).ogv",
                "broadcast": "https://upload.frikanalen.no/media/627852/broadcast/Guds hensikter... (1).dv",
                "original": "https://upload.frikanalen.no/media/627852/original/Guds hensikter... (1).mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627852/large_thumb/Guds hensikter... (1).jpg"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:40:30.400000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-02-06T09:27:21.368857Z",
            "updatedTime": "2024-02-06T10:04:15.150947Z",
            "uploadedTime": "2024-02-06T09:45:10.520292Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627852/theora/Guds hensikter... (1).ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627852/large_thumb/Guds hensikter... (1).jpg"
        },
        {
            "id": 626251,
            "name": "EuroBSDCon 2019, Lillehammer: NUMA Optimizations in the FreeBSD Network Stack - Drew Gallatin",
            "header": "will discuss optimizations to keep network connections and their resources local to NUMA domains. These changes include:\r\n\r\nAllocating NUMA local memory to back files sent via sendfile(9).\r\nAllocating NUMA local memory for Kernel TLS crypto buffers.\r\nDirecting connections to TCP Pacers and kTLS workers bound to the local domain.\r\nDirecting incoming connections to Nginx workers bound to the local domain via modifications to SO_REUSEPORT_LB listen sockets.\r\nI will present data from real Netflix servers showing an improvement of almost 2x on AMD EPYC (85Gbs - 165Gbs), and 1.3x on Intel Xeon (140Gb/s - 180Gbs). I will present data from the Xeon system showing a 50% reduction in cross-domain traffic.\r\n\r\nDrew Gallatin\r\n\r\nDrew started working on FreeBSD at Duke in the 90s, and was one of the people behind the FreeBSD/alpha port. He worked on zero-copy TCP optimizations for FreeBSD and was sending data at over 1Gb/s before gigabit Ethernet was generally available. He spent a decade at Myricom, optimizing their drivers. After a brief hiatus at Google, he landed at Netflix, where he works on optimizing the FreeBSD kernel and network stack for content delivery. He worked on the optimizations to serve unencrypted Netflix traffic at 100Gb/s, and then on more optimizations to send encrypted traffic at 100Gb/s.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626251/theora/20190922T1030-22_valemon_DrewGallatin-NUMAFreeBSD.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626251/broadcast/20190922T1030-22_valemon_DrewGallatin-NUMAFreeBSD.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626251/large_thumb/20190922T1030-22_valemon_DrewGallatin-NUMAFreeBSD.jpg",
                "original": "https://upload.frikanalen.no/media/626251/original/20190922T1030-22_valemon_DrewGallatin-NUMAFreeBSD.mp4"
            },
            "creator": "davidwnoble@gmail.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:40:29.980000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://www.youtube.com/watch?v=8NSzkYSX5nY",
            "createdTime": "2019-12-25T14:57:49.526976Z",
            "updatedTime": "2019-12-26T19:27:23.236559Z",
            "uploadedTime": "2019-12-25T15:34:31.156723Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626251/theora/20190922T1030-22_valemon_DrewGallatin-NUMAFreeBSD.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626251/large_thumb/20190922T1030-22_valemon_DrewGallatin-NUMAFreeBSD.jpg"
        },
        {
            "id": 622895,
            "name": "Akkurat nå! 5.juli",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622895/theora/2899_2190578416104db1b788621c976d202a.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622895/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622895/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622895/broadcast/orig_431ac5b328984d8ea526646de61ff30e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622895/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:40:25.480000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:10:02.077000Z",
            "updatedTime": "2018-11-10T18:29:30.457292Z",
            "uploadedTime": "2009-05-16T12:10:02.077000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622895/theora/2899_2190578416104db1b788621c976d202a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622895/large_thumb/large.jpg"
        },
        {
            "id": 625368,
            "name": "Citizenfour - Samtale med Snowden-advokat Patrick Toomey og Jon Wessel-Aas før visning",
            "header": "Samtale med Patrick Toomey, en av advokatene til Edward Snowden, og Jon Wessel-Aas før forpremieren av Citizenfour 2015-04-15.  Arrangert i samarbeid med Fritt Ord, Tour de Force og Ny Tid.",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625368/broadcast/2dc2473b68cb284753774c8b22124b8a.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625368/large_thumb/2dc2473b68cb284753774c8b22124b8a.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625368/small_thumb/2dc2473b68cb284753774c8b22124b8a.jpg",
                "theora": "https://upload.frikanalen.no/media/625368/theora/2dc2473b68cb284753774c8b22124b8a.ogv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:40:25.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.336953Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625368/theora/2dc2473b68cb284753774c8b22124b8a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625368/large_thumb/2dc2473b68cb284753774c8b22124b8a.jpg"
        },
        {
            "id": 626097,
            "name": "FSCONS 2017 - Øyvind Kolås - mmm, microraptor, lua, isthmus",
            "header": "Recorded by NUUG for FSCONS",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626097/theora/fscons17_-_307_-_en_-_smalltalk_-_201711041800_-_mmm_microraptor_lua_isthmus_-_oyvind_kolas.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626097/broadcast/fscons17_-_307_-_en_-_smalltalk_-_201711041800_-_mmm_microraptor_lua_isthmus_-_oyvind_kolas.dv",
                "original": "https://upload.frikanalen.no/media/626097/original/fscons17_-_307_-_en_-_smalltalk_-_201711041800_-_mmm_microraptor_lua_isthmus_-_oyvind_kolas.webm"
            },
            "creator": "davidwnoble@gmail.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:40:04",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2018-12-12T19:28:49.295374Z",
            "updatedTime": "2018-12-12T20:28:21.957689Z",
            "uploadedTime": "2018-12-12T19:47:47.483635Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626097/theora/fscons17_-_307_-_en_-_smalltalk_-_201711041800_-_mmm_microraptor_lua_isthmus_-_oyvind_kolas.ogv",
            "largeThumbnailUrl": "/static/default_large_thumbnail.png"
        },
        {
            "id": 627858,
            "name": "Guds vilje med menneskene",
            "header": "Er det slik det er, ja...",
            "description": "Er det slik det er, ja....",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627858/theora/Guds vilje med menneskene.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627858/broadcast/Guds vilje med menneskene.dv",
                "largeThumb": "https://upload.frikanalen.no/media/627858/large_thumb/Guds vilje med menneskene.jpg",
                "original": "https://upload.frikanalen.no/media/627858/original/Guds vilje med menneskene.mp4"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:39:55.500000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-02-24T09:49:27.363713Z",
            "updatedTime": "2024-02-24T10:08:32.473314Z",
            "uploadedTime": "2024-02-24T09:49:38.822592Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627858/theora/Guds vilje med menneskene.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627858/large_thumb/Guds vilje med menneskene.jpg"
        },
        {
            "id": 625715,
            "name": "LTTng: Kernel and userspace tracing in Debian - Debconf 16",
            "header": "LTTng is an open source kernel and userspace tracing framework for Linux. This talk will introduce developers and system administrators alike to the toolkit and show how it can help them get visibility into development and production systems. The following themes will be covered:\n\n - A description of the different tools involved\n - LTTng compared to other tracing tools like *perf* and *strace*\n - The state of LTTng in Debian\n - Basic use cases and workflows\n - Analysis of kernel traces\n\nYou should leave this talk with an uncontrollable desire to use LTTng.\n\n**URLs**: https://lttng.org\n\nTalk (45 mins) session with Michael Jeanson during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625715/theora/LTTng_Kernel_and_userspace_tracing_in_Debian.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625715/broadcast/LTTng_Kernel_and_userspace_tracing_in_Debian.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625715/small_thumb/LTTng_Kernel_and_userspace_tracing_in_Debian.jpg",
                "original": "https://upload.frikanalen.no/media/625715/original/LTTng_Kernel_and_userspace_tracing_in_Debian.webm",
                "largeThumb": "https://upload.frikanalen.no/media/625715/large_thumb/LTTng_Kernel_and_userspace_tracing_in_Debian.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:39:41.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/50/",
            "createdTime": "2016-07-22T14:22:31.850386Z",
            "updatedTime": "2018-11-10T18:29:26.822292Z",
            "uploadedTime": "2016-07-22T14:22:40.149402Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625715/theora/LTTng_Kernel_and_userspace_tracing_in_Debian.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625715/large_thumb/LTTng_Kernel_and_userspace_tracing_in_Debian.jpg"
        },
        {
            "id": 623343,
            "name": "Frivillighet Norge Debatt",
            "header": "Debatt fra frivillighetnorges toppleder konferanse",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623343/theora/3900_dca55d4d63da47f99a62957fb88085c3.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623343/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623343/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623343/broadcast/3900_3c4778a3ff894ccbbe65f35fdf77ee9d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623343/large_thumb/large.jpg"
            },
            "creator": "hschilde@gmail.com",
            "organization": {
                "id": 3,
                "name": "Frikanalen",
                "homepage": "https://frikanalen.no",
                "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2086,
                "editorName": "Tore Sinding Bekkedal",
                "editorEmail": "toresbe@protonmail.com",
                "editorMsisdn": "+47 918 59 508",
                "fkmember": true
            },
            "duration": "00:39:37.880000",
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.frikanalen.no",
            "createdTime": "2010-01-20T17:26:55.797000Z",
            "updatedTime": "2018-11-10T18:29:29.918937Z",
            "uploadedTime": "2010-01-20T17:26:55.797000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623343/theora/3900_dca55d4d63da47f99a62957fb88085c3.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623343/large_thumb/large.jpg"
        },
        {
            "id": 625766,
            "name": "Daily Tech News Show 29. August 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625766/theora/DTNS-2844-%E2%80%93-Snowden-Approved.ogv",
                "original": "https://upload.frikanalen.no/media/625766/original/DTNS-2844-%E2%80%93-Snowden-Approved.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625766/broadcast/DTNS-2844-%E2%80%93-Snowden-Approved.dv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:39:34.910000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7322vid",
            "createdTime": "2016-08-30T10:41:29.073826Z",
            "updatedTime": "2018-11-10T18:29:26.749983Z",
            "uploadedTime": "2016-08-30T10:41:35.330738Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625766/theora/DTNS-2844-%E2%80%93-Snowden-Approved.ogv",
            "largeThumbnailUrl": "/static/default_large_thumbnail.png"
        },
        {
            "id": 626111,
            "name": "FSCONS 2017 - Stian Rødven Eide - A Serious Plan to End Advertisement",
            "header": "Recorded by NUUG for FSCONS.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626111/theora/fscons17_-_327_-_en_-_smalltalk_-_201711041500_-_a_serious_plan_to_end_advertisement_-_stian_rodven_eide.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626111/broadcast/fscons17_-_327_-_en_-_smalltalk_-_201711041500_-_a_serious_plan_to_end_advertisement_-_stian_rodven_eide.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626111/large_thumb/fscons17_-_327_-_en_-_smalltalk_-_201711041500_-_a_serious_plan_to_end_advertisement_-_stian_rodven_eide.jpg",
                "original": "https://upload.frikanalen.no/media/626111/original/fscons17_-_327_-_en_-_smalltalk_-_201711041500_-_a_serious_plan_to_end_advertisement_-_stian_rodven_eide.webm"
            },
            "creator": "davidwnoble@gmail.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:39:33.040000",
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/fscons17_-_327_-_en_-_smalltalk_-_201711041500_-_a_serious_plan_to_end_advertisement_-_stian_rodven_",
            "createdTime": "2018-12-14T10:32:44.576377Z",
            "updatedTime": "2018-12-14T21:46:52.435662Z",
            "uploadedTime": "2018-12-14T11:11:34.308832Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626111/theora/fscons17_-_327_-_en_-_smalltalk_-_201711041500_-_a_serious_plan_to_end_advertisement_-_stian_rodven_eide.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626111/large_thumb/fscons17_-_327_-_en_-_smalltalk_-_201711041500_-_a_serious_plan_to_end_advertisement_-_stian_rodven_eide.jpg"
        },
        {
            "id": 625728,
            "name": "Software bundling sucks: Why we should embrace it anyway - Debconf 16",
            "header": "I will talk about software bundling solutions, mainly Flatpak (XdgApp) and Limba, which problems they actually solve and why solving these issues is important for the Linux ecosystem as a whole. I will explain how bundling is implemented in the shiny new solutions available on Linux, and what we as distributor could do to make software bundles suck less and keep the distribution relevant.\nAdditionally, I'll explain which roles sandboxing (Flatpak, Bubblewrap) plays in the big picture.\n\nTalk (45 mins) session with Matthias Klumpp during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625728/theora/Software_bundling_sucks_Why_we_should_embrace_it_anyway.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625728/broadcast/Software_bundling_sucks_Why_we_should_embrace_it_anyway.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625728/small_thumb/Software_bundling_sucks_Why_we_should_embrace_it_anyway.jpg",
                "original": "https://upload.frikanalen.no/media/625728/original/Software_bundling_sucks_Why_we_should_embrace_it_anyway.webm",
                "largeThumb": "https://upload.frikanalen.no/media/625728/large_thumb/Software_bundling_sucks_Why_we_should_embrace_it_anyway.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:39:25.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/78/",
            "createdTime": "2016-07-22T20:22:14.260309Z",
            "updatedTime": "2018-11-10T18:29:26.803947Z",
            "uploadedTime": "2016-07-22T20:22:38.149810Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625728/theora/Software_bundling_sucks_Why_we_should_embrace_it_anyway.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625728/large_thumb/Software_bundling_sucks_Why_we_should_embrace_it_anyway.jpg"
        },
        {
            "id": 625707,
            "name": "A year in the life of a DPL - Debconf 16",
            "header": "The role of the DPL is one which isn't understood fully by anyone who hasn't done the job. There's generally accepted knowledge that it a) takes a lot of time and b) you need to talk to people, but the extent of this is very variable. In this talk, I'll go through my year as the DPL, looking at which issues were dealt with and what was actually involved. It'll call in to question what role is expected of the DPL, and if one person can actually perform this task.\n\nTalk (45 mins) session with Neil McGovern during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625707/theora/A_year_in_the_life_of_a_DPL.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625707/broadcast/A_year_in_the_life_of_a_DPL.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625707/large_thumb/A_year_in_the_life_of_a_DPL.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625707/small_thumb/A_year_in_the_life_of_a_DPL.jpg",
                "original": "https://upload.frikanalen.no/media/625707/original/A_year_in_the_life_of_a_DPL.webm"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:39:25.600000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/9/",
            "createdTime": "2016-07-22T10:51:19.824969Z",
            "updatedTime": "2018-11-10T18:29:26.833743Z",
            "uploadedTime": "2016-07-22T10:51:26.077771Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625707/theora/A_year_in_the_life_of_a_DPL.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625707/large_thumb/A_year_in_the_life_of_a_DPL.jpg"
        },
        {
            "id": 626628,
            "name": "Eroberne.mp4",
            "header": "Eroberne",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626628/theora/Eroberne.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626628/broadcast/Eroberne.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626628/large_thumb/Eroberne.jpg",
                "original": "https://upload.frikanalen.no/media/626628/original/Eroberne.mp4"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:39:17.766667",
            "categories": [],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2020-11-30T08:51:28.913458Z",
            "updatedTime": "2020-11-30T09:11:36.913233Z",
            "uploadedTime": "2020-11-30T08:52:45.871653Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626628/theora/Eroberne.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626628/large_thumb/Eroberne.jpg"
        },
        {
            "id": 623028,
            "name": "Akkurat Nå! 6.sept",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623028/theora/3378_75fc783b73374a65bc714dbf7efa650e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623028/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623028/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623028/broadcast/3378_d20da06ad65e4a0aaaf52b0a161f0000.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623028/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:39:16.680000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-09-03T20:56:15.043000Z",
            "updatedTime": "2018-11-10T18:29:30.320119Z",
            "uploadedTime": "2009-09-03T20:56:15.043000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623028/theora/3378_75fc783b73374a65bc714dbf7efa650e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623028/large_thumb/large.jpg"
        },
        {
            "id": 625023,
            "name": "Holder de ord",
            "header": "NUUGs samarbeidspartner Holder De Ord presenterer hvordan de lager løsningen for å holde stortingspolitikerne i ørene.\r\n\r\nNUUG talk from 2012-08-14.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625023/theora/6493_6658f4dc15024683b15990bce3a4a867.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625023/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625023/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625023/broadcast/6493_6658f4dc15024683b15990bce3a4a867.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625023/large_thumb/large.jpg"
            },
            "creator": "jarle@bjorgeengen.net",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:39:09",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.nuug.no",
            "createdTime": "2012-10-18T19:02:37Z",
            "updatedTime": "2018-11-10T18:29:27.761031Z",
            "uploadedTime": "2012-10-18T19:02:37Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625023/theora/6493_6658f4dc15024683b15990bce3a4a867.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625023/large_thumb/large.jpg"
        },
        {
            "id": 626767,
            "name": "Juda og Israel",
            "header": "Ett folk",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/626767/theora/Juda og Israel.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626767/broadcast/Juda og Israel.dv",
                "original": "https://upload.frikanalen.no/media/626767/original/Juda og Israel.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626767/large_thumb/Juda og Israel.jpg"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:39:08.666667",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-04-08T16:37:49.814402Z",
            "updatedTime": "2021-04-08T16:59:04.673478Z",
            "uploadedTime": "2021-04-08T16:40:28.523782Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626767/theora/Juda og Israel.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626767/large_thumb/Juda og Israel.jpg"
        },
        {
            "id": 622967,
            "name": "Akkurat nå! 16.august",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622967/theora/2905_0bee39f47e114e5c997a315c86cf0c91.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622967/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622967/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622967/broadcast/orig_9885dc09bae44dcca6c30f3bd3f70b82.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622967/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:39:04.720000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:16:04.343000Z",
            "updatedTime": "2018-11-10T18:29:30.383118Z",
            "uploadedTime": "2009-05-16T12:16:04.343000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622967/theora/2905_0bee39f47e114e5c997a315c86cf0c91.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622967/large_thumb/large.jpg"
        },
        {
            "id": 626238,
            "name": "EuroBSDCon 2019, Lillehammer: Rust: Systems Programmers Can Have Nice Things - Arun Thomas",
            "header": "Arun Thomas presents.\r\n\r\nRust is a new programming language, originally from Mozilla, that combines the safety and productivity of a high-level language with the performance and low-level control of a traditional systems language. Rust achieves this combination through clever and pragmatic programming language design — along with awesome tooling and libraries.\r\n\r\nIn this talk, I will dive into the features that make Rust the right choice for 21st-century systems programming. I will give a general introduction to the language and an overview of the Rust ecosystem. I will also walk through the process of developing Rust on BSD.\r\n\r\nArun Thomas\r\n\r\nArun Thomas is an operating systems researcher and an open source developer. He got his first taste of BSD in 2002.\r\n\r\nArun is a Principal Scientist at Draper Laboratory. At Draper, Arun leads the DARPA-funded SSITH/HOPE project, a research collaboration with the University of Pennsylvania, MIT, PSU, INRIA, Dover Microsystems, and Dornerworks to develop a hardware security architecture that enables flexible, verified policy enforcement on RISC-V. Recently, he has been exploring the use of Rust as a foundational technology for building secure systems. Arun has spoken about systems programming topics at ARM TechCon, the Embedded Systems Conference (ESC), BSDCan, EuroBSDcon, BSDTW, FOSDEM, Systems We Love, the RISC-V Workshop, and the Oxidize Embedded Rust Conference.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626238/theora/20190922T0930-18_soriamoria_ArunThomas-Rust.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626238/broadcast/20190922T0930-18_soriamoria_ArunThomas-Rust.dv",
                "original": "https://upload.frikanalen.no/media/626238/original/20190922T0930-18_soriamoria_ArunThomas-Rust.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626238/large_thumb/20190922T0930-18_soriamoria_ArunThomas-Rust.jpg"
            },
            "creator": "davidwnoble@gmail.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:39:01.040000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://www.youtube.com/watch?v=M2dkr4seKto",
            "createdTime": "2019-12-21T13:21:01.388442Z",
            "updatedTime": "2019-12-26T19:28:58.830331Z",
            "uploadedTime": "2019-12-21T15:20:41.595555Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626238/theora/20190922T0930-18_soriamoria_ArunThomas-Rust.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626238/large_thumb/20190922T0930-18_soriamoria_ArunThomas-Rust.jpg"
        },
        {
            "id": 626109,
            "name": "FSCONS 2017 - Gustav Eek - Communication Infrastructure - a form of resistance",
            "header": "In this lecture the democratic principles of Fripost, the free email\r\nassociation (founded in 2010) will be presented. Infrastructure for\r\nelectronic communication will be resembled with a common good (a\r\nresource). That using a critique of the public–private dichotomy,\r\nand the tragedy of the commons. I will then demonstrate how also\r\ncomplicated resources can (and must) be made subject to democratic\r\ncontrol.\r\n\r\nThe importance of Internet as communication medium can not be questioned. For those who take user freedom seriously it is saddening to see how the Internet has changed from being a common and highly distributed network to the increasingly privatised web we encounter today.\r\n\r\nIn this lecture I will present the democratic principles of Fripost, the free email association which was founded as a reaction to that development. I will resemble infrastructure for electronic communication with a common good (a resource), and I will demonstrate how also complicated resources can (and must) be made subject to democratic control.\r\n\r\nFripost and its foundation and democratic principals has been presented several times since its constitution in 2010, also at FSCONS. This is why the lecture also will take a different and broader stand, inspired by some recent readings. The Fripost initative will also be put in context of local struggles with global implication.\r\n\r\nIn short, the idea that every resource needs an single responsible and managing owner is unsatisfactory as well as the dichotomy public–private. What is not managed can not yield profit. But some things are to important even to be managed. Naturally this touches on a critique (which has been presented many times before) of Hardin’s classical tragedy of the commons. Regarding the enclosure of the commons, management in it self causes the scarcity, The commons are not scarce resources that requires management.\r\n\r\nSee ref url for further details.\r\n\r\nRecorded by NUUG for FSCONS.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626109/theora/fscons17_-_325_-_en_-_java_-_201711051700_-_communication_infrastructure_a_form_of_resistance_-_gustav_eek.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626109/broadcast/fscons17_-_325_-_en_-_java_-_201711051700_-_communication_infrastructure_a_form_of_resistance_-_gustav_eek.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626109/large_thumb/fscons17_-_325_-_en_-_java_-_201711051700_-_communication_infrastructure_a_form_of_resistance_-_gustav_eek.jpg",
                "original": "https://upload.frikanalen.no/media/626109/original/fscons17_-_325_-_en_-_java_-_201711051700_-_communication_infrastructure_a_form_of_resistance_-_gustav_eek.webm"
            },
            "creator": "davidwnoble@gmail.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:38:51.380000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "https://archive.org/details/fscons17_-_325_-_en_-_java_-_201711051700_-_communication_infrastructure_a_form_of_resistance_-_gust",
            "createdTime": "2018-12-13T20:23:16.798612Z",
            "updatedTime": "2018-12-14T10:10:22.181131Z",
            "uploadedTime": "2018-12-13T22:37:18.124854Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626109/theora/fscons17_-_325_-_en_-_java_-_201711051700_-_communication_infrastructure_a_form_of_resistance_-_gustav_eek.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626109/large_thumb/fscons17_-_325_-_en_-_java_-_201711051700_-_communication_infrastructure_a_form_of_resistance_-_gustav_eek.jpg"
        },
        {
            "id": 625696,
            "name": "Bits from the DPL - Debconf 16",
            "header": "State of the project, ongoing activities and planned changes\n\nTalk (45 mins) session with Mehdi Dogguy during Debconf 16",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625696/broadcast/Bits_from_the_DPL_2.dv",
                "theora": "https://upload.frikanalen.no/media/625696/theora/Bits_from_the_DPL_2.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625696/small_thumb/Bits_from_the_DPL_2.jpg",
                "original": "https://upload.frikanalen.no/media/625696/original/Bits_from_the_DPL_2.webm",
                "largeThumb": "https://upload.frikanalen.no/media/625696/large_thumb/Bits_from_the_DPL_2.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:38:36.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/51/",
            "createdTime": "2016-07-21T21:24:38.391579Z",
            "updatedTime": "2018-11-10T18:29:26.849059Z",
            "uploadedTime": "2016-07-21T21:24:43.516878Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625696/theora/Bits_from_the_DPL_2.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625696/large_thumb/Bits_from_the_DPL_2.jpg"
        },
        {
            "id": 626106,
            "name": "FSCONS 2017 - Petter Joelson - Digidem Lab -- bringing together hackers and activists for social change",
            "header": "We live in a turbulent time, where many countries in Europe face the long term effects of austerity, the rising threat of right wing populism and a lack of or deteriorating trust in political process or impact. But in places like Iceland and Spain this trend has partly been countered thanks to collaboration between social movements and the civic tech community, by creating new forms of direct democratic participation with digital tools.\r\n\r\nIn the workshop we explore successful examples of digital democracy projects and their relevance to our Nordic countries. How can we change the political landscape by a more extensive engagement in new technology for participation and how do we best collaborate between hackers and social movements?\r\n\r\nDigidem Lab is a new space in Gothenburg, Sweden, where young people come together to develop tech products for participation, as well as promoting and building on existing tools. We work in cooperation with social movements and bring together young activists, developers, designers and anyone who believes another world is possible. We believe new forms of participation need to come from below and spread to all sectors of society.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626106/theora/fscons17_-_319_-_en_-_java_-_201711041600_-_digidem_lab_--_bringing_together_hackers_and_activists_for_social_change_-_petter_joelson.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626106/broadcast/fscons17_-_319_-_en_-_java_-_201711041600_-_digidem_lab_--_bringing_together_hackers_and_activists_for_social_change_-_petter_joelson.dv",
                "original": "https://upload.frikanalen.no/media/626106/original/fscons17_-_319_-_en_-_java_-_201711041600_-_digidem_lab_--_bringing_together_hackers_and_activists_for_social_change_-_petter_joelson.webm",
                "largeThumb": "https://upload.frikanalen.no/media/626106/large_thumb/fscons17_-_319_-_en_-_java_-_201711041600_-_digidem_lab_--_bringing_together_hackers_and_activists_for_social_change_-_petter_joelson.jpg"
            },
            "creator": "davidwnoble@gmail.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:38:34.140000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/fscons17_-_319_-_en_-_java_-_201711041600_-_digidem_lab_--_bringing_together_hackers_and_activists_f",
            "createdTime": "2018-12-13T19:28:02.058011Z",
            "updatedTime": "2018-12-13T21:37:26.339564Z",
            "uploadedTime": "2018-12-13T21:02:29.980232Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626106/theora/fscons17_-_319_-_en_-_java_-_201711041600_-_digidem_lab_--_bringing_together_hackers_and_activists_for_social_change_-_petter_joelson.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626106/large_thumb/fscons17_-_319_-_en_-_java_-_201711041600_-_digidem_lab_--_bringing_together_hackers_and_activists_for_social_change_-_petter_joelson.jpg"
        },
        {
            "id": 625672,
            "name": "Debugging the IoT - Open Hardware Panel - Debconf 16",
            "header": "Panel discussion, aimed at the general public and more technical participants alike.\r\n\r\nThe panel hosted by Bernelle Verster discuss the open hardware movement, and how it fits in with Smart Homes. It highlight and discuss the futurology, trends, and challenges. Challenges include security, the role of big vendors, the requirement for a more powerful platform, competing interests and the role of industrial providers.\r\n\r\nOpen Weekend session with Bdale Garbee, Bernelle Verster and Andy Simpkins during Debconf 16",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625672/broadcast/Debugging_the_IoT.dv",
                "theora": "https://upload.frikanalen.no/media/625672/theora/Debugging_the_IoT.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625672/large_thumb/Debugging_the_IoT.jpg",
                "original": "https://upload.frikanalen.no/media/625672/original/Debugging_the_IoT.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625672/small_thumb/Debugging_the_IoT.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:38:25.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/119/",
            "createdTime": "2016-07-19T18:26:30.277131Z",
            "updatedTime": "2018-11-10T18:29:26.890872Z",
            "uploadedTime": "2016-07-19T18:43:27.837124Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625672/theora/Debugging_the_IoT.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625672/large_thumb/Debugging_the_IoT.jpg"
        },
        {
            "id": 627399,
            "name": "Protest28AprilBaseavtaleUSA",
            "header": "Appeller mot baseavtale med USA. Protest foran Stortinget 28. april 2022",
            "description": "Protest i Oslo 28. april mot baseavtale med USA",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627399/theora/2022-04-28-imot-baseavtale.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627399/broadcast/2022-04-28-imot-baseavtale.dv",
                "largeThumb": "https://upload.frikanalen.no/media/627399/large_thumb/2022-04-28-imot-baseavtale.jpg",
                "original": "https://upload.frikanalen.no/media/627399/original/2022-04-28-imot-baseavtale.mp4"
            },
            "creator": "ghem@getmail.no",
            "organization": {
                "id": 152,
                "name": "Stopp NATO",
                "homepage": "https://stoppnato.no/",
                "description": "",
                "postalAddress": "Heimdalsgata 21",
                "streetAddress": "Heimdalsgata 21",
                "editorId": 2311,
                "editorName": "Geir Hem",
                "editorEmail": "ghem@getmail.no",
                "editorMsisdn": "+47 908 24 189",
                "fkmember": true
            },
            "duration": "00:38:25.240000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2022-05-23T09:01:26.674219Z",
            "updatedTime": "2022-05-23T10:58:59.625186Z",
            "uploadedTime": "2022-05-23T09:36:39Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627399/theora/2022-04-28-imot-baseavtale.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627399/large_thumb/2022-04-28-imot-baseavtale.jpg"
        },
        {
            "id": 626447,
            "name": "Egotripp med Mattias Damsgaard",
            "header": "Podcast på Tv! Bare Egil blir med på Egotrippen til Mattias Damsgaard.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626447/theora/Egotripp på tv_Master.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626447/broadcast/Egotripp på tv_Master.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626447/large_thumb/Egotripp på tv_Master.jpg",
                "original": "https://upload.frikanalen.no/media/626447/original/Egotripp på tv_Master.mp4"
            },
            "creator": "rune.hagerup@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:38:18.080000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2020-08-28T11:50:34.615276Z",
            "updatedTime": "2020-08-28T12:42:29.786776Z",
            "uploadedTime": "2020-08-28T12:23:12.713126Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626447/theora/Egotripp på tv_Master.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626447/large_thumb/Egotripp på tv_Master.jpg"
        },
        {
            "id": 625883,
            "name": "Internett-aktivisme med Holder de Ord",
            "header": "Holder de ord er en partipolitisk uavhengig dugnadsprosjekt som jobber for å gi folk større innflytelse over politikk, gjennom åpne data fra Stortinget og en rekke web-baserte tjenester. Tiina Ruohonen skal presentere HDOs data og infrastruktur, samt muligheter for techies til å bidra til en mer faktabasert politisk debatt i forkant av Stortingsvalget 2017.\r\n\r\nTiina Ruohonen er en av grunnleggerne av Holder de ord. Hun har lang erfaring fra internasjonale organisasjoner, forskning og frivillighet. Tiina jobber ved CICERO Senter for klimaforskning og er også Fellow ved Massachusetts Institute of Technology (MIT).",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625883/theora/20170509-holderdeord-frikanalen.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625883/broadcast/20170509-holderdeord-frikanalen.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625883/large_thumb/20170509-holderdeord-frikanalen.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625883/small_thumb/20170509-holderdeord-frikanalen.jpg"
            },
            "creator": "davidwnoble@gmail.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:38:07.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://www.nuug.no/aktiviteter/20170509-holderdeord/",
            "createdTime": "2017-05-12T10:11:40.279637Z",
            "updatedTime": "2018-11-10T18:29:26.581918Z",
            "uploadedTime": "2017-05-12T10:23:13.845172Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625883/theora/20170509-holderdeord-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625883/large_thumb/20170509-holderdeord-frikanalen.jpg"
        },
        {
            "id": 627910,
            "name": "Diesen i samtale med Russlands ambassadør i FN, Polyanskiy",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627910/theora/Diesen_Polyanskiy.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627910/broadcast/Diesen_Polyanskiy.dv",
                "original": "https://upload.frikanalen.no/media/627910/original/Diesen_Polyanskiy.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627910/large_thumb/Diesen_Polyanskiy.jpg"
            },
            "creator": "ola@frikanalen.no",
            "organization": {
                "id": 133,
                "name": "Bevegelsen for Sosialisme",
                "homepage": null,
                "description": "",
                "postalAddress": "c/o Fellesdistribusjon SA, postboks 1420 Vika, 0155 OSLO",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2249,
                "editorName": "Ola Tellesbø",
                "editorEmail": "ola@frikanalen.no",
                "editorMsisdn": "+47 400 41 813",
                "fkmember": true
            },
            "duration": "00:38:00.020000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-08-30T20:42:03.010972Z",
            "updatedTime": "2024-08-30T21:16:41.315599Z",
            "uploadedTime": "2024-08-30T20:48:16.230656Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627910/theora/Diesen_Polyanskiy.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627910/large_thumb/Diesen_Polyanskiy.jpg"
        },
        {
            "id": 626117,
            "name": "FSCONS 2017 - Devyn Remme - New Materialism",
            "header": "The popular narrative of salvation through technological innovation is comfortable because it doesn't confront the institutionalized inequalities, abuses, and violence endemic to modernity’s strategic relations of power and production. The dominant discourse assimilates the values and goals of sustainability with the mainstream economic paradigm of growth, and relies on technoscientific innovation to achieve these goals. Advocates for framing sustainability as a problem which can be described, confronted and resolved with technology and innovation argue that there is a need for a steady growth in consumption which can only be sustained by the drive of innovation. A key tenet of neoliberal economic theory is the push to privitize everything. The commons represent an increasingly contested site. It is our task to prevent the capture of the commons by private advantage both in material and digital spaces and corridors.\r\n\r\nRecorded by NUUG for FSCONS.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626117/theora/fscons17_-_339_-_en_-_smalltalk_-_201711041600_-_new_materialism_-_devyn_remme.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626117/broadcast/fscons17_-_339_-_en_-_smalltalk_-_201711041600_-_new_materialism_-_devyn_remme.dv",
                "original": "https://upload.frikanalen.no/media/626117/original/fscons17_-_339_-_en_-_smalltalk_-_201711041600_-_new_materialism_-_devyn_remme.webm",
                "largeThumb": "https://upload.frikanalen.no/media/626117/large_thumb/fscons17_-_339_-_en_-_smalltalk_-_201711041600_-_new_materialism_-_devyn_remme.jpg"
            },
            "creator": "davidwnoble@gmail.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:37:56.060000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/fscons17_-_339_-_en_-_smalltalk_-_201711041600_-_new_materialism_-_devyn_remme",
            "createdTime": "2018-12-16T15:06:15.998387Z",
            "updatedTime": "2018-12-16T19:35:43.189458Z",
            "uploadedTime": "2018-12-16T15:23:41.763505Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626117/theora/fscons17_-_339_-_en_-_smalltalk_-_201711041600_-_new_materialism_-_devyn_remme.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626117/large_thumb/fscons17_-_339_-_en_-_smalltalk_-_201711041600_-_new_materialism_-_devyn_remme.jpg"
        },
        {
            "id": 623148,
            "name": "Akkurat nå! 11.oktober",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623148/theora/2913_7f094666f2f14c5a8a43d92ce0e6988d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623148/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623148/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623148/broadcast/2913_2a874384ae0944f195e17238de8da36f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623148/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:37:51.960000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:26:00.437000Z",
            "updatedTime": "2018-11-10T18:29:30.163780Z",
            "uploadedTime": "2009-05-16T12:26:00.437000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623148/theora/2913_7f094666f2f14c5a8a43d92ce0e6988d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623148/large_thumb/large.jpg"
        },
        {
            "id": 627892,
            "name": "Diesen i samtale med Greenwald",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627892/theora/Diesen_Greenwald.mp4_.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627892/broadcast/Diesen_Greenwald.mp4_.dv",
                "largeThumb": "https://upload.frikanalen.no/media/627892/large_thumb/Diesen_Greenwald.mp4_.jpg",
                "original": "https://upload.frikanalen.no/media/627892/original/Diesen_Greenwald.mp4_.mp4"
            },
            "creator": "ola@frikanalen.no",
            "organization": {
                "id": 133,
                "name": "Bevegelsen for Sosialisme",
                "homepage": null,
                "description": "",
                "postalAddress": "c/o Fellesdistribusjon SA, postboks 1420 Vika, 0155 OSLO",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2249,
                "editorName": "Ola Tellesbø",
                "editorEmail": "ola@frikanalen.no",
                "editorMsisdn": "+47 400 41 813",
                "fkmember": true
            },
            "duration": "00:37:51.660000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-07-25T22:17:40.099374Z",
            "updatedTime": "2024-07-25T22:59:15.680159Z",
            "uploadedTime": "2024-07-25T22:31:42.981352Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627892/theora/Diesen_Greenwald.mp4_.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627892/large_thumb/Diesen_Greenwald.mp4_.jpg"
        },
        {
            "id": 626116,
            "name": "FSCONS 2017 - Pål Taule Bentebråten - Towards a Global Cryptocurrency Infrastructure: A Revolutionary Sharing Economy",
            "header": "Yesterday we bartered with favors. If you do something for me, I will do something for you in return.\r\n\r\nToday giant tech companies has commercialised the favor for a favor economy. They have built strong platforms with algorithms to match two parties in a market. Uber matches drivers with people that need a ride, AirBnB matches people that are in need of a place to stay with people that are renting out their apartments. They call this the sharing economy, but there is no such thing as sharing in it.\r\n\r\nTomorrow, we will build the true sharing economy on decentralized platforms that is owned by the people and not giant tech corporations. We will build platforms where the value is not extracted by a third party, but distributed right back into the network. We will build bottom up organizations with structures of collaboration and sharing rather than top down hierarchies of command and control.\r\n\r\n* A brief history of the sharing economy\r\n* How the sharing economy works today\r\n* How blockchain can transform the sharing economy\r\n* Hurdles ahead, challenges of using blockchains\r\n* Think big, think ahead, see a world of opportunities\r\n\r\nHow cryptocurrencies can enable a true sharing economy.\r\n\r\nChallenges ahead:\r\nInfrastructure and global adoption\r\nRegulation vs Innovation\r\nWhat’s next?\r\nUniversal Basic Income (UBI)\r\nA decentralized Internet\r\nNexus\r\n\r\nFilmed by NUUG for FSCONS.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626116/theora/fscons17_-_335_-_en_-_simula_-_201711051700_-_towards_a_global_cryptocurrency_infrastructure_a_revolutionary_sharing_economy_-_pal_taule_brentebraten.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626116/broadcast/fscons17_-_335_-_en_-_simula_-_201711051700_-_towards_a_global_cryptocurrency_infrastructure_a_revolutionary_sharing_economy_-_pal_taule_brentebraten.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626116/large_thumb/fscons17_-_335_-_en_-_simula_-_201711051700_-_towards_a_global_cryptocurrency_infrastructure_a_revolutionary_sharing_economy_-_pal_taule_brentebraten.jpg",
                "original": "https://upload.frikanalen.no/media/626116/original/fscons17_-_335_-_en_-_simula_-_201711051700_-_towards_a_global_cryptocurrency_infrastructure_a_revolutionary_sharing_economy_-_pal_taule_brentebraten.webm"
            },
            "creator": "davidwnoble@gmail.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:37:50",
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/fscons17_-_335_-_en_-_simula_-_201711051700_-_towards_a_global_cryptocurrency_infrastructure_a_revol",
            "createdTime": "2018-12-16T14:28:59.674965Z",
            "updatedTime": "2018-12-16T15:12:38.431677Z",
            "uploadedTime": "2018-12-16T14:41:09.854372Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626116/theora/fscons17_-_335_-_en_-_simula_-_201711051700_-_towards_a_global_cryptocurrency_infrastructure_a_revolutionary_sharing_economy_-_pal_taule_brentebraten.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626116/large_thumb/fscons17_-_335_-_en_-_simula_-_201711051700_-_towards_a_global_cryptocurrency_infrastructure_a_revolutionary_sharing_economy_-_pal_taule_brentebraten.jpg"
        },
        {
            "id": 625682,
            "name": "Professional Open-Source Radio Astronomy - Debconf 16",
            "header": "The Square Kilometer Array radio astronomy telescope will be one of the world's largest scientific instruments, spanning half the globe, with components distributed across Africa and Australia.\n\nThe MeerKAT telescope, one of its precursors, is currently under construction in South Africa and uses fully open-source software and hardware for primary signal processing operations. When completed next year, it will be the world's most sensitive L-band array.\n\nThis talk will discuss the telescopes and their unique challenges which drive the development of open-source hardware and software to process the deluge of data. I will introduce four generations of open-source FPGA hardware along with the collaboratively-developed ecosystem of software and DSP libraries.\n\nOpen Weekend session with Jason Manley during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625682/theora/Professional_OpenSource_Radio_Astronomy.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625682/broadcast/Professional_OpenSource_Radio_Astronomy.dv",
                "original": "https://upload.frikanalen.no/media/625682/original/Professional_OpenSource_Radio_Astronomy.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625682/small_thumb/Professional_OpenSource_Radio_Astronomy.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625682/large_thumb/Professional_OpenSource_Radio_Astronomy.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:37:39.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/113/",
            "createdTime": "2016-07-20T15:01:07.299487Z",
            "updatedTime": "2018-11-10T18:29:26.875899Z",
            "uploadedTime": "2016-07-20T15:01:12.645352Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625682/theora/Professional_OpenSource_Radio_Astronomy.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625682/large_thumb/Professional_OpenSource_Radio_Astronomy.jpg"
        },
        {
            "id": 622595,
            "name": "Akkurat nå! 31.mai",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622595/theora/2474_2408ed7f58464aceb148a0a710b6756d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622595/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622595/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622595/broadcast/orig_5001d0b6c7704500a569eadc85400672.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622595/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:37:34.640000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T17:14:00Z",
            "updatedTime": "2018-11-10T18:29:30.505562Z",
            "uploadedTime": "2009-01-02T17:14:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622595/theora/2474_2408ed7f58464aceb148a0a710b6756d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622595/large_thumb/large.jpg"
        },
        {
            "id": 625722,
            "name": "ifupdown2, the ultimate Network Interface Manager : progress and status - Debconf 16",
            "header": "Existing tools for network interface configuration have several shortcomings when applied to network switches. These include the lack of ability to handle interface dependencies, incremental updates to interface configuration without disruption, and interface configuration validation. The lack of such functionality increases operational burden. We introduced ifupdown2, a new network interface manager for Linux.\n\nifupdown2 solves these problems through an implementation based on dependency graphs. The purpose of this talk is to briefly describes network interface configuration on Linux, the problems that arise when configuring a network switch and how ifupdown2 solves these problems and increases operational efficiencies overall.\n\nThis talk mostly targets networking people.\nWe also want to encourage people to contribute to this project by writing their own addon module to support new protocols (e.g. B.A.T.M.A.N.) :\nhttps://github.com/CumulusNetworks/ifupdown2 \n\nhttps://packages.debian.org/sid/ifupdown2\n\nVia this talk we also want to give a general up-date on the project. What we added over the year (e.g. VRF, etc.) and what is coming (e.g. better netlink support, better performance..etc.)\n\nTalk (45 mins) session with Julien Fortin during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625722/theora/ifupdown2_the_ultimate_Network_Interface_Manager_progress_and_status.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625722/broadcast/ifupdown2_the_ultimate_Network_Interface_Manager_progress_and_status.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625722/large_thumb/ifupdown2_the_ultimate_Network_Interface_Manager_progress_and_status.jpg",
                "original": "https://upload.frikanalen.no/media/625722/original/ifupdown2_the_ultimate_Network_Interface_Manager_progress_and_status.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625722/small_thumb/ifupdown2_the_ultimate_Network_Interface_Manager_progress_and_status.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:37:17.670000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/114/",
            "createdTime": "2016-07-22T17:14:56.555308Z",
            "updatedTime": "2018-11-10T18:29:26.812397Z",
            "uploadedTime": "2016-07-22T17:15:06.183953Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625722/theora/ifupdown2_the_ultimate_Network_Interface_Manager_progress_and_status.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625722/large_thumb/ifupdown2_the_ultimate_Network_Interface_Manager_progress_and_status.jpg"
        },
        {
            "id": 625695,
            "name": "Running an SME on Debian - Debconf 16",
            "header": "In this talk, I would like to share our success story running skroutz.gr, one of Greece's most-visited websites, using Debian with over 400 installations covering every tier, from core routers, to servers, development workstations and support desktops. The prospective audience for this talk are primarily system administrators, but its scope is broad enough to include bits on packaging, contributing etc. The key points include:\n\n - Maintaining a relationship with Debian: how, when and what to contribute, how to get your sysadmins involved.\n - Sysadmin-friendly packaging in the age of Puppet: playing nice with both sysadmins and configuration management tools.\n - Internal repository organization and package versioning; how to make sure  your own packages play well with Debian's.\n - Leveraging Debian's own automation mechanisms in a highly automated environment; taming d-i preseeding and putting dpkg-divert to good use.\n - Applying security updates semi-automatically on a fleet of 300 servers.\n - Using Debian on the network: highly available routing and firewalling, using multiple upstream providers.\n - What we could do in Debian to further ease adoption by SMEs.\n\nTalk (45 mins) session with Apollon Oikonomopoulos during Debconf 16",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625695/broadcast/Running_an_SME_on_Debian.dv",
                "theora": "https://upload.frikanalen.no/media/625695/theora/Running_an_SME_on_Debian.ogv",
                "original": "https://upload.frikanalen.no/media/625695/original/Running_an_SME_on_Debian.webm",
                "largeThumb": "https://upload.frikanalen.no/media/625695/large_thumb/Running_an_SME_on_Debian.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625695/small_thumb/Running_an_SME_on_Debian.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:37:17.280000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/44/",
            "createdTime": "2016-07-21T20:35:17.483007Z",
            "updatedTime": "2018-11-10T18:29:26.850408Z",
            "uploadedTime": "2016-07-21T20:35:22.877291Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625695/theora/Running_an_SME_on_Debian.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625695/large_thumb/Running_an_SME_on_Debian.jpg"
        },
        {
            "id": 623123,
            "name": "Akkurat nå! 27.september",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623123/theora/2911_00ef4fb8d5ea4e41a4f7ee36b8b6b8b2.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623123/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623123/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623123/broadcast/2911_0e7a604513224ad286dd8276bb107fbf.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623123/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:37:12.840000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:23:03.563000Z",
            "updatedTime": "2018-11-10T18:29:30.193945Z",
            "uploadedTime": "2009-05-16T12:23:03.563000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623123/theora/2911_00ef4fb8d5ea4e41a4f7ee36b8b6b8b2.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623123/large_thumb/large.jpg"
        },
        {
            "id": 622630,
            "name": "Akkurat nå! 21.juni",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622630/theora/2897_6e24a3ede0354423a983b995e188e5f9.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622630/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622630/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622630/broadcast/orig_4d84e7e47544431985706eb73cab7114.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622630/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:37:08.720000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:07:57.170000Z",
            "updatedTime": "2018-11-10T18:29:30.465557Z",
            "uploadedTime": "2009-05-16T12:07:57.170000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622630/theora/2897_6e24a3ede0354423a983b995e188e5f9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622630/large_thumb/large.jpg"
        },
        {
            "id": 626721,
            "name": "Skipsfart på kong Salomos tid",
            "header": "Skipsfart på kong Salomos tid",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626721/theora/Skipsfart på kong Salomos tid.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626721/broadcast/Skipsfart på kong Salomos tid.dv",
                "original": "https://upload.frikanalen.no/media/626721/original/Skipsfart på kong Salomos tid.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626721/large_thumb/Skipsfart på kong Salomos tid.jpg"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:37:02.566667",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-03-08T17:33:52.524504Z",
            "updatedTime": "2021-03-20T07:30:42.081589Z",
            "uploadedTime": "2021-03-08T17:35:44Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626721/theora/Skipsfart på kong Salomos tid.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626721/large_thumb/Skipsfart på kong Salomos tid.jpg"
        },
        {
            "id": 626685,
            "name": "Hans Nielsen Hauge",
            "header": "En oversikt over Hauges liv",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/626685/theora/Hans Nielsen Hauge.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626685/broadcast/Hans Nielsen Hauge.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626685/large_thumb/Hans Nielsen Hauge.jpg",
                "original": "https://upload.frikanalen.no/media/626685/original/Hans Nielsen Hauge.mp4"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:37:00.733333",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-01-26T08:00:42.486672Z",
            "updatedTime": "2021-01-26T08:18:42.801813Z",
            "uploadedTime": "2021-01-26T08:01:24.752818Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626685/theora/Hans Nielsen Hauge.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626685/large_thumb/Hans Nielsen Hauge.jpg"
        },
        {
            "id": 625835,
            "name": "Daily Tech News Show 31. October 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625835/theora/DTNS20161029.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625835/broadcast/DTNS20161029.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625835/small_thumb/DTNS20161029.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625835/large_thumb/DTNS20161029.jpg",
                "original": "https://upload.frikanalen.no/media/625835/original/DTNS20161029.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:36:55.900000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7895vid",
            "createdTime": "2016-12-01T11:13:10.559531Z",
            "updatedTime": "2018-11-10T18:29:26.647160Z",
            "uploadedTime": "2016-12-01T11:13:15.754093Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625835/theora/DTNS20161029.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625835/large_thumb/DTNS20161029.jpg"
        },
        {
            "id": 627937,
            "name": "Hva er bibelens budskap?",
            "header": "Viktig informasjon",
            "description": "Bibelen",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627937/theora/Hva er bibelens budskap_ (2).ogv",
                "broadcast": "https://upload.frikanalen.no/media/627937/broadcast/Hva er bibelens budskap_ (2).dv",
                "original": "https://upload.frikanalen.no/media/627937/original/Hva er bibelens budskap_ (2).mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627937/large_thumb/Hva er bibelens budskap_ (2).jpg"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:36:52.200000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-10-22T14:30:38.811598Z",
            "updatedTime": "2024-10-22T15:05:57.814250Z",
            "uploadedTime": "2024-10-22T14:47:51.061325Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627937/theora/Hva er bibelens budskap_ (2).ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627937/large_thumb/Hva er bibelens budskap_ (2).jpg"
        },
        {
            "id": 625720,
            "name": "The past year in APT - Debconf 16",
            "header": "Apt is used by a lot of people every day to update their systems, install software, and remove software on Debian, Ubuntu, and other derivatives. Some people actually forked\nan old apt and run it on some kind of fruit phones. The APT library is also used by aptitude, a formidable ncurses frontend.\n\nThis talk discusses three major topics of APT development in the past year:\n\nFirstly, security improvements such as acquire method sandboxing and the deprecation of SHA1 support.\n\nSecondly, performance improvements: Between 1.1 and 1.2 there were many commits improving performance, both for the update command and building the cache itself (hello, phones!).\n\nThirdly, we will take a look at the new pinning engine introduced in 1.1 at last year's DebConf, how it is different from the older engine, and why it is much better and actually does what you mean instead of nonsense.\n\nTalk (45 mins) session with Julian Andres Klode during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625720/theora/The_past_year_in_APT.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625720/broadcast/The_past_year_in_APT.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625720/large_thumb/The_past_year_in_APT.jpg",
                "original": "https://upload.frikanalen.no/media/625720/original/The_past_year_in_APT.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625720/small_thumb/The_past_year_in_APT.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:36:41.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/6/",
            "createdTime": "2016-07-22T16:05:41.342740Z",
            "updatedTime": "2018-11-10T18:29:26.815198Z",
            "uploadedTime": "2016-07-22T16:05:47.179744Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625720/theora/The_past_year_in_APT.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625720/large_thumb/The_past_year_in_APT.jpg"
        }
    ]
}