476
edits
(initial commit) |
(should be finished with the minutes now, uploaded media and fixed outlinks) |
||
|
# Many people again today!
## [[File:LUG attendance on 2025-09-18.jpg|alt=photo of a bunch of nerds sitting in a room to talk about some kind of penguin software|thumb|Noah's very poor photo showing the breakout attendance at LUG tonight]]People had to sit on the sides of the room
## This often happens on the meetings immediately following K-Day
## Holding off on moving all future meetings to a larger room until we're sure attendance is stable
# Introductions!
## Forgot to do this last meeting
## Name, Year, Major, Distro
### Noah tallied each person's Distro of choice
### Arch was the clear winner
### Full breakdown in attached pie chart
#### [[File:LUG Distro Tally 2025-09-18.png|alt=Pie chart breakdown of all distros|thumb|Tally of all distros]]Pie chart was generated with command:<syntaxhighlight lang="bash">
python3 -c "
import matplotlib.pyplot as plt, collections
data=open('tally.txt').read().splitlines()
c=collections.Counter(data)
color_map={
'Alpine':'#0D597F','Arch':'#1793D1','Bedrock':'#333333','Debian':'#A81D33',
'Fedora':'#294172','Gentoo':'#54487A','Mint':'#87CF3E','NixOS':'#5277C3',
'Not Running Linux (YET)':'#999999','RHEL':'#EE0000','Ubuntu':'#E95420'
}
labels=[f\"{name} ({count})\" for name,count in c.items()]
colors=[color_map.get(name,'#cccccc') for name in c.keys()]
plt.pie(c.values(), labels=labels, autopct='%1.1f%%', colors=colors)
plt.show()
"
</syntaxhighlight>
# ZFS by Noah!
## For more details, see:
## BTRFS also exists
### "If you mention the word 'BTRFS' in the LUG Discord,
## Our mirror server is FreeBSD+ZFS, works great
### Kinda ironic the ''Linux''
### We also don't even mirror FreeBSD on Mirrors...
# Jellyfin is a thing!
## Mirror of Blender Open Studio Films (all Creative Commons licensed)
## Let me know if you want to have a login to stream them!
## Soon to be migrated to a bare-metal server from the current jank VM
[[Category:Meeting Minutes]]
| |||