HackerTrans
TopNewTrendsCommentsPastAskShowJobs

javafactory

no profile record

Submissions

Ask HN: How do you promote your personal projects with a limited budget?

132 points·by javafactory·anno scorso·91 comments

Show HN: JavaFactory – IntelliJ plugin to generate Java code

github.com
44 points·by javafactory·anno scorso·27 comments

Show HN: Building an IntelliJ Code Generation Plugin with LLM

github.com
2 points·by javafactory·anno scorso·0 comments

comments

javafactory
·anno scorso·discuss
Thank you for sharing your thoughts. If you don’t mind, could you share the GitHub repository of your product?

I’m not very good at promotion or presentation — honestly, I’m below average. So if I could see an example of how you do it, it would be incredibly helpful for me.
javafactory
·anno scorso·discuss
If you don't mind me asking — could you share which blogging platforms you recommend?

I live in Asia and only know local platforms, but since the user base is quite limited here, I'm looking for platforms where I can post in English and reach a broader audience.
javafactory
·anno scorso·discuss
Thank you. Seeing real-world posts like this is incredibly helpful for me.
javafactory
·anno scorso·discuss
Thank you for the great insight. I just subscribed to your channel — I’ll be studying your videos. I really appreciate you sharing your experience.

By the way, are you also using blogging or any other channels for traffic?
javafactory
·anno scorso·discuss
Thank you very much for your response. I didn’t get a notification yesterday and thought my question had been buried.

----

You’re absolutely right — I need to shift from treating this as a hobby to treating it as real work. But I’m still a beginner. If you don’t mind, could you share some of the things you did to gather early user feedback?
javafactory
·anno scorso·discuss
By the way After sharing the project here yesterday,the project hit 200 downloads and 50 GitHub stars.

I’m so happy and truly grateful to everyone on HN. Thank you
javafactory
·anno scorso·discuss
I think IntelliJ is a great tool on its own. Recently, they even added a feature that auto-injects dependencies when you declare them as private final — super convenient.

I can’t help but wonder if the folks at JetBrains are starting to feel a bit of pressure from tools like Cursor or Windsurf
javafactory
·anno scorso·discuss
That's right. Unfortunately, the system currently forces the use of GPT-4o.

To be honest, I didn’t realize that model selection would be such an important point for users. I believed that choosing a high-quality model with strong reasoning capabilities was part of the service’s value proposition.

But lately, more users — including yourself — have been asking for support for other models like Claude Sonnet or LLaMA.

I’m now seriously considering adding an adapter feature. Thank you for your feedback — I really appreciate it.
javafactory
·anno scorso·discuss
1. Im sorry. i it was typo on path, i fixed it so you can see now.

2. from now, i only allow to use gpt-4o, because the requests involve relatively long context windows, which require high-quality reasoning. Only recent high-performance models like GPT-4o or Claude Sonnet are capable of reducing the manual workload for this kind of task.

___

but still, if user want to use other models , i can make adapter features for various models
javafactory
·anno scorso·discuss
Your point is valid. In real-world work, tests should focus on parts that are difficult to verify, and if everything passes on the first try, it's often a sign that something deserves a closer look.

That said, what I wanted to highlight in the example was a contrast — tools like Cursor and other general-purpose models often fail to even generate simple tests correctly, or can't produce tests that pass. So the goal was to show the difference in reliability.
javafactory
·anno scorso·discuss
This uses OpenAI's GPT-4o model.

The requests involve relatively long context windows, which require high-quality reasoning. Only recent high-performance models like GPT-4o or Claude Sonnet are capable of reducing the manual workload for this kind of task.
javafactory
·anno scorso·discuss
Thank you — I’ll consider adding that feature.

Actually, I'm currently thinking about creating a small community for sharing pattern definitions.
javafactory
·anno scorso·discuss
thank you. i think this tool have really room to grow, but still concept of manipulate each task is quite usefule