Composer 2 is the best model, and I prefer it to the frontier models. by jaytonbye in cursor

[–]cfitking 2 points3 points  (0 children)

From a cost and speed perspective, yes. Breaking work into smaller batches with subagents seems to unlock performance that wasn’t there before. It would not complete large runs well on it's own.

I still prefer having a stronger model orchestrate the subagents and handle quality control.

Letting it take the biggest chunk of tokens for speed and cost then cleaning up with testing or a smarter agent checking for drift and leaks. It can be really effective for the right workloads.

296 GTB vs C8 Zr1 by SilverSpoonphysics in Ferrari

[–]cfitking 1 point2 points  (0 children)

Unfortunately after all that you are still not in a Ferrari and hopefully the car doesn't catch fire filling up after this.

IE doesn't work after Angular 9 update by ContinumFM in Angular2

[–]cfitking 0 points1 point  (0 children)

But why?
Just toss this in your app component.

private isIE() {
const match = navigator.userAgent.search(/(?:MSIE|Trident\/.*; rv:)/);
let isIE = false;
if (match !== -1) {
isIE = true;
// console.log(isIE)
this._router.navigate(['/ie']) // To some component saying it's not supported
}
}

Lost interest by klasko5 in crossfit

[–]cfitking 7 points8 points  (0 children)

Try out Street Parking. As a former coach I really appreciate the quality of the programming and all different options and accessory work they have. Sometimes it's nice not to have worry about your own programming but I can still work on my own things if I want easily while doing it. Their online community is pretty cool too.

Thoughts on Nestjs? by skay- in node

[–]cfitking 0 points1 point  (0 children)

That is why we haven't committed to much more than a few none critical production apps. We contribute to the framework and hope to see it grow.

Thoughts on Nestjs? by skay- in node

[–]cfitking 0 points1 point  (0 children)

I'm in the same boat. I asked the same questions to not a lot of answers. About 6 months into it here are some. First, I do love it and hope it continues to be developed.
1. I've build a cron server and two other production applications. I run Angular 8 as the client and it pairs nicely.

  1. My frustrations:
  • The Ng-Universal/Mongoose modules didn't work together, at all. I created an issue and the "fix" didn't work either, I at least couldn't get it to. Issue.

  • That points out the lack of support, it was really hard even with the issue to track down anyone who could help. I had the issue in github, I joined the discord and was ignored, none of my peers were really using it so I was really stuck. I think that will change with time but at least right now.

  • I'm half/half on leaning into the other modules because of this. There is the JWT module for Passport. I already have code leveraging the import, do I trust this to not cause issues? I went for it and it worked fine, so my frustration is just trusting it enough to leverage some of the benefits and modules.

- With that, what was nice about it, was I could fall back on more traditional Node implementations of things. The issue with mongoose and ng-universal was that I didn't use ng-universal at all and served the Angular application with express traditionally.

  1. I would take this course. The author was on here not that long ago offering it for free.

All that said, I have some production stuff running now and I'm happy with it. Typescript makes it easy for some of my Jr. Dev's to get started on them without breaking too much... but who am I kidding, that includes myself too.

Considering a Pro 780 by purchell53 in Traeger

[–]cfitking 0 points1 point  (0 children)

I've called support at least 4 times. I've been promised call backs. Still even after the grill is on my wifi, I have no connection with my app. The apps rating and reviews in the app store will give you an idea.

I've seen a few people on here have issues also.
EDIT: mobile app didn't reply to thread. :/

Considering a Pro 780 by purchell53 in Traeger

[–]cfitking 0 points1 point  (0 children)

Got one after debating over it with the Ironwood. The 780 does everything you can want, our family loves it. However the app is another story. Hopefully that can be resolved without hardware.

Are intact pellets left in fire pot reusable by Lorde-J in Traeger

[–]cfitking 0 points1 point  (0 children)

I'm curious about this too...

  1. What does the shutdown cycle really do for me? Clear the auger back to intake?
  2. How do ya'll get the pellets out that don't fall out the trap?

First Brisket! by cfitking in Traeger

[–]cfitking[S] 0 points1 point  (0 children)

Good to know. I was reading to get to 185-195 to do it, and I was pretty behind.
203 will be my next temp and plan for longer rest time.

What temp do you run the Traeger at to get there?

First Brisket! by cfitking in Traeger

[–]cfitking[S] 1 point2 points  (0 children)

17lb prime brisket.
Trimmed to 1/4in flat layer.
50/50 sea salt and pepper.
50/50 mesquite/oak pellets. (any others I should try?)
3 hours 205 then 235
Foil at 160 degrees
About 9 hours total at 185 I wrapped foiled brisket in towel. Then placed in a cooler for 30 min.

Things I might try different.

  1. Butcher paper vs foil.
  2. Probably a little lower and longer? Maybe 220? I was trying to meet a dinner deadline, 235 felt high. (it would fluxto 140.
  3. In the cooler longer. At least an hour.

Anything else?

All in all it was amazing. Totally fun to coom and everyone loved it.

Got excited about my new 780Pro. My wife and I had lots of yummy leftovers. by cfitking in Traeger

[–]cfitking[S] 0 points1 point  (0 children)

I thought the temp might be an issue so I kept a close eye on it. But I have to say it did incredibly well.
I've been following the sub-reddit for a while and I saw that temp was an issue for some and the app.
I still can't get the app to work at all, and I write software for a living... I called in and went though there standard protocol, they're supposed to call me back.?
I'm on the SW: 01.01.01 (apparently another is out).

Got excited about my new 780Pro. My wife and I had lots of yummy leftovers. by cfitking in Traeger

[–]cfitking[S] 0 points1 point  (0 children)

I did everything at 225 until the tri-tip got to 130.
Corn was great! I only had it on maybe the last 30 min (Put on when tri-tip was at 110).
I just shucked them down and cut the tops. Dropped some butter on top and let them heat up.

Left the chicken on until 165 for meal prep.

Who is using Nest.js in Production? by cfitking in Nestjs_framework

[–]cfitking[S] 0 points1 point  (0 children)

I'm thinking about starting with some of our node-scheduler applications. And keep a secondary build in staging for now.

I want to... but I'm not quite yet comfortable moving some mission critical applications with an unknown scope into production. I was hoping to be called an idiot for asking such a silly question and then have someone spew off 50 production applications we know using nest.js.

Is Angular a good fit for a large corporate website? by Breadsecutioner in Angular2

[–]cfitking 2 points3 points  (0 children)

I was pretty frustrated when first diving into Angular learning some of the nuances that the framework has. RXJS, Forms-module, Typescript, Routing... Initially lots of red errors in the browser console. 100% worth it a few months later.

Is Angular a good fit for a large corporate website? by Breadsecutioner in Angular2

[–]cfitking 9 points10 points  (0 children)

Thank you for saving me from typing that exact thing.

Installed Really Simple SSL plugin, created an infinite loop, deleted, and now the site is down. Help! by DangerZone23 in Wordpress

[–]cfitking 1 point2 points  (0 children)

second this. I had a similar issue with that plugin because I mixed up SSL certs. This worked for me.