HackerLangs
TopNewTrendsCommentsPastAskShowJobs

ekzy

359 karmajoined 10 ปีที่แล้ว
Programmers know the benefits of everything and the tradeoffs of nothing

t dot h at sent dot com

comments

ekzy
·เมื่อวาน·discuss
Just my two cents. I'm on the Plus plan, I ask gpt-5.6 sol / high to analyze a vibe-coded codebase (~50k LoC) and write a plan to make it production ready. It wasn't a great prompt, I just wanted to test it quickly. It ran for ~15min and consumed 95% of my 5h quota (I thought it was gonna crash). The output is excellent but just a heads up that it consumes a lot of quota!
ekzy
·6 เดือนที่ผ่านมา·discuss
https://github.com/tailwindlabs/tailwindcss.com/commits/main...

They've just added 26 sponsor companies in the last two days, 7 of them partners!
ekzy
·9 เดือนที่ผ่านมา·discuss
Have you tried git daemon? https://git-scm.com/book/en/v2/Git-on-the-Server-Git-Daemon
ekzy
·3 ปีที่แล้ว·discuss
In my experience, it isn't black or white. I've used tailwind along with components, e.g.

.button-primary { @apply rounded-full focus:ring focus:ring-orange-500 ring-offset-4 outline-none px-6 py-3 etc...

and it gives you the best of both worlds. You refactor common css code into components and still have the amazing flexibility of utility classes.
ekzy
·7 ปีที่แล้ว·discuss
It is a good analogy. In essence, achieving simplicity is hard. Simple is not easy.