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=250&ordering=-proper_import&page=2
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3370,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=300&ordering=-proper_import&page=2",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=200&ordering=-proper_import&page=2",
    "results": [
        {
            "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": 625663,
            "name": "Daily Tech News Show 07. July 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625663/broadcast/DTNS20160707.dv",
                "theora": "https://upload.frikanalen.no/media/625663/theora/DTNS20160707.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625663/small_thumb/DTNS20160707.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625663/large_thumb/DTNS20160707.jpg",
                "original": "https://upload.frikanalen.no/media/625663/original/DTNS20160707.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "01:02:14.770000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6872vid",
            "createdTime": "2016-07-08T11:27:00.823250Z",
            "updatedTime": "2018-11-10T18:29:26.903684Z",
            "uploadedTime": "2016-07-08T11:27:06.100548Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625663/theora/DTNS20160707.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625663/large_thumb/DTNS20160707.jpg"
        },
        {
            "id": 625662,
            "name": "Daily Tech News Show 06. July 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625662/broadcast/DTNS20160706.dv",
                "theora": "https://upload.frikanalen.no/media/625662/theora/DTNS20160706.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625662/small_thumb/DTNS20160706.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625662/large_thumb/DTNS20160706.jpg",
                "original": "https://upload.frikanalen.no/media/625662/original/DTNS20160706.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "01:06:29.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6860vid",
            "createdTime": "2016-07-07T11:10:53.064638Z",
            "updatedTime": "2018-11-10T18:29:26.905047Z",
            "uploadedTime": "2016-07-07T11:10:57.681339Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625662/theora/DTNS20160706.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625662/large_thumb/DTNS20160706.jpg"
        },
        {
            "id": 625671,
            "name": "Daily Tech News Show 17. July 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625671/theora/DTNS20160715.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625671/broadcast/DTNS20160715.dv",
                "original": "https://upload.frikanalen.no/media/625671/original/DTNS20160715.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625671/large_thumb/DTNS20160715.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625671/small_thumb/DTNS20160715.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:57:44.440000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6953",
            "createdTime": "2016-07-17T07:17:13.625596Z",
            "updatedTime": "2018-11-10T18:29:26.892321Z",
            "uploadedTime": "2016-07-17T07:17:58.629310Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625671/theora/DTNS20160715.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625671/large_thumb/DTNS20160715.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": 625641,
            "name": "Daily Tech News Show 21. June 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625641/broadcast/DTNS20160621.dv",
                "theora": "https://upload.frikanalen.no/media/625641/theora/DTNS20160621.ogv",
                "original": "https://upload.frikanalen.no/media/625641/original/DTNS20160621.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625641/large_thumb/DTNS20160621.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625641/small_thumb/DTNS20160621.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": "01:00:50.920000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6704vid",
            "createdTime": "2016-06-22T07:44:03.352526Z",
            "updatedTime": "2018-11-10T18:29:26.935405Z",
            "uploadedTime": "2016-06-22T07:44:10.030638Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625641/theora/DTNS20160621.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625641/large_thumb/DTNS20160621.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": 625626,
            "name": "Daily Tech News Show 13. June 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625626/theora/DTNS20160613.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625626/broadcast/DTNS20160613.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625626/small_thumb/DTNS20160613.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625626/large_thumb/DTNS20160613.jpg",
                "original": "https://upload.frikanalen.no/media/625626/original/DTNS20160613.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:59:25.980000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6628vid",
            "createdTime": "2016-06-14T07:47:20.702137Z",
            "updatedTime": "2018-11-10T18:29:26.959376Z",
            "uploadedTime": "2016-06-14T07:47:26.535185Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625626/theora/DTNS20160613.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625626/large_thumb/DTNS20160613.jpg"
        },
        {
            "id": 625575,
            "name": "Daily Tech News Show 06. May 2016",
            "header": "",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625575/small_thumb/DTNS20160506.jpg",
                "original": "https://upload.frikanalen.no/media/625575/original/DTNS20160506.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625575/broadcast/DTNS20160506.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625575/large_thumb/DTNS20160506.jpg",
                "theora": "https://upload.frikanalen.no/media/625575/theora/DTNS20160506.ogv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "01:05:15.530000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6354vid",
            "createdTime": "2016-05-23T16:59:09.831782Z",
            "updatedTime": "2018-11-10T18:29:27.063794Z",
            "uploadedTime": "2016-05-23T18:12:12.645832Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625575/theora/DTNS20160506.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625575/large_thumb/DTNS20160506.jpg"
        },
        {
            "id": 625574,
            "name": "Daily Tech News Show 05. May 2016",
            "header": "",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625574/large_thumb/DTNS20160505.jpg",
                "original": "https://upload.frikanalen.no/media/625574/original/DTNS20160505.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625574/small_thumb/DTNS20160505.jpg",
                "theora": "https://upload.frikanalen.no/media/625574/theora/DTNS20160505.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625574/broadcast/DTNS20160505.dv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "01:04:00.650000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6346vid",
            "createdTime": "2016-05-23T16:07:06.319300Z",
            "updatedTime": "2018-11-10T18:29:27.065222Z",
            "uploadedTime": "2016-05-23T16:57:55.367709Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625574/theora/DTNS20160505.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625574/large_thumb/DTNS20160505.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": 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": 625677,
            "name": "A Billion People And Even More Phones - Debconf 16",
            "header": "A look, as an insider, on how a multi billion dollar industry is changing the game in the world's largest democracy from an insider's point of view. I would like to talk about my journey as a female coder from a developing nation which gives me a different perspective to the world. From parents who taught me to use Linux at an early age to  living in the land at the verge of an IT boom which assures a job to anyone with basic computer knowledge. Anyone at any stage of their professional life can be the audience. The goal is to entertain the audience while shedding light on how technology is changing India and helping us solve our problems and how you can leverage some of that to find a solution you maybe looking for. Special emphasis on women empowerment and future prospects.\n\nTalk (20 mins) session with Keerthana Krishnan during Debconf 16",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625677/broadcast/A_Billion_People_And_Even_More_Phones.dv",
                "theora": "https://upload.frikanalen.no/media/625677/theora/A_Billion_People_And_Even_More_Phones.ogv",
                "original": "https://upload.frikanalen.no/media/625677/original/A_Billion_People_And_Even_More_Phones.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625677/small_thumb/A_Billion_People_And_Even_More_Phones.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625677/large_thumb/A_Billion_People_And_Even_More_Phones.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:09.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/62/",
            "createdTime": "2016-07-19T20:37:39.780509Z",
            "updatedTime": "2018-11-10T18:29:26.883817Z",
            "uploadedTime": "2016-07-19T20:38:06.308975Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625677/theora/A_Billion_People_And_Even_More_Phones.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625677/large_thumb/A_Billion_People_And_Even_More_Phones.jpg"
        },
        {
            "id": 625676,
            "name": "Daily Tech News Show 18. July 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625676/theora/DTNS20160718.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625676/broadcast/DTNS20160718.dv",
                "original": "https://upload.frikanalen.no/media/625676/original/DTNS20160718.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625676/large_thumb/DTNS20160718.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625676/small_thumb/DTNS20160718.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:54:45.320000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6973vid",
            "createdTime": "2016-07-19T20:28:35.928561Z",
            "updatedTime": "2018-11-10T18:29:26.885224Z",
            "uploadedTime": "2016-07-19T20:29:05.504807Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625676/theora/DTNS20160718.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625676/large_thumb/DTNS20160718.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": 625670,
            "name": "Daily Tech News Show 15. July 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625670/broadcast/DTNS20160715.dv",
                "theora": "https://upload.frikanalen.no/media/625670/theora/DTNS20160715.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625670/large_thumb/DTNS20160715.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625670/small_thumb/DTNS20160715.jpg",
                "original": "https://upload.frikanalen.no/media/625670/original/DTNS20160715.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:57:44.440000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6944vid",
            "createdTime": "2016-07-17T06:21:05.758363Z",
            "updatedTime": "2018-11-10T18:29:26.893729Z",
            "uploadedTime": "2016-07-17T06:21:45.778087Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625670/theora/DTNS20160715.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625670/large_thumb/DTNS20160715.jpg"
        },
        {
            "id": 625669,
            "name": "Daily Tech News Show 14. July 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625669/theora/DTNS20160714.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625669/broadcast/DTNS20160714.dv",
                "original": "https://upload.frikanalen.no/media/625669/original/DTNS20160714.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625669/large_thumb/DTNS20160714.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625669/small_thumb/DTNS20160714.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:59:30.600000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6933vid",
            "createdTime": "2016-07-16T00:08:12.278929Z",
            "updatedTime": "2018-11-10T18:29:26.895163Z",
            "uploadedTime": "2016-07-16T00:08:18.180775Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625669/theora/DTNS20160714.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625669/large_thumb/DTNS20160714.jpg"
        },
        {
            "id": 625668,
            "name": "Daily Tech News Show 13. July 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625668/broadcast/DTNS20160713.dv",
                "theora": "https://upload.frikanalen.no/media/625668/theora/DTNS20160713.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625668/large_thumb/DTNS20160713.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625668/small_thumb/DTNS20160713.jpg",
                "original": "https://upload.frikanalen.no/media/625668/original/DTNS20160713.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "01:02:04.320000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6922vid",
            "createdTime": "2016-07-15T23:09:26.398826Z",
            "updatedTime": "2018-11-10T18:29:26.896586Z",
            "uploadedTime": "2016-07-15T23:09:32.549788Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625668/theora/DTNS20160713.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625668/large_thumb/DTNS20160713.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": 625661,
            "name": "Daily Tech News Show 05. July 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625661/broadcast/DTNS20160705.dv",
                "theora": "https://upload.frikanalen.no/media/625661/theora/DTNS20160705.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625661/large_thumb/DTNS20160705.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625661/small_thumb/DTNS20160705.jpg",
                "original": "https://upload.frikanalen.no/media/625661/original/DTNS20160705.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:50:00.670000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6837vid",
            "createdTime": "2016-07-05T22:08:56.944785Z",
            "updatedTime": "2018-11-10T18:29:26.906399Z",
            "uploadedTime": "2016-07-05T22:09:01.440986Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625661/theora/DTNS20160705.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625661/large_thumb/DTNS20160705.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": 625646,
            "name": "Daily Tech News Show 23. June 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625646/theora/DTNS20160623.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625646/broadcast/DTNS20160623.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625646/small_thumb/DTNS20160623.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625646/large_thumb/DTNS20160623.jpg",
                "original": "https://upload.frikanalen.no/media/625646/original/DTNS20160623.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "01:01:56.280000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6729vid",
            "createdTime": "2016-06-25T11:34:36.871477Z",
            "updatedTime": "2018-11-10T18:29:26.927828Z",
            "uploadedTime": "2016-06-25T11:34:41.335297Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625646/theora/DTNS20160623.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625646/large_thumb/DTNS20160623.jpg"
        },
        {
            "id": 625675,
            "name": "Free Software, Companies and You - Debconf 16",
            "header": "Free software is a unique social movement in that for-profit companies have a deep interest in the outcome of the movement. Where the interest of companies and free software ideology overlap there is a powerful amplification of effort. Many ideological individuals have become employed writing free software and companies have become an important source of funding for the movement. While for-profit involvement is important and in fact inevitable where free software is successful, we as a community must evaluate the relationships we have with companies. In this talk, Karen will examine these relationships and discuss how they impact the future of free software.\n\nTalk (45 mins) session with Karen Sandler during Debconf 16",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625675/broadcast/Free_Software_Companies_and_You.dv",
                "theora": "https://upload.frikanalen.no/media/625675/theora/Free_Software_Companies_and_You.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625675/large_thumb/Free_Software_Companies_and_You.jpg",
                "original": "https://upload.frikanalen.no/media/625675/original/Free_Software_Companies_and_You.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625675/small_thumb/Free_Software_Companies_and_You.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:19.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/56/",
            "createdTime": "2016-07-19T19:55:46.405027Z",
            "updatedTime": "2018-11-10T18:29:26.886578Z",
            "uploadedTime": "2016-07-19T19:56:12.017078Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625675/theora/Free_Software_Companies_and_You.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625675/large_thumb/Free_Software_Companies_and_You.jpg"
        },
        {
            "id": 625580,
            "name": "Daily Tech News Show 11. May 2016",
            "header": "",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625580/large_thumb/DTNS20160511.jpg",
                "original": "https://upload.frikanalen.no/media/625580/original/DTNS20160511.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625580/small_thumb/DTNS20160511.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625580/broadcast/DTNS20160511.dv",
                "theora": "https://upload.frikanalen.no/media/625580/theora/DTNS20160511.ogv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:56:35.010000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6393vid",
            "createdTime": "2016-05-23T19:34:05.985985Z",
            "updatedTime": "2018-11-10T18:29:27.055251Z",
            "uploadedTime": "2016-05-23T20:18:33.991400Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625580/theora/DTNS20160511.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625580/large_thumb/DTNS20160511.jpg"
        },
        {
            "id": 625579,
            "name": "Daily Tech News Show 10. May 2016",
            "header": "",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625579/small_thumb/DTNS20160510.jpg",
                "theora": "https://upload.frikanalen.no/media/625579/theora/DTNS20160510.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625579/broadcast/DTNS20160510.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625579/large_thumb/DTNS20160510.jpg",
                "original": "https://upload.frikanalen.no/media/625579/original/DTNS20160510.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "01:02:54.840000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6383vid",
            "createdTime": "2016-05-23T18:39:45.728308Z",
            "updatedTime": "2018-11-10T18:29:27.057250Z",
            "uploadedTime": "2016-05-23T19:33:00.753145Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625579/theora/DTNS20160510.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625579/large_thumb/DTNS20160510.jpg"
        },
        {
            "id": 625453,
            "name": "Eckankar: God is Love",
            "header": "God is Love",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625453/theora/God_Is_Love.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625453/large_thumb/God_Is_Love.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625453/small_thumb/God_Is_Love.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625453/broadcast/God_Is_Love.avi"
            },
            "creator": "info@eckankar.no",
            "organization": {
                "id": 131,
                "name": "ECKANKAR Norge",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 2094,
                "editorName": "Kjell Aarhus",
                "editorEmail": "info@eckankar.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:03",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-09-14T20:05:10Z",
            "updatedTime": "2020-09-15T21:54:51.551375Z",
            "uploadedTime": "2015-09-14T20:05:12Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625453/theora/God_Is_Love.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625453/large_thumb/God_Is_Love.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": 625667,
            "name": "Daily Tech News Show 12. July 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625667/theora/DTNS20160712.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625667/broadcast/DTNS20160712.dv",
                "original": "https://upload.frikanalen.no/media/625667/original/DTNS20160712.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625667/large_thumb/DTNS20160712.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625667/small_thumb/DTNS20160712.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:53:56.190000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6910vid",
            "createdTime": "2016-07-15T22:17:46.837875Z",
            "updatedTime": "2018-11-10T18:29:26.898087Z",
            "uploadedTime": "2016-07-15T22:17:53.424948Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625667/theora/DTNS20160712.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625667/large_thumb/DTNS20160712.jpg"
        },
        {
            "id": 625666,
            "name": "Daily Tech News Show 11. July 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625666/broadcast/DTNS20160711.dv",
                "theora": "https://upload.frikanalen.no/media/625666/theora/DTNS20160711.ogv",
                "original": "https://upload.frikanalen.no/media/625666/original/DTNS20160711.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625666/large_thumb/DTNS20160711.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625666/small_thumb/DTNS20160711.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:55:30.670000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6899vid",
            "createdTime": "2016-07-15T21:24:52.537484Z",
            "updatedTime": "2018-11-10T18:29:26.899473Z",
            "uploadedTime": "2016-07-15T21:25:03.792416Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625666/theora/DTNS20160711.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625666/large_thumb/DTNS20160711.jpg"
        },
        {
            "id": 625665,
            "name": "Daily Tech News Show 08. July 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625665/theora/DTNS20160708.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625665/broadcast/DTNS20160708.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625665/small_thumb/DTNS20160708.jpg",
                "original": "https://upload.frikanalen.no/media/625665/original/DTNS20160708.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625665/large_thumb/DTNS20160708.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:49:38.980000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6881vid",
            "createdTime": "2016-07-15T20:01:30.329227Z",
            "updatedTime": "2018-11-10T18:29:26.900845Z",
            "uploadedTime": "2016-07-15T20:01:39.826420Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625665/theora/DTNS20160708.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625665/large_thumb/DTNS20160708.jpg"
        },
        {
            "id": 625660,
            "name": "Daily Tech News Show 04. July 2016",
            "header": "",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625660/large_thumb/DTNS-2800---Announcing-New-Headlines-Show.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625660/small_thumb/DTNS-2800---Announcing-New-Headlines-Show.jpg",
                "theora": "https://upload.frikanalen.no/media/625660/theora/DTNS-2800---Announcing-New-Headlines-Show.ogv",
                "original": "https://upload.frikanalen.no/media/625660/original/DTNS-2800---Announcing-New-Headlines-Show.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625660/broadcast/DTNS-2800---Announcing-New-Headlines-Show.dv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:14:15.380000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6828vid",
            "createdTime": "2016-07-05T21:55:13.479602Z",
            "updatedTime": "2018-11-10T18:29:26.907817Z",
            "uploadedTime": "2016-07-05T21:55:22.880558Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625660/theora/DTNS-2800---Announcing-New-Headlines-Show.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625660/large_thumb/DTNS-2800---Announcing-New-Headlines-Show.jpg"
        },
        {
            "id": 626028,
            "name": "Virtual Machines and Where to Find Them",
            "header": "Viua VM is a greenfield virtual machine designed for parallel execution. Its instruction set aims to facilitate writing reliable, correct, concurrent software.\r\n\r\nSuch an undertaking is not completed in a day or two - work on Viua started in December 2014, and is still ongoing. Viua positions itself as a contender to the throne currently occupied by Erlang's VM - BEAM.\r\n\r\nApart from a technical overview, this talk will give a tour of the \"softer\" problems one may encounter while working on a piece of non-trivial Free Software. It will also discuss how work on such software may affect one's position in the academia and in the business world. This will be described from an undergraduate student's point of view, early in their carreer.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626028/theora/20180410-virt-viua.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626028/broadcast/20180410-virt-viua.dv",
                "original": "https://upload.frikanalen.no/media/626028/original/20180410-virt-viua.webm",
                "largeThumb": "https://upload.frikanalen.no/media/626028/large_thumb/20180410-virt-viua.jpg"
            },
            "creator": "davidwnoble@gmail.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:44:23.360000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://www.nuug.no/aktiviteter/20180410-virt-viua/",
            "createdTime": "2018-05-25T13:27:46.646980Z",
            "updatedTime": "2018-11-26T16:23:24.439255Z",
            "uploadedTime": "2018-05-25T11:49:19.676966Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626028/theora/20180410-virt-viua.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626028/large_thumb/20180410-virt-viua.jpg"
        }
    ]
}