Video events schedule

Query parameters

date - Date expressed in the format YYYY-MM-DD (eg. 2020-12-31), or "today". Default is today, Europe/Oslo time.

days - Number of days schedule requested. Default is 7 days.

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

surrounding - Fetch the first event before and after the given period

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

GET /api/scheduleitems/?format=api&offset=100&ordering=duration
HTTP 200 OK
Content-Type: application/json

{
    "count": 138,
    "next": null,
    "previous": "https://frikanalen.no/api/scheduleitems/?format=api&limit=50&offset=50&ordering=duration",
    "results": [
        {
            "id": 207496,
            "video": {
                "id": 625707,
                "name": "A year in the life of a DPL - Debconf 16",
                "header": "The role of the DPL is one which isn't understood fully by anyone who hasn't done the job. There's generally accepted knowledge that it a) takes a lot of time and b) you need to talk to people, but the extent of this is very variable. In this talk, I'll go through my year as the DPL, looking at which issues were dealt with and what was actually involved. It'll call in to question what role is expected of the DPL, and if one person can actually perform this task.\n\nTalk (45 mins) session with Neil McGovern during Debconf 16",
                "description": null,
                "creator": "pere@hungry.com",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:39:25.600000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-28T07:48:00+02:00",
            "endtime": "2025-06-28T08:27:25.600000+02:00",
            "duration": "00:39:25.600000"
        },
        {
            "id": 207249,
            "video": {
                "id": 627956,
                "name": "Hva lover bibelen om framtiden?",
                "header": "Viktige beskjeder",
                "description": "Bibelen",
                "creator": "amyhr@online.no",
                "organization": {
                    "id": 143,
                    "name": "Evangeliekirken Arendal",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "4848 Arendal",
                    "streetAddress": "Gunhildsboveien 68",
                    "editorId": 2241,
                    "editorName": " ",
                    "editorEmail": "amyhr@online.no",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:43:24.833333",
                "categories": [
                    "Religion og livssyn"
                ]
            },
            "schedulereason": 4,
            "starttime": "2025-06-29T18:00:00+02:00",
            "endtime": "2025-06-29T18:43:24.833333+02:00",
            "duration": "00:43:24.833333"
        },
        {
            "id": 207490,
            "video": {
                "id": 626110,
                "name": "FSCONS 2017 - Karl Trygve Kalleberg - Taking back control of the software running on your hardware",
                "header": "Open technology is a fantastically appealing dream. Here in the real world, however, many of us struggle to get by with the increasingly closed platforms that define our digital life. In this talk, we discuss how to combat closed technology with open technology, through the supernerdy activity of reverse engineering.g is just a fancy name for taking things apart to understand how they work. We demonstrate how this can be done to closed-source software running on various different platforms. \r\n\r\nAs part of our demonstration, we cover a handful of topics relevant for the intrepid hacktivist who wants to survive in the age of gated communities: \r\n* investigative capabilities available on closed mobile platforms (focus on Android and IOS)\r\n* trends in application sandboxing and digital rights management\r\n* gotchas of interoperating with proprietary protocols \r\n\r\nWe’ll approach these topics through a series of adventures on the console, alongside our favourite traveling companion: Frida. She’s an awesome (libre!) tool for inject JavaScript to explore native apps on Windows, macOS, Linux, iOS, Android, and QNX.\r\n\r\nThe examples throughout the talk may be somewhat technical, but taken from everyday examples most of the audience should be able to relate to. Even if programming and reverse engineering is not your thing, you still risk learning something by showing up.\r\n\r\nRecorded for FSCONS by NUUG.",
                "description": null,
                "creator": "davidwnoble@gmail.com",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:43:48.180000",
                "categories": [
                    "Annet"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-28T01:23:00+02:00",
            "endtime": "2025-06-28T02:06:48.180000+02:00",
            "duration": "00:43:48.180000"
        },
        {
            "id": 207500,
            "video": {
                "id": 626028,
                "name": "Virtual Machines and Where to Find Them",
                "header": "Viua VM is a greenfield virtual machine designed for parallel execution. Its instruction set aims to facilitate writing reliable, correct, concurrent software.\r\n\r\nSuch an undertaking is not completed in a day or two - work on Viua started in December 2014, and is still ongoing. Viua positions itself as a contender to the throne currently occupied by Erlang's VM - BEAM.\r\n\r\nApart from a technical overview, this talk will give a tour of the \"softer\" problems one may encounter while working on a piece of non-trivial Free Software. It will also discuss how work on such software may affect one's position in the academia and in the business world. This will be described from an undergraduate student's point of view, early in their carreer.",
                "description": null,
                "creator": "davidwnoble@gmail.com",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:44:23.360000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-28T09:55:00+02:00",
            "endtime": "2025-06-28T10:39:23.360000+02:00",
            "duration": "00:44:23.360000"
        },
        {
            "id": 207571,
            "video": {
                "id": 625724,
                "name": "Towards the formal verification of maintainer scripts - Debconf 16",
                "header": "This talk describes a recently started research project named\n[http://colis.irif.univ-paris-diderot.fr/ Colis] with the goal of\ndeveloping techniques and tools for the formal verification of\nmaintainer scripts (preinst, postinst, prerm, postrm).\n\n*Program verification* aims at obtaining a formal assurance that a\nprogram is correct with respect to a given specification. This is\nachieved by constructing a formal proof of correctness of the program.\nIn contrast to *program testing*, the existence of a proof assures\nthat the program behaves correctly in *any* situation described by the\nspecification. Failure of an attempt to verify a program, on the other\nhand, can often be used to generate useful test cases.\n\nA possible example of a program specification is absence of execution\nerror under certain initial conditions. Automatic program verification\neven for this kind of specification is an extremely challenging task.\nIn case of Debian maintainer scripts we are faced with even more\nchallenging properties like idempotency of scripts (required by\npolicy), or commutation of scripts.\n\nThe project is still in the beginning, so there are no results yet to\npresent. However, I will explain why I think that the case of Debian\nmaintainer scripts is very interesting for program verification : some\naspects of scripts (POSIX shell, manipulation of a complex data\nstructure) make the problem very difficult, while other aspects of the\nDebian case are likely to make the problem easier. I am also very\ninterested in the inputs from the audience about possible use cases of\nscript verification in the context of Debian.\n\nTalk (45 mins) session with Ralf Treinen during Debconf 16",
                "description": null,
                "creator": "pere@hungry.com",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:44:24.640000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-29T16:47:00+02:00",
            "endtime": "2025-06-29T17:31:24.640000+02:00",
            "duration": "00:44:24.640000"
        },
        {
            "id": 207538,
            "video": {
                "id": 625724,
                "name": "Towards the formal verification of maintainer scripts - Debconf 16",
                "header": "This talk describes a recently started research project named\n[http://colis.irif.univ-paris-diderot.fr/ Colis] with the goal of\ndeveloping techniques and tools for the formal verification of\nmaintainer scripts (preinst, postinst, prerm, postrm).\n\n*Program verification* aims at obtaining a formal assurance that a\nprogram is correct with respect to a given specification. This is\nachieved by constructing a formal proof of correctness of the program.\nIn contrast to *program testing*, the existence of a proof assures\nthat the program behaves correctly in *any* situation described by the\nspecification. Failure of an attempt to verify a program, on the other\nhand, can often be used to generate useful test cases.\n\nA possible example of a program specification is absence of execution\nerror under certain initial conditions. Automatic program verification\neven for this kind of specification is an extremely challenging task.\nIn case of Debian maintainer scripts we are faced with even more\nchallenging properties like idempotency of scripts (required by\npolicy), or commutation of scripts.\n\nThe project is still in the beginning, so there are no results yet to\npresent. However, I will explain why I think that the case of Debian\nmaintainer scripts is very interesting for program verification : some\naspects of scripts (POSIX shell, manipulation of a complex data\nstructure) make the problem very difficult, while other aspects of the\nDebian case are likely to make the problem easier. I am also very\ninterested in the inputs from the audience about possible use cases of\nscript verification in the context of Debian.\n\nTalk (45 mins) session with Ralf Treinen during Debconf 16",
                "description": null,
                "creator": "pere@hungry.com",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:44:24.640000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-29T01:30:00+02:00",
            "endtime": "2025-06-29T02:14:24.640000+02:00",
            "duration": "00:44:24.640000"
        },
        {
            "id": 207253,
            "video": {
                "id": 628054,
                "name": "Medieovervåkerne s.2, e.14: Slutten for staten Israel?",
                "header": "Slutten for staten Israel?",
                "description": "Nok en gang mottar vi en strøm av bilder av døde barn i Gaza. Israel gjenopptok angrepene mot Gaza tirsdag 18. mars, med en serie flyangrep som drepte over 400 palestinere, 180 av disse skal være barn. Hundrevis av andre ble såret. Til tross for den overlegne militærmakten spør vi om vi nå ser slutten for staten Israel? Dagens gjest er lærer og skribent Hans Olav Brendberg.",
                "creator": "spartakus@protonmail.com",
                "organization": {
                    "id": 290,
                    "name": "Medieovervåkerne",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "",
                    "streetAddress": "",
                    "editorId": null,
                    "editorName": "Ingen redaktør!",
                    "editorEmail": null,
                    "editorMsisdn": null,
                    "fkmember": true
                },
                "duration": "00:44:50.366667",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 4,
            "starttime": "2025-06-29T22:00:00+02:00",
            "endtime": "2025-06-29T22:44:50.366667+02:00",
            "duration": "00:44:50.366667"
        },
        {
            "id": 207481,
            "video": {
                "id": 627952,
                "name": "Hva sier bibelen om det å arbeide?",
                "header": "Viktige spørsmål",
                "description": "Fra bibelen",
                "creator": "amyhr@online.no",
                "organization": {
                    "id": 143,
                    "name": "Evangeliekirken Arendal",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "4848 Arendal",
                    "streetAddress": "Gunhildsboveien 68",
                    "editorId": 2241,
                    "editorName": " ",
                    "editorEmail": "amyhr@online.no",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:45:27.666667",
                "categories": [
                    "Religion og livssyn"
                ]
            },
            "schedulereason": 4,
            "starttime": "2025-07-03T18:00:00+02:00",
            "endtime": "2025-07-03T18:45:27.666667+02:00",
            "duration": "00:45:27.666667"
        },
        {
            "id": 207533,
            "video": {
                "id": 628142,
                "name": "Diesen: Trump forhandler eller krigshisser?",
                "header": "Professor Diesen og Larry Johnson: Er Trump forhandler eller krigshisser?",
                "description": "Original tittel: Larry C. Johnson: Trump - Negotiator or Warmonger?",
                "creator": "ola@frikanalen.no",
                "organization": {
                    "id": 112,
                    "name": "PROION",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "Åsvegen 115\r\n2740 ROA",
                    "streetAddress": "Åsvegen 115\r\n2740 ROA",
                    "editorId": 2249,
                    "editorName": "Ola Tellesbø",
                    "editorEmail": "ola@frikanalen.no",
                    "editorMsisdn": "+47 40 04 18 13",
                    "fkmember": true
                },
                "duration": "00:46:13.440000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 4,
            "starttime": "2025-07-04T21:00:00+02:00",
            "endtime": "2025-07-04T21:46:13.440000+02:00",
            "duration": "00:46:13.440000"
        },
        {
            "id": 207314,
            "video": {
                "id": 628142,
                "name": "Diesen: Trump forhandler eller krigshisser?",
                "header": "Professor Diesen og Larry Johnson: Er Trump forhandler eller krigshisser?",
                "description": "Original tittel: Larry C. Johnson: Trump - Negotiator or Warmonger?",
                "creator": "ola@frikanalen.no",
                "organization": {
                    "id": 112,
                    "name": "PROION",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "Åsvegen 115\r\n2740 ROA",
                    "streetAddress": "Åsvegen 115\r\n2740 ROA",
                    "editorId": 2249,
                    "editorName": "Ola Tellesbø",
                    "editorEmail": "ola@frikanalen.no",
                    "editorMsisdn": "+47 40 04 18 13",
                    "fkmember": true
                },
                "duration": "00:46:13.440000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 4,
            "starttime": "2025-06-30T21:00:00+02:00",
            "endtime": "2025-06-30T21:46:13.440000+02:00",
            "duration": "00:46:13.440000"
        },
        {
            "id": 207429,
            "video": {
                "id": 628142,
                "name": "Diesen: Trump forhandler eller krigshisser?",
                "header": "Professor Diesen og Larry Johnson: Er Trump forhandler eller krigshisser?",
                "description": "Original tittel: Larry C. Johnson: Trump - Negotiator or Warmonger?",
                "creator": "ola@frikanalen.no",
                "organization": {
                    "id": 112,
                    "name": "PROION",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "Åsvegen 115\r\n2740 ROA",
                    "streetAddress": "Åsvegen 115\r\n2740 ROA",
                    "editorId": 2249,
                    "editorName": "Ola Tellesbø",
                    "editorEmail": "ola@frikanalen.no",
                    "editorMsisdn": "+47 40 04 18 13",
                    "fkmember": true
                },
                "duration": "00:46:13.440000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 4,
            "starttime": "2025-07-02T21:00:00+02:00",
            "endtime": "2025-07-02T21:46:13.440000+02:00",
            "duration": "00:46:13.440000"
        },
        {
            "id": 207495,
            "video": {
                "id": 626099,
                "name": "FSCONS 2017 - Dougald Hine - On the future of hope",
                "header": "Recorded by NUUG for FSCONS.",
                "description": null,
                "creator": "davidwnoble@gmail.com",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:47:23",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-28T07:00:00+02:00",
            "endtime": "2025-06-28T07:47:23+02:00",
            "duration": "00:47:23"
        },
        {
            "id": 207506,
            "video": {
                "id": 626125,
                "name": "Mandatory Access Control in PostgreSQL - Giving users ownership of their data - Leon Charl du Toit",
                "header": "Leon Charl du Toit introduces a Mandatory Access Control system for PostgreSQL, using Row Level Security, which makes good on the promises of the GDPR: strong conditions for collecting data only based on consent, right to access, right to be forgotten, and data portability.",
                "description": null,
                "creator": "davidwnoble@gmail.com",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:47:29.740000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-28T13:25:00+02:00",
            "endtime": "2025-06-28T14:12:29.740000+02:00",
            "duration": "00:47:29.740000"
        },
        {
            "id": 207557,
            "video": {
                "id": 626118,
                "name": "FSCONS 2017 - Geoffroy Couprie - Replacing core infrastructure without disrupting the community, the VLC way",
                "header": "This talk draws from ongoing work on VLC media player, Rust and Langsec, and focuses on tools and ideas to improve the basic building blocks of our system. There's a special attention to the way it can be introduced in existing projects and communities without disrupting their development or losing knowledge, and how we can build upon the previous steps to make the next one safer.\r\n\r\nRecorded by NUUG for FSCONS.",
                "description": null,
                "creator": "davidwnoble@gmail.com",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:48:53.040000",
                "categories": [
                    "Annet"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-29T10:02:00+02:00",
            "endtime": "2025-06-29T10:50:53.040000+02:00",
            "duration": "00:48:53.040000"
        },
        {
            "id": 207534,
            "video": {
                "id": 626091,
                "name": "When exploits are blind - Chris Dale",
                "header": "Demonstration based presentation. Only intro and outro powerpoint slides. Demonstrate user enumeration using timing attacks. Especially prominent when companies have implemented bcrypt/scrypt/pbkdf#2. Attack vector which is very useful in many cases today, notably against Lync/Skype4B installations today. Further password spray into a solution. Discover, analyze and fully exploit reverse-shell command injection. How to find these across large systems? How dose vulnerability scanners work, and how do they detect this? Introduction to Burp Collaborator. Introduction to script for merging attack data into hundreds of Burp Collaborators. Discover, analyze and fully exploit blind SQL Injection. Demonstrating Burp Intruder cluster bomb attack to enumerate out table data.\r\n\r\nRecorded at the OWASP Norway Day by NUUG.",
                "description": null,
                "creator": "davidwnoble@gmail.com",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:49:10.100000",
                "categories": [
                    "Annet"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-28T23:00:00+02:00",
            "endtime": "2025-06-28T23:49:10.100000+02:00",
            "duration": "00:49:10.100000"
        },
        {
            "id": 207567,
            "video": {
                "id": 626091,
                "name": "When exploits are blind - Chris Dale",
                "header": "Demonstration based presentation. Only intro and outro powerpoint slides. Demonstrate user enumeration using timing attacks. Especially prominent when companies have implemented bcrypt/scrypt/pbkdf#2. Attack vector which is very useful in many cases today, notably against Lync/Skype4B installations today. Further password spray into a solution. Discover, analyze and fully exploit reverse-shell command injection. How to find these across large systems? How dose vulnerability scanners work, and how do they detect this? Introduction to Burp Collaborator. Introduction to script for merging attack data into hundreds of Burp Collaborators. Discover, analyze and fully exploit blind SQL Injection. Demonstrating Burp Intruder cluster bomb attack to enumerate out table data.\r\n\r\nRecorded at the OWASP Norway Day by NUUG.",
                "description": null,
                "creator": "davidwnoble@gmail.com",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:49:10.100000",
                "categories": [
                    "Annet"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-29T14:17:00+02:00",
            "endtime": "2025-06-29T15:06:10.100000+02:00",
            "duration": "00:49:10.100000"
        },
        {
            "id": 207484,
            "video": {
                "id": 628144,
                "name": "Diesen: Angrepet på Iran et sceneskifte for Verden?",
                "header": "Professor Diesen i samtale med Chas Freeman om angrepet på Iran utgjør et sceneskifte for Russland og Verden",
                "description": "Original tittel: Chas Freeman: Iran Attacked - Turning Point for Russia & the World",
                "creator": "ola@frikanalen.no",
                "organization": {
                    "id": 112,
                    "name": "PROION",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "Åsvegen 115\r\n2740 ROA",
                    "streetAddress": "Åsvegen 115\r\n2740 ROA",
                    "editorId": 2249,
                    "editorName": "Ola Tellesbø",
                    "editorEmail": "ola@frikanalen.no",
                    "editorMsisdn": "+47 40 04 18 13",
                    "fkmember": true
                },
                "duration": "00:51:09.320000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 4,
            "starttime": "2025-07-03T21:00:00+02:00",
            "endtime": "2025-07-03T21:51:09.320000+02:00",
            "duration": "00:51:09.320000"
        },
        {
            "id": 207425,
            "video": {
                "id": 628144,
                "name": "Diesen: Angrepet på Iran et sceneskifte for Verden?",
                "header": "Professor Diesen i samtale med Chas Freeman om angrepet på Iran utgjør et sceneskifte for Russland og Verden",
                "description": "Original tittel: Chas Freeman: Iran Attacked - Turning Point for Russia & the World",
                "creator": "ola@frikanalen.no",
                "organization": {
                    "id": 112,
                    "name": "PROION",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "Åsvegen 115\r\n2740 ROA",
                    "streetAddress": "Åsvegen 115\r\n2740 ROA",
                    "editorId": 2249,
                    "editorName": "Ola Tellesbø",
                    "editorEmail": "ola@frikanalen.no",
                    "editorMsisdn": "+47 40 04 18 13",
                    "fkmember": true
                },
                "duration": "00:51:09.320000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 4,
            "starttime": "2025-07-02T16:00:00+02:00",
            "endtime": "2025-07-02T16:51:09.320000+02:00",
            "duration": "00:51:09.320000"
        },
        {
            "id": 207246,
            "video": {
                "id": 626688,
                "name": "Historien om Israels stammer",
                "header": "En uforglemmelig reise",
                "description": "",
                "creator": "amyhr@online.no",
                "organization": {
                    "id": 143,
                    "name": "Evangeliekirken Arendal",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "4848 Arendal",
                    "streetAddress": "Gunhildsboveien 68",
                    "editorId": 2241,
                    "editorName": " ",
                    "editorEmail": "amyhr@online.no",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:51:41.666667",
                "categories": [
                    "Religion og livssyn"
                ]
            },
            "schedulereason": 4,
            "starttime": "2025-06-29T12:00:00+02:00",
            "endtime": "2025-06-29T12:51:41.666667+02:00",
            "duration": "00:51:41.666667"
        },
        {
            "id": 207550,
            "video": {
                "id": 626085,
                "name": "Linux Security APIs and the Chromium Sandbox - Patricia Aas",
                "header": "The Linux Security and Isolation APIs have become the basis of some of the most useful features server-side, providing the isolation required for efficient containers. However, these APIs also form the basis of the Chromium Sandbox on Linux, and we will study them in that context in this talk.\r\n\r\nRecorded at the OWASP Norway Day by NUUG.",
                "description": null,
                "creator": "davidwnoble@gmail.com",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:53:46.740000",
                "categories": [
                    "Annet"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-29T06:18:00+02:00",
            "endtime": "2025-06-29T07:11:46.740000+02:00",
            "duration": "00:53:46.740000"
        },
        {
            "id": 207528,
            "video": {
                "id": 628149,
                "name": "Diesen spør Baud om usas bombing av Irans atomkraftverk",
                "header": "Professor Diesen spør oberst Jacques Baud om usas bombing av Irans atomkraftverk",
                "description": "Original tittel: Col. Jacques Baud: America Bombs Iran’s Nuclear Facilities",
                "creator": "ola@frikanalen.no",
                "organization": {
                    "id": 112,
                    "name": "PROION",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "Åsvegen 115\r\n2740 ROA",
                    "streetAddress": "Åsvegen 115\r\n2740 ROA",
                    "editorId": 2249,
                    "editorName": "Ola Tellesbø",
                    "editorEmail": "ola@frikanalen.no",
                    "editorMsisdn": "+47 40 04 18 13",
                    "fkmember": true
                },
                "duration": "00:54:11.240000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 4,
            "starttime": "2025-07-04T16:00:00+02:00",
            "endtime": "2025-07-04T16:54:11.240000+02:00",
            "duration": "00:54:11.240000"
        },
        {
            "id": 207371,
            "video": {
                "id": 628149,
                "name": "Diesen spør Baud om usas bombing av Irans atomkraftverk",
                "header": "Professor Diesen spør oberst Jacques Baud om usas bombing av Irans atomkraftverk",
                "description": "Original tittel: Col. Jacques Baud: America Bombs Iran’s Nuclear Facilities",
                "creator": "ola@frikanalen.no",
                "organization": {
                    "id": 112,
                    "name": "PROION",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "Åsvegen 115\r\n2740 ROA",
                    "streetAddress": "Åsvegen 115\r\n2740 ROA",
                    "editorId": 2249,
                    "editorName": "Ola Tellesbø",
                    "editorEmail": "ola@frikanalen.no",
                    "editorMsisdn": "+47 40 04 18 13",
                    "fkmember": true
                },
                "duration": "00:54:11.240000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 4,
            "starttime": "2025-07-01T21:00:00+02:00",
            "endtime": "2025-07-01T21:54:11.240000+02:00",
            "duration": "00:54:11.240000"
        },
        {
            "id": 207546,
            "video": {
                "id": 626917,
                "name": "Egotripp - podcast på tv.",
                "header": "Sommeren er på hell og Egotripp er tilbake. I høstens første episode møter Mattias sosialantropolog Thomas Hylland Eriksen. Det blir mye snakk om digitale hjelpemidler for to menn som nok lengter litt tilbake til det analoge: lp-plater, mobilfritt liv, og langsom tid.",
                "description": null,
                "creator": "rune@empo.no",
                "organization": {
                    "id": 66,
                    "name": "Empo AS",
                    "homepage": "https://www.empo.no/",
                    "description": "",
                    "postalAddress": "Teglevegen 27\r\n1400 SKI",
                    "streetAddress": "",
                    "editorId": 2159,
                    "editorName": "Rune Hagerup",
                    "editorEmail": "rune.hagerup@empo.no",
                    "editorMsisdn": "+47 97 84 16 12",
                    "fkmember": true
                },
                "duration": "00:54:12.320000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-29T04:41:00+02:00",
            "endtime": "2025-06-29T05:35:12.320000+02:00",
            "duration": "00:54:12.320000"
        },
        {
            "id": 207499,
            "video": {
                "id": 625030,
                "name": "Icinga - Tjenesteovervåkning",
                "header": "Presentasjon av hvordan en overvåker et seriøst driftsmiljø med fri programvare.\r\n\r\nNUUG talk from 2012-09-11.",
                "description": "",
                "creator": "jarle@bjorgeengen.net",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:54:20.160000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-28T09:00:00+02:00",
            "endtime": "2025-06-28T09:54:20.160000+02:00",
            "duration": "00:54:20.160000"
        },
        {
            "id": 207252,
            "video": {
                "id": 628150,
                "name": "Diesen: Usas bombing av Irans et politisk teater?",
                "header": "Professor Diesen og Gilbert Doctorow: Var usas bombing av Irans et politisk teater?",
                "description": "Original tittel: Gilbert Doctorow: U.S. Bombing of Iran as Political Theatre?",
                "creator": "ola@frikanalen.no",
                "organization": {
                    "id": 112,
                    "name": "PROION",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "Åsvegen 115\r\n2740 ROA",
                    "streetAddress": "Åsvegen 115\r\n2740 ROA",
                    "editorId": 2249,
                    "editorName": "Ola Tellesbø",
                    "editorEmail": "ola@frikanalen.no",
                    "editorMsisdn": "+47 40 04 18 13",
                    "fkmember": true
                },
                "duration": "00:56:40.580000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 4,
            "starttime": "2025-06-29T21:00:00+02:00",
            "endtime": "2025-06-29T21:56:40.580000+02:00",
            "duration": "00:56:40.580000"
        },
        {
            "id": 207480,
            "video": {
                "id": 628150,
                "name": "Diesen: Usas bombing av Irans et politisk teater?",
                "header": "Professor Diesen og Gilbert Doctorow: Var usas bombing av Irans et politisk teater?",
                "description": "Original tittel: Gilbert Doctorow: U.S. Bombing of Iran as Political Theatre?",
                "creator": "ola@frikanalen.no",
                "organization": {
                    "id": 112,
                    "name": "PROION",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "Åsvegen 115\r\n2740 ROA",
                    "streetAddress": "Åsvegen 115\r\n2740 ROA",
                    "editorId": 2249,
                    "editorName": "Ola Tellesbø",
                    "editorEmail": "ola@frikanalen.no",
                    "editorMsisdn": "+47 40 04 18 13",
                    "fkmember": true
                },
                "duration": "00:56:40.580000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 4,
            "starttime": "2025-07-03T16:00:00+02:00",
            "endtime": "2025-07-03T16:56:40.580000+02:00",
            "duration": "00:56:40.580000"
        },
        {
            "id": 207183,
            "video": {
                "id": 626724,
                "name": "Skrifter fra bibelen",
                "header": "Nyttige bibelområder",
                "description": "",
                "creator": "amyhr@online.no",
                "organization": {
                    "id": 143,
                    "name": "Evangeliekirken Arendal",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "4848 Arendal",
                    "streetAddress": "Gunhildsboveien 68",
                    "editorId": 2241,
                    "editorName": " ",
                    "editorEmail": "amyhr@online.no",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:57:26.666667",
                "categories": [
                    "Religion og livssyn"
                ]
            },
            "schedulereason": 4,
            "starttime": "2025-06-28T12:00:00+02:00",
            "endtime": "2025-06-28T12:57:26.666667+02:00",
            "duration": "00:57:26.666667"
        },
        {
            "id": 207530,
            "video": {
                "id": 626795,
                "name": "Kams land",
                "header": "Bibelhistorien vi aldri glemmer",
                "description": "",
                "creator": "amyhr@online.no",
                "organization": {
                    "id": 143,
                    "name": "Evangeliekirken Arendal",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "4848 Arendal",
                    "streetAddress": "Gunhildsboveien 68",
                    "editorId": 2241,
                    "editorName": " ",
                    "editorEmail": "amyhr@online.no",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:57:52.766667",
                "categories": [
                    "Religion og livssyn"
                ]
            },
            "schedulereason": 4,
            "starttime": "2025-07-04T18:00:00+02:00",
            "endtime": "2025-07-04T18:57:52.766667+02:00",
            "duration": "00:57:52.766667"
        },
        {
            "id": 207367,
            "video": {
                "id": 628147,
                "name": "Diesen: professor Hudson forklarer usas imperialisme",
                "header": "Professor Diesen intervjuer professor Michael Hudson om usas imperialisme med basis i hans bok Super Imperialism",
                "description": "Original tittel: Michael Hudson: The Collapse of America's Economic Empire",
                "creator": "ola@frikanalen.no",
                "organization": {
                    "id": 112,
                    "name": "PROION",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "Åsvegen 115\r\n2740 ROA",
                    "streetAddress": "Åsvegen 115\r\n2740 ROA",
                    "editorId": 2249,
                    "editorName": "Ola Tellesbø",
                    "editorEmail": "ola@frikanalen.no",
                    "editorMsisdn": "+47 40 04 18 13",
                    "fkmember": true
                },
                "duration": "00:59:30.440000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 4,
            "starttime": "2025-07-01T16:00:00+02:00",
            "endtime": "2025-07-01T16:59:30.440000+02:00",
            "duration": "00:59:30.440000"
        },
        {
            "id": 207191,
            "video": {
                "id": 628147,
                "name": "Diesen: professor Hudson forklarer usas imperialisme",
                "header": "Professor Diesen intervjuer professor Michael Hudson om usas imperialisme med basis i hans bok Super Imperialism",
                "description": "Original tittel: Michael Hudson: The Collapse of America's Economic Empire",
                "creator": "ola@frikanalen.no",
                "organization": {
                    "id": 112,
                    "name": "PROION",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "Åsvegen 115\r\n2740 ROA",
                    "streetAddress": "Åsvegen 115\r\n2740 ROA",
                    "editorId": 2249,
                    "editorName": "Ola Tellesbø",
                    "editorEmail": "ola@frikanalen.no",
                    "editorMsisdn": "+47 40 04 18 13",
                    "fkmember": true
                },
                "duration": "00:59:30.440000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 4,
            "starttime": "2025-06-28T22:00:00+02:00",
            "endtime": "2025-06-28T22:59:30.440000+02:00",
            "duration": "00:59:30.440000"
        },
        {
            "id": 207492,
            "video": {
                "id": 627926,
                "name": "Diesen i samtale med Jim Rogers",
                "header": "",
                "description": null,
                "creator": "ola@frikanalen.no",
                "organization": {
                    "id": 112,
                    "name": "PROION",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "Åsvegen 115\r\n2740 ROA",
                    "streetAddress": "Åsvegen 115\r\n2740 ROA",
                    "editorId": 2249,
                    "editorName": "Ola Tellesbø",
                    "editorEmail": "ola@frikanalen.no",
                    "editorMsisdn": "+47 40 04 18 13",
                    "fkmember": true
                },
                "duration": "00:59:57.680000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-28T02:28:00+02:00",
            "endtime": "2025-06-28T03:27:57.680000+02:00",
            "duration": "00:59:57.680000"
        },
        {
            "id": 207570,
            "video": {
                "id": 626089,
                "name": "The State of Your Supply Chain - Andrew Martin",
                "header": "Container security often focuses on runtime best-practices whilst neglecting delivery of the software in the supply chain. Application, library, and OS vulnerabilities are a likely route to data exfiltration, and emerging technologies in the container ecosystem offer a new opportunity to mitigate this risk. Treating containers as immutable artefacts and injecting configuration allows us to \"upgrade\" images by rebuilding and shipping whole software bundles, avoiding configuration drift and state inconsistencies. This makes it possible to constantly patch software, and to easily enforce governance of artefacts both pre- and post-deployment. In this talk we detail an ideal, security-hardened container supply chain, describe the current state of the ecosystem, and dig into specific tools. Grafeas, Kritis, in-toto, Clair, Micro Scanner, TUF, and Notary are covered, and we demo how to gate container image pipelines and deployments on cryptographically verified supply chain metadata.\r\n\r\nRecorded at the OWASP Norway Day by NUUG",
                "description": null,
                "creator": "davidwnoble@gmail.com",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "01:03:20.400000",
                "categories": [
                    "Annet"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-29T15:43:00+02:00",
            "endtime": "2025-06-29T16:46:20.400000+02:00",
            "duration": "01:03:20.400000"
        },
        {
            "id": 207537,
            "video": {
                "id": 626089,
                "name": "The State of Your Supply Chain - Andrew Martin",
                "header": "Container security often focuses on runtime best-practices whilst neglecting delivery of the software in the supply chain. Application, library, and OS vulnerabilities are a likely route to data exfiltration, and emerging technologies in the container ecosystem offer a new opportunity to mitigate this risk. Treating containers as immutable artefacts and injecting configuration allows us to \"upgrade\" images by rebuilding and shipping whole software bundles, avoiding configuration drift and state inconsistencies. This makes it possible to constantly patch software, and to easily enforce governance of artefacts both pre- and post-deployment. In this talk we detail an ideal, security-hardened container supply chain, describe the current state of the ecosystem, and dig into specific tools. Grafeas, Kritis, in-toto, Clair, Micro Scanner, TUF, and Notary are covered, and we demo how to gate container image pipelines and deployments on cryptographically verified supply chain metadata.\r\n\r\nRecorded at the OWASP Norway Day by NUUG",
                "description": null,
                "creator": "davidwnoble@gmail.com",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "01:03:20.400000",
                "categories": [
                    "Annet"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-29T00:26:00+02:00",
            "endtime": "2025-06-29T01:29:20.400000+02:00",
            "duration": "01:03:20.400000"
        },
        {
            "id": 207509,
            "video": {
                "id": 623982,
                "name": "Frikanalen, ytringsfrihet i TV",
                "header": "Frikanalen er en åpen TV-kanal der alle i dag sikres tilgang til eteren gjennom Riks TV sine sendinger. Fra 2010 vil vi også nå ut på kabel (Get og Canal Digital) via satellitt. Frikanalen er organisert som en forening der NUUG er medlem. Vi i frikanalen tror dette sammen med NUUG sin nett-satsning vil være avgjørende for å trekke yngre og mer kreative frivillige miljøer til kanalen. I dag er det i hovedsak de som hadde innhold, men ingen riksdekkende kanal å sende på, som bruker kanalen, altså de religiøse. Frikanalen er som en \"youtube på TV\". En 100% nettstyrt TV kanal der produsentene selv tar redaktøransvar, laster opp og legger video på sendeplanen. Vi håper at dette verktøyet med et utvidet nedslagsfelt vil medføre at flere blir produsenter og at mangfoldet med det øker. For å lykkes må verktøyet bli 100% tilgjengelig. Da kan vi ikke nøye oss med silverlight-løsningen vi har i dag, men satse videre på åpne standarder sammen med NUUG.",
                "description": "",
                "creator": "jarle@bjorgeengen.net",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "01:03:49.800000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-28T14:46:00+02:00",
            "endtime": "2025-06-28T15:49:49.800000+02:00",
            "duration": "01:03:49.800000"
        },
        {
            "id": 207541,
            "video": {
                "id": 625513,
                "name": "Software Piracy and Linux Adoptation",
                "header": "The open-source software operating system Linux is a\r\nfree-of-charge substitute to proprietary systems like Microsoft\r\nWindows. By using a cross-country data set, this paper finds evidence\r\nthat increased piracy of proprietary software has a negative impact\r\non adoption of desktop versions of Linux. The interpretation of this\r\nresult is that the availability of pirated versions of Windows, as\r\nwell as pirated applications compatible with Windows and OS-X, lead\r\nto fewer individuals installing a Linux operating system on their\r\ndesktop computers. Thus, in the absence of software piracy, Linux\r\nwould be a more widely used operating system.\r\n\r\nArne Rogde Gramstad er stipendiat ved Økonomisk institutt, UiO. Arnes\r\narbeid er motivert av markeder for digitale produkter og omhandler\r\nbl.a. konkurranse i markeder for programvare, sosiale nettverk og\r\nnettverkseffekter.",
                "description": "",
                "creator": "pere@hungry.com",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "01:05:25.120000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-29T02:24:00+02:00",
            "endtime": "2025-06-29T03:29:25.120000+02:00",
            "duration": "01:05:25.120000"
        },
        {
            "id": 207555,
            "video": {
                "id": 624813,
                "name": "Skolelinux - skolenettløsning",
                "header": "Skolelinux tilbyr en ferdig oppsatt skolenettløsning, med tjenester,arbeidsplasser, PXE-installasjon og brukerprogrammer. Skolelinux blir ofte referert til som Debian Edu. Målet med Skolelinux-prosjektet er å sikre at elevene har dataprogram på sitt morsmål med et driftskonsept som er tilpasset og klargjort for sentralisert drift. Det følger med et opplegg for realistisk innføring og bruk av fri programvare i skolehverdagen. Hensikten er å gi universal tilgang til IKT og hindre digitale klasseskiller. Derfor brukes fri programvare fordi det også gir elever med interesse for teknologi og språk en mulighet til å skape sin egen framtid. Presentasjonen vil gå igjennom hva som er nytt i siste utgave av løsningen og fortelle litt fra prosjektets mer enn 10-årige historie.",
                "description": "",
                "creator": "jarle@bjorgeengen.net",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "01:27:22.320000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-29T08:12:00+02:00",
            "endtime": "2025-06-29T09:39:22.320000+02:00",
            "duration": "01:27:22.320000"
        },
        {
            "id": 207493,
            "video": {
                "id": 626044,
                "name": "State of the Commons and the Global Open Education Opportunity - Cable Green",
                "header": "Cable Green fra Creative Commons kommer til Oslo for å holde foredrag om \"State of the Commons and the Global Open Education Opportunity\".\r\n\r\nForedraget holdes på engelsk.",
                "description": null,
                "creator": "davidwnoble@gmail.com",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "01:38:45.480000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-28T03:28:00+02:00",
            "endtime": "2025-06-28T05:06:45.480000+02:00",
            "duration": "01:38:45.480000"
        },
        {
            "id": 207494,
            "video": {
                "id": 626185,
                "name": "Politisk debatt om gründerpolitikk i Oslo",
                "header": "Norwegian Unix User Group (NUUG) inviterer deg til debatt med topp-politikere om gründerpolitikk i Oslo 2. september, på Teknologhuset kl. 18-20.",
                "description": null,
                "creator": "davidwnoble@gmail.com",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "01:52:12.560000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-28T05:07:00+02:00",
            "endtime": "2025-06-28T06:59:12.560000+02:00",
            "duration": "01:52:12.560000"
        }
    ]
}