Skip to content

Instantly share code, notes, and snippets.

List of political parties in Sweden for EU election 2024

This is a list generally for my own personal use.

The goal is for the reader to get an idea of what each party really stands for. I'm trying to only add things that the party has commented on in a concrete way, or shown a clear goal of attaining. No general 'I want to do cool stuff lol' or hand wavey 'i think the environment is important :):):):)' type of statements.

I have cut this list down pretty heavily compared to the original running list as I didn't want to do 100+ investigations given that a lot of information for these parties either doesnt exist, is written in blovian (link), or is behind some random news site paywall.

I based my assessment of who gets into this list on which parties in the previous link put a picture on their application. No, this is not a a particuarly scientific approach.

@claydegruchy
claydegruchy / List of most Starfield Events, Maps of hazards
Last active November 20, 2023 22:20
A list of most starfield event triggers
OnAction
OnActivate
OnActorActivatedRef
OnActorValueChanged
OnActorValueGreaterThan
OnActorValueLessThan
OnAffinityEvent
OnAffinityEventSent
OnAliasChanged
OnAliasChangedSpecific
// Creates UVs for THREE js geometry
// useful for if you need to add a texture to a concave hull, for example
import * as THREE from 'three';
function generateUvs(geometry) {
const uvNumComponents = 2;
geometry.computeVertexNormals();
function pointsInPlaneToPoints2D(points3D) {