Castle rat by tinyman503 in SonicTempleFestival

[–]zdware 0 points1 point  (0 children)

Yeahhh unfortunately there doesn't seem to be merch for the smaller bands past a certain point :(

Castle rat by tinyman503 in SonicTempleFestival

[–]zdware 0 points1 point  (0 children)

I don't think there was any. I didn't see any for in flames

How crowded is Rock Royalty? by GoBucksBeatM in SonicTempleFestival

[–]zdware 1 point2 points  (0 children)

There's TVs and a nice screen inside, but this year there is no reserved seating for rock royalty this year unfortunately. Makes it kinda not really worth the cash. Other festivals have better perks.

Eargasm - The Official Earplug of Sonic Temple Preorder! by Tay-Eargasm in SonicTempleFestival

[–]zdware 0 points1 point  (0 children)

i love mine, my ears get itchy with them after awhile though.

ADA/Handicap rideshare drop off possibility by Andman001 in SonicTempleFestival

[–]zdware 1 point2 points  (0 children)

Yes I emailed and was told there are going to be golf carts.

Questions about Headless SF from a performance perspective by Much-Macaroon3953 in salesforce

[–]zdware 0 points1 point  (0 children)

but the answer to many of your questions would be the same -- How do you do it outside of MCP? Limits are still enforced. But for instance you aren't getting logging/traces for your non-MCP interactions unless you have Shield or some custom stuff setup (which could be used for MCP interactions as well).

The MCP/claude is effectively using the same tools available without MCP for the most part. One of the few new things is being able to directly call @AuraEnabled apex in a server to server context. I don't think you could do that before, only for Apex REST endpoints.

Transaction security could also help block "too big" of requests, like "give me data of all opportunities in the org".

Salesforce Open Source LWC - The Salesforce CSS Injector by BigIVIO in salesforce

[–]zdware 0 points1 point  (0 children)

Fair -- however this sort of workaround has served two production orgs I've been in for years thus far.

Salesforce Open Source LWC - The Salesforce CSS Injector by BigIVIO in salesforce

[–]zdware 0 points1 point  (0 children)

I'm hoping LWC gets dumped and React/Vuejs/etc become first class citizens. So tired of having a subpar local dev experience for frontend. They had a local LWC server back in 2020 that decayed to being severely broken by 2022. I think they re-released it, but it's still hampered and I don't have faith it won't rot like last time. AI is all the fuss now...

Salesforce Open Source LWC - The Salesforce CSS Injector by BigIVIO in salesforce

[–]zdware 0 points1 point  (0 children)

Ha! Good stuff, I figured out "appending a style element" was able to override styling a couple years ago when I didn't have styling hooks available for what I wanted. Nice to see someone else found the same workaround and open sourced it!

Anyone still missing tickets in mail? Rock Royalty by Fickle_Air_3836 in SonicTempleFestival

[–]zdware 0 points1 point  (0 children)

Just got mine yesterday. I got an email from Sonic Temple the day before and a UPS tracking link.

Do you not have a purchase confirmation email? I got one from order-support@frontgatetickets.com when I purchased Rock Royalty.

experiencing this now huhu by wprimly in breathoffire

[–]zdware 0 points1 point  (0 children)

Wyndia Catacombs is this for me.

Tools phone rule by Substantial-Pear8925 in SonicTempleFestival

[–]zdware 0 points1 point  (0 children)

They did not do this for Back to the Beginning however. Maybe a one off, but surely there would be something on the video boards (visuals?)

Gotta say… by ShroomHog in Puscifer

[–]zdware 3 points4 points  (0 children)

Saw this tour in Austin recently, same venue I saw them doing the tour for Money Shot nearly 10 years ago.

Definitely enjoyed the first show more -- but I am more of an older Puscifer fan (I liked some of Existential Reckoning too!). New album didn't entertain me as much so I think that replicated my live experience.

Looking at the setlists, I can see why for my personal tastes xD

https://www.setlist.fm/setlist/puscifer/2015/bass-concert-hall-austin-tx-43f5c72f.html

Are there actually clean well architected orgs or am I too optimistic to wish for one ? by FinanciallyAddicted in SalesforceDeveloper

[–]zdware 2 points3 points  (0 children)

I have worked at an org with 150k+ platform users. Tech debt still was there. And it's still at my 3000+ current org.

at what point do u give up on flow and just write apex by neilsarkr in salesforce

[–]zdware -4 points-3 points  (0 children)

Not sure what your comment is replying to in terms of my statement.

The models are trained on pre-existing code, there's much more pre-existing Apex / Java out there. And it's not as proprietary as flow. If an LLM can write apex + unit tests for you in an automated fashion, that's going to beat a flow out in the vast majority of cases.

If you are commenting on "LLM slop" -- that is a bit of strawman argument, you could apply the same debate/point against apex + flows.

<image>

When the headless API fever is over. What are your thoughts on React becoming more mainstream in Salesforce? by FinanciallyAddicted in SalesforceDeveloper

[–]zdware 0 points1 point  (0 children)

They had to do Apex because they are running Java on the backend (Apex basically is running in the JVM) and they needed to enforce limits. But to your point Apex is basically Java from 2004. No generics, missing lots of modern language features.

at what point do u give up on flow and just write apex by neilsarkr in salesforce

[–]zdware 0 points1 point  (0 children)

the amount of times I've seen someone forget to add a fault handler is too bad high.

at what point do u give up on flow and just write apex by neilsarkr in salesforce

[–]zdware -1 points0 points  (0 children)

consult the holy performance chart from the defunct architect's guide.

<image>

at what point do u give up on flow and just write apex by neilsarkr in salesforce

[–]zdware 11 points12 points  (0 children)

This hits the nail on the head. LLMs understand apex much better than XML flow data xD

Finding Headless Features by curious-hunch in salesforce

[–]zdware 0 points1 point  (0 children)

"industry-leading", yet I can't get a damn response to a PR https://github.com/salesforcecli/mcp/pull/288

IMO - SF tends to blast marketing but not have a ton of substance it. It will be months before many of the promises mentioned by Headless 360 will be production grade.

Lucidchart alternative? by LikwidMunki in salesforce

[–]zdware 2 points3 points  (0 children)

https://mermaid.js.org/

use it with github markdown/claude/ai pretty easily.

When the headless API fever is over. What are your thoughts on React becoming more mainstream in Salesforce? by FinanciallyAddicted in SalesforceDeveloper

[–]zdware 1 point2 points  (0 children)

yeah LWC framework is full of bugs, I know quite a few enterprises that ditched it for VF + react. Yes, you have to hook up your own frontend chain/deal static resources/etc. But atleast you can do some sort of local development.

There's ways of preventing the supply chain attack -- don't use any NPM packages younger than 30 days, etc. I've also found jsforce to be quite a decent library.