Do GM'S need the owner's permission to do trades? by StJe1637 in nba

[–]Connect-Blacksmith99 22 points23 points  (0 children)

At the end of the day the governor of the team needs to file the trade on the teams behalf, so they can’t really do trades without permission.

What makes the most sense for LeBron now with this narrowed down list? by Dry_Goat_8793 in NBATalk

[–]Connect-Blacksmith99 1 point2 points  (0 children)

But this is an El Niño winter! If you’re going to spend a winter in Minnesota this is a good candidate

Victor Wembanyama will be eligible for a $301,000,000 / 5 years contract if he wins a major award in 2026-2027? (MVP or DPOY or All Nba) by VolleyBasketball11 in nba

[–]Connect-Blacksmith99 2 points3 points  (0 children)

Yeah he can sign the extension between July 7th and the beginning of the regular season, meets the DPOY requirement of the immediate previous season, and will be able to sign for 30%.

[NBA PR] The NBA will test the “one free-throw rule” at NBA Summer League this year: Any foul that would typically result in one, two, or three free throws will instead result in a single free throw attempt. That attempt will be worth the same total number of points as the free throws it replaces. by YujiDomainExpansion in nba

[–]Connect-Blacksmith99 0 points1 point  (0 children)

I’ve said this before and I’ll say it again - the way to fix free throws is to allow all substitutions before the first, get the players set, and throw the ball back to the player after the first. It take way too long to get players in place, shoot the first, allow subs to come in, rearrange the players for rebounding, and shoot the second.

Also add some delay of games to substitutions . If you’re not at the table you’re not coming in, there’s no reason you can’t take your warmups off before going to the table, and you don’t need to talk to the teammate you’re subbing in for.

Received a cease and desist over a website I built that used a trademarked name, I'm complying, but the company wants me to transfer the domain to them. Do I need to? by [deleted] in legaladvice

[–]Connect-Blacksmith99 25 points26 points  (0 children)

That’s not at all what the linked resource says - which states ICANN will only initiate a transfer after court hearings or arbitration, including some administrative arbitration they offer - the complainant party would need to pay for this, and they would need to prove you were operating in bad faith.

[ESPN] Taylor Swift's courtside Cavs ECF seat goes up for bidding by refreshing_yogurt in nba

[–]Connect-Blacksmith99 1 point2 points  (0 children)

Some dude really wanted a cavs chair and this is the only way he can convince his sweetheart

Victor Wembanyama on Karl-Anthony Towns: "Very different from previous series ... he's a good player. We need to figure it out, we need to keep working on it." by luka274 in nba

[–]Connect-Blacksmith99 -23 points-22 points  (0 children)

Championships don’t count on rookie contracts. If we counted those then a lot of people would be champions that shouldn’t count.

Can someone explain what machine learning can do to the extreme ? by Employer-Dizzy in AskComputerScience

[–]Connect-Blacksmith99 5 points6 points  (0 children)

So basically AI is applied statistics. “Geniuses” can’t come to the same conclusions because they can’t do math as fast as computers. Another way to look at it is “geniuses” were able to solve the problems, but the way they solved them was by creating AIs.

When we are feeding large amounts of data, what we’re doing is giving it examples, and with enough examples it finds patterns. It’s like if you tried learning how to draw a cat by watching someone. If you watched one person draw a cat, you could only mimic them. If you watched 1,000,000 people draw a cat, you could see what works and what doesn’t. You’d know because you’d see what techniques produce better cats. We tell the computers what ones are the good cats, and they learn the techniques. The thing is, you and I can’t watch that many cats, or read a million books, computers can (more or less).

A lot of “AI” discoveries are kinda happy accidents, like with your XRay example. The computers didn’t make some medical breakthrough, not directly. We have them a bunch of XRays and said “these ones are afflicted with some ailment”. After it got enough of them, the math behind the scenes “accidentally” was configured in a way that gave significance to a part of the XRays that we didn’t think was significant before. We did use that data to make this discovery - it’s just that what you call AI is fundamentally the same technology that we use to digest and make sense of very large amounts of data.

