Coding-Bunker / unofficial-discord-client

Unofficial client for discord build in C++ with Qt.
MIT License
48 stars 9 forks source link

Rendering messages per text channel #40

Open clin1234 opened 3 years ago

clin1234 commented 3 years ago

A bit of debugging indicates that the network request does return an array of message objects, but not displayed at all in the application. Some channels only display the most recent reply, and in other cases, does not display anything at all.

Attached here is the response body of requesting messages for two channels.

off-topic cppjobs
[
    {
        "attachments": [
        ],
        "author": {
            "avatar": "bcccfa3569b14228d192d1fc7d2458fb",
            "discriminator": "9383",
            "id": "220445529082036224",
            "public_flags": 0,
            "username": "jormundgand"
        },
        "channel_id": "805836326837813290",
        "components": [
        ],
        "content": "I'm so glad, <@!648893721726812160>  isn't writing anything here.",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "850822218451255347",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
            {
                "avatar": null,
                "discriminator": "6406",
                "id": "648893721726812160",
                "public_flags": 128,
                "username": "quod"
            }
        ],
        "pinned": false,
        "timestamp": "2021-06-05T19:43:44.391000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": null,
            "discriminator": "6406",
            "id": "648893721726812160",
            "public_flags": 128,
            "username": "quod"
        },
        "channel_id": "805836326837813290",
        "components": [
        ],
        "content": "KKKKKKKKKKKKKKKKKKK (test)",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "850816880783917066",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "timestamp": "2021-06-05T19:22:31.792000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": null,
            "discriminator": "3680",
            "id": "263357794470723584",
            "public_flags": 0,
            "username": "eclonit"
        },
        "channel_id": "805836326837813290",
        "components": [
        ],
        "content": "sorry, hahahahahahahahhaha",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "846908241014161438",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "reactions": [
            {
                "count": 2,
                "emoji": {
                    "id": "489166526302388241",
                    "name": "CoolDudesDontCry"
                },
                "me": false
            }
        ],
        "timestamp": "2021-05-26T00:30:59.452000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": null,
            "discriminator": "3680",
            "id": "263357794470723584",
            "public_flags": 0,
            "username": "eclonit"
        },
        "channel_id": "805836326837813290",
        "components": [
        ],
        "content": "KKKKKKKKKKKKKKKKKKKKKKKK",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "846908218667565086",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
            {
                "avatar": "aad5f2d0ee1c1966d4e925e9f4ebdbcc",
                "discriminator": "9999",
                "id": "158155491145547776",
                "public_flags": 512,
                "username": "gak"
            }
        ],
        "message_reference": {
            "channel_id": "805836326837813290",
            "message_id": "846907362367242260"
        },
        "pinned": false,
        "referenced_message": {
            "attachments": [
                {
                    "content_type": "image/jpeg",
                    "filename": "Image_from_iOS.jpg",
                    "height": 1116,
                    "id": "846907360135741450",
                    "proxy_url": "https://media.discordapp.net/attachments/80583632683781
3290/846907360135741450/Image_from_iOS.jpg",
                    "size": 78962,
                    "url": "https://cdn.discordapp.com/attachments/805836326837813290/846907360135741450/Image_from_iOS.jpg",
                    "width": 1125
                }
            ],
            "author": {
                "avatar": "aad5f2d0ee1c1966d4e925e9f4ebdbcc",
                "discriminator": "9999",
                "id": "158155491145547776",
                "public_flags": 512,
                "username": "gak"
            },
            "channel_id": "805836326837813290",
            "components": [
            ],
            "content": "",
            "edited_timestamp": null,
            "embeds": [
            ],
            "flags": 0,
            "id": "846907362367242260",
            "mention_everyone": false,
            "mention_roles": [
            ],
            "mentions": [
            ],
            "pinned": false,
            "timestamp": "2021-05-26T00:27:29.966000+00:00",
            "tts": false,
            "type": 0
        },
        "timestamp": "2021-05-26T00:30:54.124000+00:00",
        "tts": false,
        "type": 19
    },
    {
        "attachments": [
            {
                "content_type": "image/jpeg",
                "filename": "Image_from_iOS.jpg",
                "height": 1116,
                "id": "846907360135741450",
                "proxy_url": "https://media.discordapp.net/attachments/805836326837813290/846907360135741450/Image_from_iOS.jpg",
                "size": 78962,
                "url": "https://cdn.discordapp.com/attachments/805836326837813290/846907360135741450/Image_from_iOS.jpg",
                "width": 1125
            }
        ],
        "author": {
            "avatar": "aad5f2d0ee1c1966d4e925e9f4ebdbcc",
            "discriminator": "9999",
            "id": "158155491145547776",
            "public_flags": 512,
            "username": "gak"
        },
        "channel_id": "805836326837813290",
        "components": [
        ],
        "content": "",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "846907362367242260",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "reactions": [
            {
                "count": 3,
                "emoji": {
                    "id": null,
                    "name": "πŸ˜†"
                },
                "me": false
            },
            {
                "count": 1,
                "emoji": {
                    "id": null,
                    "name": "🌭"
                },
                "me": false
            }
        ],
        "timestamp": "2021-05-26T00:27:29.966000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": null,
            "discriminator": "3680",
            "id": "263357794470723584",
            "public_flags": 0,
            "username": "eclonit"
        },
        "channel_id": "805836326837813290",
        "components": [
        ],
        "content": "lmao",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "846492603616985108",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
            {
                "avatar": "4af860edd317726b2d9cb8ee3a332b73",
                "discriminator": "9046",
                "id": "633751108157702164",
                "public_flags": 0,
                "username": "DoomHammer"
            }
        ],
        "message_reference": {
            "channel_id": "805836326837813290",
            "message_id": "846460691313590272"
        },
        "pinned": false,
        "referenced_message": {
            "attachments": [
            ],
            "author": {
                "avatar": "4af860edd317726b2d9cb8ee3a332b73",
                "discriminator": "9046",
                "id": "633751108157702164",
                "public_flags": 0,
                "username": "DoomHammer"
            },
            "channel_id": "805836326837813290",
            "components": [
            ],
            "content": "They call it Machine Learning these days",
            "edited_timestamp": null,
            "embeds": [
            ],
            "flags": 0,
            "id": "846460691313590272",
            "mention_everyone": false,
            "mention_roles": [
            ],
            "mentions": [
                {
                    "avatar": "bcccfa3569b14228d192d1fc7d2458fb",
                    "discriminator": "9383",
                    "id": "220445529082036224",
                    "public_flags": 0,
                    "username": "jormundgand"
                }
            ],
            "message_reference": {
                "channel_id": "805836326837813290",
                "message_id": "846459423899123822"
            },
            "pinned": false,
            "timestamp": "2021-05-24T18:52:35.288000+00:00",
            "tts": false,
            "type": 19
        },
        "timestamp": "2021-05-24T20:59:23.774000+00:00",
        "tts": false,
        "type": 19
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": "4af860edd317726b2d9cb8ee3a332b73",
            "discriminator": "9046",
            "id": "633751108157702164",
            "public_flags": 0,
            "username": "DoomHammer"
        },
        "channel_id": "805836326837813290",
        "components": [
        ],
        "content": "They call it Machine Learning these days",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "846460691313590272",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
            {
                "avatar": "bcccfa3569b14228d192d1fc7d2458fb",
                "discriminator": "9383",
                "id": "220445529082036224",
                "public_flags": 0,
                "username": "jormundgand"
            }
        ],
        "message_reference": {
            "channel_id": "805836326837813290",
            "message_id": "846459423899123822"
        },
        "pinned": false,
        "reactions": [
            {
                "count": 1,
                "emoji": {
                    "id": null,
                    "name": "πŸ˜…"
                },
                "me": false
            },
            {
                "count": 1,
                "emoji": {
                    "id": null,
                    "name": "πŸ˜„"
                },
                "me": false
            },
            {
                "count": 1,
                "emoji": {
                    "id": null,
                    "name": "😎"
                },
                "me": false
            }
        ],
        "referenced_message": {
            "attachments": [
            ],
            "author": {
                "avatar": "bcccfa3569b14228d192d1fc7d2458fb",
                "discriminator": "9383",
                "id": "220445529082036224",
                "public_flags": 0,
                "username": "jormundgand"
            },
            "channel_id": "805836326837813290",
            "components": [
            ],
            "content": "On of my friends wrote a sudoku solver with a 81 step if-else ladder at uni.",
            "edited_timestamp": null,
            "embeds": [
            ],
            "flags": 0,
            "id": "846459423899123822",
            "mention_everyone": false,
            "mention_roles": [
            ],
            "mentions": [
                {
                    "avatar": "3b0bd8e93c2503d9a1e798c4b988c474",
                    "discriminator": "2369",
                    "id": "92048380280188928",
                    "public_flags": 0,
                    "username": "vivaladav"
                }
            ],
            "message_reference": {
                "channel_id": "805836326837813290",
                "message_id": "845414939517911130"
            },
            "pinned": false,
            "timestamp": "2021-05-24T18:47:33.113000+00:00",
            "tts": false,
            "type": 19
        },
        "timestamp": "2021-05-24T18:52:35.288000+00:00",
        "tts": false,
        "type": 19
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": "bcccfa3569b14228d192d1fc7d2458fb",
            "discriminator": "9383",
            "id": "220445529082036224",
            "public_flags": 0,
            "username": "jormundgand"
        },
        "channel_id": "805836326837813290",
        "components": [
        ],
        "content": "Did I specify the base?",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "846460493752565761",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "timestamp": "2021-05-24T18:51:48.186000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": "3b0bd8e93c2503d9a1e798c4b988c474",
            "discriminator": "2369",
            "id": "92048380280188928",
            "public_flags": 0,
            "username": "vivaladav"
        },
        "channel_id": "805836326837813290",
        "components": [
        ],
        "content": "hey, that's less than 100!",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "846459889487183924",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "reactions": [
            {
                "count": 1,
                "emoji": {
                    "id": null,
                    "name": "πŸ˜„"
                },
                "me": false
            }
        ],
        "timestamp": "2021-05-24T18:49:24.118000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": "bcccfa3569b14228d192d1fc7d2458fb",
            "discriminator": "9383",
            "id": "220445529082036224",
            "public_flags": 0,
            "username": "jormundgand"
        },
        "channel_id": "805836326837813290",
        "components": [
        ],
        "content": "On of my friends wrote a sudoku solver with a 81 step if-else ladder at uni.",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "846459423899123822",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
            {
                "avatar": "3b0bd8e93c2503d9a1e798c4b988c474",
                "discriminator": "2369",
                "id": "92048380280188928",
                "public_flags": 0,
                "username": "vivaladav"
            }
        ],
        "message_reference": {
            "channel_id": "805836326837813290",
            "message_id": "845414939517911130"
        },
        "pinned": false,
        "referenced_message": {
            "attachments": [
                {
                    "content_type": "image/png",
                    "filename": "no_array.png",
                    "height": 1003,
                    "id": "845414937194528768",
                    "proxy_url": "https://media.discordapp.net/attachments/805836326837813290/845414937194528768/no_array.png",
                    "size": 100925,
                    "url": "https://cdn.discordapp.com/attachments/805836326837813290/845414937194528768/no_array.png",
                    "width": 557
                }
            ],
            "author": {
                "avatar": "3b0bd8e93c2503d9a1e798c4b988c474",
                "discriminator": "2369",
                "id": "92048380280188928",
                "public_flags": 0,
                "username": "vivaladav"
            },
            "channel_id": "805836326837813290",
            "components": [
            ],
            "content": "while checking a C++ library I need to use at work I found this... not sure if I should laugh or cry πŸ˜…",
            "edited_timestamp": null,
            "embeds": [
            ],
            "flags": 0,
            "id": "845414939517911130",
            "mention_everyone": false,
            "mention_roles": [
            ],
            "mentions": [
            ],
            "pinned": false,
            "timestamp": "2021-05-21T21:37:08.631000+00:00",
            "tts": false,
            "type": 0
        },
        "timestamp": "2021-05-24T18:47:33.113000+00:00",
        "tts": false,
        "type": 19
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": null,
            "discriminator": "1459",
            "id": "820376641296400404",
            "public_flags": 0,
            "username": "getcontext"
        },
        "channel_id": "805836326837813290",
        "components": [
        ],
        "content": "python dev : my code works blazing fast (yes , but I am using C++ libs by ctype) πŸ˜‚",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "845797045465645086",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "reactions": [
            {
                "count": 1,
                "emoji": {
                    "id": null,
                    "name": "😁"
                },
                "me": false
            }
        ],
        "timestamp": "2021-05-22T22:55:29.788000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": "3b0bd8e93c2503d9a1e798c4b988c474",
            "discriminator": "2369",
            "id": "92048380280188928",
            "public_flags": 0,
            "username": "vivaladav"
        },
        "channel_id": "805836326837813290",
        "components": [
        ],
        "content": "nah, my boss doesn't code, I am always safe πŸ˜›",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "845446149703860244",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "reactions": [
            {
                "count": 1,
                "emoji": {
                    "id": null,
                    "name": "πŸ˜†"
                },
                "me": false
            }
        ],
        "timestamp": "2021-05-21T23:41:09.719000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": null,
            "discriminator": "3680",
            "id": "263357794470723584",
            "public_flags": 0,
            "username": "eclonit"
        },
        "channel_id": "805836326837813290",
        "components": [
        ],
        "content": "be safe",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "845421049155813446",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "timestamp": "2021-05-21T22:01:25.282000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": null,
            "discriminator": "3680",
            "id": "263357794470723584",
            "public_flags": 0,
            "username": "eclonit"
        },
        "channel_id": "805836326837813290",
        "components": [
        ],
        "content": "plot twist: my boss made the system, I can't blame him because he is my boss",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "845420770146648104",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "timestamp": "2021-05-21T22:00:18.76100
