<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Opensource |</title><link>https://carlos-hugoblox.netlify.app/en/tags/opensource/</link><atom:link href="https://carlos-hugoblox.netlify.app/en/tags/opensource/index.xml" rel="self" type="application/rss+xml"/><description>Opensource</description><generator>HugoBlox Kit (https://hugoblox.com)</generator><language>en-GB</language><lastBuildDate>Sat, 08 Feb 2020 00:00:00 +0000</lastBuildDate><image><url>https://carlos-hugoblox.netlify.app/media/icon_hu_aa3341e371185529.png</url><title>Opensource</title><link>https://carlos-hugoblox.netlify.app/en/tags/opensource/</link></image><item><title>Looking for the 'perfect' presentations' solution (for me)</title><link>https://carlos-hugoblox.netlify.app/en/blog/2020/02/looking-for-the-perfect-presentations-solution-for-me/</link><pubDate>Sat, 08 Feb 2020 00:00:00 +0000</pubDate><guid>https://carlos-hugoblox.netlify.app/en/blog/2020/02/looking-for-the-perfect-presentations-solution-for-me/</guid><description>&lt;!-- Tip: open with the why, then show results, code, and next steps. --&gt;
&lt;p&gt;During the last 10 years
in various contexts due to my job as a lecturer: either lectures for my students, conferences, workshops or even much more informal events, usually speaking about cities, commons,
or accessibility. I enjoy it because I love sharing knowledge with others but also because it is when I am preparing presentations (by summarising and highlighting the main topics or thinking of the storytelling) where I reflect and learn the most. It is for that reason that I am always looking for the right software that allows me to create appealing slides in a relatively fast way. In this post, I will be sharing some of the decisions I have made and the results I got regarding that matter.&lt;/p&gt;
&lt;p&gt;In order to prepare my presentations I have used and tested several presentation softwares and services, such as the classic &lt;strong&gt;Powerpoint&lt;/strong&gt;, &lt;strong&gt;LibreOffice Impress&lt;/strong&gt; (
), &lt;strong&gt;Google Slides&lt;/strong&gt; or, &lt;strong&gt;Prezi&lt;/strong&gt; (
,
). All of them are really good pieces of software and you can create great presentations with them. However, as time goes by, I have become more concerned with techno-politics and data autonomy on the one hand, and with efficiency on the other. As a result, I have come to outline the following list of requirements that my software of choice should have:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;It must allow me to &lt;strong&gt;own my (own) data&lt;/strong&gt; and to easily reuse and share it with others for any purpose.&lt;/li&gt;
&lt;li&gt;It should be &lt;strong&gt;opensource&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;It must allow &lt;strong&gt;offline editing and displaying&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;It must allow &lt;strong&gt;adding content without having to worry about formatting it&lt;/strong&gt;. Ideally, I should be able to write in plain text or markdown (or the like) which will later be formatted and converted into a final good-looking format. I want to focus on adding content very fast for scaffolding it: I want to edit it in plain text or markdown.&lt;/li&gt;
&lt;li&gt;It should &lt;strong&gt;look good&lt;/strong&gt; (uh!)&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;So, with those requirements in mind, I started to look for candidates that would fit in those selection criteria. After a while, I ended up with the following shortlist&lt;sup id="fnref:1"&gt;&lt;a href="#fn:1" class="footnote-ref" role="doc-noteref"&gt;1&lt;/a&gt;&lt;/sup&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;
&lt;/strong&gt;: a conventional desktop software for presentations. It is opensource and multiplatform and it is part of the LibreOffice suite.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;
&lt;/strong&gt;: a presentation framework based on the power of &lt;code&gt;CSS3&lt;/code&gt; transforms and transitions in modern browsers and inspired by the idea behind prezi.com. It allows moving through an infinite canvas, like the former, but also in 3D!&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;
&lt;/strong&gt;: an HTML presentation framework. Halfway between the two others, as it creates slides&amp;rsquo; decks that can be opened with any web browser with a two-axis&amp;rsquo; navigation (unlike regular presentation software that only allows linear navigation).&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Let&amp;rsquo;s see how the competitors behave regarding each of my requirements:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;       &lt;/th&gt;
&lt;th&gt;LO Impress&lt;/th&gt;
&lt;th&gt;impress.js&lt;/th&gt;
&lt;th&gt;reveal.js&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;# 1: Own data&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;# 2: FLOSS&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;# 3: Offline&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Yes (ODP or PDF)&lt;/td&gt;
&lt;td&gt;Yes (Local html)&lt;/td&gt;
&lt;td&gt;Yes (Local html file or PDF)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;# 4: Format-hassle-free&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;No (although using styles makes things easier and are almost as valid workaround)&lt;/td&gt;
&lt;td&gt;Yes, using
&lt;/td&gt;
&lt;td&gt;Yes (multiple approaches)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;# 5: Appealing&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;With effort&lt;/td&gt;
&lt;td&gt;Somewhat&lt;/td&gt;
&lt;td&gt;Yes!&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;And now, let me further elaborate this summary table.&lt;/p&gt;
&lt;h2 id="libreoffice-impress"&gt;LibreOffice Impress&lt;/h2&gt;
&lt;p&gt;
&lt;figure &gt;
&lt;div class="flex justify-center "&gt;
&lt;div class="w-full" &gt;
&lt;img alt=""
srcset="https://carlos-hugoblox.netlify.app/en/blog/2020/02/looking-for-the-perfect-presentations-solution-for-me/img/LO-Impress_hu_45a7b2c0c326db8c.webp 320w, https://carlos-hugoblox.netlify.app/en/blog/2020/02/looking-for-the-perfect-presentations-solution-for-me/img/LO-Impress_hu_e36143cbbf4f2ea.webp 480w, https://carlos-hugoblox.netlify.app/en/blog/2020/02/looking-for-the-perfect-presentations-solution-for-me/img/LO-Impress_hu_ad8ef013b076a995.webp 760w"
sizes="(max-width: 480px) 100vw, (max-width: 768px) 90vw, (max-width: 1024px) 80vw, 760px"
src="https://carlos-hugoblox.netlify.app/en/blog/2020/02/looking-for-the-perfect-presentations-solution-for-me/img/LO-Impress_hu_45a7b2c0c326db8c.webp"
width="760"
height="413"
loading="lazy" data-zoomable /&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/figure&gt;
&lt;/p&gt;
&lt;p&gt;LibreOffice is a traditional desktop software that could be considered as the opensource replacement for Powerpoint. It creates regular slides&amp;rsquo; deck and offers several templates with designs and layouts. Although I acknowledge that from LO foundation have put an effort into designing new templates and the stock defaults have improved dramatically, I cannot but help to consider that they still look somewhat oldies/traditional. However, I also admit that this is a completely subjective matter and can be fixed by either
or by creating our own. After all, and to be completely honest, I have done so for many years.&lt;/p&gt;
&lt;p&gt;Since it is a regular desktop software that means that it has to be installed in your computer if you want to edit your presentation. But if you do not have it installed, you can use any of the many softwares capable of reading ODP format, which is an open ISO standard or you can bring your own
that can be run from a USB stick or the like without installing it in the computer. But if you only want to visualize the presentation, you can always export to PDF using the built-in feature (just one click), which is always an insurance that your presentation will always look the way you wanted it to be (custom fonts, I am looking at you!).&lt;/p&gt;
&lt;script async class="speakerdeck-embed" data-id="b62594fe9afc44fba4aa8518440bfd31" data-ratio="1.77777777777778" src="//speakerdeck.com/assets/embed.js"&gt;&lt;/script&gt;
&lt;p&gt;In order to add content you need to create text boxes, insert images, tables&amp;hellip; add transitions, slides&amp;hellip; using its GUI. This may seem a good thing, as it allows you to easily align objects and modify them on the fly. However, in my experience I found that approach to be very time consuming, as it often requires resizing objects, changing text-sizes, aligning, changing image properties&amp;hellip; The good news is that LibreOffice&amp;rsquo;s styles are a really powerful tool when used correctly. Styles allow customizing anything we want, starting from layouts but also paragraph styles, lists, images, tables&amp;hellip; It may take some time to customize every style, but once you&amp;rsquo;re done, it pays the effort: all your objects will look consistently and exactly the way you want without doing anything else. And if you ever change your mind&amp;hellip; they will update automatically, preserving their consistency. Great, isn&amp;rsquo;t it?!&lt;/p&gt;
&lt;p&gt;Another inconvenient for me is that it is not easy to work with media other than images (like videos, websites, maps&amp;hellip;), especially if they are not stored locally or require some interaction.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Pros:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&amp;#x2705; Ease of use&lt;/li&gt;
&lt;li&gt;&amp;#x2705; Compatibility (in terms of format an collaboration)&lt;/li&gt;
&lt;li&gt;&amp;#x2705; Customization&lt;/li&gt;
&lt;li&gt;&amp;#x2705; Risk-free: export to PDF for your peace of mind&lt;/li&gt;
&lt;li&gt;&amp;#x2705; Presenter&amp;rsquo;s console&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Cons:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&amp;#x274c; Content editing is time consuming&lt;/li&gt;
&lt;li&gt;&amp;#x274c; No GIFs! or other interactive media&lt;/li&gt;
&lt;li&gt;&amp;#x274c; Outdated (default) appearance from the 90s&lt;/li&gt;
&lt;li&gt;&amp;#x274c; Only linear presentations&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="impressjs"&gt;Impress.js&lt;/h2&gt;
&lt;embed src="http://regebro.github.io/hovercraft/#/step-1" width="100%" height="400px"&gt;
&lt;figcaption&gt;Clic on the text and use arrows to browse the presentation&lt;/figcaption&gt;
&lt;p&gt;I have to admit that I love Prezi because, unlike all the others, instead of working with independent slides that are displayed linearly, you can work with an infinite canvas that works at different scales at the same time. This allows plenty of completely different possibilities: you can literally go from the big picture to the smallest of the details. Or even the other way round: you can start with details that slowly conform a broader reality. Or, if you want, you can also use traditional slides. Everything seemed perfect, except that it is not opensource and all your data is locked in a closed platform and does not comply with any of my requirements.&lt;/p&gt;
&lt;iframe id="iframe_container" frameborder="0" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen="" allow="autoplay; fullscreen" width="100%" height="400" src="https://prezi.com/embed/m9hb9o591b-j/?bgcolor=ffffff&amp;amp;lock_to_path=0&amp;amp;autoplay=0&amp;amp;autohide_ctrls=0&amp;amp;landing_data=bHVZZmNaNDBIWnNjdEVENDRhZDFNZGNIUE43MHdLNWpsdFJLb2ZHanI0bEpjR3UySWRuOHp0SXAvQXRndVlLWGVRPT0&amp;amp;landing_sign=9rA5fXrCMPrIMB2mYMdsxCG93LRx1IyFuWXG7qFo_bk"&gt;&lt;/iframe&gt;
&lt;figcaption&gt;A sample presentation I did for Digital Tools' course at Universidad San Jorge using Prezi&lt;/figcaption&gt;
&lt;p&gt;Admittedly, I am so in love with it that I did my best looking for a good replacement. After discarding
I discovered
. Impress.js is a framework that benefits from Javascript and CSS3 properties and transitions that can virtually mimic Prezi in everything (plus the addition of being able to add 3D transitions and transformations). Since it produces HTML files, they can be opened by any web browser and can include any type of media (even other embedded websites!). Also, it means that anything can be tweaked by using CSS. However, writing HTML is far from being fast, as it requires a lot of tags that need to be opened and closed.&lt;/p&gt;
&lt;p&gt;The good news is that there is
! Hovercraft lets you write your content in
, which is very similar to markdown and, hence, very fast to write and read and it converts your text into a fully functional impress.js&amp;rsquo; website. It really has the good features of the two worlds, as it combines ease of editing with impressive results.&lt;/p&gt;
&lt;p&gt;The only drawback is that it is not easy to create custom navigations (eg. following a path) nor to tweak the default (and basic) CSS styles&lt;sup id="fnref:2"&gt;&lt;a href="#fn:2" class="footnote-ref" role="doc-noteref"&gt;2&lt;/a&gt;&lt;/sup&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Pros:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&amp;#x2705; Non-linear presentations&lt;/li&gt;
&lt;li&gt;&amp;#x2705; Easy to add content by writing RST files&lt;/li&gt;
&lt;li&gt;&amp;#x2705; Can be displayed in any web browser&lt;/li&gt;
&lt;li&gt;&amp;#x2705; Presenter&amp;rsquo;s console&lt;/li&gt;
&lt;li&gt;&amp;#x2705; Accepts any type of media&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Cons:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&amp;#x274c; Basic CSS styles&lt;/li&gt;
&lt;li&gt;&amp;#x274c; Difficult to edit paths&lt;/li&gt;
&lt;li&gt;&amp;#x274c; You need to have hovercraft installed in your computer to create the output files&lt;/li&gt;
&lt;li&gt;&amp;#x274c; I have not succeeded in achieving the same results as with Prezi (in terms of navigation, expressiveness and story-telling)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="revealjs"&gt;Reveal.js&lt;/h2&gt;
&lt;p&gt;And here it comes my currently preferred software for creating my presentations: &lt;code&gt;Reveal.js&lt;/code&gt;. Like &lt;code&gt;Impress.js&lt;/code&gt; it is a framework that creates an &lt;code&gt;html&lt;/code&gt; file (with some javascript to do its magic -hence the &lt;code&gt;.js&lt;/code&gt; suffix) that can be displayed in any device with a web browser. Also, since it follows HTML and CSS standards, and it is responsive by default, this means that can be seen in any computer, tablet or smartphone, with minor differences&lt;sup id="fnref:3"&gt;&lt;a href="#fn:3" class="footnote-ref" role="doc-noteref"&gt;3&lt;/a&gt;&lt;/sup&gt;.&lt;/p&gt;
&lt;p&gt;Another feature I like a lot about &lt;code&gt;reveal.js&lt;/code&gt; is that whereas it does not allow to design custom and complex paths like &lt;code&gt;impress.js&lt;/code&gt; it allows using nested slides, which provides two-axis of displacement: you can move to the right-left like in regular slides&amp;rsquo; decks and also top-down. This means that, when used wisely and consistently, it provides plenty of visual resources, which is very useful for communication purposes (at least for all of those who, like me, have a very visual memory).&lt;/p&gt;
&lt;p&gt;Also, since it is relatively new, and it is a very popular opensource project with many contributors&lt;sup id="fnref:4"&gt;&lt;a href="#fn:4" class="footnote-ref" role="doc-noteref"&gt;4&lt;/a&gt;&lt;/sup&gt; I find their slides to be very appealing and contemporary. And talking about its appearance, reveal.js can be customized in several ways: either changing the transitions between the slides and/or choosing from one of the several default themes (all of which look quite good) or easily customize them (or even create our own) by using &lt;code&gt;.scss&lt;/code&gt; language, as I did below:&lt;/p&gt;
&lt;embed src="https://ccamara.github.io/slides/02-Greek-roman-cities" width="100%" height="400px"&gt;
&lt;figcaption&gt;A presentation I made using reveal.js for the Urban Studies I course at Universidad San Jorge. You can see it [fullscreen here](https://ccamara.github.io/slides/02-Greek-roman-cities) (which is where it shines!)&lt;/figcaption&gt;
&lt;p&gt;I know what you may be thinking now: &lt;em&gt;&amp;ldquo;But hey! you&amp;rsquo;ve talked about &lt;code&gt;.html&lt;/code&gt;, &lt;code&gt;.css&lt;/code&gt;, &lt;code&gt;.js&lt;/code&gt; and &lt;code&gt;.scss&lt;/code&gt;, which are languages that are quite verbose and therefore it does not comply with your requirement #4, as writing a presentation in &lt;code&gt;.html&lt;/code&gt; can be really cumbersome.&amp;rdquo;&lt;/em&gt; You&amp;rsquo;re right. And wrong. While this is true by default, the good news is that there are several ways to write in markdown, a language that I have come to love due to its simplicity, speed and versatility (in fact, this whole website is written in markdown). But since there are several ways to do it and this has resulted in an already long post, I will talk about it in an upcoming one.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Pros:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&amp;#x2705; Can be displayed in any web browser&lt;/li&gt;
&lt;li&gt;&amp;#x2705; Looks great (nice default SCSS templates, which can be easily extended)&lt;/li&gt;
&lt;li&gt;&amp;#x2705; Presenter&amp;rsquo;s console (you know, with a timer, presenter notes and next-slide preview)&lt;/li&gt;
&lt;li&gt;&amp;#x2705; Accepts any type of media&lt;/li&gt;
&lt;li&gt;&amp;#x2705; Can create sections and sub-sections&lt;/li&gt;
&lt;li&gt;&amp;#x2705; Easy to add content by writing in markdown plain text (there are many approaches to generate the HTML files from plain text -more on that in an upcoming blog post)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Cons:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&amp;#x274c; Not for everyone (may not be ideal if you are to collaborate with other people not familiar with markdown, html, css, git&amp;hellip;) (but hey! there is also an
as a freemium service)&lt;/li&gt;
&lt;li&gt;&amp;#x274c; Requires some time to set up&lt;/li&gt;
&lt;li&gt;&amp;#x274c; May not look the same in every device&lt;/li&gt;
&lt;li&gt;&amp;#x274c; PDF export requires Chrome/Chromium, and still doesn&amp;rsquo;t look as nice as the original&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="footnotes" role="doc-endnotes"&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id="fn:1"&gt;
&lt;p&gt;I am also aware of the existence of other solutions that may meet my requirements, but I haven&amp;rsquo;t had the time to try them out, such as
or
. If you happen to know more that may fit on my requirements, please feel free to share them with me in the comments.&amp;#160;&lt;a href="#fnref:1" class="footnote-backref" role="doc-backlink"&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id="fn:2"&gt;
&lt;p&gt;You can see some of the attempts I made on
.&amp;#160;&lt;a href="#fnref:2" class="footnote-backref" role="doc-backlink"&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id="fn:3"&gt;
&lt;p&gt;The truth is that depending on the screen resolution and the use of custom fonts, the result may differ slightly (or greatly).&amp;#160;&lt;a href="#fnref:3" class="footnote-backref" role="doc-backlink"&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id="fn:4"&gt;
&lt;p&gt;At the time of writing this post, 255 different people have contributed to reveal.js in more than 2,400 different commits. Source:
&amp;#160;&lt;a href="#fnref:4" class="footnote-backref" role="doc-backlink"&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;</description></item><item><title>Digital Privacy Workshop: a chronicle</title><link>https://carlos-hugoblox.netlify.app/en/blog/2020/02/digital-privacy-workshop-a-chronicle/</link><pubDate>Sat, 01 Feb 2020 00:00:00 +0000</pubDate><guid>https://carlos-hugoblox.netlify.app/en/blog/2020/02/digital-privacy-workshop-a-chronicle/</guid><description>&lt;!-- Tip: open with the why, then show results, code, and next steps. --&gt;
&lt;p&gt;Last Friday, I attended to a workshop aimed to discuss, learn and raise awareness on our Digital Privacy, organized by
, a group of “feminist cybersecurity advocates and researchers seeking to engage with groups excluded from tech”. I didn&amp;rsquo;t know much about the event nor the organizers when I signed up, but I was sure I would enjoy it. As an opensource advocate who is also concerned about how our private data can be (and it is) used by companies and governments, I was seduced by the topic and, above all, by their feminist approach as well as their hybrid profile, halfway between activism and academia. These two topics would soon be made evident.&lt;/p&gt;
&lt;p&gt;We were first welcomed by a group of very friendly people who handed out an information sheet, introducing themselves and the event, and a participant agreement which we had to return signed if we wanted to take part into the research they are conducting. Because, yes, as they (sorry for not remembering your names, guys) soon explained at the welcome speech, the workshop was also part of an action-research&lt;sup id="fnref:1"&gt;&lt;a href="#fn:1" class="footnote-ref" role="doc-noteref"&gt;1&lt;/a&gt;&lt;/sup&gt; project within the
, funded by a research grant from UK Research &amp;amp; Innovation. As they kindly and thoroughly explained, this meant that we could opt to contribute to the research by sharing our opinions and data. I was positively surprised on their feminist approach (as they stated it) in dealing with that, not only they were very transparent, but they also offered options for those willing to take part into the workshop while not taking part into the research, which I believe is a very coherent behaviour due to the topic (after all they would be dealing with private data). Kudos for them!&lt;/p&gt;
&lt;p&gt;
&lt;figure &gt;
&lt;div class="flex justify-center "&gt;
&lt;div class="w-full" &gt;
&lt;img alt=""
srcset="https://carlos-hugoblox.netlify.app/en/blog/2020/02/digital-privacy-workshop-a-chronicle/poster_hu_9277d573edf0b553.webp 320w, https://carlos-hugoblox.netlify.app/en/blog/2020/02/digital-privacy-workshop-a-chronicle/poster_hu_10d3840743e6def0.webp 480w, https://carlos-hugoblox.netlify.app/en/blog/2020/02/digital-privacy-workshop-a-chronicle/poster_hu_72b80b273b273a22.webp 587w"
sizes="(max-width: 480px) 100vw, (max-width: 768px) 90vw, (max-width: 1024px) 80vw, 760px"
src="https://carlos-hugoblox.netlify.app/en/blog/2020/02/digital-privacy-workshop-a-chronicle/poster_hu_9277d573edf0b553.webp"
width="587"
height="760"
loading="lazy" data-zoomable /&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/figure&gt;
&lt;/p&gt;
&lt;p&gt;Soon after the introduction, we participated in an open discussion through a questionnaire we could interact with in real-time through
, in which we assessed our demographics (we were around 20 people from all ages -more on gender below), motivations, prior knowledge on the topic and concerns on digital privacy. This last question led to the next phase, in which we divided into smaller groups, where an IT person took note of our interventions and answered the questions that arose, to further discuss our fears and interests. After this first round of discussion, we were introduced to the
, a really thorough yet accessible guide written by Noah Kelley from
which introduces the foundations of key areas and provides a series of free/libre tools grouped around the following topics: &lt;em&gt;Anonymity&lt;/em&gt;, &lt;em&gt;Hacking&lt;/em&gt;, &lt;em&gt;Data&lt;/em&gt;, &lt;em&gt;Phones&lt;/em&gt;, and &lt;em&gt;Social&lt;/em&gt;. At a personal level it helped me to understand the insides of tools that I was already using, such a
, tools I knew existed, such as
, or simply learnt of the existence of new and intersting ones such as
.&lt;/p&gt;
&lt;p&gt;The last part of the workshop consisted of several focus groups (some of which -for those who agreed to take part in the research- were recorded) in which a researcher introduced several topics (like how do we feel regarding cybersecurity, how should be the best app/service for us? ) which we discussed between us and in turn opened new related topics such as security and gender and age, the role of governments and companies&amp;hellip; I really enjoyed this part, as thorough the questions and answers we had profound discussions that I had honestly never thought about before so specifically. From time to time, we made short breaks to share some conclusions with the other groups and what people had written on the screen through the menti app. To make things even better, pizza was served for us all!&lt;/p&gt;
&lt;p&gt;So that&amp;rsquo;s grosso modo, how a group of around 20 people spent 3 hours on a Friday evening talking, learning and sharing on cybersecurity, and data privacy and, most of all, having a great time together. As I said before, I was certain that I would enjoy the workshop, but I have to admit that it was completely different from what I had expected and, as a result, it was much better than I thought. At this point, I would like to thank Reconfigure for the organization of the event and wish them great success with their research. I am willing to know more about it, about them and about their results (and will be also willing to take part in it if there is a chance).&lt;/p&gt;
&lt;p&gt;Some random thoughts before finishing:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;All the attendees (except me) were females&lt;/strong&gt;, a demographic which is completely reverse to any other event on technology or cybersecurity that I have previously attended to. While I liked that, I could not help but wonder if the fact that the event was labelled as “feminist” not only encouraged women to come but also discouraged men to do so. If that was true, that&amp;rsquo;s definitely something we (men) need to address to understand that feminism is not something alien to us but also concerns us all.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;The organizers made a great effort on creating a safe-space&lt;/strong&gt; where nobody could feel threatened or treated with contempt. In that regard, I found their approach on the topic of cybersecurity to be very appropriate given their context, goals and audience: instead of having an expert lecturing us on cybersecurity issues, we had a more peer-to-peer experience in which we all learnt from the others as equals. This is also novel in terms that usually cybersecurity issues are treated as common-sense rules which are anything but common and users are blamed by default for any “wrong” behaviour that can lead to security breaches.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;The place&lt;/strong&gt; (Oxford&amp;rsquo;s
) provided just the right atmosphere for such an event.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;The pizzas&lt;/strong&gt; were delicious! (probably that contributed to the fact that they were soon devoured).&lt;/li&gt;
&lt;li&gt;At a personal level, I also enjoyed the fact that my partner also attended to the workshop (in fact, it was her who told me about the workshop, so thank you for doing so!) and since she was in another group, we kept the conversation even after we left the workshop. This means not only that we both enjoyed it but that Reconfigure made a great job with their workshop, so thanks again for that!&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="footnotes" role="doc-endnotes"&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id="fn:1"&gt;
&lt;p&gt;I didn&amp;rsquo;t know about it when I signed up, and this was a very positive surprise. Since I have had the opportunity to design (and to take part into) an action-research project on urban mobility and disabilities (you can read about it
), I considered very positive to learn from other fellow colleagues who come from a very different context.&amp;#160;&lt;a href="#fnref:1" class="footnote-backref" role="doc-backlink"&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;</description></item></channel></rss>