List of videos

Query parameters

q - Free search query.

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

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

creator__email - the email of the video's creator

framerate - the framerate in hz * 1000

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

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

name - the exact name/title of the video

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

organization - Frikanalen ID of organization behind video

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

played_count_web__gt - greater than

played_count_web__gte - greater than or equal

played_count_web__lt - less than

played_count_web__lte - less than or equal

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

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

ref_url - the exact reference url

ref_url__startswith - the reference url start with this string

ref_url__icontains - the reference url contain this string

GET /api/videos/?format=api&limit=50&offset=50&ordering=-uploaded_time&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=100&ordering=-uploaded_time&page=2",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&ordering=-uploaded_time&page=2",
    "results": [
        {
            "id": 625523,
            "name": "TED - Tania Simoncelli: How I took on the gene patent industry -- and won",
            "header": "Are human genes patentable? Back in 2005, when Tania Simoncelli first contemplated this complex question, US patent law said they were — which meant patent holders had the right to stop anyone from sequencing, testing or even looking at a patented gene. Troubled by the way this law both harmed patients and created a barrier to biomedical innovation, Simoncelli and her colleagues at the ACLU challenged it. In this riveting talk, hear the story of how they took a case everybody told them they would lose all the way to the Supreme Court.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625523/small_thumb/TaniaSimoncelli_2014X.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625523/large_thumb/TaniaSimoncelli_2014X.jpg",
                "theora": "https://upload.frikanalen.no/media/625523/theora/TaniaSimoncelli_2014X.ogv",
                "original": "https://upload.frikanalen.no/media/625523/original/TaniaSimoncelli_2014X.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625523/broadcast/TaniaSimoncelli_2014X.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:18:09.670000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/TaniaSimoncelli_2014X",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.138250Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625523/theora/TaniaSimoncelli_2014X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625523/large_thumb/TaniaSimoncelli_2014X.jpg"
        },
        {
            "id": 625359,
            "name": "TED - Ben Wellington: How we found the worst place to park in New York City -- using big data",
            "header": "City agencies have access to a wealth of data and statistics reflecting every part of urban life. But as data analyst Ben Wellington suggests in this entertaining talk, sometimes they just don't know what to do with it. He shows how a combination of unexpected questions and smart data crunching can produce strangely useful insights, and shares tips on how to release large sets of data so that anyone can use them.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625359/small_thumb/BenWellington_2014X.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625359/large_thumb/BenWellington_2014X.jpg",
                "original": "https://upload.frikanalen.no/media/625359/original/BenWellington_2014X.mp4",
                "theora": "https://upload.frikanalen.no/media/625359/theora/BenWellington_2014X.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625359/broadcast/BenWellington_2014X.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:11:52.090000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/BenWellington_2014X",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.349247Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625359/theora/BenWellington_2014X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625359/large_thumb/BenWellington_2014X.jpg"
        },
        {
            "id": 625440,
            "name": "TED - Chris Urmson: How a driverless car sees the road",
            "header": "Statistically, the least reliable part of the car is ... the driver. Chris Urmson heads up Google's driverless car program, one of several efforts to remove humans from the driver's seat. He talks about where his program is right now, and shares fascinating footage that shows how the car sees the road and makes autonomous decisions about what to do next.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625440/small_thumb/ChrisUrmson_2015.jpg",
                "theora": "https://upload.frikanalen.no/media/625440/theora/ChrisUrmson_2015.ogv",
                "original": "https://upload.frikanalen.no/media/625440/original/ChrisUrmson_2015.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625440/large_thumb/ChrisUrmson_2015.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625440/broadcast/ChrisUrmson_2015.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:15:33.190000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/ChrisUrmson_2015",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.238742Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625440/theora/ChrisUrmson_2015.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625440/large_thumb/ChrisUrmson_2015.jpg"
        },
        {
            "id": 625437,
            "name": "MakerCon - Evolutionary algorithms as a design tool - from art to robotics",
            "header": "Kyrre Glette at MakerCon Nordic 2014-10-18.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625437/theora/makercon-2014-10-18T153055-evolutionary-algo-design-tool-frikanalen.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625437/small_thumb/makercon-2014-10-18T153055-evolutionary-algo-design-tool-frikanalen.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625437/large_thumb/makercon-2014-10-18T153055-evolutionary-algo-design-tool-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625437/broadcast/makercon-2014-10-18T153055-evolutionary-algo-design-tool-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:24:55",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.243022Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625437/theora/makercon-2014-10-18T153055-evolutionary-algo-design-tool-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625437/large_thumb/makercon-2014-10-18T153055-evolutionary-algo-design-tool-frikanalen.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"
        },
        {
            "id": 625354,
            "name": "TED - Sanjay Pradhan: How open data is changing international aid",
            "header": "How do we make sure that development and aid money actually goes to the people who most need it? Sanjay Pradhan of the World Bank Institute lays out three guidelines to help relief efforts make the most impact — while curbing corruption. One key: connecting the players who are working to change broken systems with the data they need.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625354/small_thumb/SanjayPradhan_2012G.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625354/large_thumb/SanjayPradhan_2012G.jpg",
                "original": "https://upload.frikanalen.no/media/625354/original/SanjayPradhan_2012G.mp4",
                "theora": "https://upload.frikanalen.no/media/625354/theora/SanjayPradhan_2012G.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625354/broadcast/SanjayPradhan_2012G.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:15:17.350000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/SanjayPradhan_2012G",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.356056Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625354/theora/SanjayPradhan_2012G.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625354/large_thumb/SanjayPradhan_2012G.jpg"
        },
        {
            "id": 626055,
            "name": "Frikanalen Informasjonsfilm",
            "header": "Info!",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/626055/theora/Frikanalen_1_4.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626055/broadcast/Frikanalen_1_4.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626055/large_thumb/Frikanalen_1_4.jpg",
                "original": "https://upload.frikanalen.no/media/626055/original/Frikanalen_1_4.mp4"
            },
            "creator": "rune.hagerup@empo.no",
            "organization": {
                "id": 3,
                "name": "Frikanalen",
                "homepage": "https://frikanalen.no",
                "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2086,
                "editorName": "Tore Sinding Bekkedal",
                "editorEmail": "toresbe@protonmail.com",
                "editorMsisdn": "+47 918 59 508",
                "fkmember": true
            },
            "duration": "00:00:48.090000",
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2018-11-10T12:33:26.247865Z",
            "updatedTime": "2019-06-19T11:06:31.897749Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/626055/theora/Frikanalen_1_4.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626055/large_thumb/Frikanalen_1_4.jpg"
        },
        {
            "id": 625470,
            "name": "TED - Vijay Kumar: The future of flying robots",
            "header": "At his lab at the University of Pennsylvania, Vijay Kumar and his team have created autonomous aerial robots inspired by honeybees. Their latest breakthrough: Precision Farming, in which swarms of robots map, reconstruct and analyze every plant and piece of fruit in an orchard, providing vital information to farmers that can help improve yields and make water management smarter.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "original": "https://upload.frikanalen.no/media/625470/original/VijayKumar_2015X.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625470/large_thumb/VijayKumar_2015X.jpg",
                "theora": "https://upload.frikanalen.no/media/625470/theora/VijayKumar_2015X.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625470/broadcast/VijayKumar_2015X.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625470/small_thumb/VijayKumar_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:13.730000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/VijayKumar_2015X",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.203945Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625470/theora/VijayKumar_2015X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625470/large_thumb/VijayKumar_2015X.jpg"
        },
        {
            "id": 625478,
            "name": "TED - Melissa Fleming: A boat carrying 500 refugees sunk at sea. The story of two survivors",
            "header": "Aboard an overloaded ship carrying more than 500 refugees, a young woman becomes an unlikely hero. This single, powerful story, told by Melissa Fleming of the UN's refugee agency, gives a human face to the sheer numbers of human beings trying to escape to better lives ... as the refugee ships keep coming ...\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625478/small_thumb/MelissaFleming_2015X.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625478/large_thumb/MelissaFleming_2015X.jpg",
                "original": "https://upload.frikanalen.no/media/625478/original/MelissaFleming_2015X.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625478/broadcast/MelissaFleming_2015X.dv",
                "theora": "https://upload.frikanalen.no/media/625478/theora/MelissaFleming_2015X.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:19:19.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/MelissaFleming_2015X",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.193546Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625478/theora/MelissaFleming_2015X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625478/large_thumb/MelissaFleming_2015X.jpg"
        },
        {
            "id": 625431,
            "name": "MakerCon - Hovering Clouds: Looking at online tool offerings for Product Design and 3D Printing",
            "header": "William Kempton at MakerCon Nordic 2014-10-18.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625431/theora/makercon-2014-10-18T110146-online-design-3d-print-frikanalen.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625431/small_thumb/makercon-2014-10-18T110146-online-design-3d-print-frikanalen.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625431/large_thumb/makercon-2014-10-18T110146-online-design-3d-print-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625431/broadcast/makercon-2014-10-18T110146-online-design-3d-print-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:25:02.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.251162Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625431/theora/makercon-2014-10-18T110146-online-design-3d-print-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625431/large_thumb/makercon-2014-10-18T110146-online-design-3d-print-frikanalen.jpg"
        },
        {
            "id": 625433,
            "name": "MakerCon - Making a toy for makers",
            "header": "Erik Torstensson at MakerCon Nordic 2014-10-18.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625433/theora/makercon-2014-10-18T130730-toy-for-makers-frikanalen.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625433/broadcast/makercon-2014-10-18T130730-toy-for-makers-frikanalen.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625433/large_thumb/makercon-2014-10-18T130730-toy-for-makers-frikanalen.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625433/small_thumb/makercon-2014-10-18T130730-toy-for-makers-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:26:56.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.248491Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625433/theora/makercon-2014-10-18T130730-toy-for-makers-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625433/large_thumb/makercon-2014-10-18T130730-toy-for-makers-frikanalen.jpg"
        },
        {
            "id": 625432,
            "name": "MakerCon - How to make 3D printer electronics",
            "header": "Elias Bakken at MakerCon Nordic 2014-10-18.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625432/theora/makercon-2014-10-18T113210-make-3d-printer-electronics-frikanalen.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625432/large_thumb/makercon-2014-10-18T113210-make-3d-printer-electronics-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625432/broadcast/makercon-2014-10-18T113210-make-3d-printer-electronics-frikanalen.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625432/small_thumb/makercon-2014-10-18T113210-make-3d-printer-electronics-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:20:10.280000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.249802Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625432/theora/makercon-2014-10-18T113210-make-3d-printer-electronics-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625432/large_thumb/makercon-2014-10-18T113210-make-3d-printer-electronics-frikanalen.jpg"
        },
        {
            "id": 625459,
            "name": "TED - Christopher Soghoian: A brief history of phone wiretapping -- and how to avoid it",
            "header": "Who is listening in on your phone calls? On a landline, it could be anyone, says privacy activist Christopher Soghoian, because surveillance backdoors are built into the phone system by default, to allow governments to listen in. But then again, so could a foreign intelligence service ... or a criminal. Which is why, says Soghoian, some tech companies are resisting governments' call to build the same backdoors into mobile phones and new messaging systems. Learn how some tech companies are working to keep your calls and messages private.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625459/small_thumb/ChristopherSoghoian_2015U.jpg",
                "theora": "https://upload.frikanalen.no/media/625459/theora/ChristopherSoghoian_2015U.ogv",
                "original": "https://upload.frikanalen.no/media/625459/original/ChristopherSoghoian_2015U.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625459/broadcast/ChristopherSoghoian_2015U.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625459/large_thumb/ChristopherSoghoian_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:06:20.340000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/ChristopherSoghoian_2015U",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.219044Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625459/theora/ChristopherSoghoian_2015U.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625459/large_thumb/ChristopherSoghoian_2015U.jpg"
        },
        {
            "id": 625472,
            "name": "TED - Mathias Jud: Art that lets you talk back to NSA spies",
            "header": "In 2013, the world learned that the NSA and its UK equivalent, GCHQ, routinely spied on the German government. Amid the outrage, artists Mathias Jud and Christoph Wachter thought: Well, if they're listening ... let's talk to them. With antennas mounted on the roof of the Swiss Embassy in Berlin's government district, they set up an open network that let the world send messages to US and UK spies listening nearby. It's one of three bold, often funny, and frankly subversive works detailed in this talk, which highlights the world's growing discontent with surveillance and closed networks.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625472/broadcast/MathiasJud_2015G.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625472/small_thumb/MathiasJud_2015G.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625472/large_thumb/MathiasJud_2015G.jpg",
                "theora": "https://upload.frikanalen.no/media/625472/theora/MathiasJud_2015G.ogv",
                "original": "https://upload.frikanalen.no/media/625472/original/MathiasJud_2015G.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:13:00.750000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/MathiasJud_2015G",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.201115Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625472/theora/MathiasJud_2015G.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625472/large_thumb/MathiasJud_2015G.jpg"
        },
        {
            "id": 625481,
            "name": "TED - Nancy Lublin: Texting that saves lives",
            "header": "When Nancy Lublin started texting teenagers to help with her social advocacy organization, what she found was shocking -- they started texting back about their own problems, from bullying to depression to abuse. So she's setting up a text-only crisis line, and the results might be even more important than she expected.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625481/small_thumb/NancyLublin_2012U.jpg",
                "original": "https://upload.frikanalen.no/media/625481/original/NancyLublin_2012U.mp4",
                "theora": "https://upload.frikanalen.no/media/625481/theora/NancyLublin_2012U.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625481/large_thumb/NancyLublin_2012U.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625481/broadcast/NancyLublin_2012U.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:05:24.800000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/NancyLublin_2012U",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.189198Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625481/theora/NancyLublin_2012U.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625481/large_thumb/NancyLublin_2012U.jpg"
        },
        {
            "id": 625426,
            "name": "MakerCon - Autodesk’s 3D Printing Platform: Sparking innovation",
            "header": "Hilde Sevens at MakerCon Nordic 2014-10-17.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625426/theora/makercon-30-2014-10-17-autodesk-3d-print-frikanalen.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625426/large_thumb/makercon-30-2014-10-17-autodesk-3d-print-frikanalen.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625426/small_thumb/makercon-30-2014-10-17-autodesk-3d-print-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625426/broadcast/makercon-30-2014-10-17-autodesk-3d-print-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:25:09.520000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.257833Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625426/theora/makercon-30-2014-10-17-autodesk-3d-print-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625426/large_thumb/makercon-30-2014-10-17-autodesk-3d-print-frikanalen.jpg"
        },
        {
            "id": 625482,
            "name": "TED - James Veitch: This is what happens when you reply to spam email",
            "header": "Suspicious emails: unclaimed insurance bonds, diamond-encrusted safe deposit boxes, close friends marooned in a foreign country. They pop up in our inboxes, and standard procedure is to delete on sight. But what happens when you reply? Follow along as writer and comedian James Veitch narrates a hilarious, months-long exchange with a spammer who offered to cut him in on a hot deal.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625482/large_thumb/JamesVeitch_2015G.jpg",
                "original": "https://upload.frikanalen.no/media/625482/original/JamesVeitch_2015G.mp4",
                "theora": "https://upload.frikanalen.no/media/625482/theora/JamesVeitch_2015G.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625482/small_thumb/JamesVeitch_2015G.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625482/broadcast/JamesVeitch_2015G.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:09:52.320000",
            "categories": [
                "Samfunn og politikk",
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/JamesVeitch_2015G",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.187776Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625482/theora/JamesVeitch_2015G.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625482/large_thumb/JamesVeitch_2015G.jpg"
        },
        {
            "id": 625529,
            "name": "TED - Linus Torvalds: The mind behind Linux",
            "header": "Linus Torvalds transformed technology twice — first with the Linux kernel, which helps power the Internet, and again with Git, the source code management system used by developers worldwide. In a rare interview with TED Curator Chris Anderson, Torvalds discusses with remarkable openness the personality traits that prompted his unique philosophy of work, engineering and life. \"I am not a visionary, I'm an engineer,\" Torvalds says. \"I'm perfectly happy with all the people who are walking around and just staring at the clouds ... but I'm looking at the ground, and I want to fix the pothole that's right in front of me before I fall in.\"\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "original": "https://upload.frikanalen.no/media/625529/original/LinusTorvalds_2016.mp4",
                "theora": "https://upload.frikanalen.no/media/625529/theora/LinusTorvalds_2016.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625529/large_thumb/LinusTorvalds_2016.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625529/small_thumb/LinusTorvalds_2016.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625529/broadcast/LinusTorvalds_2016.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:21:34.050000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/LinusTorvalds_2016",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.129777Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625529/theora/LinusTorvalds_2016.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625529/large_thumb/LinusTorvalds_2016.jpg"
        },
        {
            "id": 625424,
            "name": "MakerCon - Open-Source Adventuring: OpenROV, OpenExplorer and the Future of Connected Exploration",
            "header": "David Lang at MakerCon Nordic 2014-10-17.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625424/theora/makercon-19-2014-10-17-openrov-frikanalen.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625424/small_thumb/makercon-19-2014-10-17-openrov-frikanalen.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625424/large_thumb/makercon-19-2014-10-17-openrov-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625424/broadcast/makercon-19-2014-10-17-openrov-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:21:54.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.260541Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625424/theora/makercon-19-2014-10-17-openrov-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625424/large_thumb/makercon-19-2014-10-17-openrov-frikanalen.jpg"
        },
        {
            "id": 625463,
            "name": "TED - Laura Schulz: The surprisingly logical minds of babies",
            "header": "How do babies learn so much from so little so quickly? In a fun, experiment-filled talk, cognitive scientist Laura Schulz shows how our young ones make decisions with a surprisingly strong sense of logic, well before they can talk.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625463/theora/LauraSchulz_2015.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625463/small_thumb/LauraSchulz_2015.jpg",
                "original": "https://upload.frikanalen.no/media/625463/original/LauraSchulz_2015.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625463/large_thumb/LauraSchulz_2015.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625463/broadcast/LauraSchulz_2015.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:20:22.970000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/LauraSchulz_2015",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.214525Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625463/theora/LauraSchulz_2015.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625463/large_thumb/LauraSchulz_2015.jpg"
        },
        {
            "id": 625385,
            "name": "Piwik - Webstatistikk med fri programvare",
            "header": "Presentasjon av et fullgodt alternativ Google Analytics som lar deg ha kontroll på din egne data.\r\n\r\nKim Tore Jensen jobber til daglig hos Freecode og har jobbet med webutvikling og drift i 6 år.  Beskriver seg selv som en med brennende engasjement for Linux, fri programvare, terminalen og web-plattformen. Han er utvikleren bak den ncurses-baserte MPD-klienten (Music Player Daemon) «pms» (Practical Music Search).",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625385/theora/20121009-piwik-frikanalen.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625385/large_thumb/20121009-piwik-frikanalen.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625385/small_thumb/20121009-piwik-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625385/broadcast/20121009-piwik-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:25:33.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.314484Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625385/theora/20121009-piwik-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625385/large_thumb/20121009-piwik-frikanalen.jpg"
        },
        {
            "id": 625374,
            "name": "TED - Chris Milk: How virtual reality can create the ultimate empathy machine",
            "header": "Chris Milk uses cutting edge technology to produce astonishing films that delight and enchant. But for Milk, the human story is the driving force behind everything he does. In this short, charming talk, he shows some of his collaborations with musicians including Kanye West and Arcade Fire, and describes his latest, mind-bending experiments with virtual reality.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625374/large_thumb/ChrisMilk_2015.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625374/small_thumb/ChrisMilk_2015.jpg",
                "theora": "https://upload.frikanalen.no/media/625374/theora/ChrisMilk_2015.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625374/broadcast/ChrisMilk_2015.dv",
                "original": "https://upload.frikanalen.no/media/625374/original/ChrisMilk_2015.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:10:29.680000",
            "categories": [
                "Kultur",
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/ChrisMilk_2015",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.328282Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625374/theora/ChrisMilk_2015.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625374/large_thumb/ChrisMilk_2015.jpg"
        },
        {
            "id": 625429,
            "name": "MakerCon - Making the first Maker Faire in Sweden",
            "header": "Nils Olander at MakerCon Nordic 2014-10-18.\r\n\r\nVideo at the end is from https://www.youtube.com/watch?v=79IotXVypFs with music from https://soundcloud.com/nocopyrightsounds/tobu-itro-sunburst-ncs-release .",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625429/theora/makercon-17-2014-10-18-maker-faire-sweden-frikanalen.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625429/small_thumb/makercon-17-2014-10-18-maker-faire-sweden-frikanalen.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625429/large_thumb/makercon-17-2014-10-18-maker-faire-sweden-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625429/broadcast/makercon-17-2014-10-18-maker-faire-sweden-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:26:24.680000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.253836Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625429/theora/makercon-17-2014-10-18-maker-faire-sweden-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625429/large_thumb/makercon-17-2014-10-18-maker-faire-sweden-frikanalen.jpg"
        },
        {
            "id": 625435,
            "name": "MakerCon - Making a one year school course for young makers",
            "header": "Olav Helland at MakerCon Nordic 2014-10-18.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625435/theora/makercon-2014-10-18T140326-school-for-young-makers-frikanalen.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625435/large_thumb/makercon-2014-10-18T140326-school-for-young-makers-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625435/broadcast/makercon-2014-10-18T140326-school-for-young-makers-frikanalen.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625435/small_thumb/makercon-2014-10-18T140326-school-for-young-makers-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:18:49.280000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.245800Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625435/theora/makercon-2014-10-18T140326-school-for-young-makers-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625435/large_thumb/makercon-2014-10-18T140326-school-for-young-makers-frikanalen.jpg"
        },
        {
            "id": 625504,
            "name": "TED - Lucianne Walkowicz: Let's not use Mars as a backup planet",
            "header": "Stellar astronomer and TED Senior Fellow Lucianne Walkowicz works on NASA's Kepler mission, searching for places in the universe that could support life. So it's worth a listen when she asks us to think carefully about Mars. In this short talk, she suggests that we stop dreaming of Mars as a place that we'll eventually move to when we've messed up Earth, and to start thinking of planetary exploration and preservation of the Earth as two sides of the same goal. As she says, \"The more you look for planets like Earth, the more you appreciate our own planet.\"\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625504/small_thumb/LucianneWalkowicz_2015U.jpg",
                "original": "https://upload.frikanalen.no/media/625504/original/LucianneWalkowicz_2015U.mp4",
                "theora": "https://upload.frikanalen.no/media/625504/theora/LucianneWalkowicz_2015U.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625504/large_thumb/LucianneWalkowicz_2015U.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625504/broadcast/LucianneWalkowicz_2015U.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:05:54.660000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/LucianneWalkowicz_2015U",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.157923Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625504/theora/LucianneWalkowicz_2015U.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625504/large_thumb/LucianneWalkowicz_2015U.jpg"
        },
        {
            "id": 625527,
            "name": "Practical Protocol-Oriented Programming in Swift",
            "header": "Value types are at the core of Swift (seriously, mostly everything in the Swift standard library is a value type). But how do you avoid subclassing? That's where the power of Protocol-Oriented programming comes in. Learn how to structure your code to (almost) never subclass again! Practical everyday examples and ideas for your own code base will be included.\r\n\r\nThe speaker Natasha Murashev is an iOS developer by day and a robot by night. She blogs about Swift, WatchOS, and iOS development on her blog, natashatherobot.com, and curates a fast-growing weekly Swift  newsletter: This Week in Swift. In her free time, she works on personal projects, speaks at meetups and conferences, contributes to open source, and likes to cross things off her bucket list. She's currently living the digital nomad life as her alter identity: @NatashaTheNomad.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625527/theora/20160412-practicalswift-frikanalen.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625527/small_thumb/20160412-practicalswift-frikanalen.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625527/large_thumb/20160412-practicalswift-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625527/broadcast/20160412-practicalswift-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:46:26.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.132701Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625527/theora/20160412-practicalswift-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625527/large_thumb/20160412-practicalswift-frikanalen.jpg"
        },
        {
            "id": 625427,
            "name": "MakerCon - Ultimaker — and open source 3D printing",
            "header": "Erik de Bruijn at MakerCon Nordic 2014-10-17.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625427/theora/makercon-32-2014-10-17-ultimaker-frikanalen.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625427/large_thumb/makercon-32-2014-10-17-ultimaker-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625427/broadcast/makercon-32-2014-10-17-ultimaker-frikanalen.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625427/small_thumb/makercon-32-2014-10-17-ultimaker-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:22:08.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.256522Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625427/theora/makercon-32-2014-10-17-ultimaker-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625427/large_thumb/makercon-32-2014-10-17-ultimaker-frikanalen.jpg"
        },
        {
            "id": 625457,
            "name": "TED - Wendy Freedman: This new telescope might show us the beginning of the universe",
            "header": "When and how did the universe begin? A global group of astronomers wants to answer that question by peering as far back in time as a large new telescope will let us see. Wendy Freedman headed the creation of the Giant Magellan Telescope, under construction in South America; at TEDGlobal in Rio, she shares a bold vision of the discoveries about our universe that the GMT could make possible.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625457/broadcast/WendyFreedman_2014G.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625457/large_thumb/WendyFreedman_2014G.jpg",
                "original": "https://upload.frikanalen.no/media/625457/original/WendyFreedman_2014G.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625457/small_thumb/WendyFreedman_2014G.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:15:42.100000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "https://archive.org/details/WendyFreedman_2014G",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.221945Z",
            "uploadedTime": null,
            "ogvUrl": null,
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625457/large_thumb/WendyFreedman_2014G.jpg"
        },
        {
            "id": 625475,
            "name": "TED - Harald Haas: Wireless data from every light bulb",
            "header": "What if every light bulb in the world could also transmit data? At TEDGlobal, Harald Haas demonstrates, for the first time, a device that could do exactly that. By flickering the light from a single LED, a change too quick for the human eye to detect, he can transmit far more data than a cellular tower -- and do it in a way that's more efficient, secure and widespread.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625475/theora/HaraldHaas_2011G.ogv",
                "original": "https://upload.frikanalen.no/media/625475/original/HaraldHaas_2011G.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625475/small_thumb/HaraldHaas_2011G.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625475/broadcast/HaraldHaas_2011G.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625475/large_thumb/HaraldHaas_2011G.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:12:51.800000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/HaraldHaas_2011G",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.197744Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625475/theora/HaraldHaas_2011G.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625475/large_thumb/HaraldHaas_2011G.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": 625451,
            "name": "TED - Dame Ellen MacArthur: The surprising thing I learned sailing solo around the world",
            "header": "What do you learn when you sail around the world on your own? When solo sailor Ellen MacArthur circled the globe – carrying everything she needed with her – she came back with new insight into the way the world works, as a place of interlocking cycles and finite resources, where the decisions we make today affect what's left for tomorrow. She proposes a bold new way to see the world's economic systems: not as linear, but as circular, where everything comes around.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625451/large_thumb/DameEllenMacArthur_2015.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625451/small_thumb/DameEllenMacArthur_2015.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625451/broadcast/DameEllenMacArthur_2015.dv",
                "original": "https://upload.frikanalen.no/media/625451/original/DameEllenMacArthur_2015.mp4",
                "theora": "https://upload.frikanalen.no/media/625451/theora/DameEllenMacArthur_2015.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:51.930000",
            "categories": [
                "Beredskap",
                "Samfunn og politikk",
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/DameEllenMacArthur_2015",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.227465Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625451/theora/DameEllenMacArthur_2015.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625451/large_thumb/DameEllenMacArthur_2015.jpg"
        },
        {
            "id": 625420,
            "name": "MakerCon - The Impact of the Maker Movement",
            "header": "Mike Senese at MakerCon Nordic 2014-10-17.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625420/theora/makercon-05-2014-10-17-maker-movement-impact-frikanalen.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625420/large_thumb/makercon-05-2014-10-17-maker-movement-impact-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625420/broadcast/makercon-05-2014-10-17-maker-movement-impact-frikanalen.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625420/small_thumb/makercon-05-2014-10-17-maker-movement-impact-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:26:19.720000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.265947Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625420/theora/makercon-05-2014-10-17-maker-movement-impact-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625420/large_thumb/makercon-05-2014-10-17-maker-movement-impact-frikanalen.jpg"
        },
        {
            "id": 625380,
            "name": "Teknologien bak den digitale valutaen Bitcoin",
            "header": "Sturle Sunde presenterer Bitcoin, teknologien bak Bitcoin og hvordan Bitcoin fungerer. Hvorfor nettopp du burde bruke Bitcoin og hvorfor ikke de store butikkkjedene kommer til å godta Bitcoin med det første.\r\n\r\nSturle er daglig leder i Sunde Bitmynthandel og står bak bitmynt.no. Han har brukt og handlet med Bitcoin siden 2010.",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625380/broadcast/20141014-bitcoin-frikanalen.dv",
                "theora": "https://upload.frikanalen.no/media/625380/theora/20141014-bitcoin-frikanalen.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625380/large_thumb/20141014-bitcoin-frikanalen.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625380/small_thumb/20141014-bitcoin-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:24:55.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.321297Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625380/theora/20141014-bitcoin-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625380/large_thumb/20141014-bitcoin-frikanalen.jpg"
        },
        {
            "id": 625425,
            "name": "MakerCon - How Making is Changing the World – and How You Can Too!",
            "header": "Jennifer Turliuk at MakerCon Nordic 2014-10-17.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625425/theora/makercon-21-2014-10-17-change-the-world-frikanalen.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625425/large_thumb/makercon-21-2014-10-17-change-the-world-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625425/broadcast/makercon-21-2014-10-17-change-the-world-frikanalen.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625425/small_thumb/makercon-21-2014-10-17-change-the-world-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:18:10.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.259163Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625425/theora/makercon-21-2014-10-17-change-the-world-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625425/large_thumb/makercon-21-2014-10-17-change-the-world-frikanalen.jpg"
        },
        {
            "id": 625485,
            "name": "TED - Andreas Ekström: The moral bias behind your search results",
            "header": "Search engines have become our most trusted sources of information and arbiters of truth. But can we ever get an unbiased search result? Swedish author and journalist Andreas Ekström argues that such a thing is a philosophical impossibility. In this thoughtful talk, he calls on us to strengthen the bonds between technology and the humanities, and he reminds us that behind every algorithm is a set of personal beliefs that no code can ever completely eradicate.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625485/broadcast/AndreasEkstrom_2015X.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625485/large_thumb/AndreasEkstrom_2015X.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625485/small_thumb/AndreasEkstrom_2015X.jpg",
                "theora": "https://upload.frikanalen.no/media/625485/theora/AndreasEkstrom_2015X.ogv",
                "original": "https://upload.frikanalen.no/media/625485/original/AndreasEkstrom_2015X.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:09:22.740000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/AndreasEkstrom_2015X",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.183642Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625485/theora/AndreasEkstrom_2015X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625485/large_thumb/AndreasEkstrom_2015X.jpg"
        },
        {
            "id": 625458,
            "name": "Kommunenes digitale arkiv som et felleskomponent basert på fri programvare",
            "header": "Når alt var på papir så var arkivet en opplagt sentral enhet i en forvaltningsorgan. Dette er noe som egentlig ikke har fulgt med i overgangen til den digitale hverdagen og det digitale arkivet er blitt redusert til postmottak og saksbehandling. Resultatet er en forvaltning som svekker innbyggernes rettssikkerhet og et hull i rikets hukommelse. \r\n\r\nPolitikerne sier mye om digitalisering men hvis ikke det digitale arkivet får en sentral plass i IT-arkitekturen så vil digitaliseringsproblematikken fortsatt bli uløst. Denne viktige felleskomponenten burde være tilgjengelig som fri programvare slik at vi får mer kunnskap og innsikt i danningen og bevaringen av forvaltningens arkiver.\r\n\r\nDet kommunale arkivmiljøet sammen med HiOA har jobbet i flere år med et prosjekt for å realisere en NOARK5-kjerne basert på en fri programvare lisens.  Vi har på plass en løsning som kan fungere som en innsynsløsning for NOARK5-uttrekk og begynner nå arbeidet med å fullføre kjernen og få den godkjent. Dette er en REST/JSON-basert tjeneste og vi vil presentere løsningen til dere samtidig som vi diskuterer veien videre.  Kildekoden er tilgjengelig fra https://github.com/KDRS-SA/kdrs-toolbox-innsyn\r\n\r\nThomas Sødring jobber som førsteamanuensis på arkivutdanningen ved Høyskolen i Oslo og Akershus. Han er utdannet ved Dublin City University i Irland der han tok både bachelor og doktorgrad i Informatikk. Som forsker han han har jobbet både med informasjonsgjennfinning og simulering men de siste årene har han brukt tiden sin på problemene rundt arkiv og digitalisering, noe som har resultert i noen programmer som er gitt ut som fri programvare. På Høyskolen er han en del av en forskergruppe som heter METAINFO som forsker på metadata og dens bruk.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625458/theora/20150908-noark5-friprog-frikanalen.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625458/broadcast/20150908-noark5-friprog-frikanalen.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625458/large_thumb/20150908-noark5-friprog-frikanalen.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625458/small_thumb/20150908-noark5-friprog-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:29:22.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.220537Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625458/theora/20150908-noark5-friprog-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625458/large_thumb/20150908-noark5-friprog-frikanalen.jpg"
        },
        {
            "id": 625423,
            "name": "MakerCon - Making in Norway",
            "header": "Haakon Karlsen Jr., Graham Hayward and Jens Dyvik at MakerCon Nordic 2014-10-17.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625423/theora/makercon-09-2014-10-17-making-in-norway-frikanalen.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625423/broadcast/makercon-09-2014-10-17-making-in-norway-frikanalen.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625423/small_thumb/makercon-09-2014-10-17-making-in-norway-frikanalen.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625423/large_thumb/makercon-09-2014-10-17-making-in-norway-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:20:35.440000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.261889Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625423/theora/makercon-09-2014-10-17-making-in-norway-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625423/large_thumb/makercon-09-2014-10-17-making-in-norway-frikanalen.jpg"
        },
        {
            "id": 625512,
            "name": "TED - David Rothkopf: How fear drives American politics",
            "header": "Does it seem like Washington has no new ideas? Instead of looking to build the future, it sometimes feels like the US political establishment happily retreats into fear and willful ignorance. Journalist David Rothkopf lays out a few of the major issues that US leadership is failing to address — from cybercrime to world-shaking new tech to the reality of modern total war — and calls for a new vision that sets fear aside.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "original": "https://upload.frikanalen.no/media/625512/original/DavidRothkopf1_2015.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625512/small_thumb/DavidRothkopf1_2015.jpg",
                "theora": "https://upload.frikanalen.no/media/625512/theora/DavidRothkopf1_2015.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625512/large_thumb/DavidRothkopf1_2015.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625512/broadcast/DavidRothkopf1_2015.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:18:04.370000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/DavidRothkopf1_2015",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.146619Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625512/theora/DavidRothkopf1_2015.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625512/large_thumb/DavidRothkopf1_2015.jpg"
        },
        {
            "id": 625384,
            "name": "Open Source in Broadcasting",
            "header": "For a variety of reasons broadcasters are not big users of open source - if anything many still have a viewpoint of Open Source that resembles views of the early 1990s. This presentation aims to explain what broadcasters around the world are doing in this area and what some of the difficulties are in an industry reliant on proprietary hardware and software as well as IPR-heavy.  In particular it will look into the creation of the Open Broadcast Encoder (OBE), a professional television encoder running on commodity hardware which many Norwegian organisations have played a role in. Many of the deployments have been firsts for Open Source in broadcasting, not to mention software encoders, silencing many naysayers.\r\n\r\nKieran Kunhya has worked on a variety of Open Source projects in multimedia, mainly on x264 and FFmpeg/libav, trying to make them suitable for use in professional environments such as Blu-Ray, television transmission and post-production to broadcaster file interchange. However, the technical issues are only half of the puzzle - he also spends a lot of time trying to explain Broadcasting to Open Source people and Open Source to Broadcasters and has spoken at many events about this. He is the creator of the Open Broadcast Encoder project, which is a fully open source broadcast encoder used to deliver a variety of channels around the world from the most high profile channels to much smaller channels, putting small players (e.g Frikanalen in Norway) on a similar playing field to the big players. He has worked on all the major deployments of OBE.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625384/theora/20140610-openbroadcasting-frikanalen.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625384/broadcast/20140610-openbroadcasting-frikanalen.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625384/large_thumb/20140610-openbroadcasting-frikanalen.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625384/small_thumb/20140610-openbroadcasting-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:49:38.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.315882Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625384/theora/20140610-openbroadcasting-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625384/large_thumb/20140610-openbroadcasting-frikanalen.jpg"
        },
        {
            "id": 625386,
            "name": "TED - Anand Varma: A thrilling look at the first 21 days of a bee’s life",
            "header": "We’ve heard that bees are disappearing. But what is making bee colonies so vulnerable? Photographer Anand Varma raised bees in his backyard — in front of a camera — to get an up close view. This project, for National Geographic, gives a lyrical glimpse into a bee hive — and reveals one of the biggest threats to its health, a mite that preys on baby bees in the first 21 days of life. With his incredible footage, set to music from Magik*Magik Orchestra, Varma shows the problem ... and what’s being done to solve it. (This talk was part of a session at TED2015 guest-curated by Pop-Up Magazine: popupmagazine.com or @popupmag on Twitter.)\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625386/large_thumb/AnandVarma_2015.jpg",
                "theora": "https://upload.frikanalen.no/media/625386/theora/AnandVarma_2015.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625386/small_thumb/AnandVarma_2015.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625386/broadcast/AnandVarma_2015.dv",
                "original": "https://upload.frikanalen.no/media/625386/original/AnandVarma_2015.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:06:10.220000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/AnandVarma_2015",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.313111Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625386/theora/AnandVarma_2015.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625386/large_thumb/AnandVarma_2015.jpg"
        },
        {
            "id": 625516,
            "name": "TED - Paul Greenberg: The four fish we're overeating -- and what to eat instead",
            "header": "The way we fish for popular seafood such as salmon, tuna and shrimp is threatening to ruin our oceans. Paul Greenberg explores the sheer size and irrationality of the seafood economy, and suggests a few specific ways we can change it, to benefit both the natural world and the people who depend on fishing for their livelihoods.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625516/theora/PaulGreenberg_2015Z.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625516/small_thumb/PaulGreenberg_2015Z.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625516/broadcast/PaulGreenberg_2015Z.dv",
                "original": "https://upload.frikanalen.no/media/625516/original/PaulGreenberg_2015Z.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625516/large_thumb/PaulGreenberg_2015Z.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:28.700000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/PaulGreenberg_2015Z",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.141008Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625516/theora/PaulGreenberg_2015Z.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625516/large_thumb/PaulGreenberg_2015Z.jpg"
        },
        {
            "id": 625447,
            "name": "TED - Donald Hoffman: Do we see reality as it is?",
            "header": "Cognitive scientist Donald Hoffman is trying to answer a big question: Do we experience the world as it really is ... or as we need it to be? In this ever so slightly mind-blowing talk, he ponders how our minds construct reality for us.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625447/large_thumb/DonaldHoffman_2015.jpg",
                "theora": "https://upload.frikanalen.no/media/625447/theora/DonaldHoffman_2015.ogv",
                "original": "https://upload.frikanalen.no/media/625447/original/DonaldHoffman_2015.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625447/broadcast/DonaldHoffman_2015.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625447/small_thumb/DonaldHoffman_2015.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:54.410000",
            "categories": [
                "Annet",
                "Religion og livssyn",
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/DonaldHoffman_2015",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.230260Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625447/theora/DonaldHoffman_2015.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625447/large_thumb/DonaldHoffman_2015.jpg"
        },
        {
            "id": 625381,
            "name": "TED - Alice Goffman: How we're priming some kids for college — and others for prison",
            "header": "In the United States, two institutions guide teenagers on the journey to adulthood: college and prison. Sociologist Alice Goffman spent six years in a troubled Philadelphia neighborhood and saw first-hand how teenagers of African-American and Latino backgrounds are funneled down the path to prison — sometimes starting with relatively minor infractions. In an impassioned talk she asks, “Why are we offering only handcuffs and jail time?”\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "original": "https://upload.frikanalen.no/media/625381/original/AliceGoffman_2015.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625381/large_thumb/AliceGoffman_2015.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625381/broadcast/AliceGoffman_2015.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625381/small_thumb/AliceGoffman_2015.jpg",
                "theora": "https://upload.frikanalen.no/media/625381/theora/AliceGoffman_2015.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:08.640000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/AliceGoffman_2015",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.319967Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625381/theora/AliceGoffman_2015.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625381/large_thumb/AliceGoffman_2015.jpg"
        },
        {
            "id": 625465,
            "name": "TED - Michael Green: How we can make the world a better place by 2030",
            "header": "Can we end hunger and poverty, halt climate change and achieve gender equality in the next 15 years? The governments of the world think we can. Meeting at the UN in September 2015, they agreed to a new set of Global Goals for the development of the world to 2030. Social progress expert Michael Green invites us to imagine how these goals and their vision for a better world can be achieved.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625465/theora/MichaelGreen_2015G.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625465/broadcast/MichaelGreen_2015G.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625465/small_thumb/MichaelGreen_2015G.jpg",
                "original": "https://upload.frikanalen.no/media/625465/original/MichaelGreen_2015G.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625465/large_thumb/MichaelGreen_2015G.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:43.080000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/MichaelGreen_2015G",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.211789Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625465/theora/MichaelGreen_2015G.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625465/large_thumb/MichaelGreen_2015G.jpg"
        },
        {
            "id": 625436,
            "name": "MakerCon - Make and break",
            "header": "Hans Gerhard Meier at MakerCon Nordic 2014-10-18.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625436/theora/makercon-2014-10-18T150230-make-and-break-frikanalen.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625436/broadcast/makercon-2014-10-18T150230-make-and-break-frikanalen.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625436/small_thumb/makercon-2014-10-18T150230-make-and-break-frikanalen.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625436/large_thumb/makercon-2014-10-18T150230-make-and-break-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:26:29.560000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.244475Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625436/theora/makercon-2014-10-18T150230-make-and-break-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625436/large_thumb/makercon-2014-10-18T150230-make-and-break-frikanalen.jpg"
        },
        {
            "id": 625445,
            "name": "TED - Rajiv Maheswaran: The math behind basketball's wildest moves",
            "header": "Basketball is a fast-moving game of improvisation, contact and, ahem, spatio-temporal pattern recognition. Rajiv Maheswaran and his colleagues are analyzing the movements behind the key plays of the game, to help coaches and players combine intuition with new data. Bonus: What they're learning could help us understand how humans move everywhere.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625445/large_thumb/RajivMaheswaran_2015.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625445/small_thumb/RajivMaheswaran_2015.jpg",
                "theora": "https://upload.frikanalen.no/media/625445/theora/RajivMaheswaran_2015.ogv",
                "original": "https://upload.frikanalen.no/media/625445/original/RajivMaheswaran_2015.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625445/broadcast/RajivMaheswaran_2015.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:12.360000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/RajivMaheswaran_2015",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.233239Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625445/theora/RajivMaheswaran_2015.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625445/large_thumb/RajivMaheswaran_2015.jpg"
        },
        {
            "id": 625376,
            "name": "Console Password Manager - Passord-behandling i terminalen",
            "header": "Console Password Manager (CPM) er et program for å håndtere lagring av passord på en sikker og strukturert måte. Det bruker ncurses for brukergrensesnitt, libxml2 for å lagre informasjonen, zlib for å komprimere dataen og GpgMe-biblioteket for å kryptere og dekryptere informasjonen.\r\n\r\nKacper jobber i Redpill Linpro, han spesialiserer seg på sikkerhet og et helhetlig perspektiv over datasystemene. Han har erfaring innen utvikling, distribusjon og analyse.\r\n\r\nNUUG talk from  2014-05-13.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625376/theora/20140513-cpm-frikanalen.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625376/large_thumb/20140513-cpm-frikanalen.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625376/small_thumb/20140513-cpm-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625376/broadcast/20140513-cpm-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:30:24.440000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.326898Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625376/theora/20140513-cpm-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625376/large_thumb/20140513-cpm-frikanalen.jpg"
        },
        {
            "id": 625430,
            "name": "MakerCon - Travelling maker stories",
            "header": "Øyvind Nydal Dahl at MakerCon Nordic 2014-10-18.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625430/theora/makercon-19-2014-10-18-travelling-maker-frikanalen.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625430/small_thumb/makercon-19-2014-10-18-travelling-maker-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625430/broadcast/makercon-19-2014-10-18-travelling-maker-frikanalen.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625430/large_thumb/makercon-19-2014-10-18-travelling-maker-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:14:20.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.252525Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625430/theora/makercon-19-2014-10-18-travelling-maker-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625430/large_thumb/makercon-19-2014-10-18-travelling-maker-frikanalen.jpg"
        },
        {
            "id": 625455,
            "name": "TED - John Green: The nerd's guide to learning everything online",
            "header": "Some of us learn best in the classroom, and some of us ... well, we don't. But we still love to learn, to find out new things about the world and challenge our minds. We just need to find the right place to do it, and the right community to learn with. In this charming talk, author John Green shares the world of learning he found in online video.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625455/large_thumb/JohnGreen_2012X.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625455/small_thumb/JohnGreen_2012X.jpg",
                "theora": "https://upload.frikanalen.no/media/625455/theora/JohnGreen_2012X.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625455/broadcast/JohnGreen_2012X.dv",
                "original": "https://upload.frikanalen.no/media/625455/original/JohnGreen_2012X.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:18:14.590000",
            "categories": [
                "Barn og ungdom",
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/JohnGreen_2012X",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.223320Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625455/theora/JohnGreen_2012X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625455/large_thumb/JohnGreen_2012X.jpg"
        },
        {
            "id": 625320,
            "name": "TED - Erik Schlangen: A \"self-healing\" asphalt",
            "header": "Paved roads are nice to look at, but they’re easily damaged and costly to repair. Erik Schlangen demos a new type of porous asphalt made of simple materials with an astonishing feature: When cracked, it can be “healed” by induction heating. (Filmed at TEDxDelft.)\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625320/small_thumb/ErikSchlangen_2012X.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625320/large_thumb/ErikSchlangen_2012X.jpg",
                "theora": "https://upload.frikanalen.no/media/625320/theora/ErikSchlangen_2012X.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625320/broadcast/ErikSchlangen_2012X.dv",
                "original": "https://upload.frikanalen.no/media/625320/original/ErikSchlangen_2012X.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:06:50.460000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/ErikSchlangen_2012X",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.402772Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625320/theora/ErikSchlangen_2012X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625320/large_thumb/ErikSchlangen_2012X.jpg"
        }
    ]
}