0+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": null,
            "discriminator": "3680",
            "id": "263357794470723584",
            "public_flags": 0,
            "username": "eclonit"
        },
        "channel_id": "805836326837813290",
        "components": [
        ],
        "content": "I think that nothing is so weird than that, but if it works, everything is ok",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "845420528134651945",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "timestamp": "2021-05-21T21:59:21.061000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": "3b0bd8e93c2503d9a1e798c4b988c474",
            "discriminator": "2369",
            "id": "92048380280188928",
            "public_flags": 0,
            "username": "vivaladav"
        },
        "channel_id": "805836326837813290",
        "components": [
        ],
        "content": "yeah, I have probably seen worse, but it made me cry πŸ˜›",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "845420235950522418",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "timestamp": "2021-05-21T21:58:11.399000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": null,
            "discriminator": "3680",
            "id": "263357794470723584",
            "public_flags": 0,
            "username": "eclonit"
        },
        "channel_id": "805836326837813290",
        "components": [
        ],
        "content": "be safe",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "845419970770239539",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "timestamp": "2021-05-21T21:57:08.175000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": null,
            "discriminator": "3680",
            "id": "263357794470723584",
            "public_flags": 0,
            "username": "eclonit"
        },
        "channel_id": "805836326837813290",
        "components": [
        ],
        "content": "(obs.: I work with a 11 years old PHP application, so I guess that I have enough experience to say you to cry)",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "845419957923348490",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "timestamp": "2021-05-21T21:57:05.112000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": null,
            "discriminator": "3680",
            "id": "263357794470723584",
            "public_flags": 0,
            "username": "eclonit"
        },
        "channel_id": "805836326837813290",
        "components": [
        ],
        "content": "cry, I'm sure that cry is the right thing to do when things like that appears",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "845419654557073448",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "timestamp": "2021-05-21T21:55:52.784000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
            {
                "content_type": "image/png",
                "filename": "no_array.png",
                "height": 1003,
                "id": "845414937194528768",
                "proxy_url": "https://media.discordapp.net/attachments/805836326837813290/845414937194528768/no_array.png",
                "size": 100925,
                "url": "https://cdn.discordapp.com/attachments/805836326837813290/845414937194528768/no_array.png",
                "width": 557
            }
        ],
        "author": {
            "avatar": "3b0bd8e93c2503d9a1e798c4b988c474",
            "discriminator": "2369",
            "id": "92048380280188928",
            "public_flags": 0,
            "username": "vivaladav"
        },
        "channel_id": "805836326837813290",
        "components": [
        ],
        "content": "while checking a C++ library I need to use at work I found this... not sure if I should laugh or cry πŸ˜…",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "845414939517911130",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "reactions": [
            {
                "count": 1,
                "emoji": {
                    "animated": true,
                    "id": "757304655532523661",
                    "name": "peepoCryfall"
                },
                "me": false
            },
            {
                "count": 1,
                "emoji": {
                    "id": null,
                    "name": "😱"
                },
                "me": false
            }
        ],
        "timestamp": "2021-05-21T21:37:08.631000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": null,
            "discriminator": "3680",
            "id": "263357794470723584",
            "public_flags": 0,
            "username": "eclonit"
        },
        "channel_id": "805836326837813290",
        "components": [
        ],
        "content": "I do not wish this even for my worst enemy",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "833219170116042782",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "timestamp": "2021-04-18T05:55:30.619000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": "3b0bd8e93c2503d9a1e798c4b988c474",
            "discriminator": "2369",
            "id": "92048380280188928",
            "public_flags": 0,
            "username": "vivaladav"
        },
        "channel_id": "805836326837813290",
        "components": [
        ],
        "content": "especially if they teach you Javascript...",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "832982547901710347",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
            {
                "avatar": "bcccfa3569b14228d192d1fc7d2458fb",
                "discriminator": "9383",
                "id": "220445529082036224",
                "public_flags": 0,
                "username": "jormundgand"
            }
        ],
        "message_reference": {
            "channel_id": "805836326837813290",
            "message_id": "832981038183350274"
        },
        "pinned": false,
        "reactions": [
            {
                "count": 1,
                "emoji": {
                    "id": "805609658391461900",
                    "name": "cpp_lang"
                },
                "me": false
            }
        ],
        "referenced_message": {
            "attachments": [
                {
                    "content_type": "image/jpeg",
                    "filename": "agBmqQv_700b.jpg",
                    "height": 320,
                    "id": "832981035695603732",
                    "proxy_url": "https://media.discordapp.net/attachments/805836326837813290/832981035695603732/agBmqQv_700b.jpg",
                    "size": 24882,
                    "url": "https://cdn.discordapp.com/attachments/805836326837813290/832981035695603732/agBmqQv_700b.jpg",
                    "width": 349
                }
            ],
            "author": {
                "avatar": "bcccfa3569b14228d192d1fc7d2458fb",
                "discriminator": "9383",
                "id": "220445529082036224",
                "public_flags": 0,
                "username": "jormundgand"
            },
            "channel_id": "805836326837813290",
            "components": [
            ],
            "content": "I'd opt for the death penalty instead",
            "edited_timestamp": "2021-04-17T14:09:33.507000+00:00",
            "embeds": [
            ],
            "flags": 0,
            "id": "832981038183350274",
            "mention_everyone": false,
            "mention_roles": [
            ],
            "mentions": [
            ],
            "pinned": false,
            "timestamp": "2021-04-17T14:09:15.542000+00:00",
            "tts": false,
            "type": 0
        },
        "timestamp": "2021-04-17T14:15:15.487000+00:00",
        "tts": false,
        "type": 19
    },
    {
        "attachments": [
            {
                "content_type": "image/jpeg",
                "filename": "agBmqQv_700b.jpg",
                "height": 320,
                "id": "832981035695603732",
                "proxy_url": "https://media.discordapp.net/attachments/805836326837813290/832981035695603732/agBmqQv_700b.jpg",
                "size": 24882,
                "url": "https://cdn.discordapp.com/attachments/805836326837813290/832981035695603732/agBmqQv_700b.jpg",
                "width": 349
            }
        ],
        "author": {
            "avatar": "bcccfa3569b14228d192d1fc7d2458fb",
            "discriminator": "9383",
            "id": "220445529082036224",
            "public_flags": 0,
            "username": "jormundgand"
        },
        "channel_id": "805836326837813290",
        "components": [
        ],
        "content": "I'd opt for the death penalty instead",
        "edited_timestamp": "2021-04-17T14:09:33.507000+00:00",
        "embeds": [
        ],
        "flags": 0,
        "id": "832981038183350274",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "reactions": [
            {
                "count": 7,
                "emoji": {
                    "id": null,
                    "name": "πŸ˜…"
                },
                "me": false
            },
            {
                "count": 2,
                "emoji": {
                    "id": null,
                    "name": "πŸ˜†"
                },
                "me": false
            },
            {
                "count": 1,
                "emoji": {
                    "id": null,
                    "name": "πŸ˜”"
                },
                "me": false
            }
        ],
        "timestamp": "2021-04-17T14:09:15.542000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
            {
                "content_type": "image/jpeg",
                "filename": "vb9xiy8chgq61.jpg",
                "height": 713,
                "id": "828263372062588928",
                "proxy_url": "https://media.discordapp.net/attachments/805836326837813290/828263372062588928/vb9xiy8chgq61.jpg",
                "size": 98988,
                "url": "https://cdn.discordapp.com/attachments/805836326837813290/828263372062588928/vb9xiy8chgq61.jpg",
                "width": 500
            }
        ],
        "author": {
            "avatar": "3b0bd8e93c2503d9a1e798c4b988c474",
            "discriminator": "2369",
            "id": "92048380280188928",
            "public_flags": 0,
            "username": "vivaladav"
        },
        "channel_id": "805836326837813290",
        "components": [
        ],
        "content": "when before admitting you have a bug in your code you blame: someone els
