1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
|
\documentclass[aspectratio=169,t]{beamer}
\input taler-macros
\usepackage{tabto}
\newcommand{\TITLE}{Digital Freedom meets Digital Payments}
\newcommand{\SUB}{\uncover<2->{How GNU Taler will help funding FLOSS}}
%\newcommand{\SUB}{}
\newcommand{\AUTHOR}{Özgür Kesim}
\newcommand{\SPEAKER}{Özgür Kesim}
\newcommand{\INST}{GNU Taler}
\newcommand{\DATE}{NGI Forum 2025}
% Do not edit this part
\title{\TITLE}
\subtitle{\SUB}
\date{\DATE}
\author[\SPEAKER]{\AUTHOR}
\institute{\INST}
\begin{document}
\begin{frame}[plain]
\maketitle
\end{frame}
\begin{frame}[c]{Main Thesis}
{}
Digital Payments via GNU Taler will help strengthen Digital Freedom
\end{frame}
% \begin{frame}{Main Thesis}
% {}
% Anonymous
% \begin{itemize}
% \item payments
% \item subscriptions
% \item donations
% \end{itemize}
% via GNU Taler will increase funding of Digital Freedom significantly.
% \end{frame}
\begin{frame}{Digital Freedom}
{Core Aspects}
\begin{itemize}[<+(1)-| alert@+(1)>]
\item \textbf{Human Rights}\\
{Extension of fundamental rights into digital spaces\\
(privacy, expression, assembly, access to information).}
% The right to privacy, expression, assembly, and access
% to information in the digital realm, without undue
% surveillance or censorship.
\item \textbf{Sovereignty}\\
{Individual and collective self-determination in cyberspace\\
(digital identity, communication, participation, interoperation).}
% Control over one's digital identity, communications,
% and participation in digital society.
\item \textbf{Economic}\\
{Freedom from digital monopolies and rent-seeking\\
(no vendor lock-in, open supply channels).}
% The ability to participate in digital markets without
% being subject to platform lock-in, data extraction,
% or artificial scarcity.
\item \textbf{Technical}\\
{Freedom to run, study, redistribute, and modify \textit{software}\\
(provided by \alert<6->{\textbf{FLOSS---Free/Libre Open Source Software}})}
% Freedom to control one's digital tools and data - The
% ability to use, modify, share, and understand the
% software and hardware that mediates our digital lives.
% This aligns directly with the four freedoms of
% Free Software: run, study, redistribute, and modify.
\end{itemize}
\end{frame}
\NumTabs{9}
\begin{frame}[c]{Digital Freedom}
\textbf{Strengthening} Digital Freedom includes
\begin{itemize}
\item enabling \tab (creating \& \alert<2->{\textbf<2->{funding}})
\item sustaining \tab (maintaining \& \alert<2->{\textbf<2->{funding}})
\item protecting \tab (legal)
\end{itemize}
the core aspects.
\vfill
\uncover<3>{NGI is actually great at enabling of FLOSS.}
\end{frame}
\begin{frame}[c]{FLOSS Funding Challenges}
{}
Current funding of FLOSS falls in four tiers
\end{frame}
\begin{frame}{GNU Taler}
{privacy preserving digital payment system}
Image, shortform.
\end{frame}
\begin{frame}{Main Thesis}
{refined}
Anonymous
\begin{itemize}
\item payments
\item subscriptions
\item donations
\end{itemize}
via GNU Taler will increase funding of FLOSS significantly.
\pause \textbf{Why should that happen!?}
\end{frame}
\begin{frame}{Why should that happen?}
\end{frame}
\begin{frame}[c]{Title of talk in 2030}
{\only<2>{hopefully}}
\pause
\huge\bf
How GNU Taler has strengthened\\
Digital Freedom in the EU
\end{frame}
% This should be last...
\begin{frame}{Acknowledgments}
\begin{minipage}{0.45\textwidth} \ \\
{\tiny Funded by the European Union (Project 101135475).}
\begin{center}
\includegraphics[width=0.5\textwidth]{../bandera.jpg}
\end{center}
\end{minipage}
\hfill
\begin{minipage}{0.45\textwidth}
{\tiny Funded by SERI (HEU-Projekt 101135475-TALER).}
\begin{center}
\includegraphics[width=0.65\textwidth]{../sbfi.jpg}
\end{center}
\end{minipage}
\vfill
{\tiny
Views and opinions expressed are however those of the author(s) only
and do not necessarily reflect those of the European Union. Neither the
European Union nor the granting authority can be held responsible for
them.
}
\end{frame}
\end{document}
|