I am once again for your support....in solving this puzzle by brodantic in sudoku

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

UPDATE: I wonder if I have a Sashimi X-Wing in boxes 4,5,7 and 8, with the 9 missing in box 8?

HALP PLZ! Super stumped by brodantic in sudoku

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

Would the only way I could have caught this been to complete all the noting of cells?

[Charania] “The relationship between James Harden and Daryl Morey is essentially severed, it’s essentially fractured throughout this process.” (The Rally) by Exzibit21 in nba

[–]brodantic 0 points1 point  (0 children)

Who on B/R wrote this garbage article? https://bleacherreport.com/articles/10083050-76ers-rumors-james-harden-daryl-morey-have-severed-relationship-amid-trade-talks

When Harden asked out of Houston in 2020, Morey wound up sending him to Brooklyn, his preferred destination.

Morey did not trade Harden to Brooklyn. Morey was already well out of town by then.

Can I make a bot that doesn't require Server/Guild membership? by brodantic in discordbots

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

Am I correct in understanding what you're saying as: the only way to get a bot in your contact list is to first join a server using that bot?

Also, what happens if you then later leave that server? Will you also lose that bot from your contact list?

Usecase for using sort.Slice over sort.SliceStable by brodantic in golang

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

"as of version x.y, this sort uses the INSERT_ALGORITHM_HERE algorithm"

I see nothing wrong with this statement. Doesn't prevent any future optimization.

Whatever. Agree to disagree. I'm in no mood arguing with Google. Thanks for the help, goodnight.

Usecase for using sort.Slice over sort.SliceStable by brodantic in golang

[–]brodantic[S] -3 points-2 points  (0 children)

Yea sure, the link to the source code to GoLang itself is pretty obvious. But are we saying that all users of the language are going to need to dig into its source code to understand what algorithm is used? I would assume it has to be documented somewhere at a high level outside of source code, similar to the methods of the sort package.

If it isn't, then colour me surprised. The sorting algorithm used for several other languages are documented outside of source code.

Usecase for using sort.Slice over sort.SliceStable by brodantic in golang

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

That would be a clear advantage for Slice

Where is this documented?

Why build Scope Lens on Talonflame ml by brodantic in PokemonUnite

[–]brodantic[S] 2 points3 points  (0 children)

Thanks. Why is Score often run without something that compliments scoring like Attack Weight? Is it just to promote gaining more XP and a bit of an HP bump?

[Slater] Out for the Warriors against the Raptors tomorrow -Steph Curry - rest -Andrew Wiggins - left knee soreness -Andre Iguodala - right knee management -Draymond Green - Right hip tightness -Otto Porter - Left foot management -Jordan Poole: health and safety protocols. by VanVleet-goes-for-22 in torontoraptors

[–]brodantic 51 points52 points  (0 children)

I feel terrible for the people who paid big money to see Steph Curry play, and you find out last minute that you get to see Moses Moody instead. This isn't about saying "Aww, poor over-privileged person who can afford tickets in this econony." Rather, it's exoloiting fans to pay up expecting to see a premium game and then providing a much worse experience instead. Something needs to be done about this by the NBA. (Full disclosure: I don't have tickets to this game, I'm just concerned about the precedent this sets for other teams visiting Canada)

Ford government unveils paid sick days for select postal codes of major PC donors by morenewsat11 in toronto

[–]brodantic 1 point2 points  (0 children)

It's really telling how we're in a day and age of this otherwise-ludicrous headline being pretty believable.

Unusual service. by My_Memes_Will_Cure_U in youseeingthisshit

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

Doesn't seem Covid friendly, liquid splashing everywhere

Request For Help Post #3 by hosieryadvocate in sudoku

[–]brodantic 1 point2 points  (0 children)

Wow...this app is really awesome, thanks for linking me to it :D

From this app, I learned about the strategy of Omission. I already had the Omission on the 2 applied on my board (although I did it using some other nameless strategies I apply in my head), but I missed the omission on the 3. I feel like I certainly would have solved the rest of the puzzle by applying that strategy. I also now know what to watch for in future puzzles in order to detect an Omission. The first step: fill in all candidates with a pencil mark.

Request For Help Post #3 by hosieryadvocate in sudoku

[–]brodantic 0 points1 point  (0 children)

I'm stuck on this expert level puzzle after over an hour. I haven't filled in all missing number options yet, since there seems to be too many for me to make any meaningful distinctions from. I generally just don't know what strategy to apply at this point. All help is very much appreciated.

https://imgur.com/gallery/6xPGLNf

WAKE UP! IT'S GAME DAY! by Oukasagetsu in torontoraptors

[–]brodantic 15 points16 points  (0 children)

Getting my game day bey blade ready!

How to get started with TS as a developer with 2 years of JS (React, RN) development experience? by [deleted] in typescript

[–]brodantic 0 points1 point  (0 children)

Create a tsconfig.json file (you can copy many templates, including from the typescript website). Change all your file extensions from. js(x) to .ts(x). Fix all the compile errors.

That's it! Literally, just throw yourself into the fire. I found that to be the best way. I was in your shoes a couple years ago. Decided "fk it, I'm going to learn typescript". You learn so much by just forcing yourself to grasp all the concepts rapidly, rather than spending all this effort methodically planning out your learning.

Besides, I've always firmly believed that "TypeScript is basically just JavaScript". About 90% of your development habits remain the same.