e's unit tests, project libraries, system libraries, the compiler, your 
hardware",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "828263374415462410",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "reactions": [
            {
                "count": 3,
                "emoji": {
                    "id": null,
                    "name": "πŸ˜†"
                },
                "me": false
            }
        ],
        "timestamp": "2021-04-04T13:42:56.850000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
            {
                "content_type": "image/png",
                "filename": "junior_vs_senior.png",
                "height": 448,
                "id": "825751003939995698",
                "proxy_url": "https://media.discordapp.net/attachments/805836326837813290/825751003939995698/junior_vs_senior.png",
                "size": 416953,
                "url": "https://cdn.discordapp.com/attachments/805836326837813290/825751003939995698/junior_vs_senior.png",
                "width": 600
            }
        ],
        "author": {
            "avatar": "3b0bd8e93c2503d9a1e798c4b988c474",
            "discriminator": "2369",
            "id": "92048380280188928",
            "public_flags": 0,
            "username": "vivaladav"
        },
        "channel_id": "805836326837813290",
        "components": [
        ],
        "content": "the actual difference between being a junior and a senior dev is not coding experience, but getting used to the mess in your project's code",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "825751007387844618",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "reactions": [
            {
                "count": 2,
                "emoji": {
                    "id": null,
                    "name": "πŸ˜”"
                },
                "me": false
            },
            {
                "count": 4,
                "emoji": {
                    "id": null,
                    "name": "πŸ‘"
                },
                "me": false
            }
        ],
        "timestamp": "2021-03-28T15:19:41.873000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
            {
                "content_type": "image/png",
                "filename": "ezcg7vgnyeo61.png",
                "height": 589,
                "id": "823394744818204682",
                "proxy_url": "https://media.discordapp.net/attachments/805836326837813290/823394744818204682/ezcg7vgnyeo61.png",
                "size": 943721,
                "url": "https://cdn.discordapp.com/attachments/805836326837813290/823394744818204682/ezcg7vgnyeo61.png",
                "width": 1200
            }
        ],
        "author": {
            "avatar": "aad5f2d0ee1c1966d4e925e9f4ebdbcc",
            "discriminator": "9999",
            "id": "158155491145547776",
            "public_flags": 512,
            "username": "gak"
        },
        "channel_id": "805836326837813290",
        "components": [
        ],
        "content": "",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "823394748810133575",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "reactions": [
            {
                "count": 3,
                "emoji": {
                    "id": null,
                    "name": "πŸ™€"
                },
                "me": false
            },
            {
                "count": 1,
                "emoji": {
                    "id": null,
                    "name": "😼"
                },
                "me": false
            }
        ],
        "timestamp": "2021-03-22T03:16:46.051000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
            {
                "content_type": "image/jpeg",
                "filename": "commit.jpg",
                "height": 870,
                "id": "822332195439509524",
                "proxy_url": "https://media.discordapp.net/attachments/805836326837813290/822332195439509524/commit.jpg",
                "size": 110388,
                "url": "https://cdn.discordapp.com/attachments/805836326837813290/822332195439509524/commit.jpg",
                "width": 880
            }
        ],
        "author": {
            "avatar": "3b0bd8e93c2503d9a1e798c4b988c474",
            "discriminator": "2369",
            "id": "92048380280188928",
            "public_flags": 0,
            "username": "vivaladav"
        },
        "channel_id": "805836326837813290",
        "components": [
        ],
        "content": "things get even more intense on a Friday afternoon... πŸ•”",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "822332197805621268",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "reactions": [
            {
                "count": 2,
                "emoji": {
                    "id": "806595603277676558",
                    "name": "git"
                },
                "me": false
            },
            {
                "count": 2,
                "emoji": {
                    "id": null,
                    "name": "πŸ˜‚"
                },
                "me": false
            }
        ],
        "timestamp": "2021-03-19T04:54:34.150000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": "3b0bd8e93c2503d9a1e798c4b988c474",
            "discriminator": "2369",
            "id": "92048380280188928",
            "public_flags": 0,
            "username": "vivaladav"
        },
        "channel_id": "805836326837813290",
        "components": [
        ],
        "content": "I am wondering how many years they count for people with a degree though...",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "819435883413372938",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "timestamp": "2021-03-11T05:05:38.988000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": "3b0bd8e93c2503d9a1e798c4b988c474",
            "discriminator": "2369",
            "id": "92048380280188928",
            "public_flags": 0,
            "username": "vivaladav"
        },
        "channel_id": "805836326837813290",
        "components": [
        ],
        "content": "well, if you start to work when you're 18 and you don't go to univ you get that by 33, so not impossible",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "819435819068293162",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "timestamp": "2021-03-11T05:05:23.647000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": "89c37ac58896fc16c56a9519d9c924aa",
            "discriminator": "0999",
            "id": "808706888308621314",
            "public_flags": 0,
            "username": "CarlosHdez"
        },
        "channel_id": "805836326837813290",
        "components": [
        ],
        "content": "15 yoe. That's interest ing",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "819433915135033384",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "timestamp": "2021-03-11T04:57:49.714000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": "3b0bd8e93c2503d9a1e798c4b988c474",
            "discriminator": "2369",
            "id": "92048380280188928",
            "public_flags": 0,
            "username": "vivaladav"
        },
        "channel_id": "805836326837813290",
        "components": [
        ],
        "content": "is that a fancy way to say they only hire the top 1% of devs?",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "819208200321499206",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
            {
                "avatar": null,
                "discriminator": "8196",
                "id": "807290116354998346",
                "public_flags": 0,
                "username": "sapo93"
            }
        ],
        "message_reference": {
            "channel_id": "805836326837813290",
            "message_id": "819199892571684915"
        },
        "pinned": false,
        "referenced_message": {
            "attachments": [
            ],
            "author": {
                "avatar": null,
                "discriminator": "8196",
                "id": "807290116354998346",
                "public_flags": 0,
                "username": "sapo93"
            },
            "channel_id": "805836326837813290",
            "components": [
            ],
            "content": "This was in a job offer I found on linkedin\n\nBasic Requirements:\n    Computer science degree or at least 15 years of experience\n    Top-level C/C++ coding skills\n    Background in systems programming (e.g., experience with transpilation, Kernel level programming, driver development, compilers, low-level C/C++ development)\n    ***||`99th percentile cognitive ability`||***\n    Advanced spoken English proficiency",
            "edited_timestamp": null,
            "embeds": [
            ],
            "flags": 0,
            "id": "819199892571684915",
            "mention_everyone": false,
            "mention_roles": [
            ],
            "mentions": [
            ],
            "pinned": false,
            "timestamp": "2021-03-10T13:27:54.387000+00:00",
            "tts": false,
            "type": 0
        },
        "timestamp": "2021-03-10T14:00:55.109000+00:00",
        "tts": false,
        "type": 19
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": null,
            "discriminator": "8196",
            "id": "807290116354998346",
            "public_flags": 0,
            "username": "sapo93"
        },
        "channel_id": "805836326837813290",
        "components": [
        ],
        "content": "This was in a job offer I found on linkedin\n\nBasic Requirements:\n    Computer science degree or at least 15 years of experience\n    Top-level C/C++ coding skills\n    Background in systems programming (e.g., experience with transpilation, Kernel level programming, driver development, compilers, low-level C/C++ development)\n    ***||`99th percentile cognitive ability`||***\n    Advanced spoken English proficiency",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "819199892571684915",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "reactions": [
            {
                "count": 2,
                "emoji": {
                    "id": null,
                    "name": "πŸ€”"
                },
                "me": false
            }
        ],
        "timestamp": "2021-03-10T13:27:54.387000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": "a7b044b4914fdc971e55b30a30929f41",
            "discriminator": "2308",
            "id": "351067950742110208",
            "public_flags": 0,
            "username": "karabatov"
        },
        "channel_id": "805836326837813290",
        "components": [
        ],
        "content": "https://twitter.com/JustRionThings/status/1366970365868724224",
        "edited_timestamp": null,
        "embeds": [
            {
                "author": {
                    "icon_url": "https://pbs.twimg.com/profile_images/1364738363786289155/cob2hMnY_bigger.jpg",
                    "name": "JustRionThings (@JustRionThings)",
                    "proxy_icon_url": "https://images-ext-2.discordapp.net/external/rjdrnZKdjNpJwzajvWLxTVfqf_hR4Mde7vkF80IYroY/https/pbs.twimg.com/profile_images/1364738363786289155/cob2hMnY_bigger.jpg",
                    "url": "https://twitter.com/JustRionThings"
                },
                "color": 1942002,
                "description": "incredible C++ history fact: Bjarne Stroustrup was inspired by his own legs when he wrote the C++ compiler error generation for templates\n\n#programming #amazing #wow",
                "fields": [
                    {
                        "inline": true,
                        "name": "Retweets",
                        "value": "118"
                    },
                    {
                        "inline": true,
                        "name": "Likes",
                        "value": "599"
                    }
                ],
                "footer": {
                    "icon_url": "https://abs.twimg.com/icons/apple-touch-icon-192x192.png",
                    "proxy_icon_url": "https://images-ext-1.discordapp.net/external/bXJWV2Y_F3XSra_kEqIYXAAsI3m1meckfLhYuWzxIfI/https/abs.twimg.com/icons/apple-touch-icon-192x192.png",
                    "text": "Twitter"
                },
                "image": {
                    "height": 481,
                    "proxy_url": "https://images-ext-1.discordapp.net/external/3ayBYlZGkCWDCqihCdq7MpYFkdyjwbtZl8HxrB9kUA8/https/pbs.twimg.com/media/Evhzp8NXUAI1WQI.jpg%3Alarge",
                    "url": "https://pbs.twimg.com/media/Evhzp8NXUAI1WQI.jpg:large",
                    "width": 1060
                },
                "timestamp": "2021-03-03T04:35:06.961000+00:00",
                "type": "rich",
                "url": "https://twitter.com/JustRionThings/status/1366970365868724224"
            }
        ],
        "flags": 0,
        "id": "816798755655385108",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "reactions": [
            {
                "count": 5,
                "emoji": {
                    "id": null,
                    "name": "πŸ˜†"
                },
                "me": false
            }
        ],
        "timestamp": "2021-03-03T22:26:38.735000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
            {
                "content_type": "image/jpeg",
                "filename": "lou4vyxb0ek61.jpg",
                "height": 500,
                "id": "816677655042064424",
                "proxy_url": "https://media.discordapp.net/attachments/805836326837813290/816677655042064424/lou4vyxb0ek61.jpg",
                "size": 38710,
                "url": "https://cdn.discordapp.com/attachments/805836326837813290/816677655042064424/lou4vyxb0ek61.jpg",
                "width": 726
            }
        ],
        "author": {
            "avatar": "3b0bd8e93c2503d9a1e798c4b988c474",
            "discriminator": "2369",
            "id": "92048380280188928",
            "public_flags": 0,
            "username": "vivaladav"
        },
        "channel_id": "805836326837813290",
        "components": [
        ],
        "content": "All commits straight to master, because fix branches are for the weak...",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "816677656741281822",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "reactions": [
            {
                "count": 3,
                "emoji": {

     "id": null,
                    "name": "πŸ˜‚"
                },
                "me": false
            }
        ],
        "timestamp": "2021-03-03T14:25:26.504000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": "89c37ac58896fc16c56a9519d9c924aa",
            "discriminator": "0999",
            "id": "808706888308621314",
            "public_flags": 0,
            "username": "CarlosHdez"
        },
        "channel_id": "805836326837813290",
        "components": [
        ],
        "content": "πŸ˜†",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "814541311444254750",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "timestamp": "2021-02-25T16:56:22.094000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": "acef3945ea535222c9e7bf922034a7df",
            "discriminator": "8317",
            "id": "690533708167512126",
            "public_flags": 0,
            "username": "opessoa"
        },
        "channel_id": "805836326837813290",
        "components": [
        ],
        "content": "πŸ˜† πŸ˜‚ 🀣",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "814535519664209970",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "timestamp": "2021-02-25T16:33:21.226000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
            {
                "content_type": "image/jpeg",
                "filename": "my-code-doesnt-work-i-have-no-idea-why-my-code-works-have-no-idea-why.jpg",
                "height": 627,
                "id": "814493705293135892",
                "proxy_url": "https://media.discordapp.net/attachments/805836326837813290/814493705293135892/my-code-doesnt-work-i-have-no-idea-why-my-code-works-have-no-idea-why.jpg",
                "size": 53579,
                "url": "https://cdn.discordapp.com/attachments/805836326837813290/814493705293135892/my-code-doesnt-work-i-have-no-idea-why-my-code-works-have-no-idea-why.jpg",
                "width": 418
            }
        ],
        "author": {
            "avatar": "3b0bd8e93c2503d9a1e798c4b988c474",
            "discriminator": "2369",
            "id": "92048380280188928",
            "public_flags": 0,
            "username": "vivaladav"
        },
        "channel_id": "805836326837813290",
        "components": [
        ],
        "content": "I bet all of you experienced this more than once...",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "814493709423869993",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "reactions": [
            {
                "count": 2,
                "emoji": {
                    "id": "672161498080215050",
                    "name": "PES_SusThink"
                },
                "me": false
            },
            {
                "count": 1,
                "emoji": {
                    "id": null,
                    "name": "πŸ˜‚"
                },
                "me": false
            }
        ],
        "timestamp": "2021-02-25T13:47:12.888000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
            {
                "content_type": "image/jpeg",
                "filename": "ssudswyuv1i61.jpg",
                "height": 400,
                "id": "811965557544976384",
                "proxy_url": "https://media.discordapp.net/attachments/805836326837813290/811965557544976384/ssudswyuv1i61.jpg",
                "size": 22349,
                "url": "https://cdn.discordapp.com/attachments/805836326837813290/811965557544976384/ssudswyuv1i61.jpg",
                "width": 400
            }
        ],
        "author": {
            "avatar": "3b0bd8e93c2503d9a1e798c4b988c474",
            "discriminator": "2369",
            "id": "92048380280188928",
            "public_flags": 0,
            "username": "vivaladav"
        },
        "channel_id": "805836326837813290",
        "components": [
        ],
        "content": "When you keep compiling without fixing your code and you hope something will change...",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "811965560988237854",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "reactions": [
            {
                "count": 7,
                "emoji": {
                    "id": null,
                    "name": "πŸ‘†"
                },
                "me": false
            },
            {
                "count": 4,
                "emoji": {
                    "id": null,
                    "name": "🀣"
                },
                "me": false
            },
            {
                "count": 1,
                "emoji": {
                    "id": null,
                    "name": "πŸ˜†"
                },
                "me": false
            }
        ],
        "timestamp": "2021-02-18T14:21:15.330000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": "89c37ac58896fc16c56a9519d9c924aa",
            "discriminator": "0999",
            "id": "808706888308621314",
            "public_flags": 0,
            "username": "CarlosHdez"
        },
        "channel_id": "805836326837813290",
        "components": [
        ],
        "content": "That's true, and more when you need to document, follow processes, review from those 10 lines of code.",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "809641558524821514",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "timestamp": "2021-02-12T04:26:29.965000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": "3b0bd8e93c2503d9a1e798c4b988c474",
            "discriminator": "2369",
            "id": "92048380280188928",
            "public_flags": 0,
            "username": "vivaladav"
        },
        "channel_id": "805836326837813290",
        "components": [
        ],
        "content": "yeah, even if a hobby project can become almost as demanding as a job if it gets too big or it's not handled well",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "809501789430611993",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "timestamp": "2021-02-11T19:11:06.416000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": "aad5f2d0ee1c1966d4e925e9f4ebdbcc",
            "discriminator": "9999",
            "id": "158155491145547776",
            "public_flags": 512,
            "username": "gak"
        },
        "channel_id": "805836326837813290",
        "components": [
        ],
        "content": "i think s/student/hobby/ might be more accurate, at least for me",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "809500593618026516",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "timestamp": "2021-02-11T19:06:21.312000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
            {
                "filename": "pxrun0ev2og61.jpg",
                "height": 970,
                "id": "809431242365599744",
                "proxy_url": "https://media.discordapp.net/attachments/805836326837813290/809431242365599744/pxrun0ev2og61.jpg",
                "size": 114069,
                "url": "https://cdn.discordapp.com/attachments/805836326837813290/809431242365599744/pxrun0ev2og61.jpg",
                "width": 1065
            }
        ],
        "author": {
            "avatar": "3b0bd8e93c2503d9a1e798c4b988c474",
            "discriminator": "2369",
            "id": "92048380280188928",
            "public_flags": 0,
            "username": "vivaladav"
        },
        "channel_id": "805836326837813290",
        "components": [
        ],
        "content": "back then and now... πŸ˜…",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "809431245028458507",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "reactions": [
            {
                "count": 3,
                "emoji": {
                    "id": null,
                    "name": "πŸ’―"
                },
                "me": false
            },
            {
                "count": 2,
                "emoji": {
                    "id": null,
                    "name": "πŸ˜‚"
                },
                "me": false
            }
        ],
        "timestamp": "2021-02-11T14:30:47.320000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": "acef3945ea535222c9e7bf922034a7df",
            "discriminator": "8317",
            "id": "690533708167512126",
            "public_flags": 0,
            "username": "opessoa"
        },
        "channel_id": "805836326837813290",
        "components": [
        ],
        "content": "I've started with Turbo C",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "809002451646152714",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "timestamp": "2021-02-10T10:06:55.011000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": "65a7858cdfc5e305f8a970fe3474477d",
            "discriminator": "8896",
            "id": "450596677783650305",
            "public_flags": 0,
            "username": "Bartek F."
        },
        "channel_id": "805836326837813290",
        "components": [
        ],
        "content": "ah... good old days πŸ™‚ I started my C++ education with Borland, some first Console applications and then used DJGPP (with Allegro game library)",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "808986946801106944",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "timestamp": "2021-02-10T09:05:18.368000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": "4af860edd317726b2d9cb8ee3a332b73",
            "discriminator": "9046",
            "id": "633751108157702164",
            "public_flags": 0,
            "username": "DoomHammer"
        },
        "channel_id": "805836326837813290",
        "components": [
        ],
        "content": "those were the days!",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "808960760293490710",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
            {
                "avatar": "a7b044b4914fdc971e55b30a30929f41",
                "discriminator": "2308",
                "id": "351067950742110208",
                "public_flags": 0,
                "username": "karabatov"
            }
        ],
        "message_reference": {
            "channel_id": "805836
326837813290",
            "message_id": "808836076071551006"
        },
        "pinned": false,
        "referenced_message": {
            "attachments": [
                {
                    "filename": "image0.jpg",
                    "height": 720,
                    "id": "808836074251091988",
                    "proxy_url": "https://media.discordapp.net/attachments/805836326837813290/808836074251091988/image0.jpg",
                    "size": 174579,
                    "url": "https://cdn.discordapp.com/attachments/805836326837813290/808836074251091988/image0.jpg",
                    "width": 1280
                }
            ],
            "author": {
                "avatar": "a7b044b4914fdc971e55b30a30929f41",
                "discriminator": "2308",
                "id": "351067950742110208",
                "public_flags": 0,
                "username": "karabatov"
            },
            "channel_id": "805836326837813290",
            "components": [
            ],
            "content": "I guess it's humor now… Vintage.",
            "edited_timestamp": null,
            "embeds": [
            ],
            "flags": 0,
            "id": "808836076071551006",
            "mention_everyone": false,
            "mention_roles": [
            ],
            "mentions": [
            ],
            "pinned": false,
            "timestamp": "2021-02-09T23:05:47.983000+00:00",
            "tts": false,
            "type": 0
        },
        "timestamp": "2021-02-10T07:21:15.018000+00:00",
        "tts": false,
        "type": 19
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": "3b0bd8e93c2503d9a1e798c4b988c474",
            "discriminator": "2369",
            "id": "92048380280188928",
            "public_flags": 0,
            "username": "vivaladav"
        },
        "channel_id": "805836326837813290",
        "components": [
        ],
        "content": "that's awesome",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "808843224953126913",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "timestamp": "2021-02-09T23:34:12.409000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": "3b0bd8e93c2503d9a1e798c4b988c474",
            "discriminator": "2369",
            "id": "92048380280188928",
            "public_flags": 0,
            "username": "vivaladav"
        },
        "channel_id": "805836326837813290",
        "components": [
        ],
        "content": "haha, the speed meter shows you the % installed!",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "808843208003289129",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "timestamp": "2021-02-09T23:34:08.368000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": "a7b044b4914fdc971e55b30a30929f41",
            "discriminator": "2308",
            "id": "351067950742110208",
            "public_flags": 0,
            "username": "karabatov"
        },
        "channel_id": "805836326837813290",
        "components": [
        ],
        "content": "It was the installer πŸ™‚ https://youtu.be/kEuWEOXj6WI?t=212",
        "edited_timestamp": null,
        "embeds": [
            {
                "author": {
                    "name": "HpcVakero TV",
                    "url": "https://www.youtube.com/channel/UCx3yv-TCzVBTAmhtq--71EQ"
                },
                "color": 16711680,
                "description": "*****************|Descripcion Click Mostrar Mas|***************\n-\n-\n-\nCanal de AndroidTrue\nhttps://www.youtube.com/channel/UCiyBCdh4nxVftdqDqERyl3w/videos\n\nSitio WEB\nhttp://goo.gl/LnSluB\nRECUERDA PASAR POR LO QUE VAS Y L
LEVATE ALGO MAS",
                "provider": {
                    "name": "YouTube",

                    "url": "https://www.youtube.com"
                },
                "reference_id": "808841123790848040",
                "thumbnail": {
                    "height": 720,
                    "proxy_url": "https://images-ext-1.discordapp.net/external/2tPsnSddCyztLq64sfzMeB0VCZHzN4C3QkH0C-AGKXc/https/i.ytimg.com/vi/kEuWEOXj6WI/maxresdefault.jpg",
                    "url": "https://i.ytimg.com/vi/kEuWEOXj6WI/maxresdefault.jpg",
                    "width": 1280
                },
                "title": "Borland C++ 5.02 Full | Descargar e instalar |",
                "type": "video",
                "url": "https://www.youtube.com/watch?v=kEuWEOXj6WI&start=212",
                "video": {
                    "height": 720,
                    "url": "https://www.youtube.com/embed/kEuWEOXj6WI?start=212",
                    "width": 1280
                }
            }
        ],
        "flags": 0,
        "id": "808841123790848040",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
            {
                "avatar": "3b0bd8e93c2503d9a1e798c4b988c474",
                "discriminator": "2369",
                "id": "92048380280188928",
                "public_flags": 0,
                "username": "vivaladav"
            }
        ],
        "message_reference": {
            "channel_id": "805836326837813290",
            "message_id": "808839841722138684"
        },
        "pinned": false,
        "referenced_message": {
            "attachments": [
            ],
            "author": {
                "avatar": "3b0bd8e93c2503d9a1e798c4b988c474",
                "discriminator": "2369",
                "id": "92048380280188928",
                "public_flags": 0,
                "username": "vivaladav"
            },
            "channel_id": "805836326837813290",
            "components": [
            ],
            "content": "was that a screen of an actual IDE?",
            "edited_timestamp": null,
            "embeds": [
            ],
            "flags": 0,
            "id": "808839841722138684",
            "mention_everyone": false,
            "mention_roles": [
            ],
            "mentions": [
                {
                    "avatar": "a7b044b4914fdc971e55b30a30929f41",
                    "discriminator": "2308",
                    "id": "351067950742110208",
                    "public_flags": 0,
                    "username": "karabatov"
                }
            ],
            "message_reference": {
                "channel_id": "805836326837813290",
                "message_id": "808836076071551006"
            },
            "pinned": false,
            "timestamp": "2021-02-09T23:20:45.784000+00:00",
            "tts": false,
            "type": 19
        },
        "timestamp": "2021-02-09T23:25:51.453000+00:00",
        "tts": false,
        "type": 19
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": "3b0bd8e93c2503d9a1e798c4b988c474",
            "discriminator": "2369",
            "id": "92048380280188928",
            "public_flags": 0,
            "username": "vivaladav"
        },
        "channel_id": "805836326837813290",
        "components": [
        ],
        "content": "was that a screen of an actual IDE?",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "808839841722138684",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
            {
                "avatar": "a7b044b4914fdc971e55b30a30929f41",
                "discriminator": "2308",
                "id": "351067950742110208",
                "public_flags": 0,
                "username": "karabatov"
            }
        ],
        "message_reference": {
            "channel_id": "805836326837813290",
            "message_id": "808836076071551006"
        },
        "pinned": false,
        "referenced_message": {
            "attachments": [
                {
                    "filename": "image0.jpg",
                    "height": 720,
                    "id": "808836074251091988",
                    "proxy_url": "https://media.discordapp.net/attachments/805836326837813290/808836074251091988/image0.jpg",
                    "size": 174579,
                    "url": "https://cdn.discordapp.com/attachments/805836326837813290/808836074251091988/image0.jpg",
                    "width": 1280
                }
            ],
            "author": {
                "avatar": "a7b044b4914fdc971e55b30a30929f41",
                "discriminator": "2308",
                "id": "351067950742110208",
                "public_flags": 0,
                "username": "karabatov"
            },
            "channel_id": "805836326837813290",
            "components": [
            ],
            "content": "I guess it's humor now… Vintage.",
            "edited_timestamp": null,
            "embeds": [
            ],
            "flags": 0,
            "id": "808836076071551006",
            "mention_everyone": false,
            "mention_roles": [
            ],
            "mentions": [
            ],
            "pinned": false,
            "timestamp": "2021-02-09T23:05:47.983000+00:00",
            "tts": false,
            "type": 0
        },
        "timestamp": "2021-02-09T23:20:45.784000+00:00",
        "tts": false,
        "type": 19
    },
    {
        "attachments": [
            {
                "filename": "image0.jpg",
                "height": 720,
                "id": "808836074251091988",
                "proxy_url": "https://media.discordapp.net/attachments/805836326837813290/808836074251091988/image0.jpg",
                "size": 174579,
                "url": "https://cdn.discordapp.com/attachments/805836326837813290/808836074251091988/image0.jpg",
                "width": 1280
            }
        ],
        "author": {
            "avatar": "a7b044b4914fdc971e55b30a30929f41",
            "discriminator": "2308",
            "id": "351067950742110208",
            "public_flags": 0,
            "username": "karabatov"
        },
        "channel_id": "805836326837813290",
        "components": [
        ],
        "content": "I guess it's humor now… Vintage.",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "808836076071551006",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "reactions": [
            {
                "count": 1,
                "emoji": {
                    "id": null,
                    "name": "πŸ’š"
                },
                "me": false
            }
        ],
        "timestamp": "2021-02-09T23:05:47.983000+00:00",
        "tts": false,
        "type": 0
    }
]
----TRUE programmer-humor----------

