Compare commits

..

4 commits

Author SHA1 Message Date
ac55cd45e2
feat: added some Propaganda
All checks were successful
On_Push / build (push) Successful in 14s
On_Push / deploy (push) Successful in 11s
2024-09-17 12:11:29 +01:00
13fc603e64
feat: first draft at the intro presentation for compsoc 2024-09-15 21:42:44 +01:00
e9c4633a9c
fix: scale was jsut a tad too big 2024-09-15 21:42:42 +01:00
52eb24195b
git: ensure webp goes to lfs 2024-09-15 21:42:14 +01:00
7 changed files with 269 additions and 1 deletions

1
.gitattributes vendored
View file

@ -24,6 +24,7 @@
# Images
*.png filter=lfs diff=lfs merge=lfs -text
*.jpg filter=lfs diff=lfs merge=lfs -text
*.webp filter=lfs diff=lfs merge=lfs -text
# Video

View file

@ -0,0 +1,128 @@
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
title = "Welcome to Compsoc"
date = 2024-09-15
slides = true
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
### Welcome, Welcome Welcome
-------------------------------------------------------------------------
//whispers to committee//: lock the door so they cant escape
-------------------------------------------------------------------------
Im joking, we wouldn't do that //watches as the door is welded shut//
-------------------------------------------------------------------------
#### About the Society
-------------------------------------------------------------------------
The Society is roughly 30 years old
-------------------------------------------------------------------------
This makes us one of teh oldest continuous societies in UL
-------------------------------------------------------------------------
Has changed dramatically over the years
-------------------------------------------------------------------------
#### What we Do
-------------------------------------------------------------------------
At our core we are folks who like any and all aspects of computers
-------------------------------------------------------------------------
From building them, to the software that runs on them to new tech
-------------------------------------------------------------------------
We have weekly meetings, Wednesdays 6-9 in the Courtyard Room
-------------------------------------------------------------------------
![Events](4_intro/events.webp)
-------------------------------------------------------------------------
These are a mix of technical, social and networking
-------------------------------------------------------------------------
We also do trips to conferences when we can, normally once per semester
-------------------------------------------------------------------------
Aside from our planned meetings we are also open to events organised by
our members.
-------------------------------------------------------------------------
So if you have any ideas let us know.
We try to be as member driven as possible.
-------------------------------------------------------------------------
We also provide services to other Clubs and Societies:
* We provide web hosting
* Our Skynet bot is used for discord roles
* We manage teh inter-committee discord server
-------------------------------------------------------------------------
#### Skynet
-------------------------------------------------------------------------
Our computer cluster is called Skynet and is about 32 years old.
-------------------------------------------------------------------------
Yes, Skynet is older than teh Society
-------------------------------------------------------------------------
We solemnly swear that we are not (currently) aiming for world domination
-------------------------------------------------------------------------
You will hear more about it next week in our Skynet event
-------------------------------------------------------------------------
#### Socials
-------------------------------------------------------------------------
We are mostly active on Discord
-------------------------------------------------------------------------
Though we also send out emails often enough.
-------------------------------------------------------------------------
<<https://discord.skynet.ie>>
![Discord QR](4_intro/discord.png)
-------------------------------------------------------------------------
To get the ``member`` role (that grants access to a pile of channels)
You need to authenticate with the Skynet bot.
-------------------------------------------------------------------------
Use ``/link_wolves`` in the Bot channel
Wiki: <<https://wiki.skynet.ie/tutorials/skynet/verify_discord/>>
-------------------------------------------------------------------------
#### Pizza time?

BIN
src/slides/compsoc/4_intro/discord.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/slides/compsoc/4_intro/events.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/slides/compsoc/4_intro/wolves.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,130 @@
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
title = "Why you should join Compsoc"
date = 2024-09-17
slides = true
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
## Why you should join UL Computer Society
-------------------------------------------------------------------------
## Hello 1st years!
-------------------------------------------------------------------------
(Or any other year, we arent picky)
-------------------------------------------------------------------------
((Some of your lecturers are even members))
-------------------------------------------------------------------------
(((If you are ISE we are here to help you escape this building))
-------------------------------------------------------------------------
We are UL Computer Society and we are here to ~~kidnap~~ recruit you today!
-------------------------------------------------------------------------
As you might guess we really like computers.
-------------------------------------------------------------------------
Though we would rather say we are in teh business of networking.
------------------------------------------------------------------------
We do the usual networking with switches and cables
-------------------------------------------------------------------------
But we also do Social Networking (aided by free pizza every so often)
-------------------------------------------------------------------------
On top of that we do intra-society networking (like Games Development)
-------------------------------------------------------------------------
Or if brave inter-society networking with other computer societies
-------------------------------------------------------------------------
## What else we do
-------------------------------------------------------------------------
We have a mix of Software, Social and Hardware events
-------------------------------------------------------------------------
And go to Tech Conferences like PyCon or SISTEM
-------------------------------------------------------------------------
We also provide a (long) list of services to our members
-------------------------------------------------------------------------
## Skynet
-------------------------------------------------------------------------
(the good kind)
-------------------------------------------------------------------------
((We swear))
-------------------------------------------------------------------------
(((Though it is self updating.....)))
-------------------------------------------------------------------------
Skynet is our (semi) enterprise grade computer cluster
-------------------------------------------------------------------------
It is ~32 years old now
-------------------------------------------------------------------------
100TB+ of data storage
-------------------------------------------------------------------------
It is also FOSS
-------------------------------------------------------------------------
Can get hands on with the ``root`` team if ye want (?)
-------------------------------------------------------------------------
## Meetups
We meet every Wendesday at 6pm in teh Courtyard room in Student Life
-------------------------------------------------------------------------
## Wolves
<<https://ulwolves.ie/society/computer>>
![Computer Soc - Ul Wolves ](./4_intro/wolves.png)
-------------------------------------------------------------------------
## Discord
<<https://discord.skynet.ie>>
![Computer Soc - Discord](./4_intro/discord.png)
-------------------------------------------------------------------------
## Any questions?
This presentation:
<<https://public.skynet.ie/slides/compsoc/5_Propaganda.html>>
-------------------------------------------------------------------------
//vanishes in a puff of smoke//

View file

@ -20,7 +20,7 @@
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) scale(3);
transform: translate(-50%, -50%) scale(2);
}
ol, ul {
margin-top: 0;