AI & ML interests

None defined yet.

Recent Activity

paulpham157 
posted an update 2 months ago
view post
Post
1259
Two things to know right before starting:

- Learn Git. Git is a great versioning tool, even when working alone. It's also essential when working in a team. Don't make excuses that you only do DL and can't do software development.
😞 Don't create files like:
main_backup_1.py
main_backup_2.py
main_backup_3.py
anymore...
(It sounds ridiculous, but I've actually seen some people do that... weren't students.)

- Try to keep everything stable. Imagine encountering errors during a demo. Keep the code clean so it runs smoothly and is maintainable. Always minimize DevOps steps to ensure quick reboot (this can be covered by some platforms; thanks to Hugging Face for making it easy and providing a basic infrastructure that most people can access almost for free). 🤤
paulpham157 
posted an update 3 months ago
view post
Post
1271
This isn't really related, but... do people generally prefer dark themes or light themes?
  • 8 replies
·
paulpham157 
posted an update 3 months ago
view post
Post
1649
I am building a control panel that converts the Markdown format of spec-kit specification document into a visual kanban board
https://specboard.vercel.app/
paulpham157 
posted an update 4 months ago
view post
Post
281
Total context = user message + system instruction (system prompt) + tools, MCP instruction + subagent instruction + skill instruction. Can you control your input token?
  • 2 replies
·
paulpham157 
posted an update 4 months ago