[
    {
        "attachments": [
        ],
        "author": {
            "avatar": "3b0bd8e93c2503d9a1e798c4b988c474",
            "discriminator": "2369",
            "id": "92048380280188928",
            "public_flags": 0,
            "username": "vivaladav"
        },
        "channel_id": "803986351464120343",
        "components": [
        ],
        "content": "and goodbye",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "844775914977624084",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "timestamp": "2021-05-20T03:17:53.308000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": "bcccfa3569b14228d192d1fc7d2458fb",
            "discriminator": "9383",
            "id": "220445529082036224",
            "public_flags": 0,
            "username": "jormundgand"
        },
        "channel_id": "803986351464120343",
        "components": [
        ],
        "content": "No spam and no off-topic content outside of the <#805635510290743296> channel. This include DMs",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "844772952981635082",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
            {
                "avatar": "c1bb875806f9bceea74ffc94893465e1",
                "discriminator": "1251",
                "id": "823084022602530826",
                "public_flags": 0,
                "username": "Gabbey Mirsky"
            }
        ],
        "message_reference": {
            "channel_id": "803986351464120343",
            "message_id": "844770487108370432"
        },
        "pinned": false,
        "referenced_message": null,
        "timestamp": "2021-05-20T03:06:07.113000+00:00",
        "tts": false,
        "type": 19
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": "bcccfa3569b14228d192d1fc7d2458fb",
            "discriminator": "9383",
            "id": "220445529082036224",
            "public_flags": 0,
            "username": "jormundgand"
        },
        "channel_id": "803986351464120343",
        "components": [
        ],
        "content": "https://giphy.com/gifs/hello-hi-wave-xT9IgG50Fb7Mi0prBC",
        "edited_timestamp": null,
        "embeds": [
            {
                "provider": {
                    "name": "Giphy",
                    "url": "https://giphy.com"
                },
                "thumbnail": {
                    "height": 200,
                    "proxy_url": "https://images-ext-2.discordapp.net/external/KXg1MP66DHHQUy_B8wJ7P222uw6ztAYB6nL8Q3aXHzU/%3Fcid%3D73b8f7b1177f62c6f3e6a408b905063d191c0da30add72ac%26rid%3Dgiphy_s.gif%26ct%3Dg/https/media2.giphy.com/media/xT9IgG50Fb7Mi0prBC/giphy_s.gif",
                    "url": "https://media2.giphy.com/media/xT9IgG50Fb7Mi0prBC/giphy_s.gif?cid=73b8f7b1177f62c6f3e6a408b905063d191c0da30add72ac&rid=giphy_s.gif&ct=g",
                    "width": 400
                },
                "type": "gifv",
                "url": "https://giphy.com/gifs/hello-hi-wave-xT9IgG50Fb7Mi0prBC",
                "video": {
                    "height": 200,
                    "proxy_url": "https://images-ext-2.discordapp.net/external/2bjwKMAIBnev0zUx_fRP8C-JjbLZuS4rbRxQ6SLVAtk/%3Fcid%3D73b8f7b1177f62c6f3e6a408b905063d191c0da30add72ac%26rid%3Dgiphy.mp4%26ct%3Dg/https/media2.giphy.com/media/xT9IgG50Fb7Mi0prBC/giphy.mp4",
                    "url": "https://media2.giphy.com/media/xT9IgG50Fb7Mi0prBC/giphy.mp4?cid=73b8f7b1177f62c6f3e6a408b905063d191c0da30add72ac&rid=giphy.mp4&ct=g",
                    "width": 400
                }
            }
        ],
        "flags": 0,
        "id": "843968545741996112",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "timestamp": "2021-05-17T21:49:41.482000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": "aad5f2d0ee1c1966d4e925e9f4ebdbcc",
            "discriminator": "9999",
            "id": "158155491145547776",
            "public_flags": 512,
            "username": "gak"
        },
        "channel_id": "803986351464120343",
        "components": [
        ],
        "content": "hello",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "843938689934557234",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "timestamp": "2021-05-17T19:51:03.303000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": null,
            "discriminator": "3680",
            "id": "263357794470723584",
            "public_flags": 0,
            "username": "eclonit"
        },
        "channel_id": "803986351464120343",
        "components": [
        ],
        "content": "hello",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "843861787304132661",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "timestamp": "2021-05-17T14:45:28.287000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": "24096863a70ab4cbc59bc40581f07caa",
            "discriminator": "4224",
            "id": "197437935333670912",
            "public_flags": 0,
            "username": "SirWaffles"
        },
        "channel_id": "803986351464120343",
        "components": [
        ],
        "content": "hello",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "843738882944139264",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "timestamp": "2021-05-17T06:37:05.604000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": null,
            "discriminator": "9891",
            "id": "843652694915809331",
            "public_flags": 0,
            "username": "hassanwaleed"
        },
        "channel_id": "803986351464120343",
        "components": [
        ],
        "content": "hello",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "843668003581067264",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "timestamp": "2021-05-17T01:55:26.647000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": "bcccfa3569b14228d192d1fc7d2458fb",
            "discriminator": "9383",
            "id": "220445529082036224",
            "public_flags": 0,
            "username": "jormundgand"
        },
        "channel_id": "803986351464120343",
        "components": [
        ],
        "content": "AKA no Tivozation.",
        "edited_timestamp": "2021-05-16T16:45:10.122000+00:00",
        "embeds": [
        ],
        "flags": 0,
        "id": "843529512372273153",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
            {
                "avatar": "3b0bd8e93c2503d9a1e798c4b988c474",
                "discriminator": "2369",
                "id": "92048380280188928",
                "public_flags": 0,
                "username": "vivaladav"
            }
        ],
        "message_reference": {
            "channel_id": "803986351464120343",
            "message_id": "843139225943932938"
        },
        "pinned": false,
        "referenced_message": {
            "attachments": [
            ],
            "author": {
                "avatar": "3b0bd8e93c2503d9a1e798c4b988c474",
                "discriminator": "2369",
                "id": "92048380280188928",
                "public_flags": 0,
                "username": "vivaladav"
            },
            "channel_id": "803986351464120343",
            "components": [
            ],
            "content": "it's not that simple. The main requirement is that Qt must to be linked dynamically and that others can have access to your system to replace the Qt libs",
            "edited_timestamp": null,
            "embeds": [
            ],
            "flags": 0,
            "id": "843139225943932938",
            "mention_everyone": false,
            "mention_roles": [
            ],
            "mentions": [
                {
                    "avatar": "baf5e1fe9c067bdf3bc70275303cda29",
                    "discriminator": "8305",
                    "id": "302058169599787009",
                    "public_flags": 0,
                    "username": "crimastergogo"
                }
            ],
            "message_reference": {
                "channel_id": "803986351464120343",
                "message_id": "843015198071586816"
            },
            "pinned": false,
            "timestamp": "2021-05-15T14:54:16.234000+00:00",
            "tts": false,
            "type": 19
        },
        "timestamp": "2021-05-16T16:45:07.770000+00:00",
        "tts": false,
        "type": 19
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": null,
            "discriminator": "3680",
            "id": "263357794470723584",
            "public_flags": 0,
            "username": "eclonit"
        },
        "channel_id": "803986351464120343",
        "components": [
        ],
        "content": "does someone know about GraphQL? I mean, with average expertise?",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "843473344270827540",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "timestamp": "2021-05-16T13:01:56.251000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": "baf5e1fe9c067bdf3bc70275303cda29",
            "discriminator": "8305",
            "id": "302058169599787009",
            "public_flags": 0,
            "username": "crimastergogo"
        },
        "channel_id": "803986351464120343",
        "components": [
        ],
        "content": "You are right, Looking in C++ Network programming at junior level, In India never seen any other like this so, That's why looking interested to me.",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "843421423338913804",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
            {
                "avatar": "3b0bd8e93c2503d9a1e798c4b988c474",
                "discriminator": "2369",
                "id": "92048380280188928",
                "public_flags": 0,
                "username": "vivaladav"
            }
        ],
        "message_reference": {
            "channel_id": "803986351464120343",
            "message_id": "843152395310465034"
        },
        "pinned": false,
        "referenced_message": {
            "attachments": [
            ],
            "author": {
                "avatar": "3b0bd8e93c2503d9a1e798c4b988c474",
                "discriminator": "2369",
                "id": "92048380280188928",
                "public_flags": 0,
                "username": "vivaladav"
            },
            "channel_id": "803986351464120343",
            "components": [
            ],
            "content": "maybe your best option is to try to find another job and then apply there after 1-2 years",
            "edited_timestamp": null,
            "embeds": [
            ],
            "flags": 0,

"id": "843152395310465034",
            "mention_everyone": false,
            "mention_roles": [
            ],
            "mentions": [
            ],
            "pinned": false,
            "timestamp": "2021-05-15T15:46:36.056000+00:00",
            "tts": false,
            "type": 0
        },
        "timestamp": "2021-05-16T09:35:37.336000+00:00",
        "tts": false,
        "type": 19
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": "3b0bd8e93c2503d9a1e798c4b988c474",
            "discriminator": "2369",
            "id": "92048380280188928",
            "public_flags": 0,
            "username": "vivaladav"
        },
        "channel_id": "803986351464120343",
        "components": [
        ],
        "content": "maybe your best option is to try to find another job and then apply there after 1-2 years",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "843152395310465034",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "timestamp": "2021-05-15T15:46:36.056000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": "3b0bd8e93c2503d9a1e798c4b988c474",
            "discriminator": "2369",
            "id": "92048380280188928",
            "public_flags": 0,
            "username": "vivaladav"
        },
        "channel_id": "803986351464120343",
        "components": [
        ],
        "content": "hmm, not sure, but some companies don't even look at CVs of people who they rejected in the past. Some have a 12 months policy and so on...",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "843152282118783036",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "timestamp": "2021-05-15T15:46:09.069000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": "baf5e1fe9c067bdf3bc70275303cda29",
            "discriminator": "8305",
            "id": "302058169599787009",
            "public_flags": 0,
            "username": "crimastergogo"
        },
        "channel_id": "803986351464120343",
        "components": [
        ],
        "content": "I have added 2 new project In my CV and I have applied for Junior Developer role. Maybe they are looking more than experiance.",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "843150088943566858",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
            {
                "avatar": "3b0bd8e93c2503d9a1e798c4b988c474",
                "discriminator": "2369",
                "id": "92048380280188928",
                "public_flags": 0,
                "username": "vivaladav"
            }
        ],
        "message_reference": {
            "channel_id": "803986351464120343",
            "message_id": "843139642747650049"
        },
        "pinned": false,
        "referenced_message": {
            "attachments": [
            ],
            "author": {
                "avatar": "3b0bd8e93c2503d9a1e798c4b988c474",
                "discriminator": "2369",
                "id": "92048380280188928",
                "public_flags": 0,
                "username": "vivaladav"
            },
            "channel_id": "803986351464120343",
            "components": [
            ],
            "content": "maybe that means that you don't have enough experience. Try to gain more experience before applying again. Also, better to not apply within 6 months from any application, unless it's for a position that's clearly in a different team and/or you can show something new and interesting on your CV",
            "edited_timestamp": null,
            "embeds": [
            ],
            "flags": 0,
            "id": "843139642747650049",
            "mention_everyone": false,
            "mention_roles": [
            ],
            "mentions": [
                {
                    "avatar": "baf5e1fe9c067bdf3bc70275303cda29",
                    "discriminator": "8305",
                    "id": "302058169599787009",
                    "public_flags": 0,
                    "username": "crimastergogo"
                }
            ],
            "message_reference": {
                "channel_id": "803986351464120343",
                "message_id": "843017046206971904"
            },
            "pinned": false,
            "timestamp": "2021-05-15T14:55:55.608000+00:00",
            "tts": false,
            "type": 19
        },
        "timestamp": "2021-05-15T15:37:26.175000+00:00",
        "tts": false,
        "type": 19
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": "3b0bd8e93c2503d9a1e798c4b988c474",
            "discriminator": "2369",
            "id": "92048380280188928",
            "public_flags": 0,
            "username": "vivaladav"
        },
        "channel_id": "803986351464120343",
        "components": [
        ],
        "content": "maybe that means that you don't have enough experience. Try to gain more experience before applying again. Also, better to not apply within 6 months from any application, unless it's for a position that's clearly in a different team and/or you can show something new and interesting on your CV",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "843139642747650049",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
            {
                "avatar": "baf5e1fe9c067bdf3bc70275303cda29",
                "discriminator": "8305",
                "id": "302058169599787009",
                "public_flags": 0,
                "username": "crimastergogo"
            }
        ],
        "message_reference": {
            "channel_id": "803986351464120343",
            "message_id": "843017046206971904"
        },
        "pinned": false,
        "referenced_message": {
            "attachments": [
            ],
            "author": {
                "avatar": "baf5e1fe9c067bdf3bc70275303cda29",
                "discriminator": "8305",
                "id": "302058169599787009",
                "public_flags": 0,
                "username": "crimastergogo"
            },
            "channel_id": "803986351464120343",
            "components": [
            ],
            "content": "Hey I like to join Sumo Digital, Pune. So, I have applied  though their career portal many time, But haven't got response from them, It's been a long time.\nAnyone suggest what to do next, Really waiting for this opportunity since long time like this.",
            "edited_timestamp": "2021-05-15T07:31:14.880000+00:00",
            "embeds": [
            ],
            "flags": 0,
            "id": "843017046206971904",
            "mention_everyone": false,
            "mention_roles": [
            ],
            "mentions": [
            ],
            "pinned": false,
            "timestamp": "2021-05-15T06:48:46.315000+00:00",
            "tts": false,
            "type": 0
        },
        "timestamp": "2021-05-15T14:55:55.608000+00:00",
        "tts": false,
        "type": 19
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": "3b0bd8e93c2503d9a1e798c4b988c474",
            "discriminator": "2369",
            "id": "92048380280188928",
            "public_flags": 0,
            "username": "vivaladav"
        },
        "channel_id": "803986351464120343",
        "components": [
        ],
        "content": "it's not that simple. The main requirement is that Qt must to be linked dynamically and that others can have access to your system to replace the Qt libs",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "843139225943932938",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
            {
                "avatar": "baf5e1fe9c067bdf3bc70275303cda29",
                "discriminator": "8305",
                "id": "302058169599787009",
                "public_flags": 0,
                "username": "crimastergogo"
            }
        ],
        "message_reference": {
            "channel_id": "803986351464120343",
            "message_id": "843015198071586816"
        },
        "pinned": false,
        "referenced_message": {
            "attachments": [
            ],
            "author": {
                "avatar": "baf5e1fe9c067bdf3bc70275303cda29",
                "discriminator": "8305",
                "id": "302058169599787009",
                "public_flags": 0,
                "username": "crimastergogo"
            },
            "channel_id": "803986351464120343",
            "components": [
            ],
            "content": "No, If you don't modify the source of Qt and use it as it is, You can use it as free.",
            "edited_timestamp": null,
            "embeds": [
            ],
            "flags": 0,
            "id": "843015198071586816",
            "mention_everyone": false,
            "mention_roles": [
            ],
            "mentions": [
            ],
            "pinned": false,
            "timestamp": "2021-05-15T06:41:25.685000+00:00",
            "tts": false,
            "type": 0
        },
        "timestamp": "2021-05-15T14:54:16.234000+00:00",
        "tts": false,
        "type": 19
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": "baf5e1fe9c067bdf3bc70275303cda29",
            "discriminator": "8305",
            "id": "302058169599787009",
            "public_flags": 0,
            "username": "crimastergogo"
        },
        "channel_id": "803986351464120343",
        "components": [
        ],
        "content": "Hey I like to join Sumo Digital, Pune. So, I have applied  though their career portal many time, But haven't got response from them, It's been a long time.\nAnyone suggest what to do next, Really waiting for this opportunity since long time like this.",
        "edited_timestamp": "2021-05-15T07:31:14.880000+00:00",
        "embeds": [
        ],
        "flags": 0,
        "id": "843017046206971904",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "timestamp": "2021-05-15T06:48:46.315000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": "baf5e1fe9c067bdf3bc70275303cda29",
            "discriminator": "8305",
            "id": "302058169599787009",
            "public_flags": 0,
            "username": "crimastergogo"
        },
        "channel_id": "803986351464120343",
        "components": [
        ],
        "content": "so, other conditions are also there",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "843015254937698304",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "timestamp": "2021-05-15T06:41:39.243000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": "baf5e1fe9c067bdf3bc70275303cda29",
            "discriminator": "8305",
            "id": "302058169599787009",
            "public_flags": 0,
            "username": "crimastergogo"
        },
        "channel_id": "803986351464120343",
        "components": [
        ],
        "content": "No, If you don't modify the source of Qt and use it as it is, You can use it as free.",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "843015198071586816",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,

  "timestamp": "2021-05-15T06:41:25.685000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": null,
            "discriminator": "3680",
            "id": "263357794470723584",
            "public_flags": 0,
            "username": "eclonit"
        },
        "channel_id": "803986351464120343",
        "components": [
        ],
        "content": "When Vim didn't exist",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "841770036468908044",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "timestamp": "2021-05-11T20:13:36.025000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": null,
            "discriminator": "3680",
            "id": "263357794470723584",
            "public_flags": 0,
            "username": "eclonit"
        },
        "channel_id": "803986351464120343",
        "components": [
        ],
        "content": "Back to 80s",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "841769667089006645",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "timestamp": "2021-05-11T20:12:07.958000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": null,
            "discriminator": "3680",
            "id": "263357794470723584",
            "public_flags": 0,
            "username": "eclonit"
        },
        "channel_id": "803986351464120343",
        "components": [
        ],
        "content": "So I'll come back to notepad and the [G]old g++",
        "edited_timestamp": "2021-05-11T20:57:34.304000+00:00",
        "embeds": [
        ],
        "flags": 0,
        "id": "841768806878543883",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "timestamp": "2021-05-11T20:08:42.868000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": null,
            "discriminator": "3680",
            "id": "263357794470723584",
            "public_flags": 0,
            "username": "eclonit"
        },
        "channel_id": "803986351464120343",
        "components": [
        ],
        "content": "Well...",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "841768004014047274",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "timestamp": "2021-05-11T20:05:31.450000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": "3b0bd8e93c2503d9a1e798c4b988c474",
            "discriminator": "2369",
            "id": "92048380280188928",
            "public_flags": 0,
            "username": "vivaladav"
        },
        "channel_id": "803986351464120343",
        "components": [
        ],
        "content": "you can use it for free if you can comply with the requirements of LGPL v3 and you don't need any commercial/GPL module",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "841767473997152267",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
            {
                "avatar": null,
                "discriminator": "3680",
                "id": "263357794470723584",
                "public_flags": 0,
                "username": "eclonit"
            }
        ],
        "message_reference": {
            "channel_id": "803986351464120343",
            "message_id": "841766139829682187"
        },
        "pinned": false,
        "referenced_message": {
            "attachments": [
            ],
            "author": {
                "avatar": null,
                "discriminator": "3680",
                "id": "263357794470723584",
                "public_flags": 0,
                "username": "eclonit"
            },
            "channel_id": "803986351464120343",
            "components": [
            ],
            "content": "Man, does QT for desktop development really costs 233 dollars per month?",
            "edited_timestamp": null,
            "embeds": [
            ],
            "flags": 0,
            "id": "841766139829682187",
            "mention_everyone": false,
            "mention_roles": [
            ],
            "mentions": [
            ],
            "pinned": false,
            "timestamp": "2021-05-11T19:58:06.994000+00:00",
            "tts": false,
            "type": 0
        },
        "timestamp": "2021-05-11T20:03:25.084000+00:00",
        "tts": false,
        "type": 19
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": null,
            "discriminator": "3680",
            "id": "263357794470723584",
            "public_flags": 0,
            "username": "eclonit"
        },
        "channel_id": "803986351464120343",
        "components": [
        ],
        "content": "Man, does QT for desktop development really costs 233 dollars per month?",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "841766139829682187",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "timestamp": "2021-05-11T19:58:06.994000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": null,
            "discriminator": "3680",
            "id": "263357794470723584",
            "public_flags": 0,
            "username": "eclonit"
        },
        "channel_id": "803986351464120343",
        "components": [
        ],
        "content": "I'm excited",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "841751113102655488",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "timestamp": "2021-05-11T18:58:24.343000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": "bcccfa3569b14228d192d1fc7d2458fb",
            "discriminator": "9383",
            "id": "220445529082036224",
            "public_flags": 0,
            "username": "jormundgand"
        },
        "channel_id": "803986351464120343",
        "components": [
        ],
        "content": "Most of my early C and C++ days was in kernels. That's really where I started, with writing my own kernel from scratch.",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "841739311921627197",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "timestamp": "2021-05-11T18:11:30.722000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": null,
            "discriminator": "3680",
            "id": "263357794470723584",
            "public_flags": 0,
            "username": "eclonit"
        },
        "channel_id": "803986351464120343",
        "components": [
        ],
        "content": "And I have 2 months  to make something works",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "841728061061726248",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "timestamp": "2021-05-11T17:26:48.308000+00:00",
        "
tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": null,
            "discriminator": "3680",
            "id": "263357794470723584",
            "public_flags": 0,
            "username": "eclonit"
        },
        "channel_id": "803986351464120343",
        "components": [
        ],
        "content": "Thank you man, I need to get into electronics too, that's why I was a little scared, I only worked on desktop with C/C++ and assembly",
        "edited_timestamp": "2021-05-11T17:27:16.860000+00:00",
        "embeds": [
        ],
        "flags": 0,
        "id": "841727990123331584",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
            {
                "avatar": "bcccfa3569b14228d192d1fc7d2458fb",
                "discriminator": "9383",
                "id": "220445529082036224",
                "public_flags": 0,
                "username": "jormundgand"
            }
        ],
        "message_reference": {
            "channel_id": "803986351464120343",
            "message_id": "841713966052802580"
        },
        "pinned": false,
        "referenced_message": {
            "attachments": [
            ],
            "author": {
                "avatar": "bcccfa3569b14228d192d1fc7d2458fb",
                "discriminator": "9383",
                "id": "220445529082036224",
                "public_flags": 0,
                "username": "jormundgand"
            },
            "channel_id": "803986351464120343",
            "components": [
            ],
            "content": "Don't be scared. It's a different environment than a desktop but really no that different.",
            "edited_timestamp": null,
            "embeds": [
            ],
            "flags": 0,
            "id": "841713966052802580",
            "mention_everyone": false,
            "mention_roles": [
            ],
            "mentions": [
                {
                    "avatar": null,
                    "discriminator": "3680",
                    "id": "263357794470723584",
                    "public_flags": 0,
                    "username": "eclonit"
                }
            ],
            "message_reference": {
                "channel_id": "803986351464120343",
                "message_id": "841466887677542411"
            },
            "pinned": false,
            "timestamp": "2021-05-11T16:30:47.796000+00:00",
            "tts": false,
            "type": 19
        },
        "timestamp": "2021-05-11T17:26:31.395000+00:00",
        "tts": false,
        "type": 19
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": "bcccfa3569b14228d192d1fc7d2458fb",
            "discriminator": "9383",
            "id": "220445529082036224",
            "public_flags": 0,
            "username": "jormundgand"
        },
        "channel_id": "803986351464120343",
        "components": [
        ],
        "content": "Don't be scared. It's a different environment than a desktop but really no that different.",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "841713966052802580",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
            {
                "avatar": null,
                "discriminator": "3680",
                "id": "263357794470723584",
                "public_flags": 0,
                "username": "eclonit"
            }
        ],
        "message_reference": {
            "channel_id": "803986351464120343",
            "message_id": "841466887677542411"
        },
        "pinned": false,
        "referenced_message": {
            "attachments": [
            ],
            "author": {
                "avatar": null,
                "discriminator": "3680",
                "id": "263357794470723584",
                "public_flags": 0,
                "username": "eclonit"
            },
            "channel_id": "803986351464120343",
            "components": [
            ],
            "content": "It seems scary",
            "edited_timestamp": null,
            "embeds": [
            ],
            "flags": 0,
            "id": "841466887677542411",
            "mention_everyone": false,
            "mention_roles": [
            ],
            "mentions": [
                {
                    "avatar": "3b0bd8e93c2503d9a1e798c4b988c474",
                    "discriminator": "2369",
                    "id": "92048380280188928",
                    "public_flags": 0,
                    "username": "vivaladav"
                }
            ],
            "message_reference": {
                "channel_id": "803986351464120343",
                "message_id": "841384096840155216"
            },
            "pinned": false,
            "timestamp": "2021-05-11T00:08:59.721000+00:00",
            "tts": false,
            "type": 19
        },
        "timestamp": "2021-05-11T16:30:47.796000+00:00",
        "tts": false,
        "type": 19
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": null,
            "discriminator": "3680",
            "id": "263357794470723584",
            "public_flags": 0,
            "username": "eclonit"
        },
        "channel_id": "803986351464120343",
        "components": [
        ],
        "content": "Yeah, I moved to others languages after, because of money, but hardware and computational theory always has been my passion",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "841468114913853451",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "timestamp": "2021-05-11T00:13:52.317000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": "3b0bd8e93c2503d9a1e798c4b988c474",
            "discriminator": "2369",
            "id": "92048380280188928",
            "public_flags": 0,
            "username": "vivaladav"
        },
        "channel_id": "803986351464120343",
        "components": [
        ],
        "content": "well, that helps then πŸ™‚",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "841467548570877992",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "timestamp": "2021-05-11T00:11:37.290000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": null,
            "discriminator": "3680",
            "id": "263357794470723584",
            "public_flags": 0,
            "username": "eclonit"
        },
        "channel_id": "803986351464120343",
        "components": [
        ],
        "content": "C/C++ was my first contact with programming",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "841467543569956915",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "timestamp": "2021-05-11T00:11:36.098000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": "3b0bd8e93c2503d9a1e798c4b988c474",
            "discriminator": "2369",
            "id": "92048380280188928",
            "public_flags": 0,
            "username": "vivaladav"
        },
        "channel_id": "803986351464120343",
        "components": [
        ],
        "content": "oh yeah, for sure there are resources online",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "841467401085255702",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "timestamp": "2021-05-11T00:11:02.127000+00:00",
        "tts": false,
        "type": 0
    }
