[-] sjmulder 11 points 1 month ago

“Genocide is not about numbers, it requires genocidal intent”, I’ve been told by genocide deniers. Well, here it is. Again.

[-] sjmulder 11 points 2 months ago

Why do they have one at all if they’re going to blatantly not comply

[-] sjmulder 13 points 3 months ago
[-] sjmulder 11 points 4 months ago* (last edited 4 months ago)

D E A T H
S T R A N D I N G

[-] sjmulder 10 points 8 months ago
[-] sjmulder 12 points 9 months ago

2-Factor authentication

Click Continue when your authenticator app shows a code with two leading zeroes.

[-] sjmulder 16 points 11 months ago

I think it shows "first played ..." for the first 10 days (iirc) as a privacy measure. Haven't found a way around it. After 10 days it shows the number of hours played.

[-] sjmulder 10 points 1 year ago

Found a C per-char solution, that is, no lines, splitting, lookahead, etc. It wasn't even necessary to keep match lengths for the color names because they all have unique characters, e.g. 'b' only occurs in "blue" so then you can attribute the count to that color.

int main()
{
	int p1=0,p2=0, id=1,num=0, r=0,g=0,b=0, c;

	while ((c = getchar()) != EOF)
		if (c==',' || c==';' || c==':') num = 0; else
		if (c>='0' && c<='9') num = num*10 + c-'0'; else
		if (c=='d') r = MAX(r, num); else
		if (c=='g') g = MAX(g, num); else
		if (c=='b') b = MAX(b, num); else
		if (c=='\n') {
			p1 += (r<=12 && g<=13 && b<=14) * id;
			p2 += r*g*b;
			r=g=b=0; id++;
		}

	printf("%d %d\n", p1, p2);
	return 0;
}

Golfed:

c,p,P,i,n,r,g,b;main(){while(~
(c=getchar()))c==44|c==58|59==
c?n=0:c>47&c<58?n=n*10+c-48:98
==c?b=b>n?b:n:c=='d'?r=r>n?r:n
:c=='g'?g=g>n?g:n:10==c?p+=++i
*(r<13&g<14&b<15),P+=r*g*b,r=g
=b=0:0;printf("%d %d\n",p,P);}
[-] sjmulder 13 points 1 year ago* (last edited 1 year ago)

This blockade isn’t preventing any of that, there are small diversions. A mild inconvenience at worst.

Roads are regularly closed for events (which do not enjoy constitutional protection as a human right, as protests do) and roadworks.

Finally the other ways are being done. There was a simultaneous protest on a field nearby. There are regular marches, die-ins, sit-ins - you name it, it’s being done.

[-] sjmulder 10 points 1 year ago

A sticker of cute dogs in space suits and the caption “we want fully automated intergalactic luxury gay space communism” because it reminds me of Ian M. Banks - also gets a laugh out of people 😁

[-] sjmulder 11 points 1 year ago

Is de Reddit Blackout de reden dat je hier bent gaan lurken/commenten?

Dat haalde me wel over de streep ja. En dan niet de blackout zelf maar het gedrag van Reddit.

Wat vind je tot dusver van de Lemmy ervaring? Wat mist er?

Ben al enthousiast Mastodon-gebruiker dus het federated aspect was geen probleem en met wat scherpe randjes of onhandigheden kan ik best leven. Wat ik vooral onhandig vindt, ook op Mastodon trouwens, is het werken met links naar andere instances. Dat copy-zoek-paste dansje zou niet nodig moeten zijn.

Denk je dat Lemmy of een andere fediverse site leidt tot de terugkeer van kleinere forums en communities op internet?

Ik weet niet of het Lemmy gaat worden, maak me toch zorgen om de mass appeal. Wel leuk om nu al instances te zien met duidelijk eigen karakter. zoals Beehaw.

[-] sjmulder 15 points 1 year ago

It’s silly and sad that Diablo even requires a Battle.net connection 😞

view more: ‹ prev next ›

sjmulder

joined 1 year ago