HN user

zdware

226 karma
Posts2
Comments57
View on HN

I agree with your assessment, as a full stack dev with CS degree that just kinda waltzed into Salesforce for the last 5 years. Claude is more capable at delivering the customizability that Salesforce tried to offer with it's "clicks not code" approach. the only thing these CRMs have going for them is enterprise entrenchment.

I also work at Stripe and will be recommending that we migrate our CPQ off of Salesforce for various reasons (agent force is butt, platform limits are silly in 2025 - 6 meg max heap size for a backend transaction?????).

Right, there's always room for the "exception" in startup land. But majority will fail right? For me personally, it just wasn't worth the risk to jump, especially given this surge of AI right now. Also, already working at a fintech company has shown me that margins can be razor thin/tiny at times, depending on the product. For Mesa, I am guessing they relied upon interchange fees, partnership/commissions, and interest income.

That's fair, I've had similar experiences working in other stacks with it. And with some niche stacks, it seems to struggle more. Definitely agree the more narrow the context/problem statement, higher chance of success.

For this project, it described its reasoning well, and knowing my own skillset, and surface level info on how one would start this, it had many good points that made the project not realistic for me.

Agree with this. I'm a software engineer that has mostly not had to manage memory for most of my career.

I asked Opus how hard it would be to port the script extender for Baldurs Gate 3 from Windows to the native Linux Build. It outlined that it would be very difficult for someone without reverse engineering experience, and correctly pointed out they are using different compilers, so it's not a simple mapping exercise. It's recommendation was not to try unless I was a Ghrida master and had lots of time in my hands.

It's 2025, not 1995 or even 2005. Installers for apps like this are tiny for cloud storage today. Cloudfront's recent flat tier pricing would even probably do the trick. free tier is 100gb data transfer a month, 1m requests. If that doesn't work, Pro is 50 tb, 10m requests, that's 15 bucks a month.

Yes - why are these adjectives even coming up at all? There are alternatives that would probably make your point in a succinct manner without being sexist.

Moonlight is great, but be careful about overestimating how fast video decoding is. I would get 10-40ms additional latency, jitter doing moonlight from tv, vs running it on Linux on my mini PC homelab hooked up to the TV, my decoding/network latency was like 1-2ms for a frame

++ for the LG homebrew community. The homebrew store literally has an app now that will auto refresh your dev token so your TV doesn't go out of devmode and uninstall all of your home brew. Used to have to setup a cron job to renew/refresh dev mode.

All my random open source contributions/projects I think have helped. Especially since I've been working in a niche like Salesforce, it really gives me a leg up to show that I've built stuff in nodejs, c#, etc.

The other gain is that I learned a lot from those, and that will show through in an interview regardless of whether they looked at my GitHub or not.

This is the same company that put out a local dev server for their frontend stack and let it rot into an unusable buggy mess 2 years later. They are planning to re-introduce it in 2025.

Ive been using MS copilot successfully for Apex (Salesforce's backend language) and JavaScript. I would trust Microsoft over Salesforce any day for dev tools.

[dead] 2 years ago

spreadsheet rant, no suggested alternatives, kind of just 99% rant.

I think it's unrealistic for someone to post "evidence" in this case. Not worth the risk of doxing/etc. Think all we can do is take people at their word, or explore the market ourselves and get data from our own experiences.

Yep. I was pretty confused because I worked on a COVID scheduling app hosted on a Salesforce "Site" (guest user, public site, whatever terminology use for it nowadays). Salesforce recently then had pushed a guest user security update that restricted object permissions to read. The only way you could let an anonymous/guest user write/modify was to write explicit Apex (backend Java-like language for Salesforce) to do that logic.

Albeit, we had many Salesforce developers, but we were VERY focused on security. I was pretty happy with how it turned out, because other COVID vaccine providers in the area that were using Salesforce were struggling -- https://www.austinchronicle.com/news/2021-06-11/hellsite-aus...

If anyone is curious, the scheduler I worked on is https://vaccine.heb.com/scheduler . Don't work there anymore, but I love that team!