,
    {
        "attachments": [
        ],
        "author": {
            "avatar": null,
            "discriminator": "3680",
            "id": "263357794470723584",
            "public_flags": 0,
            "username": "eclonit"
        },
        "channel_id": "803986351464120343",
        "components": [
        ],
        "content": "Oh no hahah I'm an \"experienced\" C/C++ engineer",
        "edited_timestamp": "2021-05-11T00:37:09.457000+00:00",
        "embeds": [
        ],
        "flags": 0,
        "id": "841467374405550101",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
            {
                "avatar": "3b0bd8e93c2503d9a1e798c4b988c474",
                "discriminator": "2369",
                "id": "92048380280188928",
                "public_flags": 0,
                "username": "vivaladav"
            }
        ],
        "message_reference": {
            "channel_id": "803986351464120343",
            "message_id": "841467036886761512"
        },
        "pinned": false,
        "referenced_message": {
            "attachments": [
            ],
            "author": {
                "avatar": "3b0bd8e93c2503d9a1e798c4b988c474",
                "discriminator": "2369",
                "id": "92048380280188928",
                "public_flags": 0,
                "username": "vivaladav"
            },
            "channel_id": "803986351464120343",
            "components": [
            ],
            "content": "well, if you're new to C++ you definitely don't want to start with that",
            "edited_timestamp": null,
            "embeds": [
            ],
            "flags": 0,
            "id": "841467036886761512",
            "mention_everyone": false,
            "mention_roles": [
            ],
            "mentions": [
            ],
            "pinned": false,
            "timestamp": "2021-05-11T00:09:35.295000+00:00",
            "tts": false,
            "type": 0
        },
        "timestamp": "2021-05-11T00:10:55.766000+00:00",
        "tts": false,
        "type": 19
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": null,
            "discriminator": "3680",
            "id": "263357794470723584",
            "public_flags": 0,
            "username": "eclonit"
        },
        "channel_id": "803986351464120343",
        "components": [
        ],
        "content": "But probally there is some resource on internet for that, and I'm a curious guy when the subject is 'under hood'",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "841467207388758076",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "timestamp": "2021-05-11T00:10:15.946000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": "3b0bd8e93c2503d9a1e798c4b988c474",
            "discriminator": "2369",
            "id": "92048380280188928",
            "public_flags": 0,
            "username": "vivaladav"
        },
        "channel_id": "803986351464120343",
        "components": [
        ],
        "content": "C in this case",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "841467112542568468",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "timestamp": "2021-05-11T00:09:53.333000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": "3b0bd8e93c2503d9a1e798c4b988c474",
            "discriminator": "2369",
            "id": "92048380280188928",
            "public_flags": 0,
            "username": "vivaladav"
        },
        "channel_id": "803986351464120343",
        "components": [
        ],
        "content": "well, if you're new to C++ you definitely don't w
