List of videos

Query parameters

q - Free search query.

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

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

creator__email - the email of the video's creator

framerate - the framerate in hz * 1000

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

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

name - the exact name/title of the video

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

organization - Frikanalen ID of organization behind video

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

played_count_web__gt - greater than

played_count_web__gte - greater than or equal

played_count_web__lt - less than

played_count_web__lte - less than or equal

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

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

ref_url - the exact reference url

ref_url__startswith - the reference url start with this string

ref_url__icontains - the reference url contain this string

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

{
    "count": 3366,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=200&ordering=-is_filler&page=2",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=100&ordering=-is_filler&page=2",
    "results": [
        {
            "id": 626081,
            "name": "Venn av Nøff",
            "header": "Det er høst og tid for Nasse Nøff å komme inn i varmen etter en lang sesong ute i hagen. Søndag 2.november hadde foreningen Venn av Nøff sin årlige innbæring. I tillegg blir det utdeling av NÆ!-prisen. Følg med.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626081/theora/051218_VAN_RHMW_WEB.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626081/broadcast/051218_VAN_RHMW_WEB.dv",
                "original": "https://upload.frikanalen.no/media/626081/original/051218_VAN_RHMW_WEB.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626081/large_thumb/051218_VAN_RHMW_WEB.jpg"
            },
            "creator": "rune.hagerup@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:06:07.840000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2018-12-05T08:49:19.349533Z",
            "updatedTime": "2018-12-05T08:54:59.219601Z",
            "uploadedTime": "2018-12-05T08:51:49.044608Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626081/theora/051218_VAN_RHMW_WEB.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626081/large_thumb/051218_VAN_RHMW_WEB.jpg"
        },
        {
            "id": 625715,
            "name": "LTTng: Kernel and userspace tracing in Debian - Debconf 16",
            "header": "LTTng is an open source kernel and userspace tracing framework for Linux. This talk will introduce developers and system administrators alike to the toolkit and show how it can help them get visibility into development and production systems. The following themes will be covered:\n\n - A description of the different tools involved\n - LTTng compared to other tracing tools like *perf* and *strace*\n - The state of LTTng in Debian\n - Basic use cases and workflows\n - Analysis of kernel traces\n\nYou should leave this talk with an uncontrollable desire to use LTTng.\n\n**URLs**: https://lttng.org\n\nTalk (45 mins) session with Michael Jeanson during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625715/theora/LTTng_Kernel_and_userspace_tracing_in_Debian.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625715/broadcast/LTTng_Kernel_and_userspace_tracing_in_Debian.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625715/small_thumb/LTTng_Kernel_and_userspace_tracing_in_Debian.jpg",
                "original": "https://upload.frikanalen.no/media/625715/original/LTTng_Kernel_and_userspace_tracing_in_Debian.webm",
                "largeThumb": "https://upload.frikanalen.no/media/625715/large_thumb/LTTng_Kernel_and_userspace_tracing_in_Debian.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:39:41.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/50/",
            "createdTime": "2016-07-22T14:22:31.850386Z",
            "updatedTime": "2018-11-10T18:29:26.822292Z",
            "uploadedTime": "2016-07-22T14:22:40.149402Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625715/theora/LTTng_Kernel_and_userspace_tracing_in_Debian.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625715/large_thumb/LTTng_Kernel_and_userspace_tracing_in_Debian.jpg"
        },
        {
            "id": 625873,
            "name": "Data collection, psychometric profiling and their impact on politics",
            "header": "Most political campaigns are data-driven nowadays, and many are getting into profiling of individual voters. Recently, a company with a strong background in military PSYOPS has implemented technology developed at Cambridge University, to enable psychological profiling based on digital traces. They have then been embedded into some of the most surprising recent political campaigns: Ted Cruz's, Donald Trump's and Leave.EU (Brexit). I will outline my personal journey, first discovering the technology as a test subject for Cambridge University, then investigating this company as a complete amateur, and eventually contributing to an article shared globally.\r\n\r\nA background article based on this research was published by NRK Beta early in february 2017, see <https://nrkbeta.no/2017/02/04/dataene-som-snudde-verden-pa-hodet/>.\r\n\r\nThe speaker, Paul-Olivier Dehaye, is a mathematician at the University of Zurich working on interoperability tools enabling new forms of collaborative work on mathematical data, knowledge and software. In his spare time, he enjoys litigating (and especially winning!) against multibillion dollar businesses for the defence of his fundamental right to data protection. He is now leveraging that experience as co-founder of PersonalData.IO, a service that helps individuals regain control over their personal data.\r\n\r\nNUUG talk from 2017-04-04.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625873/theora/20170404-datacollection-frikanalen.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625873/large_thumb/20170404-datacollection-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625873/broadcast/20170404-datacollection-frikanalen.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625873/small_thumb/20170404-datacollection-frikanalen.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:14:45.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2017-04-06T09:07:32.194363Z",
            "updatedTime": "2018-11-10T18:29:26.595942Z",
            "uploadedTime": "2017-04-06T09:09:53.444161Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625873/theora/20170404-datacollection-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625873/large_thumb/20170404-datacollection-frikanalen.jpg"
        },
        {
            "id": 625870,
            "name": "Statsministerbesøk",
            "header": "Erna Solberg er gjest i stolen hos Birgitte Falck Jørgensen. De snakker om mobbing og om hvordan få utviklingshemmede i arbeid.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625870/theora/Empo-170405.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625870/small_thumb/Empo-170405.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625870/large_thumb/Empo-170405.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625870/broadcast/Empo-170405.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:20:30.520000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2017-04-05T13:38:01.335905Z",
            "updatedTime": "2018-11-10T18:29:26.598690Z",
            "uploadedTime": "2017-04-05T13:38:48.227335Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625870/theora/Empo-170405.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625870/large_thumb/Empo-170405.jpg"
        },
        {
            "id": 625867,
            "name": "TED - Seema Bansal: How to fix a broken education system ... without any more money",
            "header": "Seema Bansal forged a path to public education reform for 15,000 schools in Haryana, India, by setting an ambitious goal: by 2020, 80 percent of children should have grade-level knowledge. She's looking to meet this goal by seeking reforms that will work in every school without additional resources. Bansal and her team have found success using creative, straightforward techniques such as communicating with teachers using SMS group chats, and they have already measurably improved learning and engagement in Haryana's schools.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625867/broadcast/SeemaBansal_2016S.dv",
                "original": "https://upload.frikanalen.no/media/625867/original/SeemaBansal_2016S.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625867/large_thumb/SeemaBansal_2016S.jpg",
                "theora": "https://upload.frikanalen.no/media/625867/theora/SeemaBansal_2016S.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625867/small_thumb/SeemaBansal_2016S.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:14:32.510000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/SeemaBansal_2016S",
            "createdTime": "2017-03-13T13:44:01.818954Z",
            "updatedTime": "2018-11-10T18:29:26.601636Z",
            "uploadedTime": "2017-03-13T14:06:38.453037Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625867/theora/SeemaBansal_2016S.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625867/large_thumb/SeemaBansal_2016S.jpg"
        },
        {
            "id": 625865,
            "name": "TED - Cédric Villani: What's so sexy about math?",
            "header": "Hidden truths permeate our world; they're inaccessible to our senses, but math allows us to go beyond our intuition to uncover their mysteries. In this survey of mathematical breakthroughs, Fields Medal winner Cédric Villani speaks to the thrill of discovery and details the sometimes perplexing life of a mathematician. \"Beautiful mathematical explanations are not only for our pleasure,\" he says. \"They change our vision of the world.\"\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625865/large_thumb/CedricVillani_2016.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625865/broadcast/CedricVillani_2016.dv",
                "original": "https://upload.frikanalen.no/media/625865/original/CedricVillani_2016.mp4",
                "theora": "https://upload.frikanalen.no/media/625865/theora/CedricVillani_2016.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625865/small_thumb/CedricVillani_2016.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:16:27.710000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://www.sflan.com/details/CedricVillani_2016",
            "createdTime": "2017-03-09T16:04:00.922574Z",
            "updatedTime": "2018-11-10T18:29:26.604435Z",
            "uploadedTime": "2017-03-09T16:07:27.189643Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625865/theora/CedricVillani_2016.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625865/large_thumb/CedricVillani_2016.jpg"
        },
        {
            "id": 626117,
            "name": "FSCONS 2017 - Devyn Remme - New Materialism",
            "header": "The popular narrative of salvation through technological innovation is comfortable because it doesn't confront the institutionalized inequalities, abuses, and violence endemic to modernity’s strategic relations of power and production. The dominant discourse assimilates the values and goals of sustainability with the mainstream economic paradigm of growth, and relies on technoscientific innovation to achieve these goals. Advocates for framing sustainability as a problem which can be described, confronted and resolved with technology and innovation argue that there is a need for a steady growth in consumption which can only be sustained by the drive of innovation. A key tenet of neoliberal economic theory is the push to privitize everything. The commons represent an increasingly contested site. It is our task to prevent the capture of the commons by private advantage both in material and digital spaces and corridors.\r\n\r\nRecorded by NUUG for FSCONS.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626117/theora/fscons17_-_339_-_en_-_smalltalk_-_201711041600_-_new_materialism_-_devyn_remme.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626117/broadcast/fscons17_-_339_-_en_-_smalltalk_-_201711041600_-_new_materialism_-_devyn_remme.dv",
                "original": "https://upload.frikanalen.no/media/626117/original/fscons17_-_339_-_en_-_smalltalk_-_201711041600_-_new_materialism_-_devyn_remme.webm",
                "largeThumb": "https://upload.frikanalen.no/media/626117/large_thumb/fscons17_-_339_-_en_-_smalltalk_-_201711041600_-_new_materialism_-_devyn_remme.jpg"
            },
            "creator": "davidwnoble@gmail.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:37:56.060000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/fscons17_-_339_-_en_-_smalltalk_-_201711041600_-_new_materialism_-_devyn_remme",
            "createdTime": "2018-12-16T15:06:15.998387Z",
            "updatedTime": "2018-12-16T19:35:43.189458Z",
            "uploadedTime": "2018-12-16T15:23:41.763505Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626117/theora/fscons17_-_339_-_en_-_smalltalk_-_201711041600_-_new_materialism_-_devyn_remme.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626117/large_thumb/fscons17_-_339_-_en_-_smalltalk_-_201711041600_-_new_materialism_-_devyn_remme.jpg"
        },
        {
            "id": 625737,
            "name": "Debsources on Mobile: all the source code in your phone! - Debconf 16",
            "header": "Debsources (http://sources.debian.net) is an application aimed at gathering all the source code included in Debian packages, and present it through a web interface. This talk will be about  its new mobile interface, and related features.\n\nTalk (20 mins) session with Matthieu Caneill during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625737/theora/Debsources_on_Mobile_all_the_source_code_in_your_phone.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625737/broadcast/Debsources_on_Mobile_all_the_source_code_in_your_phone.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625737/small_thumb/Debsources_on_Mobile_all_the_source_code_in_your_phone.jpg",
                "original": "https://upload.frikanalen.no/media/625737/original/Debsources_on_Mobile_all_the_source_code_in_your_phone.webm",
                "largeThumb": "https://upload.frikanalen.no/media/625737/large_thumb/Debsources_on_Mobile_all_the_source_code_in_your_phone.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:09:04.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/70/",
            "createdTime": "2016-07-23T00:23:46.792929Z",
            "updatedTime": "2018-11-10T18:29:26.790948Z",
            "uploadedTime": "2016-07-23T00:23:51.300906Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625737/theora/Debsources_on_Mobile_all_the_source_code_in_your_phone.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625737/large_thumb/Debsources_on_Mobile_all_the_source_code_in_your_phone.jpg"
        },
        {
            "id": 625861,
            "name": "Hva prosjektledere bør vite om softwareutviklere",
            "header": "Softwareutviklingsprosjekter har en tendens til å gå over tid og budsjett. Dette er det mange grunner til. Foredraget vil legge hovedvekt på en gjennomgåelse av den psykologiske faglitteraturen på området gjennom de siste femten år. Den kan deles i to: Den som er utført av ingeniører, og den som er utført av psykologer. Ingeniørene ser på det vi er interessert i, altså hvilke variabler som fører til produktivitet, men de har en tendens til å gjøre veldig pussige metodevalg, slik at resultatene blir vanskelige å integrere med eksisterende kunnskap. Psykologene pleier å holde seg til ortodoks og nyttig metodevalg, men pleier å studere veldig perifere ting, som hva som skal til for at programmerere skal bli glade i hverandre.\r\n \r\nRolf Lindgren er psykolog fra UiO. Han har utviklet SMS-applikasjoner i Java og MySQL, og skrev koden som konverterte UiOs studiehåndbøker fra studiekonsulentenes XML-dokumenter til pdf for utskrift. Han deltok i, og ledet avslutningen av, et treårig forskningsprosjekt ved Det Norske Veritas som hadde som formål å identifisere menneskelige risikofaktorer i softwareutviklingsprosjekter. Han er seniorrådgiver i Dignus rekruttering og rådgivning.\r\n\r\nNUUG talk from 2007-10-09.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625861/theora/20071009-prosjektledelse-frikanalen.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625861/large_thumb/20071009-prosjektledelse-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625861/broadcast/20071009-prosjektledelse-frikanalen.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625861/small_thumb/20071009-prosjektledelse-frikanalen.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:09.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2017-02-12T20:13:55.658974Z",
            "updatedTime": "2018-11-10T18:29:26.610050Z",
            "uploadedTime": "2017-02-12T20:16:00.938468Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625861/theora/20071009-prosjektledelse-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625861/large_thumb/20071009-prosjektledelse-frikanalen.jpg"
        },
        {
            "id": 625842,
            "name": "TED - Elise Roy: When we design for disability, we all benefit",
            "header": "\"I believe that losing my hearing was one of the greatest gifts I've ever received,\" says Elise Roy. As a disability rights lawyer and design thinker, she knows that being Deaf gives her a unique way of experiencing and reframing the world — a perspective that could solve some of our largest problems. As she says: \"When we design for disability first, you often stumble upon solutions that are better than those when we design for the norm.\"\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625842/small_thumb/EliseRoy_2015X.jpg",
                "original": "https://upload.frikanalen.no/media/625842/original/EliseRoy_2015X.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625842/broadcast/EliseRoy_2015X.dv",
                "theora": "https://upload.frikanalen.no/media/625842/theora/EliseRoy_2015X.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625842/large_thumb/EliseRoy_2015X.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:21.990000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/EliseRoy_2015X",
            "createdTime": "2016-12-14T18:10:49.696286Z",
            "updatedTime": "2018-11-10T18:29:26.637449Z",
            "uploadedTime": "2016-12-15T05:53:19.383873Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625842/theora/EliseRoy_2015X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625842/large_thumb/EliseRoy_2015X.jpg"
        },
        {
            "id": 625841,
            "name": "Blokkjedeteknologier og kryptovaluta-løsninger",
            "header": "Thor-Harald Johansen Fra Bitspace AS introduserer de tekniske løsningene som Bitspace jobber med: Blokkjedeteknologier og kryptovaluta-løsninger for (1) Grensesnitt mot tradisjonelle banktjenester, (2) Steemit/sosiale medier basert på kryptovaluta, og (3) Utvikling og etablering av løsninger og tjenester for the unbanked/de bankløse i den fremvoksende kryptoøkonomien.\r\n\r\nNUUG talk from 2016-12-13.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625841/theora/20161213-blockchain-frikanalen.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625841/broadcast/20161213-blockchain-frikanalen.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625841/small_thumb/20161213-blockchain-frikanalen.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625841/large_thumb/20161213-blockchain-frikanalen.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:53.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2016-12-14T13:09:15.182902Z",
            "updatedTime": "2018-11-10T18:29:26.638818Z",
            "uploadedTime": "2016-12-14T13:11:02.613519Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625841/theora/20161213-blockchain-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625841/large_thumb/20161213-blockchain-frikanalen.jpg"
        },
        {
            "id": 626110,
            "name": "FSCONS 2017 - Karl Trygve Kalleberg - Taking back control of the software running on your hardware",
            "header": "Open technology is a fantastically appealing dream. Here in the real world, however, many of us struggle to get by with the increasingly closed platforms that define our digital life. In this talk, we discuss how to combat closed technology with open technology, through the supernerdy activity of reverse engineering.g is just a fancy name for taking things apart to understand how they work. We demonstrate how this can be done to closed-source software running on various different platforms. \r\n\r\nAs part of our demonstration, we cover a handful of topics relevant for the intrepid hacktivist who wants to survive in the age of gated communities: \r\n* investigative capabilities available on closed mobile platforms (focus on Android and IOS)\r\n* trends in application sandboxing and digital rights management\r\n* gotchas of interoperating with proprietary protocols \r\n\r\nWe’ll approach these topics through a series of adventures on the console, alongside our favourite traveling companion: Frida. She’s an awesome (libre!) tool for inject JavaScript to explore native apps on Windows, macOS, Linux, iOS, Android, and QNX.\r\n\r\nThe examples throughout the talk may be somewhat technical, but taken from everyday examples most of the audience should be able to relate to. Even if programming and reverse engineering is not your thing, you still risk learning something by showing up.\r\n\r\nRecorded for FSCONS by NUUG.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626110/theora/fscons17_-_326_-_en_-_java_-_201711041200_-_taking_back_control_of_the_software_running_on_your_hardware_-_karl_trygve_kalleberg.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626110/broadcast/fscons17_-_326_-_en_-_java_-_201711041200_-_taking_back_control_of_the_software_running_on_your_hardware_-_karl_trygve_kalleberg.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626110/large_thumb/fscons17_-_326_-_en_-_java_-_201711041200_-_taking_back_control_of_the_software_running_on_your_hardware_-_karl_trygve_kalleberg.jpg",
                "original": "https://upload.frikanalen.no/media/626110/original/fscons17_-_326_-_en_-_java_-_201711041200_-_taking_back_control_of_the_software_running_on_your_hardware_-_karl_trygve_kalleberg.webm"
            },
            "creator": "davidwnoble@gmail.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:43:48.180000",
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/fscons17_-_326_-_en_-_java_-_201711041200_-_taking_back_control_of_the_software_running_on_your_hard",
            "createdTime": "2018-12-14T10:11:17.210834Z",
            "updatedTime": "2018-12-14T11:11:25.635248Z",
            "uploadedTime": "2018-12-14T10:32:17.678953Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626110/theora/fscons17_-_326_-_en_-_java_-_201711041200_-_taking_back_control_of_the_software_running_on_your_hardware_-_karl_trygve_kalleberg.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626110/large_thumb/fscons17_-_326_-_en_-_java_-_201711041200_-_taking_back_control_of_the_software_running_on_your_hardware_-_karl_trygve_kalleberg.jpg"
        },
        {
            "id": 626227,
            "name": "EuroBSDCon 2019, Lillehammer: Paul Vixie talks about DNS over HTTPS",
            "header": "Paul Vixie was responsible for BIND from 1989 to 1999, and is the author of a dozen or so IETF RFC documents about DNS. He also started the first anti-spam company (MAPS) where he co-invented the DNS RBL (Realtime Blackhole List), and was the founder and later president of the first U.S.-based commercial Internet Exchange (PAIX). Today he serves as CEO of Farsight Security, home of the Security Information Exchange (SIE) and the world’s leading Passive DNS database (DNSDB). He wrote the Cron software used on all UNIX-type computers today. He is also co-inventor of the DNS Response Rate Limiting (RRL) and Response Policy Zone (RPZ) feature-sets now in wide use to protect the operational Internet Domain Name System against online attacks. He received his Ph.D. from Keio University in 2011, and was inducted into the Internet Hall of Fame in 2014.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626227/theora/20190921T1045-03_plenary_PaulVixie-DNSoverHTTPS.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626227/broadcast/20190921T1045-03_plenary_PaulVixie-DNSoverHTTPS.dv",
                "original": "https://upload.frikanalen.no/media/626227/original/20190921T1045-03_plenary_PaulVixie-DNSoverHTTPS.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626227/large_thumb/20190921T1045-03_plenary_PaulVixie-DNSoverHTTPS.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:54:10.940000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://2019.eurobsdcon.org/talk-speakers/#DoH",
            "createdTime": "2019-12-15T15:22:44.603440Z",
            "updatedTime": "2019-12-23T16:15:26.098075Z",
            "uploadedTime": "2019-12-15T17:20:02.220875Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626227/theora/20190921T1045-03_plenary_PaulVixie-DNSoverHTTPS.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626227/large_thumb/20190921T1045-03_plenary_PaulVixie-DNSoverHTTPS.jpg"
        },
        {
            "id": 626089,
            "name": "The State of Your Supply Chain - Andrew Martin",
            "header": "Container security often focuses on runtime best-practices whilst neglecting delivery of the software in the supply chain. Application, library, and OS vulnerabilities are a likely route to data exfiltration, and emerging technologies in the container ecosystem offer a new opportunity to mitigate this risk. Treating containers as immutable artefacts and injecting configuration allows us to \"upgrade\" images by rebuilding and shipping whole software bundles, avoiding configuration drift and state inconsistencies. This makes it possible to constantly patch software, and to easily enforce governance of artefacts both pre- and post-deployment. In this talk we detail an ideal, security-hardened container supply chain, describe the current state of the ecosystem, and dig into specific tools. Grafeas, Kritis, in-toto, Clair, Micro Scanner, TUF, and Notary are covered, and we demo how to gate container image pipelines and deployments on cryptographically verified supply chain metadata.\r\n\r\nRecorded at the OWASP Norway Day by NUUG",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626089/theora/20181120-andrew.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626089/broadcast/20181120-andrew.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626089/large_thumb/20181120-andrew.jpg",
                "original": "https://upload.frikanalen.no/media/626089/original/20181120-andrew.mp4"
            },
            "creator": "davidwnoble@gmail.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "01:03:20.400000",
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://www.youtube.com/watch?v=o4ZedASTVFM",
            "createdTime": "2018-12-10T12:18:31.094915Z",
            "updatedTime": "2018-12-13T19:42:16.325095Z",
            "uploadedTime": "2018-12-10T12:55:59.926662Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626089/theora/20181120-andrew.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626089/large_thumb/20181120-andrew.jpg"
        },
        {
            "id": 625774,
            "name": "TED - Andrew Pelling: This scientist makes ears out of apples",
            "header": "Andrew Pelling is a biohacker, and nature is his hardware. His favorite materials are the simplest ones (and oftentimes he finds them in the garbage). Building on the cellulose structure that gives an apple its shape, he \"grows\" lifelike human ears, pioneering a process that might someday be used to repair body parts safely and cheaply. And he has some even wilder ideas to share ... \"What I'm really curious about is if one day it will be possible to repair, rebuild and augment our own bodies with stuff we make in the kitchen,\" he says.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625774/large_thumb/AndrewPelling_2016U.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625774/small_thumb/AndrewPelling_2016U.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625774/broadcast/AndrewPelling_2016U.dv",
                "original": "https://upload.frikanalen.no/media/625774/original/AndrewPelling_2016U.mp4",
                "theora": "https://upload.frikanalen.no/media/625774/theora/AndrewPelling_2016U.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:07:09.380000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/AndrewPelling_2016U",
            "createdTime": "2016-09-23T13:36:54.058956Z",
            "updatedTime": "2018-11-10T18:29:26.738874Z",
            "uploadedTime": "2016-09-23T13:44:31.548627Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625774/theora/AndrewPelling_2016U.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625774/large_thumb/AndrewPelling_2016U.jpg"
        },
        {
            "id": 626111,
            "name": "FSCONS 2017 - Stian Rødven Eide - A Serious Plan to End Advertisement",
            "header": "Recorded by NUUG for FSCONS.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626111/theora/fscons17_-_327_-_en_-_smalltalk_-_201711041500_-_a_serious_plan_to_end_advertisement_-_stian_rodven_eide.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626111/broadcast/fscons17_-_327_-_en_-_smalltalk_-_201711041500_-_a_serious_plan_to_end_advertisement_-_stian_rodven_eide.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626111/large_thumb/fscons17_-_327_-_en_-_smalltalk_-_201711041500_-_a_serious_plan_to_end_advertisement_-_stian_rodven_eide.jpg",
                "original": "https://upload.frikanalen.no/media/626111/original/fscons17_-_327_-_en_-_smalltalk_-_201711041500_-_a_serious_plan_to_end_advertisement_-_stian_rodven_eide.webm"
            },
            "creator": "davidwnoble@gmail.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:39:33.040000",
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/fscons17_-_327_-_en_-_smalltalk_-_201711041500_-_a_serious_plan_to_end_advertisement_-_stian_rodven_",
            "createdTime": "2018-12-14T10:32:44.576377Z",
            "updatedTime": "2018-12-14T21:46:52.435662Z",
            "uploadedTime": "2018-12-14T11:11:34.308832Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626111/theora/fscons17_-_327_-_en_-_smalltalk_-_201711041500_-_a_serious_plan_to_end_advertisement_-_stian_rodven_eide.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626111/large_thumb/fscons17_-_327_-_en_-_smalltalk_-_201711041500_-_a_serious_plan_to_end_advertisement_-_stian_rodven_eide.jpg"
        },
        {
            "id": 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": 625828,
            "name": "Venter på Snowden med Christian Borch, Edward Snowden, John Crane, Alan Rusbridger, Michael Tetzschner, Snorre Valen",
            "header": "William Nygaard, leder Norsk PEN, ønsker velkommen.\r\nEdward Snowden intervjues av Christian Borch på link fra Moskva.\r\nIntervju med varsleren John Crane (USA)\r\n\r\nPaneldebatt\r\n\r\nJohn Crane\r\nAlan Rusbridger – tidligere sjefsredaktør i The Guardian\r\nMichael Tetzschner – stortingspolitiker (H)\r\nSnorre Valen – stortingspolitiker (SV)\r\n\r\nLeder av Norsk PENs Komité for Fengslede Forfattere, Brit Bildøen, presenterer årets “fokusfanger”, dvs. de fengslede forfattere, journalister etc. som PEN-sentere over hele verden retter oppmerksomheten mot på denne dagen.\r\n\r\nEdward Snowdens kamp for å få en rettslig garanti for at han ikke blir utlevert til USA dersom han kommer til Norge for å motta Ossietzky-prisen, trekker i langdrag.  Da Norsk PEN 7. mars i år bekjentgjorde at Ossietzky-prisen for 2016 tildeles varsleren Edward Snowden, ble prisseremonien fastsatt til 18. november i Universitetets Aula. Saken er nå hos Høyesterett. Etter samråd med våre advokater i firmaet Schjødt, har Norsk PEN derfor besluttet å utsette tildelingen av prisen, som forhåpentlig kan skje ved Edward Snowdens personlige tilstedeværelse. Tildeling av Ossietzky-prisen 2016 til Edward Snowden vil derfor finne sted 7. juni 2017.\r\n\r\nNorsk PEN opprettholder imidlertid det årlige arrangementet 18. november for markering av den internasjonale Fengslede Forfatteres Dag. Edward Snowdens avsløringer og situasjon som varsler blir sentralt her. Snowden vil selv tale til forsamlingen via skype fra Moskva.\r\n\r\nProgrammet er på engelsk.  Musikkinnslaget med Pål Moddi Knutsen er klippet vekk for å spare opphavsrettighetskostnader.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625828/theora/20161118-snowden-frikanalen.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625828/broadcast/20161118-snowden-frikanalen.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625828/small_thumb/20161118-snowden-frikanalen.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625828/large_thumb/20161118-snowden-frikanalen.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:56:14.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2016-11-24T11:40:20.728428Z",
            "updatedTime": "2018-11-10T18:29:26.657082Z",
            "uploadedTime": "2016-11-24T11:44:13.733391Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625828/theora/20161118-snowden-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625828/large_thumb/20161118-snowden-frikanalen.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": 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": 626090,
            "name": "Modern Web Application Vulnerabilities - Erlend Oftedal",
            "header": "With the emerging popularity of bug bounty programs, lesser known and even brand new vulnerability classes are gaining popularity. This talk will give a walk-though of some of these vulnerabilities, how they occur in modern web applications and how they can be found and fixed.\r\n\r\nRecorded at the OWASP Norway Day by NUUG.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626090/theora/20181120-erlend.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626090/broadcast/20181120-erlend.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626090/large_thumb/20181120-erlend.jpg",
                "original": "https://upload.frikanalen.no/media/626090/original/20181120-erlend.mp4"
            },
            "creator": "davidwnoble@gmail.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:44:03.440000",
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://www.youtube.com/watch?v=fIqNVUtTPQo",
            "createdTime": "2018-12-10T13:06:57.084546Z",
            "updatedTime": "2018-12-13T19:41:17.176159Z",
            "uploadedTime": "2018-12-10T13:52:12.288383Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626090/theora/20181120-erlend.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626090/large_thumb/20181120-erlend.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": 625813,
            "name": "Om beslaget i popcorn-time.no saken",
            "header": "Økokrim beslagla i vår domenet popcorn-time.no. I den forbindelse gjennomførte de beslag også hos IMC AS og deres regnskapsfører. Morten Eriksen, daglig leder i IMC AS, gir her gi sin versjon av hvordan dette opplevdes fra hans side.\r\n\r\nNUUG talk from 2016-11-08.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625813/theora/20161108-popcorntime-frikanalen.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625813/small_thumb/20161108-popcorntime-frikanalen.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625813/large_thumb/20161108-popcorntime-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625813/broadcast/20161108-popcorntime-frikanalen.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:50:58.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2016-11-11T06:36:27.331758Z",
            "updatedTime": "2018-11-10T18:29:26.683955Z",
            "uploadedTime": "2016-11-11T06:38:13.436831Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625813/theora/20161108-popcorntime-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625813/large_thumb/20161108-popcorntime-frikanalen.jpg"
        },
        {
            "id": 625811,
            "name": "TED - Christopher Soghoian: Your smartphone is a civil rights issue",
            "header": "The smartphone you use reflects more than just personal taste ... it could determine how closely you can be tracked, too. Privacy expert and TED Fellow Christopher Soghoian details a glaring difference between the encryption used on Apple and Android devices and urges us to pay attention to a growing digital security divide. \"If the only people who can protect themselves from the gaze of the government are the rich and powerful, that's a problem,\" he says. \"It's not just a cybersecurity problem — it's a civil rights problem.\"\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625811/large_thumb/ChristopherSoghoian_2016T.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625811/small_thumb/ChristopherSoghoian_2016T.jpg",
                "original": "https://upload.frikanalen.no/media/625811/original/ChristopherSoghoian_2016T.mp4",
                "theora": "https://upload.frikanalen.no/media/625811/theora/ChristopherSoghoian_2016T.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625811/broadcast/ChristopherSoghoian_2016T.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:07:48.860000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/ChristopherSoghoian_2016T",
            "createdTime": "2016-11-09T09:16:17.581856Z",
            "updatedTime": "2018-11-10T18:29:26.686722Z",
            "uploadedTime": "2016-11-09T09:25:37.598707Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625811/theora/ChristopherSoghoian_2016T.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625811/large_thumb/ChristopherSoghoian_2016T.jpg"
        },
        {
            "id": 626112,
            "name": "FSCONS 2017 - Jérémie Zimmermann - Love Against the Machine",
            "header": "An open discussion as an attempt at building a common understanding and a narrative around the questions of technological colonialism, the loss of control over our devices, and the need to rethink the way we liberate our computing.\r\n\r\nComputers changed over the last 20 years, from friendly machines we could understand, control and improve upon to black-boxed prisons designed at controlling us. How come we are now an increasing number to *hate* these machines, when we remember a past in which we used to passionately love them?\r\n\r\nFrom mobile computers (aka \"smartphones\") containing black-boxed baseband processors enabling remote control, and kicking the user away from properly owning his device, to generalized Intel CPUs and their \"Management Engine\" providing also a way for \"real masters\" of our machines to monitor and control all we do online, the age of the technological optimism is long gone. It is almost impossible today to buy a computer that isn't designed and built as an enemy of its user.\r\n\r\nThis shift of modern computing towards \"enemy machines\" has a profound impact on geopolitics (think \"Trump's NSA\"), on power relationships (think \"We know what you did online for the last 15 years\") but also on our humanities and the way we relate to each other: If I cannot understand how a machine works, how will I ever improve it? How will I ever have a chance to participate in a society run by such black boxes?\r\n\r\nThis open discussion will offer an attempt at a narrative to help us (re)frame the issues surrounding Free/Libre software, and the way we participate in these projects. From a purely technological perspective to a holistic vision based on understanding the ways we interact with each other, at large.\r\n\r\nRecorded by NUUG for FSCONS.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626112/theora/fscons17_-_329_-_en_-_simula_-_201711041600_-_love_against_the_machine_-_jeremie_zimmermann.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626112/broadcast/fscons17_-_329_-_en_-_simula_-_201711041600_-_love_against_the_machine_-_jeremie_zimmermann.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626112/large_thumb/fscons17_-_329_-_en_-_simula_-_201711041600_-_love_against_the_machine_-_jeremie_zimmermann.jpg",
                "original": "https://upload.frikanalen.no/media/626112/original/fscons17_-_329_-_en_-_simula_-_201711041600_-_love_against_the_machine_-_jeremie_zimmermann.webm"
            },
            "creator": "davidwnoble@gmail.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:48:16.080000",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/fscons17_-_329_-_en_-_simula_-_201711041600_-_love_against_the_machine_-_jeremie_zimmermann",
            "createdTime": "2018-12-14T21:59:33.912714Z",
            "updatedTime": "2018-12-14T23:31:08.261894Z",
            "uploadedTime": "2018-12-14T22:46:07.645719Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626112/theora/fscons17_-_329_-_en_-_simula_-_201711041600_-_love_against_the_machine_-_jeremie_zimmermann.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626112/large_thumb/fscons17_-_329_-_en_-_simula_-_201711041600_-_love_against_the_machine_-_jeremie_zimmermann.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": 626116,
            "name": "FSCONS 2017 - Pål Taule Bentebråten - Towards a Global Cryptocurrency Infrastructure: A Revolutionary Sharing Economy",
            "header": "Yesterday we bartered with favors. If you do something for me, I will do something for you in return.\r\n\r\nToday giant tech companies has commercialised the favor for a favor economy. They have built strong platforms with algorithms to match two parties in a market. Uber matches drivers with people that need a ride, AirBnB matches people that are in need of a place to stay with people that are renting out their apartments. They call this the sharing economy, but there is no such thing as sharing in it.\r\n\r\nTomorrow, we will build the true sharing economy on decentralized platforms that is owned by the people and not giant tech corporations. We will build platforms where the value is not extracted by a third party, but distributed right back into the network. We will build bottom up organizations with structures of collaboration and sharing rather than top down hierarchies of command and control.\r\n\r\n* A brief history of the sharing economy\r\n* How the sharing economy works today\r\n* How blockchain can transform the sharing economy\r\n* Hurdles ahead, challenges of using blockchains\r\n* Think big, think ahead, see a world of opportunities\r\n\r\nHow cryptocurrencies can enable a true sharing economy.\r\n\r\nChallenges ahead:\r\nInfrastructure and global adoption\r\nRegulation vs Innovation\r\nWhat’s next?\r\nUniversal Basic Income (UBI)\r\nA decentralized Internet\r\nNexus\r\n\r\nFilmed by NUUG for FSCONS.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626116/theora/fscons17_-_335_-_en_-_simula_-_201711051700_-_towards_a_global_cryptocurrency_infrastructure_a_revolutionary_sharing_economy_-_pal_taule_brentebraten.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626116/broadcast/fscons17_-_335_-_en_-_simula_-_201711051700_-_towards_a_global_cryptocurrency_infrastructure_a_revolutionary_sharing_economy_-_pal_taule_brentebraten.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626116/large_thumb/fscons17_-_335_-_en_-_simula_-_201711051700_-_towards_a_global_cryptocurrency_infrastructure_a_revolutionary_sharing_economy_-_pal_taule_brentebraten.jpg",
                "original": "https://upload.frikanalen.no/media/626116/original/fscons17_-_335_-_en_-_simula_-_201711051700_-_towards_a_global_cryptocurrency_infrastructure_a_revolutionary_sharing_economy_-_pal_taule_brentebraten.webm"
            },
            "creator": "davidwnoble@gmail.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:37:50",
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/fscons17_-_335_-_en_-_simula_-_201711051700_-_towards_a_global_cryptocurrency_infrastructure_a_revol",
            "createdTime": "2018-12-16T14:28:59.674965Z",
            "updatedTime": "2018-12-16T15:12:38.431677Z",
            "uploadedTime": "2018-12-16T14:41:09.854372Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626116/theora/fscons17_-_335_-_en_-_simula_-_201711051700_-_towards_a_global_cryptocurrency_infrastructure_a_revolutionary_sharing_economy_-_pal_taule_brentebraten.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626116/large_thumb/fscons17_-_335_-_en_-_simula_-_201711051700_-_towards_a_global_cryptocurrency_infrastructure_a_revolutionary_sharing_economy_-_pal_taule_brentebraten.jpg"
        },
        {
            "id": 625684,
            "name": "Software Heritage: Building the Universal Software Archive - Debconf 16",
            "header": "In the past few decades, software has become a critical part of every single bit of infrastructure running the world, from the tiniest devices we embed in our bodies to improve our health, to the biggest human creations. Software is the key to accessing all the digital information we're constantly creating, and therefore is an essential part of our cultural heritage. But software is just a bunch of bits. Unlike antique stone carvings, software gets lost, deleted, or corrupted.\n\nSoftware Heritage has set out to build the biggest archive of free software ever conceived. Our mission is to collect, preserve, organise and facilitate the sharing of all the available free software. We are laying down foundations on which a wealth of applications can be built, ranging from cultural heritage, to research and industry.\n\nWe started working in May 2015, and (as of April 2016) we have archived 2.2 billion unique files, more than 480 million project revisions across more than 16 million data sources, among which  Debian source packages from snapshot.debian.org, public GitHub repositories, and the GNU project's FTP archive.\n\nThis presentation will cover in more detail the why and the how of Software Heritage, as well as opportunities for the community to help us fulfill our goals.\n\nTalk (45 mins) session with Nicolas Dandrimont during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625684/theora/Software_Heritage_Building_the_Universal_Software_Archive.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625684/broadcast/Software_Heritage_Building_the_Universal_Software_Archive.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625684/large_thumb/Software_Heritage_Building_the_Universal_Software_Archive.jpg",
                "original": "https://upload.frikanalen.no/media/625684/original/Software_Heritage_Building_the_Universal_Software_Archive.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625684/small_thumb/Software_Heritage_Building_the_Universal_Software_Archive.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:27:50.920000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/42/",
            "createdTime": "2016-07-20T21:54:04.545318Z",
            "updatedTime": "2018-11-10T18:29:26.872630Z",
            "uploadedTime": "2016-07-20T21:54:09.449006Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625684/theora/Software_Heritage_Building_the_Universal_Software_Archive.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625684/large_thumb/Software_Heritage_Building_the_Universal_Software_Archive.jpg"
        },
        {
            "id": 626118,
            "name": "FSCONS 2017 - Geoffroy Couprie - Replacing core infrastructure without disrupting the community, the VLC way",
            "header": "This talk draws from ongoing work on VLC media player, Rust and Langsec, and focuses on tools and ideas to improve the basic building blocks of our system. There's a special attention to the way it can be introduced in existing projects and communities without disrupting their development or losing knowledge, and how we can build upon the previous steps to make the next one safer.\r\n\r\nRecorded by NUUG for FSCONS.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626118/theora/fscons17_-_352_-_en_-_java_-_201711051100_-_replacing_core_infrastructure_without_disrupting_the_community_the_vlc_way_-_geoffroy_couprie.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626118/broadcast/fscons17_-_352_-_en_-_java_-_201711051100_-_replacing_core_infrastructure_without_disrupting_the_community_the_vlc_way_-_geoffroy_couprie.dv",
                "original": "https://upload.frikanalen.no/media/626118/original/fscons17_-_352_-_en_-_java_-_201711051100_-_replacing_core_infrastructure_without_disrupting_the_community_the_vlc_way_-_geoffroy_couprie.webm",
                "largeThumb": "https://upload.frikanalen.no/media/626118/large_thumb/fscons17_-_352_-_en_-_java_-_201711051100_-_replacing_core_infrastructure_without_disrupting_the_community_the_vlc_way_-_geoffroy_couprie.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:48:53.040000",
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/fscons17_-_352_-_en_-_java_-_201711051100_-_replacing_core_infrastructure_without_disrupting_the_com",
            "createdTime": "2018-12-17T21:59:06.761815Z",
            "updatedTime": "2018-12-17T23:12:25.518462Z",
            "uploadedTime": "2018-12-17T22:22:42.855996Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626118/theora/fscons17_-_352_-_en_-_java_-_201711051100_-_replacing_core_infrastructure_without_disrupting_the_community_the_vlc_way_-_geoffroy_couprie.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626118/large_thumb/fscons17_-_352_-_en_-_java_-_201711051100_-_replacing_core_infrastructure_without_disrupting_the_community_the_vlc_way_-_geoffroy_couprie.jpg"
        },
        {
            "id": 626085,
            "name": "Linux Security APIs and the Chromium Sandbox - Patricia Aas",
            "header": "The Linux Security and Isolation APIs have become the basis of some of the most useful features server-side, providing the isolation required for efficient containers. However, these APIs also form the basis of the Chromium Sandbox on Linux, and we will study them in that context in this talk.\r\n\r\nRecorded at the OWASP Norway Day by NUUG.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626085/theora/20181120-patricia.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626085/broadcast/20181120-patricia.dv",
                "original": "https://upload.frikanalen.no/media/626085/original/20181120-patricia.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626085/large_thumb/20181120-patricia.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:53:46.740000",
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://www.youtube.com/watch?v=7aWdd3lYgWA",
            "createdTime": "2018-12-10T10:13:59.083146Z",
            "updatedTime": "2018-12-10T11:24:40.437997Z",
            "uploadedTime": "2018-12-10T10:26:48.582420Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626085/theora/20181120-patricia.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626085/large_thumb/20181120-patricia.jpg"
        },
        {
            "id": 625786,
            "name": "32C3 Opening Event (32c3) - 32C3",
            "header": "about this event: https://events.ccc.de/congress/2015/Fahrplan/events/7550.html\n\n session with Carina Haupt, Linus Neumann during 32C3",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625786/theora/32c3-7550-en-Opening_Event_webm-hd.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625786/broadcast/32c3-7550-en-Opening_Event_webm-hd.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625786/large_thumb/32c3-7550-en-Opening_Event_webm-hd.jpg",
                "original": "https://upload.frikanalen.no/media/625786/original/32c3-7550-en-Opening_Event_webm-hd.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625786/small_thumb/32c3-7550-en-Opening_Event_webm-hd.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:17:07.370000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://cdn.media.ccc.de/congress/2015/webm-hd/32c3-7550-en-Opening_Event_webm-hd.webm?1451301196",
            "createdTime": "2016-10-09T19:18:56.557938Z",
            "updatedTime": "2018-11-10T18:29:26.721797Z",
            "uploadedTime": "2016-10-09T19:19:22.654281Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625786/theora/32c3-7550-en-Opening_Event_webm-hd.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625786/large_thumb/32c3-7550-en-Opening_Event_webm-hd.jpg"
        },
        {
            "id": 626119,
            "name": "FSCONS 2017 - Eireann 'bsb' Leverett - Untapped Malicious Potential",
            "header": "Sounds crazy to even try to estimate right?\r\n\r\nThis presentation will cover the details of the calculation, and how we can track these numbers over time. We will also do some visualisation of this data and initiate discussion of where our resources should be spent best in fighting the threat of rDDoS attacks. The key contribution is an extensible methodology for measuring global potential for rDDoS attacks, in realistic terms of throughput. Why might this matter to DDoS mitigation, and what can we learn by watching these trends over time?\r\n\r\nRecorded by NUUG for FSCONS.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626119/theora/fscons17_-_354_-_en_-_java_-_201711041500_-_untapped_malicious_potential_-_eireann_bsb_leverett.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626119/broadcast/fscons17_-_354_-_en_-_java_-_201711041500_-_untapped_malicious_potential_-_eireann_bsb_leverett.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626119/large_thumb/fscons17_-_354_-_en_-_java_-_201711041500_-_untapped_malicious_potential_-_eireann_bsb_leverett.jpg",
                "original": "https://upload.frikanalen.no/media/626119/original/fscons17_-_354_-_en_-_java_-_201711041500_-_untapped_malicious_potential_-_eireann_bsb_leverett.webm"
            },
            "creator": "davidwnoble@gmail.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:43:12.120000",
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/fscons17_-_354_-_en_-_java_-_201711041500_-_untapped_malicious_potential_-_eireann_bsb_leverett",
            "createdTime": "2018-12-17T23:13:49.665163Z",
            "updatedTime": "2018-12-18T00:12:45.710971Z",
            "uploadedTime": "2018-12-17T23:34:17.533197Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626119/theora/fscons17_-_354_-_en_-_java_-_201711041500_-_untapped_malicious_potential_-_eireann_bsb_leverett.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626119/large_thumb/fscons17_-_354_-_en_-_java_-_201711041500_-_untapped_malicious_potential_-_eireann_bsb_leverett.jpg"
        },
        {
            "id": 626237,
            "name": "EuroBSDCon 2019, Lillehammer: OpenBSD: Add VMM to Packer - Phillip Buehler",
            "header": "OpenBSD: add VMM to ‘packer’\r\nThe sysadmin view of virtualization usually starts at a hypervisor running some kind of “image”. Packer is a framework to create such an image using various host and virtualized operating systems and adding some more bolts.\r\n\r\nThis talk shows the efforts and pitfalls of building a plugin for packer using the VMM framework on OpenBSD. Some details go down the rabbit hole (or reducing it) to provide a Go binary runnable as a plugin. For ease of installation, the ways how to package this as an OpenBSD ‘port’ are shown.\r\n\r\nOn top a bigger picture is provided on how to provide configurable OpenBSD images “at scale” by using the above accomplishments.\r\n\r\nPhilipp Buehler\r\n\r\nPhilipp uses Unix since mid 1990s and OpenBSD since 2000. Born and working in Germany mainly in Unix/Linux/BSD areas including ISP services and networking. Been an OpenBSD developer from 2002 to 2005, trying to cleanup and test pf(4). Co-founder of sysfive.com GmbH having the technical lead in designing and operating FOSS-based business plattforms.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626237/theora/20190922T0930-17_plenary_PhilippBuehler-PackerVMM.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626237/broadcast/20190922T0930-17_plenary_PhilippBuehler-PackerVMM.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626237/large_thumb/20190922T0930-17_plenary_PhilippBuehler-PackerVMM.jpg",
                "original": "https://upload.frikanalen.no/media/626237/original/20190922T0930-17_plenary_PhilippBuehler-PackerVMM.mp4"
            },
            "creator": "davidwnoble@gmail.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:43:22.820000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://2019.eurobsdcon.org/slides/OpenBSD:%20add%20VMM%20to%20packer%20-%20Philipp%20Buehler.pdf",
            "createdTime": "2019-12-20T21:36:50.707327Z",
            "updatedTime": "2019-12-21T13:20:47.558258Z",
            "uploadedTime": "2019-12-20T22:14:23.607557Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626237/theora/20190922T0930-17_plenary_PhilippBuehler-PackerVMM.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626237/large_thumb/20190922T0930-17_plenary_PhilippBuehler-PackerVMM.jpg"
        },
        {
            "id": 625673,
            "name": "FLOSSing for healthier society - Debconf 16",
            "header": "Code For South Africa use technology to promote informed decision making for social change.\r\n\r\nThis talk points out some of the tech and principles we use to maximise our positive impact on society. From building a data gathering platform for citizen journalists, to releasing government financial data, FLOSS and a lean process helps deliver the best bang for the buck in these important partnerships. Often avoiding writing new software delivers more value, and frees us so that when we do need to write something, it counts.\r\n\r\nOpen Weekend session with J.D. Bothma during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625673/theora/FLOSSing_for_healthier_society.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625673/large_thumb/FLOSSing_for_healthier_society.jpg",
                "original": "https://upload.frikanalen.no/media/625673/original/FLOSSing_for_healthier_society.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625673/small_thumb/FLOSSing_for_healthier_society.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625673/broadcast/FLOSSing_for_healthier_society.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:22:19.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/118/",
            "createdTime": "2016-07-19T19:18:44.823747Z",
            "updatedTime": "2018-11-10T18:29:26.889393Z",
            "uploadedTime": "2016-07-19T19:37:26.773299Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625673/theora/FLOSSing_for_healthier_society.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625673/large_thumb/FLOSSing_for_healthier_society.jpg"
        },
        {
            "id": 626091,
            "name": "When exploits are blind - Chris Dale",
            "header": "Demonstration based presentation. Only intro and outro powerpoint slides. Demonstrate user enumeration using timing attacks. Especially prominent when companies have implemented bcrypt/scrypt/pbkdf#2. Attack vector which is very useful in many cases today, notably against Lync/Skype4B installations today. Further password spray into a solution. Discover, analyze and fully exploit reverse-shell command injection. How to find these across large systems? How dose vulnerability scanners work, and how do they detect this? Introduction to Burp Collaborator. Introduction to script for merging attack data into hundreds of Burp Collaborators. Discover, analyze and fully exploit blind SQL Injection. Demonstrating Burp Intruder cluster bomb attack to enumerate out table data.\r\n\r\nRecorded at the OWASP Norway Day by NUUG.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626091/theora/20181120-chris.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626091/broadcast/20181120-chris.dv",
                "original": "https://upload.frikanalen.no/media/626091/original/20181120-chris.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626091/large_thumb/20181120-chris.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:49:10.100000",
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://www.youtube.com/watch?v=NQAOz0llpss",
            "createdTime": "2018-12-10T13:15:13.380411Z",
            "updatedTime": "2018-12-13T19:55:00.506427Z",
            "uploadedTime": "2018-12-10T14:30:27.706511Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626091/theora/20181120-chris.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626091/large_thumb/20181120-chris.jpg"
        },
        {
            "id": 625656,
            "name": "TED - Malte Spitz: Your phone company is watching",
            "header": "What kind of data is your cell phone company collecting? Malte Spitz wasn’t too worried when he asked his operator in Germany to share information stored about him. Multiple unanswered requests and a lawsuit later, Spitz received 35,830 lines of code -- a detailed, nearly minute-by-minute account of half a year of his life.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625656/broadcast/MalteSpitz_2012G.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625656/large_thumb/MalteSpitz_2012G.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625656/small_thumb/MalteSpitz_2012G.jpg",
                "original": "https://upload.frikanalen.no/media/625656/original/MalteSpitz_2012G.mp4",
                "theora": "https://upload.frikanalen.no/media/625656/theora/MalteSpitz_2012G.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:09:56.240000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/MalteSpitz_2012G",
            "createdTime": "2016-06-30T19:52:16.299147Z",
            "updatedTime": "2018-11-10T18:29:26.913484Z",
            "uploadedTime": "2016-06-30T20:10:28.994824Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625656/theora/MalteSpitz_2012G.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625656/large_thumb/MalteSpitz_2012G.jpg"
        },
        {
            "id": 626092,
            "name": "FSCONS 2017 - Conference Opening",
            "header": "Kacper Why and Thomas Gramstad introduce the FSCONS 2017 conference. \r\n\r\nRecorded by NUUG for FSCONS.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626092/theora/fscons17_-_306_-_en_-_simula_-_201711041100_-_welcome_-_kacper_why_-_thomas_gramstad.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626092/broadcast/fscons17_-_306_-_en_-_simula_-_201711041100_-_welcome_-_kacper_why_-_thomas_gramstad.dv",
                "original": "https://upload.frikanalen.no/media/626092/original/fscons17_-_306_-_en_-_simula_-_201711041100_-_welcome_-_kacper_why_-_thomas_gramstad.webm",
                "largeThumb": "https://upload.frikanalen.no/media/626092/large_thumb/fscons17_-_306_-_en_-_simula_-_201711041100_-_welcome_-_kacper_why_-_thomas_gramstad.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:07:52.180000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2018-12-10T22:23:47.738890Z",
            "updatedTime": "2018-12-13T18:44:54.659852Z",
            "uploadedTime": "2018-12-10T22:28:46.022617Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626092/theora/fscons17_-_306_-_en_-_simula_-_201711041100_-_welcome_-_kacper_why_-_thomas_gramstad.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626092/large_thumb/fscons17_-_306_-_en_-_simula_-_201711041100_-_welcome_-_kacper_why_-_thomas_gramstad.jpg"
        },
        {
            "id": 625624,
            "name": "Common Lisp som praktisk verktøy",
            "header": "Lisp er et av verdens eldste programmeringsspråk, men er mest kjent som et akademisk verktøy innen kunstig intelligens. Det ble oppfunnet av John McCarthy i 1958, og koblingen lisp og kunstig intelligens ble oppfrisket i massemedia igjen for noen dager siden da McCarthy døde, 84 år gammel.\r\n\r\nMen den viktigste lisp-dialekten, industristandarden Common Lisp, egner seg også til praktiske programmeringsformål langt fra kunstig intelligens.\r\n\r\nForedragsholder Espen Vestre har brukt Common Lisp til større  prosjekter både hos Telenor og sin nåværende arbeidsgiver Netfonds Bank.\r\n\r\nNUUG-foredrag fra 2011-11-08.\r\n",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625624/theora/20111108-common-lisp-frikanalen.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625624/large_thumb/20111108-common-lisp-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625624/broadcast/20111108-common-lisp-frikanalen.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625624/small_thumb/20111108-common-lisp-frikanalen.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:06.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2016-06-13T09:23:59.558076Z",
            "updatedTime": "2018-11-10T18:29:26.962154Z",
            "uploadedTime": "2016-06-13T09:25:46.532750Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625624/theora/20111108-common-lisp-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625624/large_thumb/20111108-common-lisp-frikanalen.jpg"
        },
        {
            "id": 625614,
            "name": "TED - Cédric Villani: What's so sexy about math?",
            "header": "Hidden truths permeate our world; they're inaccessible to our senses, but math allows us to go beyond our intuition to uncover their mysteries. In this survey of mathematical breakthroughs, Fields Medal winner Cédric Villani speaks to the thrill of discovery and details the sometimes perplexing life of a mathematician. \"Beautiful mathematical explanations are not only for our pleasure,\" he says. \"They change our vision of the world.\"\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625614/large_thumb/CedricVillani_2016.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625614/broadcast/CedricVillani_2016.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625614/small_thumb/CedricVillani_2016.jpg",
                "original": "https://upload.frikanalen.no/media/625614/original/CedricVillani_2016.mp4",
                "theora": "https://upload.frikanalen.no/media/625614/theora/CedricVillani_2016.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:16:27.710000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/CedricVillani_2016",
            "createdTime": "2016-06-07T10:16:07.882543Z",
            "updatedTime": "2018-11-10T18:29:26.976438Z",
            "uploadedTime": "2016-06-07T10:30:29.105097Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625614/theora/CedricVillani_2016.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625614/large_thumb/CedricVillani_2016.jpg"
        },
        {
            "id": 625599,
            "name": "Tor: Anonymous communication for the US Department of Defense...and you.",
            "header": "What do the United States Department of Defence and the\r\nElectronic Frontier Foundation have in common? They have both funded\r\nthe development of Tor (tor.eff.org), a free-software onion routing\r\nnetwork that helps people around the world use the Internet safely.\r\n\r\nThe public Tor network has 150 servers on five continents, and\r\naverages over 40Mbit/s of traffic. Our users include ordinary\r\ncitizens who want protection from identity theft and prying\r\ncorporations, corporations who want to look at a competitor's website\r\nin private, and aid workers in the Middle East who need to contact\r\ntheir home servers without fear of physical harm.\r\n\r\nRoger Dingledine give an overview of the Tor architecture, and talk\r\nabout why you'd want to use it, what security it provides, and how\r\nuser applications interface to it. He show a working Tor network, and\r\ninvite the audience to connect to it and use it.\r\n\r\nRoger Dingledine is a security and privacy researcher. While at MIT\r\nhe developed Free Haven, one of the early peer-to-peer systems that\r\nemphasized resource management while retaining anonymity for its\r\nusers. Currently he consults for the Electronic Frontier Foundation\r\nand the U.S. Navy to design and develop systems for anonymity and\r\ntraffic analysis resistance. Recent work includes anonymous\r\npublishing and communication systems, traffic analysis resistance,\r\ncensorship resistance, attack resistance for decentralized networks,\r\nand reputation.\r\n\r\nNUUG talk from 2005-04-21.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625599/theora/20050421-tor-frikanalen.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625599/small_thumb/20050421-tor-frikanalen.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625599/large_thumb/20050421-tor-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625599/broadcast/20050421-tor-frikanalen.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:26:02.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2016-05-28T10:31:04.251569Z",
            "updatedTime": "2018-11-10T18:29:27.007300Z",
            "uploadedTime": "2016-05-28T10:33:58.288117Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625599/theora/20050421-tor-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625599/large_thumb/20050421-tor-frikanalen.jpg"
        },
        {
            "id": 625772,
            "name": "Coreboot - fast, free and secure computer firmware",
            "header": "Coreboot is an extended firmware platform that delivers a lightning fast and secure boot experience on modern computers and embedded systems.\r\n\r\nIntroduction to coreboot ecosystem and the obstacles industry puts on our wishes of a true computer ownership that starts from open firmware. We will have a quick view of the various projects under the coreboot umbrella and how these have evolved in last 15 or so years. We shall cover topics around securing firmware, review and validation process of coreboot source and the goal of leaving minimal attack surfaces behind (keep-it-simple stupid).\r\n\r\nKyösti is a coreboot enthusiast and has been a developer since 2010, with main interests on low-level debugging tools and reverse-engineering on x86.\r\n\r\nNUUG talk from 2016-09-13.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625772/theora/20160913-coreboot-frikanalen.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625772/small_thumb/20160913-coreboot-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625772/broadcast/20160913-coreboot-frikanalen.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625772/large_thumb/20160913-coreboot-frikanalen.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:52:55.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2016-09-14T16:34:54.833568Z",
            "updatedTime": "2018-11-10T18:29:26.741614Z",
            "uploadedTime": "2016-09-14T16:36:38.550496Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625772/theora/20160913-coreboot-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625772/large_thumb/20160913-coreboot-frikanalen.jpg"
        },
        {
            "id": 626238,
            "name": "EuroBSDCon 2019, Lillehammer: Rust: Systems Programmers Can Have Nice Things - Arun Thomas",
            "header": "Arun Thomas presents.\r\n\r\nRust is a new programming language, originally from Mozilla, that combines the safety and productivity of a high-level language with the performance and low-level control of a traditional systems language. Rust achieves this combination through clever and pragmatic programming language design — along with awesome tooling and libraries.\r\n\r\nIn this talk, I will dive into the features that make Rust the right choice for 21st-century systems programming. I will give a general introduction to the language and an overview of the Rust ecosystem. I will also walk through the process of developing Rust on BSD.\r\n\r\nArun Thomas\r\n\r\nArun Thomas is an operating systems researcher and an open source developer. He got his first taste of BSD in 2002.\r\n\r\nArun is a Principal Scientist at Draper Laboratory. At Draper, Arun leads the DARPA-funded SSITH/HOPE project, a research collaboration with the University of Pennsylvania, MIT, PSU, INRIA, Dover Microsystems, and Dornerworks to develop a hardware security architecture that enables flexible, verified policy enforcement on RISC-V. Recently, he has been exploring the use of Rust as a foundational technology for building secure systems. Arun has spoken about systems programming topics at ARM TechCon, the Embedded Systems Conference (ESC), BSDCan, EuroBSDcon, BSDTW, FOSDEM, Systems We Love, the RISC-V Workshop, and the Oxidize Embedded Rust Conference.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626238/theora/20190922T0930-18_soriamoria_ArunThomas-Rust.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626238/broadcast/20190922T0930-18_soriamoria_ArunThomas-Rust.dv",
                "original": "https://upload.frikanalen.no/media/626238/original/20190922T0930-18_soriamoria_ArunThomas-Rust.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626238/large_thumb/20190922T0930-18_soriamoria_ArunThomas-Rust.jpg"
            },
            "creator": "davidwnoble@gmail.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:39:01.040000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://www.youtube.com/watch?v=M2dkr4seKto",
            "createdTime": "2019-12-21T13:21:01.388442Z",
            "updatedTime": "2019-12-26T19:28:58.830331Z",
            "uploadedTime": "2019-12-21T15:20:41.595555Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626238/theora/20190922T0930-18_soriamoria_ArunThomas-Rust.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626238/large_thumb/20190922T0930-18_soriamoria_ArunThomas-Rust.jpg"
        },
        {
            "id": 626239,
            "name": "EuroBSDCon 2019, Lillehammer: KernelTLS - Hans Petter Selasky, Drew Gallatin",
            "header": "Kernel TLS and TLS hardware offload\r\nTLS (Transport Layer Security) is a widely-deployed network protocol used for providing cryptographically proven security and authentication of TCP sessions. A kernel implementation of TLS will provide access to TLS hardware offload, ability to access unencrypted bytes of data in the kernel, and a reduction in copies to and from userspace by allowing the use of the sendfile(9) system call for TLS encrypted data.\r\n\r\nThis talk will start from explaining the basics of TLS protocol, using OpenSSL as an example, cover the advantages and motivation for kernel TLS (KTLS) and later will dive in to the implementation.\r\n\r\nOne of the major advantages of KTLS is the ability to offload TLS symmetric crypto processing to the network device. This talk will cover TLS hardware offload approaches, like TOE and inline TLS acceleration.\r\n\r\nWe will close with some performance numbers comparing OpenSSL, KTLS and hardware offloaded TLS with data taken from Netflix servers.\r\n\r\n\r\nDrew Gallatin\r\n\r\nDrew started working on FreeBSD at Duke in the 90s, and was one of the people behind the FreeBSD/alpha port. He worked on zero-copy TCP optimizations for FreeBSD and was sending data at over 1Gb/s before gigabit Ethernet was generally available. He spent a decade at Myricom, optimizing their drivers. After a brief hiatus at Google, he landed at Netflix, where he works on optimizing the FreeBSD kernel and network stack for content delivery. He worked on the optimizations to serve unencrypted Netflix traffic at 100Gb/s, and then on more optimizations to send encrypted traffic at 100Gb/s.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626239/theora/20190922T0930-19_valemon_HansPetterSelaskyDrewGallatin-KernelTLS.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626239/broadcast/20190922T0930-19_valemon_HansPetterSelaskyDrewGallatin-KernelTLS.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626239/large_thumb/20190922T0930-19_valemon_HansPetterSelaskyDrewGallatin-KernelTLS.jpg",
                "original": "https://upload.frikanalen.no/media/626239/original/20190922T0930-19_valemon_HansPetterSelaskyDrewGallatin-KernelTLS.mp4"
            },
            "creator": "davidwnoble@gmail.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:43:15.060000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://www.youtube.com/watch?v=p9fbofDUUr4",
            "createdTime": "2019-12-23T10:36:58.902322Z",
            "updatedTime": "2019-12-26T20:36:25.236491Z",
            "uploadedTime": "2019-12-23T11:23:00.839288Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626239/theora/20190922T0930-19_valemon_HansPetterSelaskyDrewGallatin-KernelTLS.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626239/large_thumb/20190922T0930-19_valemon_HansPetterSelaskyDrewGallatin-KernelTLS.jpg"
        },
        {
            "id": 625534,
            "name": "TED - Gregory Heyworth: How I'm discovering the secrets of ancient texts",
            "header": "Gregory Heyworth is a textual scientist; he and his lab work on new ways to read ancient manuscripts and maps using spectral imaging technology. In this fascinating talk, watch as Heyworth shines a light on lost history, deciphering texts that haven't been read in thousands of years. How could these lost classics rewrite what we know about the past?\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625534/theora/GregoryHeyworth_2015X.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625534/large_thumb/GregoryHeyworth_2015X.jpg",
                "original": "https://upload.frikanalen.no/media/625534/original/GregoryHeyworth_2015X.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625534/small_thumb/GregoryHeyworth_2015X.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625534/broadcast/GregoryHeyworth_2015X.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:12:11.500000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/GregoryHeyworth_2015X",
            "createdTime": "2016-04-24T20:22:08.861647Z",
            "updatedTime": "2018-11-10T18:29:27.125126Z",
            "uploadedTime": "2016-04-24T20:54:54.286642Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625534/theora/GregoryHeyworth_2015X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625534/large_thumb/GregoryHeyworth_2015X.jpg"
        },
        {
            "id": 626240,
            "name": "EuroBSDCon 2019, Lillehammer: Wireless Fidelity with bwfm(4) - Patrick Wildt",
            "header": "The Broadcom Wireless FullMAC chip has been one of the biggest hurdles in properly supporting Apple MacBooks in the recent years. But that has not been the only place where this chip has popped up. bwfm(4) is a new OpenBSD driver that supports these chips and was also ported to NetBSD. This talks gives an overview of the chip, an in-depth view into how one communicates with the chip on the three different supported busses, and the higher layer protocol that’s being run on top. It also shows issues properly combining the driver with the OpenBSD net80211 stack, which isn’t written to handle FullMACs. The talk also shows the Firmware and NVRAM distribution issues.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626240/theora/20190922T1030-20_plenary_PatrickWildt-WirelessFidelity.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626240/broadcast/20190922T1030-20_plenary_PatrickWildt-WirelessFidelity.dv",
                "original": "https://upload.frikanalen.no/media/626240/original/20190922T1030-20_plenary_PatrickWildt-WirelessFidelity.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626240/large_thumb/20190922T1030-20_plenary_PatrickWildt-WirelessFidelity.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:41:49.040000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://www.youtube.com/watch?v=8N0IL8APCHg",
            "createdTime": "2019-12-23T14:33:48.706908Z",
            "updatedTime": "2019-12-26T20:36:21.666035Z",
            "uploadedTime": "2019-12-23T15:08:23.290052Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626240/theora/20190922T1030-20_plenary_PatrickWildt-WirelessFidelity.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626240/large_thumb/20190922T1030-20_plenary_PatrickWildt-WirelessFidelity.jpg"
        },
        {
            "id": 625526,
            "name": "TED - Sean Follmer: Shape-shifting tech will change work as we know it",
            "header": "What will the world look like when we move beyond the keyboard and mouse? Interaction designer Sean Follmer is building a future with machines that bring information to life under your fingers as you work with it. In this talk, check out prototypes for a 3D shape-shifting table, a phone that turns into a wristband, a deformable game controller and more that may change the way we live and work.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625526/theora/SeanFollmer_2015X.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625526/large_thumb/SeanFollmer_2015X.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625526/broadcast/SeanFollmer_2015X.dv",
                "original": "https://upload.frikanalen.no/media/625526/original/SeanFollmer_2015X.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625526/small_thumb/SeanFollmer_2015X.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:09:26.610000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/SeanFollmer_2015X",
            "createdTime": "2016-04-09T19:19:00Z",
            "updatedTime": "2018-11-10T18:29:27.134044Z",
            "uploadedTime": "2016-04-09T19:19:02Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625526/theora/SeanFollmer_2015X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625526/large_thumb/SeanFollmer_2015X.jpg"
        },
        {
            "id": 626094,
            "name": "FSCONS 2017 - Keynote: TBA - Linda Sandvik",
            "header": "Linda Sandvik's keynote at FSCONS 2017\r\n\r\nRecorded by NUUG for FSCONS.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626094/theora/fscons17_-_316_-_en_-_simula_-_201711051400_-_keynote_tba_-_linda_sandvik.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626094/broadcast/fscons17_-_316_-_en_-_simula_-_201711051400_-_keynote_tba_-_linda_sandvik.dv",
                "original": "https://upload.frikanalen.no/media/626094/original/fscons17_-_316_-_en_-_simula_-_201711051400_-_keynote_tba_-_linda_sandvik.webm",
                "largeThumb": "https://upload.frikanalen.no/media/626094/large_thumb/fscons17_-_316_-_en_-_simula_-_201711051400_-_keynote_tba_-_linda_sandvik.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:57:55.640000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/fscons17_-_316_-_en_-_simula_-_201711051400_-_keynote_tba_-_linda_sandvik",
            "createdTime": "2018-12-10T22:29:44.476848Z",
            "updatedTime": "2018-12-13T18:45:27.343788Z",
            "uploadedTime": "2018-12-10T22:58:44.922597Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626094/theora/fscons17_-_316_-_en_-_simula_-_201711051400_-_keynote_tba_-_linda_sandvik.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626094/large_thumb/fscons17_-_316_-_en_-_simula_-_201711051400_-_keynote_tba_-_linda_sandvik.jpg"
        },
        {
            "id": 625519,
            "name": "TED - Aomawa Shields: How we'll find life on other planets",
            "header": "Astronomer Aomawa Shields searches for clues that life might exist elsewhere in the universe by examining the atmospheres of distant exoplanets. When she isn't exploring the heavens, the classically trained actor (and TED Fellow) looks for ways to engage young women in the sciences using theater, writing and visual art. \"Maybe one day they'll join the ranks of astronomers who are full of contradictions,\" she says, \"and use their backgrounds to discover, once and for all, that we are truly not alone in the universe.\"\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625519/small_thumb/AomawaShields_2015U.jpg",
                "theora": "https://upload.frikanalen.no/media/625519/theora/AomawaShields_2015U.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625519/broadcast/AomawaShields_2015U.dv",
                "original": "https://upload.frikanalen.no/media/625519/original/AomawaShields_2015U.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625519/large_thumb/AomawaShields_2015U.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:05:29.540000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/AomawaShields_2015U",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.139639Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625519/theora/AomawaShields_2015U.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625519/large_thumb/AomawaShields_2015U.jpg"
        },
        {
            "id": 626095,
            "name": "FSCONS 2017 - Lightning Talks 1",
            "header": "Lightning talks from Day 1 of FSCONS 2017. \r\n\r\nRecorded by NUUG for FSCONS.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626095/theora/fscons17_-_331_-__-_simula_-_201711041700_-_lightning_talks_1.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626095/broadcast/fscons17_-_331_-__-_simula_-_201711041700_-_lightning_talks_1.dv",
                "original": "https://upload.frikanalen.no/media/626095/original/fscons17_-_331_-__-_simula_-_201711041700_-_lightning_talks_1.webm",
                "largeThumb": "https://upload.frikanalen.no/media/626095/large_thumb/fscons17_-_331_-__-_simula_-_201711041700_-_lightning_talks_1.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:41:54.160000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/fscons17_-_331_-__-_simula_-_201711041700_-_lightning_talks_1",
            "createdTime": "2018-12-10T22:58:56.478683Z",
            "updatedTime": "2018-12-11T10:58:46.623625Z",
            "uploadedTime": "2018-12-10T23:50:31.936056Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626095/theora/fscons17_-_331_-__-_simula_-_201711041700_-_lightning_talks_1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626095/large_thumb/fscons17_-_331_-__-_simula_-_201711041700_-_lightning_talks_1.jpg"
        },
        {
            "id": 625434,
            "name": "MakerCon - Innovation Inspiration - IPR Databases as a Source of Inspiration",
            "header": "Hege Langlo at MakerCon Nordic 2014-10-18.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625434/theora/makercon-2014-10-18T133834-ipr-database-inspiration-frikanalen.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625434/broadcast/makercon-2014-10-18T133834-ipr-database-inspiration-frikanalen.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625434/large_thumb/makercon-2014-10-18T133834-ipr-database-inspiration-frikanalen.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625434/small_thumb/makercon-2014-10-18T133834-ipr-database-inspiration-frikanalen.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:23:59.960000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.247133Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625434/theora/makercon-2014-10-18T133834-ipr-database-inspiration-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625434/large_thumb/makercon-2014-10-18T133834-ipr-database-inspiration-frikanalen.jpg"
        }
    ]
}