IT Lightning Talks: session #25
Friday 8 November 2024 -
10:00
Monday 4 November 2024
Tuesday 5 November 2024
Wednesday 6 November 2024
Thursday 7 November 2024
Friday 8 November 2024
10:00
Welcome
-
Hugo Gonzalez Labrador
(
CERN
)
Pedro Ferreira
(
CERN
)
Sebastian Lopienski
(
CERN
)
Welcome
Hugo Gonzalez Labrador
(
CERN
)
Pedro Ferreira
(
CERN
)
Sebastian Lopienski
(
CERN
)
10:00 - 10:10
Room: 31/3-004 - IT Amphitheatre
10:10
Flipper Zero: Hacker or Defender? Choose Your Side
-
Elizaveta Ragozina
(
Massachusetts Inst. of Technology (US)
)
Flipper Zero: Hacker or Defender? Choose Your Side
Elizaveta Ragozina
(
Massachusetts Inst. of Technology (US)
)
10:10 - 10:18
Room: 31/3-004 - IT Amphitheatre
Playful hacking in a personal test: Flipper is a tiny gadget that lets you read, clone, and mess with IoT signals. Whether testing the security of your smart devices or causing harmless (or not-so-harmless) chaos, it offers both power and fun—perfect for a little mischief!
10:18
What the hell is Zellij?
-
Luis Pigueiras
(
CERN
)
What the hell is Zellij?
Luis Pigueiras
(
CERN
)
10:18 - 10:26
Room: 31/3-004 - IT Amphitheatre
Discover the power of Zellij (https://zellij.dev/), a modern terminal multiplexer designed to boost your productivity! In this lightning talk, we’ll explore its features, including customizable layouts, tab and panes handling and more
10:26
Bringing arrow functions to Python
-
Tomas Roun
(
CERN
)
Bringing arrow functions to Python
Tomas Roun
(
CERN
)
10:26 - 10:34
Room: 31/3-004 - IT Amphitheatre
In this lightning talk, we’ll explore how to modify the Python grammar to add (clearly superior) JavaScript-style arrow functions to Python, providing a cleaner alternative to traditional lambda functions. We'll walk through the steps required to adapt Python to support this new feature. The talk will conclude with a live demo, showcasing arrow functions in action using a custom-compiled Python interpreter. Get ready to see Python code like you've never seen it before!
10:34
Managing passwords in the terminal
-
Jack Charlie Munday
Managing passwords in the terminal
Jack Charlie Munday
10:34 - 10:42
Room: 31/3-004 - IT Amphitheatre
Managing your personal passwords and credentials can be challenging often we resort to third party passwords managers, however there is another option. This talk covers pass a unix based tool for managing passwords. With pass, passwords are managed as encrypted gpg files: they can be easily and safely transferred from computer to computer, or manipulated using standard command line file management utilities.
10:42
Visualize JIRA epics progress
-
Sebastian Lopienski
(
CERN
)
Visualize JIRA epics progress
Sebastian Lopienski
(
CERN
)
10:42 - 10:50
Room: 31/3-004 - IT Amphitheatre
How is my project progressing? Wouldn't it be great see this progress visually? Let's visualize and animate progress of tasks in a given list of JIRA epics.