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=50&ordering=starttime
HTTP 200 OK
Content-Type: application/json

{
    "count": 138,
    "next": "https://frikanalen.no/api/scheduleitems/?format=api&limit=50&offset=100&ordering=starttime",
    "previous": "https://frikanalen.no/api/scheduleitems/?format=api&limit=50&ordering=starttime",
    "results": [
        {
            "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": 207539,
            "video": {
                "id": 626055,
                "name": "Frikanalen Informasjonsfilm",
                "header": "Info!",
                "description": "",
                "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 91 85 95 08",
                    "fkmember": true
                },
                "duration": "00:00:48.090000",
                "categories": [
                    "Annet"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-29T02:15:00+02:00",
            "endtime": "2025-06-29T02:15:48.090000+02:00",
            "duration": "00:00:48.090000"
        },
        {
            "id": 207540,
            "video": {
                "id": 625333,
                "name": "TED - Peter van Manen: How can Formula 1 racing help ... babies?",
                "header": "During a Formula 1 race, a car sends hundreds of millions of data points to its garage for real-time analysis and feedback. So why not use this detailed and rigorous data system elsewhere, like ... at children’s hospitals? Peter van Manen tells us more.\r\n\r\nTED talk downloaded from The Internet Archive.",
                "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:07:56.750000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-29T02:16:00+02:00",
            "endtime": "2025-06-29T02:23:56.750000+02:00",
            "duration": "00:07:56.750000"
        },
        {
            "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": 207542,
            "video": {
                "id": 625874,
                "name": "TED - Katie Bouman: How to take a picture of a black hole",
                "header": "At the heart of the Milky Way, there's a supermassive black hole that feeds off a spinning disk of hot gas, sucking up anything that ventures too close — even light. We can't see it, but its event horizon casts a shadow, and an image of that shadow could help answer some important questions about the universe. Scientists used to think that making such an image would require a telescope the size of Earth — until Katie Bouman and a team of astronomers came up with a clever alternative. Learn more about how we can see in the ultimate dark.\r\n\r\nTED talk downloaded from The Internet Archive.",
                "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:12:55.150000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-29T03:30:00+02:00",
            "endtime": "2025-06-29T03:42:55.150000+02:00",
            "duration": "00:12:55.150000"
        },
        {
            "id": 207543,
            "video": {
                "id": 625363,
                "name": "TED - Andy Yen: Think your email's private? Think again",
                "header": "Sending an email message is like sending a postcard, says scientist Andy Yen in this thought-provoking talk: Anyone can read it. Yet encryption, the technology that protects the privacy of email communication, does exist. It's just that until now it has been difficult to install and a hassle to use. Showing a demo of an email program he designed with colleagues at CERN, Yen argues that encryption can be made simple to the point of becoming the default option, providing true email privacy to all.\r\n\r\nTED talk downloaded from The Internet Archive.",
                "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:12:13.240000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-29T03:43:00+02:00",
            "endtime": "2025-06-29T03:55:13.240000+02:00",
            "duration": "00:12:13.240000"
        },
        {
            "id": 207544,
            "video": {
                "id": 627885,
                "name": "Til det palestinske folket",
                "header": "Trond Ali gir en støtteerklæring til det palestinske folket",
                "description": "Trond Ali gir en støtteerklæring til det palestinske folket",
                "creator": "linstad@urtehagen.com",
                "organization": {
                    "id": 137,
                    "name": "Trond Ali Linstad",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "0187 Oslo",
                    "streetAddress": "Norbygata 13",
                    "editorId": 2216,
                    "editorName": "Trond Ali Linstad",
                    "editorEmail": "linstad@urtehagen.com",
                    "editorMsisdn": "+47 40 61 61 81",
                    "fkmember": true
                },
                "duration": "00:05:26.920000",
                "categories": [
                    "Solidaritet og bistand"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-29T03:56:00+02:00",
            "endtime": "2025-06-29T04:01:26.920000+02:00",
            "duration": "00:05:26.920000"
        },
        {
            "id": 207545,
            "video": {
                "id": 628136,
                "name": "Diesen og Macgregor om Russlands gjengjeldelse",
                "header": "Russlands gjengjeldelse og Natos fallende relevanse",
                "description": "Original tittel: Douglas Macgregor: Russia's Retaliation & NATO's Declining Relevance",
                "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:38:52.860000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-29T04:02:00+02:00",
            "endtime": "2025-06-29T04:40:52.860000+02:00",
            "duration": "00:38:52.860000"
        },
        {
            "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": 207547,
            "video": {
                "id": 626510,
                "name": "Trond Alis kvarter IV",
                "header": "Trond Ali snakker med Dr. Salim om tostatsløsningen",
                "description": null,
                "creator": "linstad@urtehagen.com",
                "organization": {
                    "id": 137,
                    "name": "Trond Ali Linstad",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "0187 Oslo",
                    "streetAddress": "Norbygata 13",
                    "editorId": 2216,
                    "editorName": "Trond Ali Linstad",
                    "editorEmail": "linstad@urtehagen.com",
                    "editorMsisdn": "+47 40 61 61 81",
                    "fkmember": true
                },
                "duration": "00:18:43.380000",
                "categories": [
                    "Solidaritet og bistand"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-29T05:36:00+02:00",
            "endtime": "2025-06-29T05:54:43.380000+02:00",
            "duration": "00:18:43.380000"
        },
        {
            "id": 207548,
            "video": {
                "id": 625350,
                "name": "TED - Kirby Ferguson: Embrace the remix",
                "header": "Nothing is original, says Kirby Ferguson, creator of Everything is a Remix. From Bob Dylan to Steve Jobs, he says our most celebrated creators borrow, steal and transform.\r\n\r\nTED talk downloaded from The Internet Archive.",
                "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:09:42.540000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-29T05:55:00+02:00",
            "endtime": "2025-06-29T06:04:42.540000+02:00",
            "duration": "00:09:42.540000"
        },
        {
            "id": 207549,
            "video": {
                "id": 625324,
                "name": "TED - Laura Snyder: The Philosophical Breakfast Club",
                "header": "In 1812, four men at Cambridge University met for breakfast. What began as an impassioned meal grew into a new scientific revolution, in which these men -- who called themselves “natural philosophers” until they later coined “scientist” -- introduced four major principles into scientific inquiry. Historian and philosopher Laura Snyder tells their intriguing story.\r\n\r\nTED talk downloaded from The Internet Archive.",
                "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:12:34.630000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-29T06:05:00+02:00",
            "endtime": "2025-06-29T06:17:34.630000+02:00",
            "duration": "00:12:34.630000"
        },
        {
            "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": 207551,
            "video": {
                "id": 625379,
                "name": "TED - Abe Davis: New video technology that reveals an object's hidden properties",
                "header": "Subtle motion happens around us all the time, including tiny vibrations caused by sound. New technology shows that we can pick up on these vibrations and actually re-create sound and conversations just from a video of a seemingly still object. But now Abe Davis takes it one step further: Watch him demo software that lets anyone interact with these hidden properties, just from a simple video.\r\n\r\nTED talk downloaded from The Internet Archive.",
                "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:18:01.680000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-29T07:12:00+02:00",
            "endtime": "2025-06-29T07:30:01.680000+02:00",
            "duration": "00:18:01.680000"
        },
        {
            "id": 207552,
            "video": {
                "id": 624220,
                "name": "TED - Søt, sexy, godt, morsom",
                "header": "Hvorfor er babyer søte?  Hvorfor er kake godt?  Filosof Dan Dennett har svar du ikke forventer, der han gir oss evolusjonens ikke-intuitive forklaring på søte, gode og sexy ting (i tillegg til en ny teori fra Matthew Hurley om hvorfor vitser er morsomme).",
                "description": null,
                "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:07:44.160000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-29T07:31:00+02:00",
            "endtime": "2025-06-29T07:38:44.160000+02:00",
            "duration": "00:07:44.160000"
        },
        {
            "id": 207553,
            "video": {
                "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,
                "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"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-29T07:39:00+02:00",
            "endtime": "2025-06-29T08:05:24.680000+02:00",
            "duration": "00:26:24.680000"
        },
        {
            "id": 207554,
            "video": {
                "id": 625377,
                "name": "TED - Greg Gage: How to control someone else's arm with your brain",
                "header": "Greg Gage is on a mission to make brain science accessible to all. In this fun, kind of creepy demo, the neuroscientist and TED Senior Fellow uses a simple, inexpensive DIY kit to take away the free will of an audience member. It’s not a parlor trick; it actually works. You have to see it to believe it.\r\n\r\nTED talk downloaded from The Internet Archive.",
                "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:05:56.400000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-29T08:06:00+02:00",
            "endtime": "2025-06-29T08:11:56.400000+02:00",
            "duration": "00:05:56.400000"
        },
        {
            "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": 207556,
            "video": {
                "id": 623359,
                "name": "M@thias' verden del 1",
                "header": "",
                "description": null,
                "creator": "toresbe@protonmail.com",
                "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 91 85 95 08",
                    "fkmember": true
                },
                "duration": "00:21:37.440000",
                "categories": [
                    "Barn og ungdom"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-29T09:40:00+02:00",
            "endtime": "2025-06-29T10:01:37.440000+02:00",
            "duration": "00:21:37.440000"
        },
        {
            "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": 207558,
            "video": {
                "id": 625436,
                "name": "MakerCon - Make and break",
                "header": "Hans Gerhard Meier at MakerCon Nordic 2014-10-18.",
                "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:26:29.560000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-29T10:51:00+02:00",
            "endtime": "2025-06-29T11:17:29.560000+02:00",
            "duration": "00:26:29.560000"
        },
        {
            "id": 207559,
            "video": {
                "id": 626715,
                "name": "Trond Alis Kvarter -  Om Hard Choises, av Hillary Clinton",
                "header": "",
                "description": null,
                "creator": "linstad@urtehagen.com",
                "organization": {
                    "id": 137,
                    "name": "Trond Ali Linstad",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "0187 Oslo",
                    "streetAddress": "Norbygata 13",
                    "editorId": 2216,
                    "editorName": "Trond Ali Linstad",
                    "editorEmail": "linstad@urtehagen.com",
                    "editorMsisdn": "+47 40 61 61 81",
                    "fkmember": true
                },
                "duration": "00:06:59.680000",
                "categories": [
                    "Religion og livssyn"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-29T11:18:00+02:00",
            "endtime": "2025-06-29T11:24:59.680000+02:00",
            "duration": "00:06:59.680000"
        },
        {
            "id": 207560,
            "video": {
                "id": 626445,
                "name": "Infoplakat Frikanalen",
                "header": "Informasjon om Frikanalen",
                "description": null,
                "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 91 85 95 08",
                    "fkmember": true
                },
                "duration": "00:00:35.120000",
                "categories": [
                    "Annet"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-29T11:25:00+02:00",
            "endtime": "2025-06-29T11:25:35.120000+02:00",
            "duration": "00:00:35.120000"
        },
        {
            "id": 207561,
            "video": {
                "id": 626057,
                "name": "Caminandes 2: Gran Dillama",
                "header": "Llamaen Koro erfarer at gresset er grønnere på den andre siden av gjerdet, og at veien dit kan være lang.",
                "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:02:26.083333",
                "categories": [
                    "Barn og ungdom"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-29T11:26:00+02:00",
            "endtime": "2025-06-29T11:28:26.083333+02:00",
            "duration": "00:02:26.083333"
        },
        {
            "id": 207562,
            "video": {
                "id": 626055,
                "name": "Frikanalen Informasjonsfilm",
                "header": "Info!",
                "description": "",
                "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 91 85 95 08",
                    "fkmember": true
                },
                "duration": "00:00:48.090000",
                "categories": [
                    "Annet"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-29T11:29:00+02:00",
            "endtime": "2025-06-29T11:29:48.090000+02:00",
            "duration": "00:00:48.090000"
        },
        {
            "id": 207245,
            "video": {
                "id": 628049,
                "name": "Shofar - En rød kvige i Israel",
                "header": "",
                "description": "Det blir fortalt i Bibelen at en rød kvige skal brennes på\nOljeberget. Det var for å rense seg et tempel og et presteskap. Dette er\nomtalt både i det gamle og det nye testamentet. Det gjelder evangeliet\nog det profetiske ordet.",
                "creator": "haavard_urhaug@hotmail.com",
                "organization": {
                    "id": 135,
                    "name": "Bladet Evangelisten",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "",
                    "streetAddress": "",
                    "editorId": 2188,
                    "editorName": "Kurt Urhaug",
                    "editorEmail": "kurt@evangelisten.no",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:24:36.140000",
                "categories": [
                    "Religion og livssyn"
                ]
            },
            "schedulereason": 4,
            "starttime": "2025-06-29T11:30:00+02:00",
            "endtime": "2025-06-29T11:54:36.140000+02:00",
            "duration": "00:24:36.140000"
        },
        {
            "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": 207563,
            "video": {
                "id": 626782,
                "name": "Anklager Israel for apartheid og forfølgelse av palestinere - Aftenposten",
                "header": "Anklager Israel for apartheid og forfølgelse av palestinere - Aftenposten",
                "description": null,
                "creator": "linstad@urtehagen.com",
                "organization": {
                    "id": 137,
                    "name": "Trond Ali Linstad",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "0187 Oslo",
                    "streetAddress": "Norbygata 13",
                    "editorId": 2216,
                    "editorName": "Trond Ali Linstad",
                    "editorEmail": "linstad@urtehagen.com",
                    "editorMsisdn": "+47 40 61 61 81",
                    "fkmember": true
                },
                "duration": "00:06:09.800000",
                "categories": [
                    "Solidaritet og bistand"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-29T12:52:00+02:00",
            "endtime": "2025-06-29T12:58:09.800000+02:00",
            "duration": "00:06:09.800000"
        },
        {
            "id": 207564,
            "video": {
                "id": 626445,
                "name": "Infoplakat Frikanalen",
                "header": "Informasjon om Frikanalen",
                "description": null,
                "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 91 85 95 08",
                    "fkmember": true
                },
                "duration": "00:00:35.120000",
                "categories": [
                    "Annet"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-29T12:59:00+02:00",
            "endtime": "2025-06-29T12:59:35.120000+02:00",
            "duration": "00:00:35.120000"
        },
        {
            "id": 207247,
            "video": {
                "id": 627082,
                "name": "Shofar Betlehem i Juda",
                "header": "program 88, bladet evangelisten,Advent og jul kommer fra Bibelen og er Israels historie. Begivenhetene med Jesu komme har betydning for alle mennesker. Ingen kunne stoppe Jesu første komme, - like lite som det har med Jesu gjenkomst. Lykkelig er hver den som lar seg opplyse av Guds Ord. Bibelen adventsboken som forteller Jesu komme.",
                "description": "",
                "creator": "haavard_urhaug@hotmail.com",
                "organization": {
                    "id": 135,
                    "name": "Bladet Evangelisten",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "",
                    "streetAddress": "",
                    "editorId": 2188,
                    "editorName": "Kurt Urhaug",
                    "editorEmail": "kurt@evangelisten.no",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:24:42.400000",
                "categories": [
                    "Religion og livssyn"
                ]
            },
            "schedulereason": 4,
            "starttime": "2025-06-29T13:00:00+02:00",
            "endtime": "2025-06-29T13:24:42.400000+02:00",
            "duration": "00:24:42.400000"
        },
        {
            "id": 207565,
            "video": {
                "id": 625336,
                "name": "TED - Geoffrey Canada: Our failing schools. Enough is enough!",
                "header": "Why, why, why does our education system look so similar to the way it did 50 years ago? Millions of students were failing then, as they are now -- and it’s because we’re clinging to a business model that clearly doesn’t work. Education advocate Geoffrey Canada dares the system to look at the data, think about the customers and make systematic shifts in order to help greater numbers of kids excel.\r\n\r\nTED talk downloaded from The Internet Archive.",
                "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:17:07.550000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-29T13:25:00+02:00",
            "endtime": "2025-06-29T13:42:07.550000+02:00",
            "duration": "00:17:07.550000"
        },
        {
            "id": 207566,
            "video": {
                "id": 626644,
                "name": "Trond Alis kvarter XV",
                "header": "Trond Ali og Hanan Khair Bakir snakker om palestinske barn i israelske fengsler.",
                "description": null,
                "creator": "linstad@urtehagen.com",
                "organization": {
                    "id": 137,
                    "name": "Trond Ali Linstad",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "0187 Oslo",
                    "streetAddress": "Norbygata 13",
                    "editorId": 2216,
                    "editorName": "Trond Ali Linstad",
                    "editorEmail": "linstad@urtehagen.com",
                    "editorMsisdn": "+47 40 61 61 81",
                    "fkmember": true
                },
                "duration": "00:15:16.800000",
                "categories": [
                    "Solidaritet og bistand"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-29T13:43:00+02:00",
            "endtime": "2025-06-29T13:58:16.800000+02:00",
            "duration": "00:15:16.800000"
        },
        {
            "id": 207248,
            "video": {
                "id": 624496,
                "name": "Frikanalen-årsmøte 2011 - Teksting",
                "header": "Video med utenlandsk tale må tekstes for å sendes på Frikanalen. Jarle Bjørgeengen deler erfaringer med metoder for innbrenning av tekst, normalisering av lyd, lage introskjerm og outroskjerm m.m",
                "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:16:20.960000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 4,
            "starttime": "2025-06-29T14:00:00+02:00",
            "endtime": "2025-06-29T14:16:20.960000+02:00",
            "duration": "00:16:20.960000"
        },
        {
            "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": 207568,
            "video": {
                "id": 626291,
                "name": "En sang i uka",
                "header": "I dagens torsdagsinnslag møter vi Andreas Gregersen som har satt seg et stort mål for året: han skal nemlig lage en sang hver eneste uke i 2020. Vi besøkte ham i det han skulle lage sang for uke 4. Tittelen på sangen ble Empo Tv.",
                "description": null,
                "creator": "rune.hagerup@empo.no",
                "organization": {
                    "id": 66,
                    "name": "Empo AS",
                    "homepage": "https://www.empo.no/",
                    "description": "",
                    "postalAddress": "Teglevegen 27\r\n1400 SKI",
                    "streetAddress": "",
                    "editorId": 2159,
                    "editorName": "Rune Hagerup",
                    "editorEmail": "rune.hagerup@empo.no",
                    "editorMsisdn": "+47 97 84 16 12",
                    "fkmember": true
                },
                "duration": "00:03:16.840000",
                "categories": [
                    "Kultur"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-29T15:07:00+02:00",
            "endtime": "2025-06-29T15:10:16.840000+02:00",
            "duration": "00:03:16.840000"
        },
        {
            "id": 207569,
            "video": {
                "id": 625700,
                "name": "Meet MariaDB 10.2 - Debconf 16",
                "header": "New MariaDB major release is out of the door. It has new unique features, performance enhancements, as well as better MySQL compatibility. This talk will go over everything new that MariaDB 10.2 has to offer. It will describe all new features, both MySQL compatible, and MariaDB-only ones and show usage examples and practical use cases.\n\nTalk (45 mins) session with Sergei Golubchik during Debconf 16",
                "description": null,
                "creator": "pere@hungry.com",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:31:21.880000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-29T15:11:00+02:00",
            "endtime": "2025-06-29T15:42:21.880000+02:00",
            "duration": "00:31:21.880000"
        },
        {
            "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": 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": 207572,
            "video": {
                "id": 626055,
                "name": "Frikanalen Informasjonsfilm",
                "header": "Info!",
                "description": "",
                "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 91 85 95 08",
                    "fkmember": true
                },
                "duration": "00:00:48.090000",
                "categories": [
                    "Annet"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-29T17:32:00+02:00",
            "endtime": "2025-06-29T17:32:48.090000+02:00",
            "duration": "00:00:48.090000"
        },
        {
            "id": 207573,
            "video": {
                "id": 625333,
                "name": "TED - Peter van Manen: How can Formula 1 racing help ... babies?",
                "header": "During a Formula 1 race, a car sends hundreds of millions of data points to its garage for real-time analysis and feedback. So why not use this detailed and rigorous data system elsewhere, like ... at children’s hospitals? Peter van Manen tells us more.\r\n\r\nTED talk downloaded from The Internet Archive.",
                "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:07:56.750000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-29T17:33:00+02:00",
            "endtime": "2025-06-29T17:40:56.750000+02:00",
            "duration": "00:07:56.750000"
        },
        {
            "id": 207574,
            "video": {
                "id": 625874,
                "name": "TED - Katie Bouman: How to take a picture of a black hole",
                "header": "At the heart of the Milky Way, there's a supermassive black hole that feeds off a spinning disk of hot gas, sucking up anything that ventures too close — even light. We can't see it, but its event horizon casts a shadow, and an image of that shadow could help answer some important questions about the universe. Scientists used to think that making such an image would require a telescope the size of Earth — until Katie Bouman and a team of astronomers came up with a clever alternative. Learn more about how we can see in the ultimate dark.\r\n\r\nTED talk downloaded from The Internet Archive.",
                "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:12:55.150000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-29T17:41:00+02:00",
            "endtime": "2025-06-29T17:53:55.150000+02:00",
            "duration": "00:12:55.150000"
        },
        {
            "id": 207575,
            "video": {
                "id": 627885,
                "name": "Til det palestinske folket",
                "header": "Trond Ali gir en støtteerklæring til det palestinske folket",
                "description": "Trond Ali gir en støtteerklæring til det palestinske folket",
                "creator": "linstad@urtehagen.com",
                "organization": {
                    "id": 137,
                    "name": "Trond Ali Linstad",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "0187 Oslo",
                    "streetAddress": "Norbygata 13",
                    "editorId": 2216,
                    "editorName": "Trond Ali Linstad",
                    "editorEmail": "linstad@urtehagen.com",
                    "editorMsisdn": "+47 40 61 61 81",
                    "fkmember": true
                },
                "duration": "00:05:26.920000",
                "categories": [
                    "Solidaritet og bistand"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-29T17:54:00+02:00",
            "endtime": "2025-06-29T17:59:26.920000+02:00",
            "duration": "00:05:26.920000"
        },
        {
            "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": 207576,
            "video": {
                "id": 625363,
                "name": "TED - Andy Yen: Think your email's private? Think again",
                "header": "Sending an email message is like sending a postcard, says scientist Andy Yen in this thought-provoking talk: Anyone can read it. Yet encryption, the technology that protects the privacy of email communication, does exist. It's just that until now it has been difficult to install and a hassle to use. Showing a demo of an email program he designed with colleagues at CERN, Yen argues that encryption can be made simple to the point of becoming the default option, providing true email privacy to all.\r\n\r\nTED talk downloaded from The Internet Archive.",
                "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:12:13.240000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-29T18:44:00+02:00",
            "endtime": "2025-06-29T18:56:13.240000+02:00",
            "duration": "00:12:13.240000"
        },
        {
            "id": 207577,
            "video": {
                "id": 626445,
                "name": "Infoplakat Frikanalen",
                "header": "Informasjon om Frikanalen",
                "description": null,
                "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 91 85 95 08",
                    "fkmember": true
                },
                "duration": "00:00:35.120000",
                "categories": [
                    "Annet"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-29T18:57:00+02:00",
            "endtime": "2025-06-29T18:57:35.120000+02:00",
            "duration": "00:00:35.120000"
        },
        {
            "id": 207578,
            "video": {
                "id": 624130,
                "name": "Kopiering er ikke tyveri",
                "header": "",
                "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:01:19.640000",
                "categories": [
                    "Barn og ungdom",
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-29T18:58:00+02:00",
            "endtime": "2025-06-29T18:59:19.640000+02:00",
            "duration": "00:01:19.640000"
        },
        {
            "id": 207250,
            "video": {
                "id": 628124,
                "name": "(3) Nytt lys eller nye løgner fra Jehovas vitner?",
                "header": "E. Langemyr",
                "description": "Jehovas vitner hevder at deres læresetninger reflekterer «nytt lys» fra Gud, men er det virkelig guddommelig veiledning – eller en måte å dekke over tidligere feil? I denne videoen dykker vi dypt inn i deres mest kontroversielle doktrinære endringer: fra den mystiske «overlappende generasjonen» til omdefinerte roller i det styrende råd, og til og med livreddende behandlinger som f.eks. blodoverføringer.\n\nStyrker disse «avklarede forståelsene» troen, eller avslører de uoverensstemmelser? \n\nBli med oss ​​når vi avdekker sannheten bak deres skiftende tolkninger av profetier, lederskap og frelse. Enten du er et vitne, et tidligere medlem eller bare nysgjerrig, er dette videoen Vakttårnet IKKE vil at du skal se!",
                "creator": "egil@skarning.no",
                "organization": {
                    "id": 251,
                    "name": "Sannheten",
                    "homepage": "www.sannheten.org",
                    "description": "",
                    "postalAddress": "c/o Tom Skarning\r\nØstre Tromøyvei 712\r\n4812 Kongshavn",
                    "streetAddress": "c/o Tom Skarning\r\nØstre Tromøyvei 712\r\n4812 Kongshavn",
                    "editorId": 2827,
                    "editorName": "Egil Langemyr",
                    "editorEmail": "egil@skarning.no",
                    "editorMsisdn": "+47 45 88 86 66",
                    "fkmember": true
                },
                "duration": "00:23:53",
                "categories": [
                    "Religion og livssyn"
                ]
            },
            "schedulereason": 4,
            "starttime": "2025-06-29T19:00:00+02:00",
            "endtime": "2025-06-29T19:23:53+02:00",
            "duration": "00:23:53"
        },
        {
            "id": 207579,
            "video": {
                "id": 626510,
                "name": "Trond Alis kvarter IV",
                "header": "Trond Ali snakker med Dr. Salim om tostatsløsningen",
                "description": null,
                "creator": "linstad@urtehagen.com",
                "organization": {
                    "id": 137,
                    "name": "Trond Ali Linstad",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "0187 Oslo",
                    "streetAddress": "Norbygata 13",
                    "editorId": 2216,
                    "editorName": "Trond Ali Linstad",
                    "editorEmail": "linstad@urtehagen.com",
                    "editorMsisdn": "+47 40 61 61 81",
                    "fkmember": true
                },
                "duration": "00:18:43.380000",
                "categories": [
                    "Solidaritet og bistand"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-29T19:24:00+02:00",
            "endtime": "2025-06-29T19:42:43.380000+02:00",
            "duration": "00:18:43.380000"
        },
        {
            "id": 207580,
            "video": {
                "id": 625350,
                "name": "TED - Kirby Ferguson: Embrace the remix",
                "header": "Nothing is original, says Kirby Ferguson, creator of Everything is a Remix. From Bob Dylan to Steve Jobs, he says our most celebrated creators borrow, steal and transform.\r\n\r\nTED talk downloaded from The Internet Archive.",
                "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:09:42.540000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-29T19:43:00+02:00",
            "endtime": "2025-06-29T19:52:42.540000+02:00",
            "duration": "00:09:42.540000"
        },
        {
            "id": 207581,
            "video": {
                "id": 625377,
                "name": "TED - Greg Gage: How to control someone else's arm with your brain",
                "header": "Greg Gage is on a mission to make brain science accessible to all. In this fun, kind of creepy demo, the neuroscientist and TED Senior Fellow uses a simple, inexpensive DIY kit to take away the free will of an audience member. It’s not a parlor trick; it actually works. You have to see it to believe it.\r\n\r\nTED talk downloaded from The Internet Archive.",
                "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:05:56.400000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2025-06-29T19:53:00+02:00",
            "endtime": "2025-06-29T19:58:56.400000+02:00",
            "duration": "00:05:56.400000"
        }
    ]
}