HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mmcromp

no profile record

comments

mmcromp
·3 tháng trước·discuss
I'll believe it when I see it
mmcromp
·4 tháng trước·discuss
I don't know if this is your point, but we're hearing the same stores with AI. Do these people really mean what they say or are they just lying to paint themselves as honorable
mmcromp
·5 tháng trước·discuss
How can you say that when workers don't have a choice? What accessible job has professional level pay and is part time?
mmcromp
·5 tháng trước·discuss
Glad to know that the pre-LLM-boom trend of just posting a rust library for karma is alive and well
mmcromp
·5 tháng trước·discuss
I've wasted many 2 months on way worst tbh, at least he got something used by users with little, but still some, improvement
mmcromp
·7 tháng trước·discuss
Why? The half a second for the HMR is taking up too much your day?
mmcromp
·7 tháng trước·discuss
There's a moral line that every person has to make about what work they're willing to do. Things aren't always so black and white, we straddle that line The impression I got reading the article is that they didn't want to work for bubble ai companies trying to generate for the sake of generate. Not that they hated anything with a vector db
mmcromp
·8 tháng trước·discuss
OOP isn't just about classes... It can also be about JavaScript classes!
mmcromp
·8 tháng trước·discuss
Whats "really good"? Pydantic? Mypy with dataclasses and built in typings? Is integration with Django okay? Genenily curious, not sarcastic. Im coming from from static typing and learning python ecosystem. Im still searching to make it work for me
mmcromp
·9 tháng trước·discuss
You're not "reviewing" ai's slop code. If you're using it for generation, use it as a starting point and fix it up to the proper code quality
mmcromp
·9 tháng trước·discuss
I say the opposite, the lack of tooling highlights the weakness of the language. The drive to make it declarative/mimic "natural" language by reshuffling and overloading can be "delightful" to some, but beyond the paper covered surface is a mess. And for what ? "5.times do something unless" isn't cute to me. It's a dog "talking" by putting peanut butter in his mouth. But I think I'm the only one who feels this way
mmcromp
·9 tháng trước·discuss
Honestly it makes me roll my eyes, "let's describe our software utility as if we're trapped in a perfume commercial". But on the other hand, I think when creating something it does help to have underlying vision, even if it's abstract or doesn't quite make sense.
mmcromp
·9 tháng trước·discuss
I'm being overly dramatic and petty with "hate". it's all totally personal preference... but not a fan of classic oop, I think "lets make programming syntax like conversation speaking" is dumbest idea i've heard in my life, I like some kind of static typing, and separating blocks by indention is truly awful
mmcromp
·9 tháng trước·discuss
For saas as a solo dev, Rails would be faster for you to get up and running, rails also specifically caters to solo SaaS devs. but python is much more popular (you can look up the yearly stack overflow survey for more info) and you'll find developers much more easily. Consider Django, a similar MVC batteries included framework. I say this unbiased as a ruby and python hater lol
mmcromp
·10 tháng trước·discuss
This isn't scalable for any kind environment with multiple services and teams. Can you imagine "actually the table display will be handled by the User service BE, we'll just inject it". The reason why people reach for react and js for simple projects is because that's what theyre familiar with at work (that or they're training in hopes of work), even when theoretically they could of used something way more stripped down