Viewing profile — _c7zm
_c7zm
HN member- Joined
- Sun, Sep 14, 2025, 1:49 PM UTC
- HN karma
- 7
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About _c7zm
No profile information was provided.
Recent public activity
- story
- comment
- comment
- comment
- comment
- comment
- comment
-
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…
- story
- story
- story
-
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. …
-
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…
-
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…
-
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.