!GczNDVOkmUAxrFFnCg:maralorn.de

❄️ Nix Da(rmstadt)

115 Members
Nächstes Treffen: 03.11.2025.(<https://md.darmstadt.ccc.de/nixda-202507>) | Dekoratives Systemmanagement. How dare you … wenn Nix hilft | Use `/roomnick` for silly sentiments. | https://nix-cheatsheet.pixie.homes65 Servers

Load older messages


SenderMessageTime
3 Nov 2025
@zitrone:utwente.iozitroneimage.png
Download image.png
12:20:11
@piegames:flausch.socialpiegamesoh nice12:20:28
@zitrone:utwente.iozitrone
import seaborn as sb
import numpy as np

ballots = np.loadtxt("./ballots1.txt", dtype=int, delimiter=" ", skiprows=1, max_rows=443, usecols=range(1,25))

data = np.zeros((24, 24), dtype=int)

for ballot in ballots:
    for i in range(len(ballot)):
        data[i][ballot[i]-1] += 1

positions = [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24]
candidates = np.array(["GaetanLepage","JulienMalka","K900","Scrumplex","aanderse",
              "adamcstephens","cafkafk","crertel","djacu","drupol","getchoo",
              "jopejoe1","leona-ya","mschwaig","niklaskorz","nim65s",
              "nyabinary","philiptaron","pinpox","pluiedev","rhendric",
              "samueldr","tomberek","tomodachi94"])

avg = np.zeros(24)
for i in range(24):
    avg += (i+1) * data[i]
avg /= 443

sortkey = np.argsort(avg, axis=0)

for i in range(24):
    data[i] = data[i][sortkey]
candidates = candidates[sortkey]

sb.heatmap(data, xticklabels=candidates, yticklabels=positions)
12:21:23
@piegames:flausch.socialpiegamesheh, mag wer schauen ob die hellen Punkte mit voting guides übereinstimmen? Gerade philliptaron wirkt da verdächtig ^^12:21:30
@piegames:flausch.socialpiegamesauch, wie hat tomberek es damit auf Platz 2 geschafft? Sieht nicht so aus, als ob er super viele Zweitstimmen bekommen hätte12:24:22
@zitrone:utwente.iozitronedoch schon, die 159 overshadown nur alle anderen farben12:25:33
@piegames:flausch.socialpiegamesah lol12:25:50
@piegames:flausch.socialpiegamessieht so aus als würde da ein Pixel fehlen :D12:26:11
@zitrone:utwente.iozitroneimage.png
Download image.png
12:27:51
@zitrone:utwente.iozitrone mit vmax=70 12:28:01
@piegames:flausch.socialpiegamesIch finds interessant wie man einerseits die Normalverteilung auf der Diagonalen hat bei vielen Kandidaten, und dann die bimodale Verteilung bei ein paar Kandidaten die sehr polarisierend sind12:29:13
@benjaminsparks:chat.alugha.appBen Sparksdie Stimmenverteilung bei tomberek ist ja wirklich krass :D Platz 1, 2, 23 und 24 sind am hallsten12:30:18
@benjaminsparks:chat.alugha.appBen Sparks* die Stimmenverteilung bei tomberek ist ja wirklich krass :D Platz 1, 2, 23 und 24 sind am hellsten12:30:21
@piegames:flausch.socialpiegamescafkafk und samueldr aber auch gut12:30:41
@benjaminsparks:chat.alugha.appBen Sparkscretel ist einfach unbeliebt offenbar12:30:54
@piegames:flausch.socialpiegameswas mich überrascht tbh12:31:16
@piegames:flausch.socialpiegamesich hätte erwartet dass gerade im Mittelfeld mehr Leute auf sein Spiel reinfallen12:32:39
@grimmauld:grapevine.grimmauld.deGrimmauld (any/all)ggf hätten wir djacu wählen müssen, dann hätte tom nicht mehr gedurft wegen CoI... Wahrscheinlich aber eine dumme idee12:33:14
@niklaskorz:matrix.orgniklaskorzdas hätte nur zur elimination des schlechter abschneidenden Kandidaten geführt und dann wieder Verteilung der Stimme nach ranked choice12:41:10
@niklaskorz:matrix.orgniklaskorzmacht am Ende wohl doch was aus wenn deine einzigen Contributions Updates für lmstudio sind12:41:58
@zitrone:utwente.iozitroneimage.png
Download image.png
12:59:26
@zitrone:utwente.iozitroneif we ignore the haters (ignore all votes below 12) (this makes no sense tho)12:59:49
@zitrone:utwente.iozitrone* if we ignore the haters (ignore all votes below 12) (it makes absolutely no sense to do this tho)13:00:24
@hexa:lossy.networkhexathat should not make a difference13:01:49
@hexa:lossy.networkhexabecause in meek stv you cannot vote against someone13:02:00
@hexa:lossy.networkhexa* that should not make a huge difference13:02:21
@zitrone:utwente.iozitronei the meek counting yes, but in averaging all the remaining votes absolutely13:02:26
@hexa:lossy.networkhexatom could have +50 - 400 and would get a seat13:02:45
@hexa:lossy.networkhexa* tom could have +50 -400 and would get a seat13:02:50
@hexa:lossy.networkhexawhy? because he has +5013:03:00

Show newer messages


Back to Room ListRoom Version: 6