Hungary 🇭🇺🇪🇺

Developer behind the Eternity for Lemmy android app.

@bazsalanszky@lemmy.ml is my old account, migrated to my own instance in 2023.

  • 11 Posts
  • 84 Comments
Joined 1 year ago
cake
Cake day: July 2nd, 2023

help-circle


  • 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.


  • I discovered a channel called ‘Just Alex’ awhile ago, and I’ve binge-watched most of his videos. He makes videos about a variety of activities he engages in. For example, two years ago, he started beekeeping as a hobby. In these videos, he shows the progress he has made since then, taking care of his bees and harvesting their honey.

    He also has videos on collecting mushrooms, growing crops, and traveling around Europe.

    What I like about him is how calming his videos are and the amount of effort he puts into making them interesting, without resorting to clickbait content.
















  • Thank you for your feedback. The new “statistics block” is something I wanted to experiment with. Personally, I prefer this one, but I could certainly add an option to hide it or switch back to the old one.

    Regarding your question about why the timestamp on posts was moved, there wasn’t enough space to display the full/qualified names for users and communities. This often resulted in many undesired line breaks. Here’s the issue where this was discussed, and there are screenshots of other alternatives. I could implement those alternatives as configurable options.