i eat both kinds of hamburger
=> More informations about this toot | View the thread
der württemburger
=> More informations about this toot | View the thread
(bugs intentional)
char buf1[4], buf2[4], buf3[4];
int state = 0;
for(;;) {
switch(state) {
case 0:
if ((file1 = fopen(fname1, "r")) < 0) {
state = 3;
continue;
}
if ((file2 = fopen(fname2, "r")) < 0) {
state = 2;
continue;
}
if ((file1 = fopen(fname3, "r")) < 0) {
state = 1;
continue;
}
fgets(buf1, 100, file1);
fgets(buf2, 100, file2);
fgets(buf3, 100, file3);
strcat(buf1, buf2);
strcat(buf1, buf3);
printf(buf1);
fclose(file3);
case 1:
fclose(file2);
case 2:
fclose(file1);
case 3:
return;
}
}
=> More informations about this toot | View the thread
don’t want to use goto in c?
don’t fret and use this replacement:
int state=0;
for(;;) {
switch(state) {
case 0:
printf("Hewwo!\n");
iters--;
state = iters < 0;
break;
case 1:
return;
}
}
=> More informations about this toot | View the thread
makes your aspect ratio irrational, making it possible to cut it in half and have two pieces with the same aspect ratio as the original
=> More informations about this toot | View the thread
if this was truly algorithm free i would not be putting misinformed takes about how mastodon is algorithm free on my timeline
=> More informations about this toot | View the thread
nobody thinks about the poor fedi admins putting all of the posts on your timeline on this algorithm free social media site :raccoon_pensive:
=> More informations about this toot | View the thread
i should add, db raccess from this node is between 25-50ms
this doesn’t just reduce latency from requests it just removes them
=> More informations about this toot | View the thread
the numbers speak for themselves
times in seconds, le means “this many requests took less than this much time to complete”
a list of prometheus metrics. 1…
=> More informations about this toot | View the thread
initial testing shows that it can serve requests in <1ms at a request rate of about 100 requests per second
=> More informations about this toot | View the thread
new website change: it caches the most recent file metadata for each request so that it doesn’t hit the database on every request (if the file metadata is older than 1 minute it will asynchronously refetch it as to not slow down any requests)
=> More informations about this toot | View the thread
several posts with no image transcriptions that are just
text as a jpeg
why
=> More informations about this toot | View the thread
hm yes libreoffice is having a moment
is this a new gnome thing? where you remove the menubar but also no alternative to access basic functionality?
at least there are workarounds which also happen to make it look like shit
=> More informations about this toot | View the thread
look displayport may be good and all but it doesn’t even come close to SCART in terms of mouthfeel
=> More informations about this toot | View the thread
okay and now it’s even loading correctly, it was timing out on queries for some reasons but a vacuum full analyze fixed it
=> More informations about this toot | View the thread
we back
now running postgresql 17
=> More informations about this toot | View the thread
god the manderville relics are a fucking joke
=> More informations about this toot | View the thread
hewo
=> More informations about this toot | View the thread
do any colorblind (specifically red-green) folks have issues reading links on lotte.chir.rs’s dark mode? contrast seemed a bit low in a colorblindness simulation filter but it probably differs from how it looks to those actually affected by it
=> More informations about this toot | View the thread
i would like to thank vector hq to simplify porting my nas to my new config lol
=> More informations about this toot | View the thread
=> This profile with reblog | Go to charlotte@akko.chir.rs account This content has been proxied by September (3851b).Proxy Information
text/gemini