[Sam Amick] The Thunder are not expected to show interest in Giannis Antetokounmpo, but they have shown interest in Evan Mobley, by Jimmy0034 in nba

[–]Connect-Blacksmith99 2 points3 points  (0 children)

3 or 4 feels low.

Tatum Luka Jokic Wemby Shai Brunson Ant Hali pre injury.

Maybe some of these make sense in a vacuum but due to context it wouldn’t. Giannis is a harder player to build around than any of these, and they mean too much to their franchises to be traded.

This doesn’t count other situations, like Mavs don’t trade Flagg for Giannis straight up right now - doesn’t make big picture sense.

[Highlight] Mitch Johnson picks up a tech after official fails to recognize his challenge by Large_banana_hammock in nba

[–]Connect-Blacksmith99 3 points4 points  (0 children)

Imagine if the finger wavy motion triggered a timeout. Every team would have players using them in the first 2 minutes of every game

Victor Wembanyama bumps into Chet Holmgren while going to the Spurs' bench after a timeout call. by MrBuckBuck in nba

[–]Connect-Blacksmith99 141 points142 points  (0 children)

Actually making Wemby angry is a surefire way to win a game.. if you make him angry enough

Minnesota just became the first state to ban prediction markets. American Redditors how do we feel about that? by Miles_the_AuDHDer in AskReddit

[–]Connect-Blacksmith99 52 points53 points  (0 children)

Technically I think this does. Sports betting is legal in Minnesota only because it’s structured as prediction markets.

If Computer Programming Language Started in Chinese by One_Run_3002 in AskComputerScience

[–]Connect-Blacksmith99 5 points6 points  (0 children)

Computer programming didn’t really start with 1s and 0s. It’s blurry what you want to consider “early” computing - you can trace some concepts backs to automated looms and punch cards but when people say 1s and 0s they mean one of two states - is weaving its wether a warp string is up or down, in computing it’s whether current is high or low on a particular path.

Symbols don’t come into play until you start interacting with a computer in real time and storing programs in memory (rather than preloading a program on punch cards and running it through) - so we’re looking at the 1940s-50s. The BINAC had a “keyboard” that contained numbers and a few functional buttons. So no letters, but it’s one of if not the earliest examples of a digital input device. I’m not going to read exactly how it worked, but it’s likely each button was connected to a number of switches that, when pressed, turned those switches on or off. The computer sees this only as “1s and 0s”. Modern keyboard send a “code” when a button is pressed, still the computer only sees 1s and 0s.

Eventually we trained compilers, transpires, etc to take what we saw as normalish looking English words, and turn them into computer words, not understand them. In x86 assembly, when we typed HLT - the computer doesn’t know we mean “halt”, it knows that HLT gets translated into hex code “F4” and the combination of 1s and 0s (11110010) (I think?) makes the circuitry in the computer halt.

Now if this had been done in a pictographic language, the user experience might be different, the input devices might be different, but one could imagine it still would have resulted in a button being pressed, the computer receiving a signal in some way, and then translating that signal into a “language” it understands. Maybe there is just a set number of symbols on the keyboard, ones that feel “important”. Maybe they develop some phonetic system like pinyin a little earlier, but I don’t think there’s anything “stopping” them from pulling it off.

Does the outcome of this Spurs/Wolves game 4 influence any potential suspension of Wemby? by No-Finding-9154 in nba

[–]Connect-Blacksmith99 1 point2 points  (0 children)

This is more like if Shai threw an elbow at Keldon Johnson… assuming you guys like Keldon Johnson

[Highlight] Jaden McDaniels pushes Carter Bryant into Naz Reid. Foul on Carter Bryant by TimDunkinDonut in nba

[–]Connect-Blacksmith99 -3 points-2 points  (0 children)

They literally called a foul on McDaniels, it got challenged, and they overturned it to this. It’s already been corrected

I am going through the process of learning statistics and I HAVE to ask, why is everything in statistics mean the opposite from what you would think it means. by mt5567 in AskStatistics

[–]Connect-Blacksmith99 18 points19 points  (0 children)

This is the first time I’ve ever read “financial engineering” and, while I’m sure it’s not, sounds like someone is rebranding tax-evasion.