ant to start with that",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "841467036886761512",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "timestamp": "2021-05-11T00:09:35.295000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": null,
            "discriminator": "3680",
            "id": "263357794470723584",
            "public_flags": 0,
            "username": "eclonit"
        },
        "channel_id": "803986351464120343",
        "components": [
        ],
        "content": "It seems scary",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "841466887677542411",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
            {
                "avatar": "3b0bd8e93c2503d9a1e798c4b988c474",
                "discriminator": "2369",
                "id": "92048380280188928",
                "public_flags": 0,
                "username": "vivaladav"
            }
        ],
        "message_reference": {
            "channel_id": "803986351464120343",
            "message_id": "841384096840155216"
        },
        "pinned": false,
        "referenced_message": {
            "attachments": [
            ],
            "author": {
                "avatar": "3b0bd8e93c2503d9a1e798c4b988c474",
                "discriminator": "2369",
                "id": "92048380280188928",
                "public_flags": 0,
                "username": "vivaladav"
            },
            "channel_id": "803986351464120343",
            "components": [
            ],
            "content": "I guess that would involve writing a kernel driver, probably in C, but unfortunately I am not familiar with any of that",
            "edited_timestamp": null,
            "embeds": [
            ],
            "flags": 0,
            "id": "841384096840155216",
            "mention_everyone": false,
            "mention_roles": [
            ],
            "mentions": [
            ],
            "pinned": false,
            "timestamp": "2021-05-10T18:40:00.847000+00:00",
            "tts": false,
            "type": 0
        },
        "timestamp": "2021-05-11T00:08:59.721000+00:00",
        "tts": false,
        "type": 19
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": "3b0bd8e93c2503d9a1e798c4b988c474",
            "discriminator": "2369",
            "id": "92048380280188928",
            "public_flags": 0,
            "username": "vivaladav"
        },
        "channel_id": "803986351464120343",
        "components": [
        ],
        "content": "I guess that would involve writing a kernel driver, probably in C, but unfortunately I am not familiar with any of that",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "841384096840155216",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "timestamp": "2021-05-10T18:40:00.847000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": null,
            "discriminator": "3680",
            "id": "263357794470723584",
            "public_flags": 0,
            "username": "eclonit"
        },
        "channel_id": "803986351464120343",
        "components": [
        ],
        "content": "I kinda think that the development of the headphones is the real essential learning and the integration with Bluetooth problem can be solved with a just device driver learning, but I don't know very well, can someone help, please?",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "841126695544553532",
        "mention_everyone": false,
        "mention_roles": [
        ],

        "mentions": [
        ],
        "pinned": false,
        "timestamp": "2021-05-10T01:37:11.596000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": null,
            "discriminator": "3680",
            "id": "263357794470723584",
            "public_flags": 0,
            "username": "eclonit"
        },
        "channel_id": "803986351464120343",
        "components": [
        ],
        "content": "Does someone know how to begin work with Bluetooth headphones?",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "841125548465193030",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "timestamp": "2021-05-10T01:32:38.111000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": null,
            "discriminator": "2468",
            "id": "808417449351053342",
            "public_flags": 0,
            "username": "Rohith"
        },
        "channel_id": "803986351464120343",
        "components": [
        ],
        "content": "πŸ‘",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "835924167132053561",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
            {
                "avatar": "65a7858cdfc5e305f8a970fe3474477d",
                "discriminator": "8896",
                "id": "450596677783650305",
                "public_flags": 0,
                "username": "Bartek F."
            }
        ],
        "message_reference": {
            "channel_id": "803986351464120343",
            "message_id": "835569722773864499"
        },
        "pinned": false,
        "referenced_message": {
            "attachments": [
            ],
            "author": {
                "avatar": "65a7858cdfc5e305f8a970fe3474477d",
                "discriminator": "8896",
                "id": "450596677783650305",
                "public_flags": 0,
                "username": "Bartek F."
            },
            "channel_id": "803986351464120343",
            "components": [
            ],
            "content": "and another link: https://abseil.io/resources/swe-book - for free πŸ™‚",
            "edited_timestamp": null,
            "embeds": [
                {
                    "description": "An open-source collection of core C++ library code",
                    "title": "abseil / Software Engineering at Google",
                    "type": "link",
                    "url": "https://abseil.io/resources/swe-book"
                }
            ],
            "flags": 0,
            "id": "835569722773864499",
            "mention_everyone": false,
            "mention_roles": [
            ],
            "mentions": [
            ],
            "pinned": false,
            "timestamp": "2021-04-24T17:35:46.044000+00:00",
            "tts": false,
            "type": 0
        },
        "timestamp": "2021-04-25T17:04:12.164000+00:00",
        "tts": false,
        "type": 19
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": "65a7858cdfc5e305f8a970fe3474477d",
            "discriminator": "8896",
            "id": "450596677783650305",
            "public_flags": 0,
            "username": "Bartek F."
        },
        "channel_id": "803986351464120343",
        "components": [
        ],
        "content": "and another link: https://abseil.io/resources/swe-book - for free πŸ™‚",
        "edited_timestamp": null,
        "embeds": [
            {
                "description": "An open-source collection of core C++ library code",
                "title": "abseil / Software Engineering at Google",
                "type": "link",
                "url": "https://abseil.io/resources/swe-book"
            }
        ],
        "flags": 0,
        "id": "835569722773864499",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "reactions": [
            {
                "count": 2,
                "emoji": {
                    "id": null,
                    "name": "πŸ‘"
                },
                "me": false
            },
            {
                "count": 1,
                "emoji": {
                    "id": "805609658391461900",
                    "name": "cpp_lang"
                },
                "me": false
            }
        ],
        "timestamp": "2021-04-24T17:35:46.044000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": "65a7858cdfc5e305f8a970fe3474477d",
            "discriminator": "8896",
            "id": "450596677783650305",
            "public_flags": 0,
            "username": "Bartek F."
        },
        "channel_id": "803986351464120343",
        "components": [
        ],
        "content": "https://abseil.io/blog/04222021-swe-book",
        "edited_timestamp": null,
        "embeds": [
            {
                "description": "An open-source collection of core C++ library code",
                "title": "abseil / SWE Book Freely Available",
                "type": "link",
                "url": "https://abseil.io/blog/04222021-swe-book"
            }
        ],
        "flags": 0,
        "id": "835569665669070848",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "reactions": [
            {
                "count": 1,
                "emoji": {
                    "id": "805609658391461900",
                    "name": "cpp_lang"
                },
                "me": false
            }
        ],
        "timestamp": "2021-04-24T17:35:32.429000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": "3b0bd8e93c2503d9a1e798c4b988c474",
            "discriminator": "2369",
            "id": "92048380280188928",
            "public_flags": 0,
            "username": "vivaladav"
        },
        "channel_id": "803986351464120343",
        "components": [
        ],
        "content": "then all they say in Vikings (tv series) about destiny and gods will is not true πŸ˜”  but yeah, this is pretty <#805635510290743296>",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "833710934190063616",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "timestamp": "2021-04-19T14:29:36.311000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": "bcccfa3569b14228d192d1fc7d2458fb",
            "discriminator": "9383",
            "id": "220445529082036224",
            "public_flags": 0,
            "username": "jormundgand"
        },
        "channel_id": "803986351464120343",
        "components": [
        ],
        "content": "Vikings challenge gods, they don't wait for them. But er may need to move that discussion to a diffenet place. The val, perhaps!",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "833707912698396763",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "timestamp": "2021-04-19T14:17:35.931000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": "3b0bd8e93c2503d9a1e798c4b988c474",
            "discriminator": "2369",
            "id": "92048380280188928",
            "public_flags": 0,
            "username": "vivaladav"
        },
        "channel_id": "803986351464120343",
        "components": [
        ],
        "content": "waiting for the gods, like a true Viking",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "833707452922069042",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
            {
                "avatar": "bcccfa3569b14228d192d1fc7d2458fb",
                "discriminator": "9383",
                "id": "220445529082036224",
                "public_flags": 0,
                "username": "jormundgand"
            }
        ],
        "message_reference": {
            "channel_id": "803986351464120343",
            "message_id": "833704550942507078"
        },
        "pinned": false,
        "referenced_message": {
            "attachments": [
            ],
            "author": {
                "avatar": "bcccfa3569b14228d192d1fc7d2458fb",
                "discriminator": "9383",
                "id": "220445529082036224",
                "public_flags": 0,
                "username": "jormundgand"
            },
            "channel_id": "803986351464120343",
            "components": [
            ],
            "content": "I never got a job I applied for. I just wait for people to tell me where my new job is.",
            "edited_timestamp": null,
            "embeds": [
            ],
            "flags": 0,
            "id": "833704550942507078",
            "mention_everyone": false,
            "mention_roles": [
            ],
            "mentions": [
            ],
            "pinned": false,
            "timestamp": "2021-04-19T14:04:14.426000+00:00",
            "tts": false,
            "type": 0
        },
        "timestamp": "2021-04-19T14:15:46.312000+00:00",
        "tts": false,
        "type": 19
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": "bcccfa3569b14228d192d1fc7d2458fb",
            "discriminator": "9383",
            "id": "220445529082036224",
            "public_flags": 0,
            "username": "jormundgand"
        },
        "channel_id": "803986351464120343",
        "components": [
        ],
        "content": "I never got a job I applied for. I just wait for people to tell me where my new job is.",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "833704550942507078",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
        ],
        "pinned": false,
        "timestamp": "2021-04-19T14:04:14.426000+00:00",
        "tts": false,
        "type": 0
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": "3b0bd8e93c2503d9a1e798c4b988c474",
            "discriminator": "2369",
            "id": "92048380280188928",
            "public_flags": 0,
            "username": "vivaladav"
        },
        "channel_id": "803986351464120343",
        "components": [
        ],
        "content": "sure, but better using <#805173782267428914> for that",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "833702263943725106",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
            {
                "avatar": "baf5e1fe9c067bdf3bc70275303cda29",
                "discriminator": "8305",
                "id": "302058169599787009",
                "public_flags": 0,
                "username": "crimastergogo"
            }
        ],
        "message_reference": {
            "channel_id": "803986351464120343",
            "message_id": "833701084991324190"
        },
        "pinned": false,
        "referenced_message": {
            "attachments": [
            ],
            "author": {
                "avatar": "baf5e1fe9c067bdf3bc70275303cda29",
                "discriminator": "8305",
                "id": "302058169599787009",
                "public_flags": 0,
                "username": "crimastergogo"
            },
            "channel_id": "803986351464120343",
            "components": [
            ],
            "content": "Can I post, how I'm getting rejected from every job I applied. 😭",
            "edited_timestamp": null,
            "embeds": [
            ],
            "flags": 0,
            "id": "833701084991324190",
            "mention_everyone": false,
            "mention_roles": [
            ],
            "mentions": [
                {
                    "avatar": "3b0bd8e93c2503d9a1e798c4b988c474",
                    "discriminator": "2369",
                    "id": "92048380280188928",
                    "public_flags": 0,
                    "username": "vivaladav"
                }
            ],
            "message_reference": {
                "channel_id": "803986351464120343",
                "message_id": "833683235166617601"
            },
            "pinned": false,
            "timestamp": "2021-04-19T13:50:28.079000+00:00",
            "tts": false,
            "type": 19
        },
        "timestamp": "2021-04-19T13:55:09.163000+00:00",
        "tts": false,
        "type": 19
    },
    {
        "attachments": [
        ],
        "author": {
            "avatar": "baf5e1fe9c067bdf3bc70275303cda29",
            "discriminator": "8305",
            "id": "302058169599787009",
            "public_flags": 0,
            "username": "crimastergogo"
        },
        "channel_id": "803986351464120343",
        "components": [
        ],
        "content": "Can I post, how I'm getting rejected from every job I applied. 😭",
        "edited_timestamp": null,
        "embeds": [
        ],
        "flags": 0,
        "id": "833701084991324190",
        "mention_everyone": false,
        "mention_roles": [
        ],
        "mentions": [
            {
                "avatar": "3b0bd8e93c2503d9a1e798c4b988c474",
                "discriminator": "2369",
                "id": "92048380280188928",
                "public_flags": 0,
                "username": "vivaladav"
            }
        ],
        "message_reference": {
            "channel_id": "803986351464120343",
            "message_id": "833683235166617601"
        },
        "pinned": false,
        "referenced_message": {
            "attachments": [
            ],
            "author": {
                "avatar": "3b0bd8e93c2503d9a1e798c4b988c474",
                "discriminator": "2369",
                "id": "92048380280188928",
                "public_flags": 0,
                "username": "vivaladav"
            },
            "channel_id": "803986351464120343",
            "components": [
            ],
            "content": "hey @everyone, I created a new channel: <#833452708793942016> where you can share any story from your work experience. Feel free to use it to talk about that crazy boss, that huge team failure or when things went surprisingly well.. basically anything that happened at work during your career!",
            "edited_timestamp": null,
            "embeds": [
            ],
            "flags": 0,
            "id": "833683235166617601",
            "mention_everyone": true,
            "mention_roles": [
            ],
            "mentions": [
            ],
            "pinned": false,
            "timestamp": "2021-04-19T12:39:32.349000+00:00",
            "tts": false,
            "type": 0
        },
        "timestamp": "2021-04-19T13:50:28.079000+00:00",
        "tts": false,
        "type": 19
    }
]
guerinoni commented 3 years ago

It will show all the messages of this body?

clin1234 commented 3 years ago

To clarify: the text file is merely a debug log showing that the array of message objects is received per channel, but the interface only renders one message per channel