HackerTrans
TopNewTrendsCommentsPastAskShowJobs

RockieYang

no profile record

Submissions

[untitled]

1 points·by RockieYang·قبل 4 أشهر·0 comments

[untitled]

1 points·by RockieYang·قبل 6 أشهر·0 comments

A raw pptx file content reader

awheelmaker.com
5 points·by RockieYang·قبل 8 أشهر·4 comments

I want get a free HTTPS certificate without any library, so here it is

awheelmaker.com
3 points·by RockieYang·قبل 8 أشهر·0 comments

GitOps Considered Harmful for MVP

knockdata.com
13 points·by RockieYang·قبل 10 أشهر·14 comments

comments

RockieYang
·قبل 24 يومًا·discuss
Ha, just walked down a street called Valhalla in Stockholm — felt appropriate timing to read this.
RockieYang
·قبل شهرين·discuss
I started using my own frontend framework from 2022. It is a simple jsx based, directly DOM modification, in just about 3k lines of code inspired from React/Solid/Vue.

Have try various approach since Claude Code came out. It works well in any of the styles vanilla, React, Vue for simple pages. So for simple one page demo, I mostly just ask to use vanilla style. Because it can be fully self contained in one file and just be opened without any external steps.

While once it across certain complexity level and some manual change needed. It is super hard with pure vanilla style, due to so many procedure code.

So I usually just prompt to generate using my own framework with a distilled skill. I then change a bit to make it simpler and follow my own style.
RockieYang
·قبل 6 أشهر·discuss
nice to see it closure support.
RockieYang
·قبل 6 أشهر·discuss
Niche idea. It could filter out a lot of noise
RockieYang
·قبل 6 أشهر·discuss
Great writing. I have similar feeling after using Copilot and Claude Code for the past couple of month. The way of programming is changing fast. How to tame it effectively still quite challenge. Quite some time, I feel my nosed dragged by LLM and get false productivity. Though it for sure generate a lot of dopamine.
RockieYang
·قبل 6 أشهر·discuss
CSS is tricky, touch one place the whole thing could collapse. I guess that just the nature. I find this course is very helpful for me https://css-for-js.dev/
RockieYang
·قبل 6 أشهر·discuss
Great approach. It can also prevent negative energy leak to passionate maintainers.
RockieYang
·قبل 8 أشهر·discuss
The first time saw it in my home town with my little boy, I thought it was a bee. Only realize that after staring it for a minute.
RockieYang
·قبل 8 أشهر·discuss
Thanks. The purpose is to have an universal object explorer for the cloud object store. So that no matter what type of file it is, just need one click (not two) to view it. So the full workflow continuity will be kept. Click Download then Open to me does not have a good UX, breaks the continuity of brain flow.
RockieYang
·قبل 8 أشهر·discuss
Thanks for digging it out. It is still quite large code base. 274052 lines.
RockieYang
·قبل 10 أشهر·discuss
Thanks for highlighting. Some invisible thing is really bad. Things will be easy if put everything on the table
RockieYang
·قبل 10 أشهر·discuss
Usually GitOps have flow like checkout => modify => commit => push => PR => merge => check result. Even if we remove the merge step, still have flow modify => commit => push => check result. In which the commit & push still could be removed
RockieYang
·قبل 10 أشهر·discuss
Totally agree. I think gitops is super helpful for a full production system. While MVP, it is really poison. Thanks so much for sharing.
RockieYang
·قبل 10 أشهر·discuss
Thanks point out. Changed that
RockieYang
·قبل 10 أشهر·discuss
Thanks tony. Can you please share your opinion? Love to hear
RockieYang
·قبل 10 أشهر·discuss
GitOps is like DevOps in Git. Let a bot take care of the infrastructure according to the git repo.