Posts by steph@f.stp.cx
 (DIR) Post #A1jikVrGFggEdQ00Jc by steph@f.stp.cx
       2020-11-30T20:46:43.980677Z
       
       1 likes, 0 repeats
       
       @isi true :meowterrified:
       
 (DIR) Post #A1lL1J0tFhgD8XthRo by steph@f.stp.cx
       2020-12-01T16:15:11.720994Z
       
       0 likes, 0 repeats
       
       @MisakaMikoto I'm doing it! Just finished like three seconds ago with the first two challenges!!
       
 (DIR) Post #A1lLE7loMize1zxNom by steph@f.stp.cx
       2020-12-01T16:23:18.962990Z
       
       0 likes, 0 repeats
       
       @MisakaMikoto Pretty easy, even though I now stink of unholy pythonian code.You can look here what I made but don't look if you want to try it too!https://git.stanisic.nl/Stephan/adventofcode
       
 (DIR) Post #A1lLLnlwbJvkKFgD6u by steph@f.stp.cx
       2020-12-01T16:24:51.290982Z
       
       1 likes, 0 repeats
       
       Hi this is your only language suggestion thread. Post a language here and from tomorrow on I’ll pick an random language from here to do that day of advent of code in!This is your only chance
       
 (DIR) Post #A1lLX0NW4YLabkb11c by steph@f.stp.cx
       2020-12-01T16:27:26.481801Z
       
       1 likes, 0 repeats
       
       @tuxcrafting omg thanks that's going to be one hell of a ride--
       
 (DIR) Post #A1lLicVucssI4I3t4a by steph@f.stp.cx
       2020-12-01T16:29:25.368560Z
       
       1 likes, 0 repeats
       
       @tuxcrafting YES I NOTICED WHAT THE ACTUAL FUCK IS THISI KNEW IT WAS HARD BUT IT ALTERS ITSELF???????
       
 (DIR) Post #A1mucJeZWi7JOFnkq8 by steph@f.stp.cx
       2020-12-02T10:32:02.917877Z
       
       1 likes, 0 repeats
       
       You people only want to see me burn only suggesting esoteric languages like thatThis is fine
       
 (DIR) Post #A1naFrkimDVgYreglc by steph@f.stp.cx
       2020-12-02T18:14:28.836215Z
       
       0 likes, 0 repeats
       
       Should I
       
 (DIR) Post #A1naYESL6Wa2BgoakS by steph@f.stp.cx
       2020-12-02T18:24:45.027105Z
       
       1 likes, 0 repeats
       
       @isi Oh I'm just memeingLike those memes that go 'virgin windows vs chad linux' cringe things :blobcat3c: Like I do like the ease of having both a web interface where people can see your code, and also being able to just fill in some fields.Yea sure it's just git init --bare but idk
       
 (DIR) Post #A1nfgaAOlgCfbqDy6a by steph@f.stp.cx
       2020-12-02T19:18:50.072146Z
       
       1 likes, 0 repeats
       
       @duponin @isi Hmm I dislike the Gitlab web interface though, is so sloow! (even though it's made by dutch people)But, is the CI from gitlab so good? I don't have that much experience with CI's, at work we use Jarvis and for the uni project we use github actions... But I'm not sure what any of the pros or cons are.But gitlab is a good overall you say?
       
 (DIR) Post #A1nmvhjFdM5t5NgTmi by steph@f.stp.cx
       2020-12-02T20:43:01.961762Z
       
       0 likes, 0 repeats
       
       @duponin hhhh I actually only know 1.1.1.1, 1.0.0.1 and 8.8.8.8, 8.8.4.4What do you use?
       
 (DIR) Post #A1nn9fqzP0qVK9xt4q by steph@f.stp.cx
       2020-12-02T20:45:27.685594Z
       
       0 likes, 0 repeats
       
       @duponin Where are they from? A hackerspace?(also that is quite rememberable tbh)
       
 (DIR) Post #A1nnHwDiR5FKOuXGaG by steph@f.stp.cx
       2020-12-02T20:47:47.806235Z
       
       0 likes, 0 repeats
       
       @duponin Ooooh that sounds awesome!!!
       
 (DIR) Post #A1noJXnsHu21CsmJs0 by steph@f.stp.cx
       2020-12-02T20:51:06.735537Z
       
       0 likes, 0 repeats
       
       Okay I have made the following seeded randomizer so you can see if I play this fair:#include <stdio.h>#include <stdlib.h>#include <time.h>int main(void) {    char date_string[11];    time_t tm = time(NULL);    struct tm* local = localtime(&tm);    // Seed the randomizer with the current date    strftime(date_string, sizeof(date_string), "%G %m %d", local);        int sum = 1;    for(int i=0; date_string[i]; i++)        sum = sum * date_string[i];    srand(sum);    // Pick a random item from the list    char* list[] = {        "C", "D", "F#", "Racket", "Pascal",        "PureScript", "Rust", "fish"    };    int length = sizeof(list) / sizeof(list[0]);    int num = rand() % length;    printf("Your lucky language is %s\n", list[num]);}
       
 (DIR) Post #A1ntKaD9JySqjaunYW by steph@f.stp.cx
       2020-12-02T21:51:32.095249Z
       
       0 likes, 0 repeats
       
       @bunni well, if I'm actually have to go and write in one of those, I'll be busy for the next two weeks! Sorry! I'd love to spend the time on learning how to program in one of those, but I don't think I have the mental capacity or willpower to do one of those on a weekday...If I find the motivation I'll go and try one of those this weekend~(sorry again its not completely honest this way but otherwise I see myself failing one day and then just giving up...)
       
 (DIR) Post #A1tmfk8c4i6Qs9hCBk by steph@f.stp.cx
       2020-12-05T18:02:22.930229Z
       
       1 likes, 0 repeats
       
       @isi :comfyaww:
       
 (DIR) Post #A2J3ssYNqDH9LZUMPw by steph@f.stp.cx
       2020-12-17T22:48:59.897090Z
       
       1 likes, 0 repeats
       
       People that put detailed, correct and useful alt texts on their images are the absolute bestLike thank you for existing and doing this, you're the best.
       
 (DIR) Post #A38TAbZEN2HzTzEKDA by steph@f.stp.cx
       2021-01-11T17:56:44.371790Z
       
       0 likes, 0 repeats
       
       @isi Isn't there a destroy instance pleroma command?
       
 (DIR) Post #A38TL3pGA28o1LiHA0 by steph@f.stp.cx
       2021-01-11T18:04:34.485756Z
       
       1 likes, 0 repeats
       
       @isi Hmm I've been searching I probably am confisuing it with the mastodon delete everything command
       
 (DIR) Post #A3wVmNNzXwyCRxfzKi by steph@f.stp.cx
       2021-02-04T21:22:13Z
       
       1 likes, 0 repeats
       
       @fluff Bullet Journaling!! :blobcatcomfaww: