Live data from Hacker News

Viewing profile — rlinge

rlinge

HN member
Joined
Wed, Jun 19, 2024, 2:45 AM UTC
HN karma
7
Public activity
22 items

About rlinge

No profile information was provided.

Recent public activity

  1. comment
  2. story
  3. story
  4. story
  5. story
    An Old-School Chat Room with WebRTC Video Call Support

    This chat room takes a different approach—there are no predefined or public room lists. You create your own room and then share the group name & password or a link with your friend…

  6. comment
    Comment #40935490

    Webd: A 90kB Alternative you might want to try https://github.com/webd90kb/webd

  7. comment
    Comment #40888893

    I started to make some new toys in C too: https://github.com/webd90kb/webd/tree/master/codes/c_project... https://github.com/webd90kb/webd/tree/master/codes/scripts/e...

  8. comment
    Comment #40887820

    My script/tool can embed a directory with it's structure, the files(memory block) can be found by path/filename. It's suitable for my app like 'webd file server' which has a lot fi…

  9. comment
    Comment #40887732

    Creating a well-structured C project can greatly enhance code maintainability, readability, and reusability. This blog post will guide you through a practical example of a C projec…

  10. story
  11. comment
    Comment #40887727

    Embedding resource files into the executable program ensures that all necessary resources are included, simplifying distribution and preventing issues with missing files. It also e…

  12. story
  13. story
  14. story
  15. comment
    Comment #40862152

    Yes, Qt is a perfect choice for many developers, but there are also some developers who can't fully master C++. For example, I'm not smart enough to learn C++ and can only use C. F…

  16. comment
    Comment #40862139

    I use this method because I happen to know how to develop web servers and work with HTML/JavaScript. That's why I chose this approach. I assume they are in a similar situation, or …

  17. comment
  18. comment
    Comment #40862095

    Sorry for that, but it's why I call it "another way" :-)

  19. comment
    Comment #40862092

    I believe it is due to the widespread popularity of Electron. What is widely popular is not necessarily the most perfect, but it is more developer-friendly. In recent years, develo…

  20. story
    There's another way to write GUI apps for Windows

    After seen this and comments https://news.ycombinator.com/item?id=40839208 , I have somethings to say. Now days people like to use Electron or Qt, but there's another way, use the …

  21. comment
    Comment #40852821

    There's another way to build a 150KB or less executable today. Mime is less than 90KB, have a look at https://webd.cf/webd/ It's a web file manager.

  22. story