Live data from Hacker News

Viewing profile — _c7zm

_c7zm

HN member
Joined
Sun, Sep 14, 2025, 1:49 PM UTC
HN karma
7
Public activity
15 items

About _c7zm

No profile information was provided.

Recent public activity

  1. story
  2. comment
  3. comment
  4. comment
  5. comment
  6. comment
  7. comment
  8. story
    Easy and Long-Term Discord Bot Support

    Discord bot for running weekly Dead by Daylight tournaments. However, only the application framework was implemented using the SMVP pattern (Share, Model, View, Psychology), with a…

  9. story
  10. story
  11. story
  12. comment
    Comment #45243419

    If you plan to maintain the application in the future, using MVC/MVP/MVVM patterns will reduce the cognitive load, allowing you to implement new features and fix bugs much faster. …

  13. comment
    Comment #45242983

    If you add an AGENTS.md, the AI agent will work more efficiently, and there will be far fewer problems like the ones you’re facing. You can include sections such as Security, codin…

  14. comment
    Comment #45242874

    All the logic and UI code of your application is in a single file, MainActivity.kt (not counting the app theme, those files are separate), which has 1073 lines of code. No services…

  15. comment
    Comment #45242797

    Tags in Git are useful when you need to make a release, upload files to that release, and provide a download link for the file. That’s when I personally use tags.