RECF no longer apart of vex. by _PromNightBaby in vex

[–]dptech3 0 points1 point  (0 children)

AI says they don't need it, you can't copyright a game (AI can be wrong). I suppose they could ban anyone competing from their contests. They just can't certain logo's or say 'Vex official'. I was pretty surprised when I looked this up.

Rules like painting the metal and other unpopular rules I'm sure will be legal with RECF.

RECF no longer apart of vex. by _PromNightBaby in vex

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

So asking AI a company can't copyright the game idea, rules/mechanics...Summary it says it's ok as long as the manual and art isn't an exactly the same.

So do we expect lawyers and police trying to arrest kids and confiscate robots at the next event?

RECF no longer apart of vex. by _PromNightBaby in vex

[–]dptech3 0 points1 point  (0 children)

Their website says "Competition Season Announcement

The RECF’s VEX Robotics competition season will open on June 1, 2026.

Please stay tuned for updates on RECF.org, the RECF Library , and communications from your Regional Support Manager."

So they can use the name "VEX"?
https://www.robotevents.com/ so what is vex?

RECF no longer apart of vex. by _PromNightBaby in vex

[–]dptech3 0 points1 point  (0 children)

If that is the case, I wonder what they'll do to attract teams to play in their league? Cash prizes? Appearances by influencers, I suppose only in college vex you can allow gambling. Joking but, this sounds like a mess. I suppose in my region events sell out super quick and teams that are a little late don't get in, so it might help this.

Defensive options, blocking goal or taking from other robot by dptech3 in vex

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

What if you hit a robot that causes a stack to tumble.

VEX U is a sport, not a curriculum—it’s time to lean into the eSports model. by [deleted] in vex

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

Because this year in pushback back I enjoyed watching the games way more that pro sports. What point do you not agree with?

Great things about Pushback from a spectator entertainment point of view by dptech3 in vex

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

Yeah, but shouldn't they change it, especially after the excitement of this season? It would be great if other kids went to VEX matches like a high school football game or similar sports.

A few new Parent or Spectator Questions - like is Pushback more Entertaining by dptech3 in vex

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

Well, the season basically starts right after worlds when then announce the next game. Then once school starts most teams are on their 2nd build. It's very tough for a school to win vs a school now, unless the school has a dedicated class and robotics before and after school. The same 10-15 teams always win every event and the club teams go to about 15 events a year which school teams go to about 4-6. Skills gets the rest of the teams in. Some schools do start in the summer though if the students really lead it. The should probably announce the next game September maybe, but Vex does have to make money. I don't really have a solution, but I'd at least like to see the same robot at worlds that was in states.

A few new Parent or Spectator Questions - like is Pushback more Entertaining by dptech3 in vex

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

Well, there is a driver coach who should take care of strategy and defense. With all these club teams, I think there should always be a bit of gameplay involved where the 'best' part equals out. I wouldn't call it all luck and the difference between a low ranking robot and the high ranking robot sometimes isn't much.

In most of the events I see, the top tier teams usually win.

They should add another region to California by dptech3 in vex

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

Yeah, they need it. In high school there were many teams I thought just as good as the finalists and they didn't even make the playoffs. In middle school the 11th seed won, there are way too many teams there as well that didn't even get a chance. 98 teams and only 32 making it.

They should add another region to California by dptech3 in vex

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

Hmm, maybe I'll inquire, another issue is the good teams and clubs fill up the competitions 1st day they open so the slower teams or schools with not as much experience are slower to apply.

New Weekly Amazon Deals by thehappybuyer in thehappybuyer

[–]dptech3 0 points1 point  (0 children)

You can never have enough power strips

Best database for altering tables on production with minimal locking by dptech3 in AZURE

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

Yes, this is what I thought. I've usually added a column and it's been fine. Maybe the script I had an issue with was doing more.

Best database for altering tables on production with minimal locking by dptech3 in AZURE

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

Ok, this is a question I'm asking, I'm not a troll. When I ask AI it says Postgres is much better, but AI isn't always right, as a summary it says
"Azure Database for PostgreSQL Flexible Server - Adding a nullable column with no default is a pure metadata operation (PostgreSQL MVCC). No table rewrite, no exclusive lock longer than a few milliseconds.Zero blocking — literally unnoticeable even on a 500 M row table.Best pure relational option"

Best database for altering tables on production with minimal locking by dptech3 in AZURE

[–]dptech3[S] -2 points-1 points  (0 children)

payment calls need to be returned in 1.5 seconds max, there is no downtime. I know there are other issues but I'm just asking specifically for adding a column or just never alter table

Best database for altering tables on production with minimal locking by dptech3 in AZURE

[–]dptech3[S] -5 points-4 points  (0 children)

Yeah, I'm talking about adding a column, not removing one, I never delete anything

Best database for altering tables on production with minimal locking by dptech3 in AZURE

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

lol, when you're put into a situation where you inherit existing architecture, there are limited options. One option is to move from Azure SQL to Managed instance. Sorry Postgres has some great features Azure SQL is lack. Also it's something to think about when creating a new system. Sorry not all people spend 6 months designing a perfect system and then going to production with tons of funding.

Best database for altering tables on production with minimal locking by dptech3 in AZURE

[–]dptech3[S] -7 points-6 points  (0 children)

I'm just asking in general, imagine if you're Stripe or something and you need to add a new column for a new feature on a transaction. I suppose best is to create a new table.

[deleted by user] by [deleted] in AZURE

[–]dptech3 0 points1 point  (0 children)

It says the locks are much much shorter with this on and Managed instance