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&limit=50&offset=100&ordering=updated_time&page=72
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3369,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=150&ordering=updated_time&page=72",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=50&ordering=updated_time&page=72",
    "results": [
        {
            "id": 625731,
            "name": "DebConf17 - Debconf 16",
            "header": "Overview of DebConf17 in Montreal.\n\nTalk (20 mins) session with Jerome Charaoui, Alexandre Viau, Gabriel Filion and Louis-Philippe Véronneau during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625731/theora/DebConf17_2.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625731/broadcast/DebConf17_2.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625731/large_thumb/DebConf17_2.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625731/small_thumb/DebConf17_2.jpg",
                "original": "https://upload.frikanalen.no/media/625731/original/DebConf17_2.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:18:37.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/12/",
            "createdTime": "2016-07-22T22:14:47.261100Z",
            "updatedTime": "2018-11-10T18:29:26.799778Z",
            "uploadedTime": "2016-07-22T22:14:52.652992Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625731/theora/DebConf17_2.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625731/large_thumb/DebConf17_2.jpg"
        },
        {
            "id": 625730,
            "name": "Testing Debian-Installer using jenkins.debian.{net,org} - Debconf 16",
            "header": "... or how to stop worrying and have fun hacking on d-i without needing to be scared about breaking everything\n\nThe objective here is to let people push to feature branches and find out later how much damage they would have done had they put that into d-i.  The hope being that the answer will often be \"None\"\n\nThis should encourage people to do more work on d-i.  The talk will also serve to demonstrate the use of Cucumber and Jenkins that we have for running the tests.\n\nTalk (45 mins) session with Philip Hands during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625730/theora/Testing_DebianInstaller_using_jenkinsdebiannetorg.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625730/broadcast/Testing_DebianInstaller_using_jenkinsdebiannetorg.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625730/small_thumb/Testing_DebianInstaller_using_jenkinsdebiannetorg.jpg",
                "original": "https://upload.frikanalen.no/media/625730/original/Testing_DebianInstaller_using_jenkinsdebiannetorg.webm",
                "largeThumb": "https://upload.frikanalen.no/media/625730/large_thumb/Testing_DebianInstaller_using_jenkinsdebiannetorg.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:46:17.200000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/55/",
            "createdTime": "2016-07-22T21:34:54.003229Z",
            "updatedTime": "2018-11-10T18:29:26.801188Z",
            "uploadedTime": "2016-07-22T21:35:34.578357Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625730/theora/Testing_DebianInstaller_using_jenkinsdebiannetorg.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625730/large_thumb/Testing_DebianInstaller_using_jenkinsdebiannetorg.jpg"
        },
        {
            "id": 625729,
            "name": "Live demos - Debconf 16",
            "header": "Show off your project! NB: It will be mandatory to set up your laptop before the session, in order to assure a smooth transition between speakers.\n\nTalk (45 mins) session with Nattie Mayer-Hutchings during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625729/theora/Live_demos_4.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625729/broadcast/Live_demos_4.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625729/large_thumb/Live_demos_4.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625729/small_thumb/Live_demos_4.jpg",
                "original": "https://upload.frikanalen.no/media/625729/original/Live_demos_4.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:44:17.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/104/",
            "createdTime": "2016-07-22T20:57:26.088864Z",
            "updatedTime": "2018-11-10T18:29:26.802555Z",
            "uploadedTime": "2016-07-22T20:57:44.981947Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625729/theora/Live_demos_4.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625729/large_thumb/Live_demos_4.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": 625727,
            "name": "Decentralized communications with Ring - Debconf 16",
            "header": "This talk will be an introduction to Ring and the technology behind it. \n\nWe will explore how OpenDHT and ICE are used to initiate communications and transmit messages in an decentralized and secure manner.\n\nThe talk also includes a presentation of the different Ring clients, notably the new `ring` package that has made it to Debian testing this week.\n\nFinally, we will have a look at an up and comming new Ring freature: username registration using ethereum and a block chain.\n\nTalk (45 mins) session with Alexandre Viau and Simon Désaulniers during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625727/theora/Decentralized_communications_with_Ring.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625727/broadcast/Decentralized_communications_with_Ring.dv",
                "original": "https://upload.frikanalen.no/media/625727/original/Decentralized_communications_with_Ring.webm",
                "largeThumb": "https://upload.frikanalen.no/media/625727/large_thumb/Decentralized_communications_with_Ring.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625727/small_thumb/Decentralized_communications_with_Ring.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:22:08.360000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/139/",
            "createdTime": "2016-07-22T20:02:44.788796Z",
            "updatedTime": "2018-11-10T18:29:26.805299Z",
            "uploadedTime": "2016-07-22T20:02:51.890032Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625727/theora/Decentralized_communications_with_Ring.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625727/large_thumb/Decentralized_communications_with_Ring.jpg"
        },
        {
            "id": 625726,
            "name": "GNU/screen comes to Debian Installer - Debconf 16",
            "header": "It's based on my recent work to support GNU/screen for Debian Installer.\n\nFor d-i on normal PC, we can simply press Alt-F2 to get a console almost anytime during install, but it's not easy for some device such as headless server or ARM based board, which usually accessed via serial console or network-console (SSH).\nSo I spent some time to make GNU/screen ported to Debian Installer [0].\n\nNow it's almost done, and only wait for 2 packages to be uploaded [1][2]\nI also made a few local build for a few devices, and asked users to test, the feedback is quite positive [3].\n\nI'll introduce this work during the short talk and ask for feedback.\nAnd if possible, I can also do some demo after the talk. Thank you!\n\n[0] https://lists.debian.org/debian-boot/2016/04/msg00308.html\n[1] https://bugs.debian.org/819397\n[2] https://bugs.debian.org/819988\n[3] https://lists.debian.org/debian-boot/2016/05/msg00121.html\n\nTalk (20 mins) session with Roger Shimizu during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625726/theora/GNUscreen_comes_to_Debian_Installer.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625726/broadcast/GNUscreen_comes_to_Debian_Installer.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625726/small_thumb/GNUscreen_comes_to_Debian_Installer.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625726/large_thumb/GNUscreen_comes_to_Debian_Installer.jpg",
                "original": "https://upload.frikanalen.no/media/625726/original/GNUscreen_comes_to_Debian_Installer.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:24:00.680000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/86/",
            "createdTime": "2016-07-22T19:40:56.007829Z",
            "updatedTime": "2018-11-10T18:29:26.806687Z",
            "uploadedTime": "2016-07-22T19:41:03.832662Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625726/theora/GNUscreen_comes_to_Debian_Installer.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625726/large_thumb/GNUscreen_comes_to_Debian_Installer.jpg"
        },
        {
            "id": 625725,
            "name": "2 Years of Work of Paid Contributors in the Debian LTS Project - Debconf 16",
            "header": "July 2014 was the first month where Freexian used the money collected from many sponsors to pay Debian contributors to provide security updates for Debian 6. The Debian LTS project is now 2 years old: this talk is a restrospective of how we got started, a presentation of how we work today and of our plans for the future.\n\nThis talk will also serve as an introduction to a BoF discussing the usage of (Debian) money to fund Debian projects. The Debian LTS project, despite its public reliance on sponsorship, and the fact that it is paying Debian contributors, has been well accepted in the Debian community. The talk will thus cover extensively the precautions taken when it comes to the handling of the money.\n\nTalk (45 mins) session with Raphaël Hertzog during Debconf 16",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625725/broadcast/2_Years_of_Work_of_Paid_Contributors_in_the_Debian_LTS_Project.dv",
                "theora": "https://upload.frikanalen.no/media/625725/theora/2_Years_of_Work_of_Paid_Contributors_in_the_Debian_LTS_Project.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625725/small_thumb/2_Years_of_Work_of_Paid_Contributors_in_the_Debian_LTS_Project.jpg",
                "original": "https://upload.frikanalen.no/media/625725/original/2_Years_of_Work_of_Paid_Contributors_in_the_Debian_LTS_Project.webm",
                "largeThumb": "https://upload.frikanalen.no/media/625725/large_thumb/2_Years_of_Work_of_Paid_Contributors_in_the_Debian_LTS_Project.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:45:28.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/40/",
            "createdTime": "2016-07-22T19:00:57.729641Z",
            "updatedTime": "2018-11-10T18:29:26.808098Z",
            "uploadedTime": "2016-07-22T19:01:03.410242Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625725/theora/2_Years_of_Work_of_Paid_Contributors_in_the_Debian_LTS_Project.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625725/large_thumb/2_Years_of_Work_of_Paid_Contributors_in_the_Debian_LTS_Project.jpg"
        },
        {
            "id": 625724,
            "name": "Towards the formal verification of maintainer scripts - Debconf 16",
            "header": "This talk describes a recently started research project named\n[http://colis.irif.univ-paris-diderot.fr/ Colis] with the goal of\ndeveloping techniques and tools for the formal verification of\nmaintainer scripts (preinst, postinst, prerm, postrm).\n\n*Program verification* aims at obtaining a formal assurance that a\nprogram is correct with respect to a given specification. This is\nachieved by constructing a formal proof of correctness of the program.\nIn contrast to *program testing*, the existence of a proof assures\nthat the program behaves correctly in *any* situation described by the\nspecification. Failure of an attempt to verify a program, on the other\nhand, can often be used to generate useful test cases.\n\nA possible example of a program specification is absence of execution\nerror under certain initial conditions. Automatic program verification\neven for this kind of specification is an extremely challenging task.\nIn case of Debian maintainer scripts we are faced with even more\nchallenging properties like idempotency of scripts (required by\npolicy), or commutation of scripts.\n\nThe project is still in the beginning, so there are no results yet to\npresent. However, I will explain why I think that the case of Debian\nmaintainer scripts is very interesting for program verification : some\naspects of scripts (POSIX shell, manipulation of a complex data\nstructure) make the problem very difficult, while other aspects of the\nDebian case are likely to make the problem easier. I am also very\ninterested in the inputs from the audience about possible use cases of\nscript verification in the context of Debian.\n\nTalk (45 mins) session with Ralf Treinen during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625724/theora/Towards_the_formal_verification_of_maintainer_scripts.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625724/broadcast/Towards_the_formal_verification_of_maintainer_scripts.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625724/large_thumb/Towards_the_formal_verification_of_maintainer_scripts.jpg",
                "original": "https://upload.frikanalen.no/media/625724/original/Towards_the_formal_verification_of_maintainer_scripts.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625724/small_thumb/Towards_the_formal_verification_of_maintainer_scripts.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:44:24.640000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/63/",
            "createdTime": "2016-07-22T18:23:01.482749Z",
            "updatedTime": "2018-11-10T18:29:26.809460Z",
            "uploadedTime": "2016-07-22T18:23:10.165109Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625724/theora/Towards_the_formal_verification_of_maintainer_scripts.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625724/large_thumb/Towards_the_formal_verification_of_maintainer_scripts.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": 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": 625721,
            "name": "Reproducible Builds status update - Debconf 16",
            "header": "With free software, anyone can inspect the source code for malicious flaws. But Debian provide binary packages to its users. The idea of “deterministic” or “reproducible” builds is to empower anyone to verify that no flaws have been introduced during the build process by reproducing byte-for-byte identical binary packages from a given source.\n\nThis talk will explain the current status of the Debian Reproducible Builds project, how this is relevant for the complete free software eco system and how you can contribute.\n\nTalk (45 mins) session with Chris Lamb during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625721/theora/Reproducible_Builds_status_update.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625721/broadcast/Reproducible_Builds_status_update.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625721/large_thumb/Reproducible_Builds_status_update.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625721/small_thumb/Reproducible_Builds_status_update.jpg",
                "original": "https://upload.frikanalen.no/media/625721/original/Reproducible_Builds_status_update.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:44:00.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/7/",
            "createdTime": "2016-07-22T16:37:31.751566Z",
            "updatedTime": "2018-11-10T18:29:26.813808Z",
            "uploadedTime": "2016-07-22T16:37:37.048281Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625721/theora/Reproducible_Builds_status_update.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625721/large_thumb/Reproducible_Builds_status_update.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"
        },
        {
            "id": 625719,
            "name": "AppStream: Machine-readable metadata for all the things! - Debconf 16",
            "header": "Since last year, Debian supports the AppStream specification for providing machine readable metadata for any software component available in the Linux distribution.\nAt time, the data is primarily used by GNOME Software and KDE Discover to display an user-friendly catalogue of installable applications. But this is not all we can do with the new metadata: It can be used to automatically detect and install missing firmware and drivers, match applications between distributions and allow upstream projects to track them across different distribution releases and other interesting tasks like automatically checking installed applications for vulnerabilities or installing missing libraries and Python modules automatically in a distro-agnostic way.\n\nThe talk will explain what AppStream is today and how it is implemented in Debian, as well as giving some statistics on the availability and evolution of metadata. It will also go into detail on usecases for the metadata, challenges in writing it and future plans, like support for fonts and more automatization in data generation.\n\nTalk (20 mins) session with Matthias Klumpp during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625719/theora/AppStream_Machinereadable_metadata_for_all_the_things.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625719/broadcast/AppStream_Machinereadable_metadata_for_all_the_things.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625719/large_thumb/AppStream_Machinereadable_metadata_for_all_the_things.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625719/small_thumb/AppStream_Machinereadable_metadata_for_all_the_things.jpg",
                "original": "https://upload.frikanalen.no/media/625719/original/AppStream_Machinereadable_metadata_for_all_the_things.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:21:12.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/64/",
            "createdTime": "2016-07-22T15:47:39.357070Z",
            "updatedTime": "2018-11-10T18:29:26.816621Z",
            "uploadedTime": "2016-07-22T15:47:44.809616Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625719/theora/AppStream_Machinereadable_metadata_for_all_the_things.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625719/large_thumb/AppStream_Machinereadable_metadata_for_all_the_things.jpg"
        },
        {
            "id": 625718,
            "name": "Debian/Linux in Developing Nations - Challenges and Rewards - Debconf 16",
            "header": "FOSS software is undoubtedly the best option for developing nations, where financial resources may limit access to proprietary software. At the same time, using Debian/Linux also has its share of challenges in these settings, as there may be infrastructure issues to contend with. This talk shares the joys I have personally experienced while using Debian in Swaziland, as well as the challenges that I have faced, and also seen others face too.\n\nPerhaps the audience may be able to suggest ways to overcome some of the issues involved, and thus get more exposure and adoption for Debian in developing countries.\n\nTalk (20 mins) session with Sicelo Mhlongo during Debconf 16",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625718/broadcast/DebianLinux_in_Developing_Nations_Challenges_and_Rewards.dv",
                "theora": "https://upload.frikanalen.no/media/625718/theora/DebianLinux_in_Developing_Nations_Challenges_and_Rewards.ogv",
                "original": "https://upload.frikanalen.no/media/625718/original/DebianLinux_in_Developing_Nations_Challenges_and_Rewards.webm",
                "largeThumb": "https://upload.frikanalen.no/media/625718/large_thumb/DebianLinux_in_Developing_Nations_Challenges_and_Rewards.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625718/small_thumb/DebianLinux_in_Developing_Nations_Challenges_and_Rewards.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:23:30.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/121/",
            "createdTime": "2016-07-22T15:27:54.631110Z",
            "updatedTime": "2018-11-10T18:29:26.818082Z",
            "uploadedTime": "2016-07-22T15:27:59.885815Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625718/theora/DebianLinux_in_Developing_Nations_Challenges_and_Rewards.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625718/large_thumb/DebianLinux_in_Developing_Nations_Challenges_and_Rewards.jpg"
        },
        {
            "id": 625717,
            "name": "Developing plugins for FreeRTC - Debconf 16",
            "header": "WebRTC, also known as RTCWeb, puts two-way media streaming capabilities into the web browser and provides an API to manage them (starting and stopping calls) from the JavaScript embedded in any web page. The technology has been pioneered in the two major browsers, Mozilla Firefox and Google Chrome. Other browsers have been following their lead. There was some instability in the early years of WebRTC but since mid-2014 the technology has stabilised significantly. There have been some pseudo-WebRTC solutions as well, specifically, browser plugins that offer behavior similar to WebRTC with an emphasis on a specific provider. These solutions are not true WebRTC and they are largely becoming irrelevant now that most users have upgraded to browsers with genuine WebRTC support built in. WebRTC provides a mechanism for peer-to-peer media streaming (audio or video) but it does not specify the use of any particular signalling system, the mechanism responsible for locating other users and routing calls to them.\nThe talk is going to include how to develop FreeRTC plugins for third party applications. Code snippets will be shared. Now it is possible to talk to each other from different cms systems.\n\nTalk (20 mins) session with Mesut Can Gurle during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625717/theora/Developing_plugins_for_FreeRTC.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625717/broadcast/Developing_plugins_for_FreeRTC.dv",
                "original": "https://upload.frikanalen.no/media/625717/original/Developing_plugins_for_FreeRTC.webm",
                "largeThumb": "https://upload.frikanalen.no/media/625717/large_thumb/Developing_plugins_for_FreeRTC.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625717/small_thumb/Developing_plugins_for_FreeRTC.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:17:18.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/29/",
            "createdTime": "2016-07-22T15:13:16.397867Z",
            "updatedTime": "2018-11-10T18:29:26.819483Z",
            "uploadedTime": "2016-07-22T15:13:21.446550Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625717/theora/Developing_plugins_for_FreeRTC.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625717/large_thumb/Developing_plugins_for_FreeRTC.jpg"
        },
        {
            "id": 625716,
            "name": "deb.debian.org - Debconf 16",
            "header": "deb.debian.org is the Debian archive, fronted by a CDN instead of using the traditional mirror network. In this talk I will go into some of the new challenges this presents, current status and future plans. It will also touch on our traditional mirror structure and some of the challenges surrounding this.\n\nTalk (20 mins) session with Tollef Fog Heen during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625716/theora/debdebianorg.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625716/broadcast/debdebianorg.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625716/small_thumb/debdebianorg.jpg",
                "original": "https://upload.frikanalen.no/media/625716/original/debdebianorg.webm",
                "largeThumb": "https://upload.frikanalen.no/media/625716/large_thumb/debdebianorg.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:19:51.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/97/",
            "createdTime": "2016-07-22T14:55:54.305874Z",
            "updatedTime": "2018-11-10T18:29:26.820918Z",
            "uploadedTime": "2016-07-22T14:55:59.235257Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625716/theora/debdebianorg.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625716/large_thumb/debdebianorg.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": 625714,
            "name": "Lightning talks - Debconf 16",
            "header": "They're talks. They go like lightning.\n\nTalk (45 mins) session with Nattie Mayer-Hutchings during Debconf 16",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625714/broadcast/Lightning_talks_6.dv",
                "theora": "https://upload.frikanalen.no/media/625714/theora/Lightning_talks_6.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625714/large_thumb/Lightning_talks_6.jpg",
                "original": "https://upload.frikanalen.no/media/625714/original/Lightning_talks_6.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625714/small_thumb/Lightning_talks_6.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:51:22.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/105/",
            "createdTime": "2016-07-22T13:37:38.584877Z",
            "updatedTime": "2018-11-10T18:29:26.823686Z",
            "uploadedTime": "2016-07-22T13:37:45.209826Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625714/theora/Lightning_talks_6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625714/large_thumb/Lightning_talks_6.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": 625712,
            "name": "The Conservancy Debian Services Agreement: One Year Hence - Debconf 16",
            "header": "At my invited talk at DebConf15, I announced Software Freedom Conservancy's Debian Services agreement with the Debian project.  Under the agreement, Conservancy provides some essential services to the Debian project.  Most notably, Conservancy accepts copyright assignments and enforcement agreements from Debian contributors, and enforces those copyrights when copyleft licenses are violated.  Additionally, Conservancy provides its expertise on licensing issues, project governance, and the like, in an advisory role to the Debian project.\n\nThis talk will cover what Conservancy accomplished for Debian under this services agreement, how the agreement is working so far, and what how Conservancy and Debian can work together in the coming year to make even better use of the services provided under the agreement.\n\nIdeally, attendees will come to suggest ideas for what they'd like to see, and after a short presentation, the remaining time will be used for Q&A and discussion.\n\nTalk (45 mins) session with Bradley Kuhn during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625712/theora/The_Conservancy_Debian_Services_Agreement_One_Year_Hence.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625712/broadcast/The_Conservancy_Debian_Services_Agreement_One_Year_Hence.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625712/large_thumb/The_Conservancy_Debian_Services_Agreement_One_Year_Hence.jpg",
                "original": "https://upload.frikanalen.no/media/625712/original/The_Conservancy_Debian_Services_Agreement_One_Year_Hence.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625712/small_thumb/The_Conservancy_Debian_Services_Agreement_One_Year_Hence.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:42:46.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/34/",
            "createdTime": "2016-07-22T12:25:13.647357Z",
            "updatedTime": "2018-11-10T18:29:26.826564Z",
            "uploadedTime": "2016-07-22T12:25:19.316595Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625712/theora/The_Conservancy_Debian_Services_Agreement_One_Year_Hence.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625712/large_thumb/The_Conservancy_Debian_Services_Agreement_One_Year_Hence.jpg"
        },
        {
            "id": 625710,
            "name": "Building cloud images for Microsoft Azure - Debconf 16",
            "header": "Status of building Debian images for Microsoft's Azure cloud\n\nTalk (20 mins) session with Martin Zobel-Helas and Stephen Zarkos during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625710/theora/Building_cloud_images_for_Microsoft_Azure.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625710/broadcast/Building_cloud_images_for_Microsoft_Azure.dv",
                "original": "https://upload.frikanalen.no/media/625710/original/Building_cloud_images_for_Microsoft_Azure.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625710/small_thumb/Building_cloud_images_for_Microsoft_Azure.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625710/large_thumb/Building_cloud_images_for_Microsoft_Azure.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:17:53.520000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/20/",
            "createdTime": "2016-07-22T11:57:46.710050Z",
            "updatedTime": "2018-11-10T18:29:26.829495Z",
            "uploadedTime": "2016-07-22T11:57:51.708394Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625710/theora/Building_cloud_images_for_Microsoft_Azure.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625710/large_thumb/Building_cloud_images_for_Microsoft_Azure.jpg"
        },
        {
            "id": 625709,
            "name": "Android SDK Tools in Debian - Debconf 16",
            "header": "android-tools is a young packaging team which focuses on bringing a usable Android SDK/NDK to Debian. This talk describes the rationale, people involved and current status of our packages. We also would like to call for more people join us.\n\nAndroid one of the most popular mobile operating systems in the world, which also makes the SDK vital to us. However not every developer in the world can easily download Android's SDK. In some corner of the world, people prefer to rely on third party mirror or even developer-provided binaries on some web drives. XcodeGhost on iOS side was caused by similar reasons. Additionally, official released Android SDK binaries are proprietary software. By building the SDK from source and deploy it to all Debian mirrors spread over the world, all developers can easily get it and are safe to use it.\n\nThe packaging force of Android SDK started as student projects of Google Summer of Code 2015 and 2016.\n\nTalk (20 mins) session with Kai-Chung Yan during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625709/theora/Android_SDK_Tools_in_Debian.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625709/broadcast/Android_SDK_Tools_in_Debian.dv",
                "original": "https://upload.frikanalen.no/media/625709/original/Android_SDK_Tools_in_Debian.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625709/small_thumb/Android_SDK_Tools_in_Debian.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625709/large_thumb/Android_SDK_Tools_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:19:13.890000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/18/",
            "createdTime": "2016-07-22T11:40:43.956394Z",
            "updatedTime": "2018-11-10T18:29:26.830908Z",
            "uploadedTime": "2016-07-22T11:40:51.698685Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625709/theora/Android_SDK_Tools_in_Debian.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625709/large_thumb/Android_SDK_Tools_in_Debian.jpg"
        },
        {
            "id": 625708,
            "name": "Advancing container support in Debian - Debconf 16",
            "header": "Containers and related technologies have emerged (or re-emerged depending on your point of view) as both a complement and substitute to virtualisation.  The Debian Go Packaging Team has been hard at work packaging the latest releases of Docker, Kubernetes and Rocket to ensure that the Debian community can use DFSG-compliant versions of.  This talk will discuss that challenges of packaging software in the Go language and show how containerisation actually plays to Debian's strengths as a stable, free and unencumbered operating system.\n\nTalk (20 mins) session with Tim Potter during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625708/theora/Advancing_container_support_in_Debian.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625708/broadcast/Advancing_container_support_in_Debian.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625708/small_thumb/Advancing_container_support_in_Debian.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625708/large_thumb/Advancing_container_support_in_Debian.jpg",
                "original": "https://upload.frikanalen.no/media/625708/original/Advancing_container_support_in_Debian.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:19:20.760000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/75/",
            "createdTime": "2016-07-22T11:24:47.368604Z",
            "updatedTime": "2018-11-10T18:29:26.832371Z",
            "uploadedTime": "2016-07-22T11:24:53.407974Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625708/theora/Advancing_container_support_in_Debian.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625708/large_thumb/Advancing_container_support_in_Debian.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": 625706,
            "name": "Ubuntu on z Systems (s390x) - Debconf 16",
            "header": "Ubuntu 16.04 LTS has shipped with a new port - s390x, which has existed for a while on Debian. This talk will briefly cover how the port was bootstrapped and what changes were done in the infrastructure to accommodate unusual particularities of IBM z Systems. Ideally this talk will also be followed by an s390x port BoF.\n\nTalk (45 mins) session with Dimitri John Ledkov during Debconf 16",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625706/broadcast/Ubuntu_on_z_Systems_s390x.dv",
                "theora": "https://upload.frikanalen.no/media/625706/theora/Ubuntu_on_z_Systems_s390x.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625706/large_thumb/Ubuntu_on_z_Systems_s390x.jpg",
                "original": "https://upload.frikanalen.no/media/625706/original/Ubuntu_on_z_Systems_s390x.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625706/small_thumb/Ubuntu_on_z_Systems_s390x.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:13:48.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/72/",
            "createdTime": "2016-07-22T10:38:47.369605Z",
            "updatedTime": "2018-11-10T18:29:26.835117Z",
            "uploadedTime": "2016-07-22T10:38:52.548985Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625706/theora/Ubuntu_on_z_Systems_s390x.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625706/large_thumb/Ubuntu_on_z_Systems_s390x.jpg"
        },
        {
            "id": 625705,
            "name": "The distro as a middleman: HPE's Debian derivative two years later - Debconf 16",
            "header": "Another year has passed and HP's (now HPE) Debian derivative is another year older.  In this presentation I will be talking about how HPE has been doubling down on Debian and the effects this has had on how open source software is being managed within the company.  HPE Linux has consolidated many functions previously distributed (and duplicated!) within HPE, and is now acting as a middleman or proxy between many internal and external parties.  The idea of the distro as a middleman will be explored and how this can be used to promote or propose using Debian in other organisations.\n\nTalk (45 mins) session with Tim Potter during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625705/theora/The_distro_as_a_middleman_HPEs_Debian_derivative_two_years_later.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625705/broadcast/The_distro_as_a_middleman_HPEs_Debian_derivative_two_years_later.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625705/small_thumb/The_distro_as_a_middleman_HPEs_Debian_derivative_two_years_later.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625705/large_thumb/The_distro_as_a_middleman_HPEs_Debian_derivative_two_years_later.jpg",
                "original": "https://upload.frikanalen.no/media/625705/original/The_distro_as_a_middleman_HPEs_Debian_derivative_two_years_later.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:35:15.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/74/",
            "createdTime": "2016-07-22T10:08:26.117453Z",
            "updatedTime": "2018-11-10T18:29:26.836525Z",
            "uploadedTime": "2016-07-22T10:08:31.761878Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625705/theora/The_distro_as_a_middleman_HPEs_Debian_derivative_two_years_later.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625705/large_thumb/The_distro_as_a_middleman_HPEs_Debian_derivative_two_years_later.jpg"
        },
        {
            "id": 625704,
            "name": "Less passwords, more security: mass administration of MariaDB servers with socket authentication - Debconf 16",
            "header": "In this talk I'll explain how socket authentication in MariaDB works and how it makes the life of system administrators easier when they can do all maintenance as root, without the need of additional passwords. Life without extra passwords is also more secure, as there is less to leak or loose. Socket authentication in MariaDB is by default enabled in Debian.\n\nTalk (45 mins) session with Otto Kekäläinen during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625704/theora/Less_passwords_more_security_mass_administration_of_MariaDB_servers_with_socket_authentication.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625704/broadcast/Less_passwords_more_security_mass_administration_of_MariaDB_servers_with_socket_authentication.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625704/large_thumb/Less_passwords_more_security_mass_administration_of_MariaDB_servers_with_socket_authentication.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625704/small_thumb/Less_passwords_more_security_mass_administration_of_MariaDB_servers_with_socket_authentication.jpg",
                "original": "https://upload.frikanalen.no/media/625704/original/Less_passwords_more_security_mass_administration_of_MariaDB_servers_with_socket_authentication.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:35:58.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/49/",
            "createdTime": "2016-07-22T09:38:23.055033Z",
            "updatedTime": "2018-11-10T18:29:26.837896Z",
            "uploadedTime": "2016-07-22T09:38:30.893653Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625704/theora/Less_passwords_more_security_mass_administration_of_MariaDB_servers_with_socket_authentication.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625704/large_thumb/Less_passwords_more_security_mass_administration_of_MariaDB_servers_with_socket_authentication.jpg"
        },
        {
            "id": 625703,
            "name": "Kali Linux's Experience of a Derivative Tracking Debian Testing - Debconf 16",
            "header": "Kali Linux is a Debian derivative since 2012, it is maintained by Offensive Security and dedicated to penetration testing.\n\nInitially it was based on Debian Stable (Wheezy then Jessie) but since late 2015, it now tracks Debian Testing with its daily changes. There are upsides and downsides to this and I'll try to present those as well as the infrastructure that we have setup to run Kali Linux (repositories, build daemons, jenkins checks, etc.).\n\nThis talk is interesting for other Debian derivatives that want to learn from Kali's experience, but it's also interesting for the Debian community to learn of the problems that derivatives are facing when they try to track Debian Testing.\n\nTalk (45 mins) session with Raphaël Hertzog during Debconf 16",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625703/broadcast/Kali_Linuxs_Experience_of_a_Derivative_Tracking_Debian_Testing.dv",
                "theora": "https://upload.frikanalen.no/media/625703/theora/Kali_Linuxs_Experience_of_a_Derivative_Tracking_Debian_Testing.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625703/large_thumb/Kali_Linuxs_Experience_of_a_Derivative_Tracking_Debian_Testing.jpg",
                "original": "https://upload.frikanalen.no/media/625703/original/Kali_Linuxs_Experience_of_a_Derivative_Tracking_Debian_Testing.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625703/small_thumb/Kali_Linuxs_Experience_of_a_Derivative_Tracking_Debian_Testing.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:48:55.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/39/",
            "createdTime": "2016-07-22T08:58:52.097925Z",
            "updatedTime": "2018-11-10T18:29:26.839263Z",
            "uploadedTime": "2016-07-22T08:58:59.924710Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625703/theora/Kali_Linuxs_Experience_of_a_Derivative_Tracking_Debian_Testing.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625703/large_thumb/Kali_Linuxs_Experience_of_a_Derivative_Tracking_Debian_Testing.jpg"
        },
        {
            "id": 625702,
            "name": "Live demos - Debconf 16",
            "header": "Show off your project! NB: It will be mandatory to set up your laptop before the session, in order to assure a smooth transition between speakers.\n\nTalk (45 mins) session with Nattie Mayer-Hutchings during Debconf 16",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625702/broadcast/Live_demos_3.dv",
                "theora": "https://upload.frikanalen.no/media/625702/theora/Live_demos_3.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625702/small_thumb/Live_demos_3.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625702/large_thumb/Live_demos_3.jpg",
                "original": "https://upload.frikanalen.no/media/625702/original/Live_demos_3.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:24:28.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/3/",
            "createdTime": "2016-07-22T07:41:20.142790Z",
            "updatedTime": "2018-11-10T18:29:26.840684Z",
            "uploadedTime": "2016-07-22T07:41:24.897230Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625702/theora/Live_demos_3.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625702/large_thumb/Live_demos_3.jpg"
        },
        {
            "id": 625701,
            "name": "Derivative Panel - Debconf 16",
            "header": "There is a big community developing Debian derivative distributions. This talk aims to discuss about what derivative distributions use for their day to day operation, such building packages, images, live media, managing distribution repositories, trying to seek better unification and standardisation of such tools and processes. In the same way, we shall explore and discuss the return path to the upstream distribution.\n\nTalk (45 mins) session with Héctor Orón Martínez during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625701/theora/Derivative_Panel.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625701/broadcast/Derivative_Panel.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625701/large_thumb/Derivative_Panel.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625701/small_thumb/Derivative_Panel.jpg",
                "original": "https://upload.frikanalen.no/media/625701/original/Derivative_Panel.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:44:39.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/87/",
            "createdTime": "2016-07-22T06:59:14.455055Z",
            "updatedTime": "2018-11-10T18:29:26.842057Z",
            "uploadedTime": "2016-07-22T06:59:20.802977Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625701/theora/Derivative_Panel.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625701/large_thumb/Derivative_Panel.jpg"
        },
        {
            "id": 625700,
            "name": "Meet MariaDB 10.2 - Debconf 16",
            "header": "New MariaDB major release is out of the door. It has new unique features, performance enhancements, as well as better MySQL compatibility. This talk will go over everything new that MariaDB 10.2 has to offer. It will describe all new features, both MySQL compatible, and MariaDB-only ones and show usage examples and practical use cases.\n\nTalk (45 mins) session with Sergei Golubchik during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625700/theora/Meet_MariaDB_102.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625700/broadcast/Meet_MariaDB_102.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625700/large_thumb/Meet_MariaDB_102.jpg",
                "original": "https://upload.frikanalen.no/media/625700/original/Meet_MariaDB_102.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625700/small_thumb/Meet_MariaDB_102.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:31:21.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/68/",
            "createdTime": "2016-07-22T06:28:07.340043Z",
            "updatedTime": "2018-11-10T18:29:26.843426Z",
            "uploadedTime": "2016-07-22T06:28:12.712846Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625700/theora/Meet_MariaDB_102.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625700/large_thumb/Meet_MariaDB_102.jpg"
        },
        {
            "id": 625699,
            "name": "systemd in Debian - a status update - Debconf 16",
            "header": "With the stretch development cycle being well underway, we look at what has been happening over the last year since the jessie release with systemd as our default init system and what the Debian systemd maintainers team is and has been working on.\nWe give an update on our plans regarding the stretch release and what is going on upstream.\n\nTalk (20 mins) session with Michael Biebl during Debconf 16",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625699/broadcast/systemd_in_Debian_a_status_update.dv",
                "theora": "https://upload.frikanalen.no/media/625699/theora/systemd_in_Debian_a_status_update.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625699/large_thumb/systemd_in_Debian_a_status_update.jpg",
                "original": "https://upload.frikanalen.no/media/625699/original/systemd_in_Debian_a_status_update.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625699/small_thumb/systemd_in_Debian_a_status_update.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:21:55.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/89/",
            "createdTime": "2016-07-22T05:48:52.660812Z",
            "updatedTime": "2018-11-10T18:29:26.844887Z",
            "uploadedTime": "2016-07-22T05:48:57.265222Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625699/theora/systemd_in_Debian_a_status_update.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625699/large_thumb/systemd_in_Debian_a_status_update.jpg"
        },
        {
            "id": 625698,
            "name": "Daily Tech News Show 21. July 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625698/theora/DTNS20160721.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625698/broadcast/DTNS20160721.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625698/small_thumb/DTNS20160721.jpg",
                "original": "https://upload.frikanalen.no/media/625698/original/DTNS20160721.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625698/large_thumb/DTNS20160721.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:58:50.390000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7010vid",
            "createdTime": "2016-07-21T22:03:59.291866Z",
            "updatedTime": "2018-11-10T18:29:26.846263Z",
            "uploadedTime": "2016-07-21T22:04:03.735353Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625698/theora/DTNS20160721.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625698/large_thumb/DTNS20160721.jpg"
        },
        {
            "id": 625697,
            "name": "Putting GNU/kFreeBSD into production - Debconf 16",
            "header": "Debian GNU/kFreeBSD is still under active development.  I'll show some projects that have been ongoing since the last DebConf, and some new features being planned for stretch.\n\nThen I'd like to show what GNU/kFreeBSD's users are doing with it.  I'll describe some use cases in more detail: using free software in place of proprietary appliances, which could apply to Debian and ZFS more generally.  And we even have a downstream distribution now, so we'll see how that's been a useful collaboration already.\n\nTalk (20 mins) session with Steven Chamberlain during Debconf 16",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625697/broadcast/Putting_GNUkFreeBSD_into_production.dv",
                "theora": "https://upload.frikanalen.no/media/625697/theora/Putting_GNUkFreeBSD_into_production.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625697/large_thumb/Putting_GNUkFreeBSD_into_production.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625697/small_thumb/Putting_GNUkFreeBSD_into_production.jpg",
                "original": "https://upload.frikanalen.no/media/625697/original/Putting_GNUkFreeBSD_into_production.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:21:00.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/80/",
            "createdTime": "2016-07-21T22:02:51.234258Z",
            "updatedTime": "2018-11-10T18:29:26.847675Z",
            "uploadedTime": "2016-07-21T22:02:56.434918Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625697/theora/Putting_GNUkFreeBSD_into_production.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625697/large_thumb/Putting_GNUkFreeBSD_into_production.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": 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": 625694,
            "name": "Next Generation Config Mgmt - Debconf 16",
            "header": "A presentation about a design for a next generation config management tool, and the specific problems this design solves.\n\nThree of the main design features of the tool include:\n\n* Parallel execution\n\n* Event driven mechanism\n\n* Distributed architecture\n\nThis talk will demo a prototype I've built that implements these ideas. It is written in golang, and is completely free software.\n\nI will also cover the new functionality we've added to the tool such as the automatic edge and automatic grouping features and other fun stuff that happened between now and the conference.\n\nMgmt's design goes out of its way to ensure that it always has feature parity on both Fedora and Debian simultaneously.\n\nAn introductory blog post on the subject is available. https://ttboj.wordpress.com/2016/01/18/next-generation-configuration-mgmt/ Attendees are encouraged to read it before the talk if they are interested!\n\nTalk (45 mins) session with James Shubin during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625694/theora/Next_Generation_Config_Mgmt.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625694/broadcast/Next_Generation_Config_Mgmt.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625694/large_thumb/Next_Generation_Config_Mgmt.jpg",
                "original": "https://upload.frikanalen.no/media/625694/original/Next_Generation_Config_Mgmt.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625694/small_thumb/Next_Generation_Config_Mgmt.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:48:45.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/15/",
            "createdTime": "2016-07-21T19:34:27.896421Z",
            "updatedTime": "2018-11-10T18:29:26.851825Z",
            "uploadedTime": "2016-07-21T19:34:33.894353Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625694/theora/Next_Generation_Config_Mgmt.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625694/large_thumb/Next_Generation_Config_Mgmt.jpg"
        },
        {
            "id": 625693,
            "name": "Ultimate Debian Database: current status and future plans - Debconf 16",
            "header": "This talk will provide an overview of the current status of Ultimate Debian Database, and some discussion about future plans.\n\nTalk (20 mins) session with Lucas Nussbaum during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625693/theora/Ultimate_Debian_Database_current_status_and_future_plans.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625693/broadcast/Ultimate_Debian_Database_current_status_and_future_plans.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625693/large_thumb/Ultimate_Debian_Database_current_status_and_future_plans.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625693/small_thumb/Ultimate_Debian_Database_current_status_and_future_plans.jpg",
                "original": "https://upload.frikanalen.no/media/625693/original/Ultimate_Debian_Database_current_status_and_future_plans.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:15:32.440000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/66/",
            "createdTime": "2016-07-21T19:16:26.613974Z",
            "updatedTime": "2018-11-10T18:29:26.853211Z",
            "uploadedTime": "2016-07-21T19:16:31.459703Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625693/theora/Ultimate_Debian_Database_current_status_and_future_plans.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625693/large_thumb/Ultimate_Debian_Database_current_status_and_future_plans.jpg"
        },
        {
            "id": 625692,
            "name": "Lessons from 15 years of NBD - Debconf 16",
            "header": "In 2001, I uploaded the very first nbd-client and nbd-server packages into Debian. A few years later, I took over upstream maintenance. Much has changed in that time, both in Debian and in the wider open source community. Some of it had an impact on NBD, some of it did not.\n\nThis talk will reflect on 15 years of NBD history, contrast it against Debian's history over the same time period, and see what we can learn from it.\n\nTalk (20 mins) session with Wouter Verhelst during Debconf 16",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625692/broadcast/Lessons_from_15_years_of_NBD.dv",
                "theora": "https://upload.frikanalen.no/media/625692/theora/Lessons_from_15_years_of_NBD.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625692/small_thumb/Lessons_from_15_years_of_NBD.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625692/large_thumb/Lessons_from_15_years_of_NBD.jpg",
                "original": "https://upload.frikanalen.no/media/625692/original/Lessons_from_15_years_of_NBD.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:14:41.690000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/58/",
            "createdTime": "2016-07-21T16:19:14.054267Z",
            "updatedTime": "2018-11-10T18:29:26.854572Z",
            "uploadedTime": "2016-07-21T16:19:21.348898Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625692/theora/Lessons_from_15_years_of_NBD.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625692/large_thumb/Lessons_from_15_years_of_NBD.jpg"
        },
        {
            "id": 625691,
            "name": "Continuous Keysigning Introduction - Debconf 16",
            "header": "Introduction to good GnuPG and keysigning practices.\n\nRe-verify the continuous keysigning hash, plus a brief introduction to what a Key-Signing Party is and how (and why!) is it being held \"continuously\" at DebConf16.\n\nTalk (20 mins) session with Stefano Rivera and Gunnar Wolf during Debconf 16",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625691/broadcast/Continuous_Keysigning_Introduction.dv",
                "theora": "https://upload.frikanalen.no/media/625691/theora/Continuous_Keysigning_Introduction.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625691/small_thumb/Continuous_Keysigning_Introduction.jpg",
                "original": "https://upload.frikanalen.no/media/625691/original/Continuous_Keysigning_Introduction.webm",
                "largeThumb": "https://upload.frikanalen.no/media/625691/large_thumb/Continuous_Keysigning_Introduction.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:21:14.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/107/",
            "createdTime": "2016-07-21T15:56:56.707335Z",
            "updatedTime": "2018-11-10T18:29:26.855970Z",
            "uploadedTime": "2016-07-21T15:57:01.945959Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625691/theora/Continuous_Keysigning_Introduction.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625691/large_thumb/Continuous_Keysigning_Introduction.jpg"
        },
        {
            "id": 625690,
            "name": "Learning from our keyring: What do our PGP keys say about the project? - Debconf 16",
            "header": "Since the keyring-maint team started aggressively pushing for the retirement of short, obsoleted PGP keys two years ago, I started trying to get the keyring to \"spew\" some interesting data for us. Besides just showing the evolution on the number of keys conforming to our current best-practices, I started looking at the ugly entanglement of our keyring's graphical representation, and started hypothetizing what caused certain patterns to appear in its evolution. I am currently starting to do some aging and vitality analysis on the signatures and the keys themselves.\n\nThe work I will be presenting is not likely to be a gamechanger for Debian, but it can be an entertaining way to understand social relationships in our project, and can lead us to understand some important turning points — maybe even forsee and prevent issues from arising at all.\n\nTalk (20 mins) session with Gunnar Wolf during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625690/theora/Learning_from_our_keyring_What_do_our_PGP_keys_say_about_the_project.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625690/broadcast/Learning_from_our_keyring_What_do_our_PGP_keys_say_about_the_project.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625690/large_thumb/Learning_from_our_keyring_What_do_our_PGP_keys_say_about_the_project.jpg",
                "original": "https://upload.frikanalen.no/media/625690/original/Learning_from_our_keyring_What_do_our_PGP_keys_say_about_the_project.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625690/small_thumb/Learning_from_our_keyring_What_do_our_PGP_keys_say_about_the_project.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:34:40.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/22/",
            "createdTime": "2016-07-21T15:03:54.432108Z",
            "updatedTime": "2018-11-10T18:29:26.857322Z",
            "uploadedTime": "2016-07-21T15:04:00.329791Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625690/theora/Learning_from_our_keyring_What_do_our_PGP_keys_say_about_the_project.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625690/large_thumb/Learning_from_our_keyring_What_do_our_PGP_keys_say_about_the_project.jpg"
        },
        {
            "id": 625689,
            "name": "The Many ARMed Monster of Reproducibility - Debconf 16",
            "header": "Describing the adventures building a build network of armhf machines\nto run reproducibility tests, using a variety of readily available\nconsumer-grade boards to increase possible reproducibility problems\ndue to hardware differences.\n\nI will endeavor to explain how it grew from a few cute machines into a\n(still a bit slow) monster. Rumours will be spread of other monsters\nlurking on the horizon.\n\nComes complete with Colored Charts, Documented Side Effects, Power\nConsumption and Bandwidth figures, and 5-12 volt tentacle\n(mis)management, and perhaps most importantly, advice on avoiding (or\nfalling prone to) the same fate yourself.\n\nTalk (20 mins) session with Vagrant Cascadian during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625689/theora/The_Many_ARMed_Monster_of_Reproducibility.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625689/broadcast/The_Many_ARMed_Monster_of_Reproducibility.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625689/large_thumb/The_Many_ARMed_Monster_of_Reproducibility.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625689/small_thumb/The_Many_ARMed_Monster_of_Reproducibility.jpg",
                "original": "https://upload.frikanalen.no/media/625689/original/The_Many_ARMed_Monster_of_Reproducibility.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:20:59.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/19/",
            "createdTime": "2016-07-21T14:18:31.778987Z",
            "updatedTime": "2018-11-10T18:29:26.858717Z",
            "uploadedTime": "2016-07-21T14:18:37.798241Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625689/theora/The_Many_ARMed_Monster_of_Reproducibility.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625689/large_thumb/The_Many_ARMed_Monster_of_Reproducibility.jpg"
        },
        {
            "id": 625688,
            "name": "Debian on ARM devices - Debconf 16",
            "header": "This talk will cover Debian on ARM devices, including NAS devices, development boards and other devices.  The talk will briefly explain how the installer works on ARM from the point of view of a user.  It will then cover in detail how Debian on ARM is different to Debian on x86 devices and what infrastructure we created in Debian to support a wide range of ARM devices, such as flash-kernel.  Some supported platforms and devices will be covered as well.\n\nTalk (45 mins) session with Martin Michlmayr during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625688/theora/Debian_on_ARM_devices_2.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625688/broadcast/Debian_on_ARM_devices_2.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625688/small_thumb/Debian_on_ARM_devices_2.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625688/large_thumb/Debian_on_ARM_devices_2.jpg",
                "original": "https://upload.frikanalen.no/media/625688/original/Debian_on_ARM_devices_2.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:42:21.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/90/",
            "createdTime": "2016-07-21T12:31:39.395255Z",
            "updatedTime": "2018-11-10T18:29:26.860204Z",
            "uploadedTime": "2016-07-21T12:31:46.652771Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625688/theora/Debian_on_ARM_devices_2.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625688/large_thumb/Debian_on_ARM_devices_2.jpg"
        },
        {
            "id": 625687,
            "name": "Daily Tech News Show 20. July 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625687/broadcast/DTNS20160720.dv",
                "theora": "https://upload.frikanalen.no/media/625687/theora/DTNS20160720.ogv",
                "original": "https://upload.frikanalen.no/media/625687/original/DTNS20160720.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625687/large_thumb/DTNS20160720.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625687/small_thumb/DTNS20160720.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:58:16.070000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7000vid",
            "createdTime": "2016-07-21T07:14:51.826990Z",
            "updatedTime": "2018-11-10T18:29:26.861628Z",
            "uploadedTime": "2016-07-21T07:15:01.874577Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625687/theora/DTNS20160720.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625687/large_thumb/DTNS20160720.jpg"
        },
        {
            "id": 625686,
            "name": "We need you to release Debian - Debconf 16",
            "header": "Do you want to learn how you can help make Stretch a success?\nHow the next Debian releases will be named?\nWhat changes to the release processes we have implemented and what we are considering?\nWhy your packages are being auto-removed from testing?\n\nJoin us to learn about all that and more!\n\nTalk (45 mins) session with Emilio Pozuelo Monfort during Debconf 16",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625686/broadcast/We_need_you_to_release_Debian.dv",
                "theora": "https://upload.frikanalen.no/media/625686/theora/We_need_you_to_release_Debian.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625686/large_thumb/We_need_you_to_release_Debian.jpg",
                "original": "https://upload.frikanalen.no/media/625686/original/We_need_you_to_release_Debian.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625686/small_thumb/We_need_you_to_release_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:31:21.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/13/",
            "createdTime": "2016-07-21T07:12:45.636023Z",
            "updatedTime": "2018-11-10T18:29:26.868188Z",
            "uploadedTime": "2016-07-21T07:12:50.579842Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625686/theora/We_need_you_to_release_Debian.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625686/large_thumb/We_need_you_to_release_Debian.jpg"
        },
        {
            "id": 625685,
            "name": "It's not LAMP: Web app packaging in Sandstorm - Debconf 16",
            "header": "This talk covers how web app packaging works for the free software [Sandstorm.io](https://sandstorm.io/) project. This talk covers how Sandstorm achieves one-click installs of web apps for unprivileged users. To do this, Sandstorm's packaging tools do a few strange things:\n\n- Every app package is a tiny Debian derivative, often as small as 20MB.\n\n- Apps have no Internet connectivity to the outside world.\n\n- Sandstorm uses a FUSE filesystem to identify which files are needed to run the app.\n\n- An app bundles all its needed services, as well as files, resulting in one MySQL service per app.\n\n- Users click and run one _instance_ of an app like Etherpad per document, which is all handled transparently via a web app, a strategy that has neutralized 95% of 0-day web app vulnerabilities, based on our analysis.\n\n- Developers on Mac OS and Windows can create packages for Sandstorm, even though Sandstorm is Linux-only, due to an emphasis on Linux VMs in our development tools.\n\nSomehow we manage to make this scale reasonably well. Additionally, it is popular with upstream authors: of the >50 web apps packaged for Sandstorm, about 1/3 are maintained by their upstreams.\n\nThis talk focuses on how the Sandstorm packaging tools work, with community insights as well as technical ones, with the hopes of showing Debian how to more effectively package web apps for end users.\n\nTalk (45 mins) session with Asheesh Laroia and Sandstorm.io during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625685/theora/Its_not_LAMP_Web_app_packaging_in_Sandstorm.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625685/broadcast/Its_not_LAMP_Web_app_packaging_in_Sandstorm.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625685/large_thumb/Its_not_LAMP_Web_app_packaging_in_Sandstorm.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625685/small_thumb/Its_not_LAMP_Web_app_packaging_in_Sandstorm.jpg",
                "original": "https://upload.frikanalen.no/media/625685/original/Its_not_LAMP_Web_app_packaging_in_Sandstorm.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:47:22.140000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/85/",
            "createdTime": "2016-07-20T22:38:31.483593Z",
            "updatedTime": "2018-11-10T18:29:26.870457Z",
            "uploadedTime": "2016-07-20T22:38:39.344198Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625685/theora/Its_not_LAMP_Web_app_packaging_in_Sandstorm.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625685/large_thumb/Its_not_LAMP_Web_app_packaging_in_Sandstorm.jpg"
        },
        {
            "id": 625684,
            "name": "Software Heritage: Building the Universal Software Archive - Debconf 16",
            "header": "In the past few decades, software has become a critical part of every single bit of infrastructure running the world, from the tiniest devices we embed in our bodies to improve our health, to the biggest human creations. Software is the key to accessing all the digital information we're constantly creating, and therefore is an essential part of our cultural heritage. But software is just a bunch of bits. Unlike antique stone carvings, software gets lost, deleted, or corrupted.\n\nSoftware Heritage has set out to build the biggest archive of free software ever conceived. Our mission is to collect, preserve, organise and facilitate the sharing of all the available free software. We are laying down foundations on which a wealth of applications can be built, ranging from cultural heritage, to research and industry.\n\nWe started working in May 2015, and (as of April 2016) we have archived 2.2 billion unique files, more than 480 million project revisions across more than 16 million data sources, among which  Debian source packages from snapshot.debian.org, public GitHub repositories, and the GNU project's FTP archive.\n\nThis presentation will cover in more detail the why and the how of Software Heritage, as well as opportunities for the community to help us fulfill our goals.\n\nTalk (45 mins) session with Nicolas Dandrimont during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625684/theora/Software_Heritage_Building_the_Universal_Software_Archive.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625684/broadcast/Software_Heritage_Building_the_Universal_Software_Archive.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625684/large_thumb/Software_Heritage_Building_the_Universal_Software_Archive.jpg",
                "original": "https://upload.frikanalen.no/media/625684/original/Software_Heritage_Building_the_Universal_Software_Archive.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625684/small_thumb/Software_Heritage_Building_the_Universal_Software_Archive.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:27:50.920000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/42/",
            "createdTime": "2016-07-20T21:54:04.545318Z",
            "updatedTime": "2018-11-10T18:29:26.872630Z",
            "uploadedTime": "2016-07-20T21:54:09.449006Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625684/theora/Software_Heritage_Building_the_Universal_Software_Archive.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625684/large_thumb/Software_Heritage_Building_the_Universal_Software_Archive.jpg"
        },
        {
            "id": 625683,
            "name": "Surviving the Next 23 Years of Free Software - Debconf 16",
            "header": "Let's face it, GNU/Linux is no youngster! Many developers are aging and as with any large group of people, we must plan for the sad but inevitable loss of contributors. We have already lost a number of extremely important people in our community. In this talk, Karen will discuss the legal and social implications of this transition and possible mechanisms we can put in place to address them.\n\nTalk (45 mins) session with Karen Sandler during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625683/theora/Surviving_the_Next_23_Years_of_Free_Software.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625683/broadcast/Surviving_the_Next_23_Years_of_Free_Software.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625683/large_thumb/Surviving_the_Next_23_Years_of_Free_Software.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625683/small_thumb/Surviving_the_Next_23_Years_of_Free_Software.jpg",
                "original": "https://upload.frikanalen.no/media/625683/original/Surviving_the_Next_23_Years_of_Free_Software.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:48:18.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/57/",
            "createdTime": "2016-07-20T21:10:57.849893Z",
            "updatedTime": "2018-11-10T18:29:26.874262Z",
            "uploadedTime": "2016-07-20T21:11:03.209613Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625683/theora/Surviving_the_Next_23_Years_of_Free_Software.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625683/large_thumb/Surviving_the_Next_23_Years_of_Free_Software.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": 625681,
            "name": "The Electronic Struggle - Debconf 16",
            "header": "The role of information technology in the struggle for freedom, including the IBM apartheid case -- (the dompas, my correspondence with Mondo2000, Wired Magazine and Khulumani), nascent online protests, modem activism  (West Coast, Silicon Valley and Cape Town), the dawn of information rights in South Africa, (Article 14 Privacy, 32 Access to Information),  NetDemocracy and Constitution Building during 1995-1996 (canvassing of Communication Minister's Jay Naidoo and Pallo Jordan, iCafe sessions), some important milestones along the way, Electronic Freedom Charter, recent activism around the Cybercrime Bill, Privacy and Information Access, and other bills eroding communications freedom.\n\nOpen Weekend session with David Robert Lewis during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625681/theora/The_Electronic_Struggle.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625681/broadcast/The_Electronic_Struggle.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625681/small_thumb/The_Electronic_Struggle.jpg",
                "original": "https://upload.frikanalen.no/media/625681/original/The_Electronic_Struggle.webm",
                "largeThumb": "https://upload.frikanalen.no/media/625681/large_thumb/The_Electronic_Struggle.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:50:10.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/112/",
            "createdTime": "2016-07-20T08:15:36.946218Z",
            "updatedTime": "2018-11-10T18:29:26.877560Z",
            "uploadedTime": "2016-07-20T08:15:47.309019Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625681/theora/The_Electronic_Struggle.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625681/large_thumb/The_Electronic_Struggle.jpg"
        }
    ]
}