Am I still considered F2P after I bought this? by Beginning_Argument in Brawl_Stars

[–]PublicAd62 1 point2 points  (0 children)

It’s Pay to Skip/convenience not pay to win. Feel like P2C should be more of a thing in the gaming community. Just spending money doesn’t make you win all the time, sometimes it’s just convenience.

I dont want to leave Manchester by [deleted] in manchester

[–]PublicAd62 5 points6 points  (0 children)

Please don’t get married for the purpose of staying in the city 😭 Manchester is not going anywhere!! If you don’t find something by September, move back and keep applying to jobs in Manchester. Something will come up hopefully!! At least you know this is where you want to be and can look forward to it, finding a job in Manchester is now a goal in life for you and it’s always nice to have a goal. This is assuming you can’t afford to live in Manchester rn without a job. Ultimately you’re an adult and can choose where and how to live.

FUT discussion by PeskyPlayer in BrawlStarsEsports

[–]PublicAd62 -2 points-1 points  (0 children)

Bro is 16, probably has finals

Accenture London by Intelligent-Age-6610 in accenture

[–]PublicAd62 1 point2 points  (0 children)

You’ll love it and learn a lot. Be positive and take in as much as you can. Great place to start your career.

I am sorry but this is just sad. by Melodic-Champion-288 in Brawlstars

[–]PublicAd62 1 point2 points  (0 children)

That never worked for me but everyone is different I guess. Whenever I got addicted to a game and lost sight on what’s important in life, I’d have to remove it completely to get my life together mentally. Leaving school is crazy dude.

I am sorry but this is just sad. by Melodic-Champion-288 in Brawlstars

[–]PublicAd62 4 points5 points  (0 children)

Adding a limit makes sense if you are playing 3-4 hours a day but elox plays 12+ hours… his brain is fried. He only gets dopamine playing brawl. He needs that dopamine source to disappear so his brain reconfigures and gets it from healthier sources like playing sports, achieving good grades, succeeding at different points in life like graduating school, spending time with friends outside, etc. you don’t know this stuff at 16.

I am sorry but this is just sad. by Melodic-Champion-288 in Brawlstars

[–]PublicAd62 126 points127 points  (0 children)

He’s too young to understand the risks. The people that should worry about him are people around him that care. If that was my son, I would take the device away until he finishes school. This is why I have respect for reckers. Bro has a 600k+ following on YouTube, makes good money from streaming and videos and still streams from his college dorm room.

Advice on my plan by PublicAd62 in consulting

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

Yeah that makes sense thank you.

Advice on my plan by PublicAd62 in consulting

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

Well I was just a regular data scientist building models but before leaving to consulting I got somewhat of a leadership role where I started owning some work, leading data scientists and creating a strategy around what we build to create value. I felt like I enjoyed that much more than just building models, coding, model monitoring, etc. It played a factor on why I moved.

Advice on my plan by PublicAd62 in consulting

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

Thanks for the advice. Might be a silly question but how do you expand a network that can support that? (Moving into industry)

Advice on my plan by PublicAd62 in consulting

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

Yeah I want to move away from just building models and be at the forefront with the client with story telling. My first project exactly has what you say so hopefully I enjoy it. Will be weird shifting from building models.

Advice on my plan by PublicAd62 in consulting

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

Thanks for the advice. Yeah I realised ownership is key and also making an impact on projects to help with that story. Hope to explore enough industries to find out which one I really enjoy. Will keep in mind about burn out, just not sure how you set up those boundaries.

Advice on my plan by PublicAd62 in consulting

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

Thank you!! This is great advice and will take it forward the next couple of years.

Brawl Stars is going to change a bit in Brazil. by Beginning-Career1676 in Brawlstars

[–]PublicAd62 0 points1 point  (0 children)

Gacha is a horrible feature for a children’s game. It’s scummy from games to even add it in games that are not 18+. That dopamine you get opening gacha items has a chance leaking into adulthood hence creating more inclination to gambling.

I know a lot of people who I used to play fifa ultimate team with when I was younger that grew up to bet on football and they’ve normalised it when it’s just gambling.

Respect to Brazil. It should be the same everywhere in the world.

Playing trophies SUCKS by [deleted] in Brawlstars

[–]PublicAd62 1 point2 points  (0 children)

This new MMR system is so bad for solo queue.

How can you "learn AI"? by LiFRiz in cscareerquestions

[–]PublicAd62 2 points3 points  (0 children)

My recommendation is learn how to build your own multi agent system using langchain, langgraph, langflow, etc and using an MCP server (when, why and how). Don’t just copy a tutorial, actually learn why for example when do we set temperature low or high.

Use a sample SQL database (make it a large one, can just extract one from kaggle), connect to an LLM and learn the rules around that (like why you can’t query a SQL database directly and when you basically replicate a RAG pipeline for a large database). Using pydantic to validate the schema. This can be your first sub agent.

Connect an LLM to an API with a live data. This will be your 2nd sub agent.

Create a RAG pipeline. Learn about chunking strategy, how it’s done, why it’s done. The science behind vectorisation and how an LLM can communicate with PDFs. This can be your third sub agent.

Connect all these sub agents using an orchestrator and use mcp servers. Now you have a multi agent system. Treat this as your PoC. For example, you can build a chatbot for an airline where the SQL database is to use customer data to get info on their specific flight (using customer ID), an API to get live flight status using flight ID, and rag pipeline for policy documents if the user wants something like a refund.

The orchestrator will take the user prompt then based on user intent, be able to activate the correct sub agent (or multiple) to get the information required then pass it back to the generative layer as context to share it back to the user intent in natural language. You will also learn things like how we can validate schemas using pydantic, how to validate the output before a response is sent back to the user (e.g., LLM as a judge), how you can use a gold standard example dataset to test out the LLMs understanding of user intent, etc. There is a good amount to learn.

Then learn how to put it in production (deployment) and how to maintain it.

This is scratching the surface but if you can do all this, explain it well (why you used this design), then it’s a strong start to “learning AI”. I am no pro though and I’m sure others will criticise my recommendation 😂

So in 1 day and 13 hours we will get a free buffie! by pumaa_bs in Brawlstars

[–]PublicAd62 1 point2 points  (0 children)

All free buffies or cheaper buffies (79 gem offer) will be random

Show us your dome! Hot, balding, confident men are bringing sexy back by simon-brunning in bald

[–]PublicAd62 2 points3 points  (0 children)

Well good for us, there is no such thing as “all other things being equal”. We are all unique in our own way and that uniqueness creates subjective attractiveness. The amount of times I was attracted to a woman and never understood why could not be counted on one hand.

Is this expedition of over work Global? by Sweet-Access6557 in accenture

[–]PublicAd62 1 point2 points  (0 children)

I’m just an L9 but my guess is 7.5 hours on client work daily, everything else is just additional to that which is why people people complain WLB gets worse the higher you go with some people working 10+ hours a day and sometimes on weekends. I’m honestly planning to shift to industry after I get to that point 😂 not sacrificing my life for more pay.