HackerTrans
TopNewTrendsCommentsPastAskShowJobs

RockieYang

no profile record

Submissions

[untitled]

1 points·by RockieYang·vor 4 Monaten·0 comments

[untitled]

1 points·by RockieYang·vor 6 Monaten·0 comments

A raw pptx file content reader

awheelmaker.com
5 points·by RockieYang·vor 8 Monaten·4 comments

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

awheelmaker.com
3 points·by RockieYang·vor 8 Monaten·0 comments

GitOps Considered Harmful for MVP

knockdata.com
13 points·by RockieYang·vor 10 Monaten·14 comments

comments

RockieYang
·vor 24 Tagen·discuss
Ha, just walked down a street called Valhalla in Stockholm — felt appropriate timing to read this.
RockieYang
·vor 2 Monaten·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
·vor 6 Monaten·discuss
nice to see it closure support.
RockieYang
·vor 6 Monaten·discuss
Niche idea. It could filter out a lot of noise
RockieYang
·vor 6 Monaten·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
·vor 6 Monaten·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
·vor 6 Monaten·discuss
Great approach. It can also prevent negative energy leak to passionate maintainers.
RockieYang
·vor 8 Monaten·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
·vor 8 Monaten·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
·vor 8 Monaten·discuss
Thanks for digging it out. It is still quite large code base. 274052 lines.
RockieYang
·vor 10 Monaten·discuss
Thanks for highlighting. Some invisible thing is really bad. Things will be easy if put everything on the table
RockieYang
·vor 10 Monaten·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
·vor 10 Monaten·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
·vor 10 Monaten·discuss
Thanks point out. Changed that
RockieYang
·vor 10 Monaten·discuss
Thanks tony. Can you please share your opinion? Love to hear
RockieYang
·vor 10 Monaten·discuss
GitOps is like DevOps in Git. Let a bot take care of the infrastructure according to the git repo.