Bazsalanszky@lemmy.toldi.eutoMemes@lemmy.ml•It's so nice to see them all growing, but this is just the truth, sorry.
2·
1 year agoNice. Thank you
Hungary 🇭🇺🇪🇺
Developer behind the Eternity for Lemmy android app.
@bazsalanszky@lemmy.ml is my old account, migrated to my own instance in 2023.
Nice. Thank you
Hi!
Dev here. Would you mind filing a report on this issue via Codeberg? Additional information would be greatly beneficial for me to identify and resolve the problem. If possible, could you also provide me with the relevant logs? This sounds like a serious issue I would like to resolve this ASAP.
I’m so happy to see Infinity for Lemmy in a meme. This made my day. Thank you.
This reminds me of one of my older projects. I wanted to learn more about network communications, so I started working on a simple P2P chat app. It wasn’t anything fancy, but I really enjoyed working on it. One challenge I faced was that, at the time, I didn’t know how to listen for user input while handling network communication simultaneously. So, after I had managed to get multiple TCP sockets working on one thread, I thought, why not open another socket for HTTP communication? That way, I could incorporate a fancy web UI instead of just a CLI interface.
So, I wrote a simple HTTP server, which, in hindsight, might not have been necessary.