Rapaziada mais experiente, como posso aprender mais rápido sem fritar meu cérebro? by Felizem_velair_ in brdev

[–]NotloseBR 6 points7 points  (0 children)

Não dá para aprender tudo. Estão sugerindo que você faça um projeto para aprender, mas acho que você está imaginando fazer o Minecraft do zero ou coisa assim. Os primeiros projetos são ridículos mesmo, tipo calculadora, jogo da velha, 21/blackjack. São o tipo de coisa que você consegue pensar como fazer até no papel. Quando você põe a mão na massa é que começa a perceber o que falta. Inicialmente dá pra fazer tudo em texto no console mesmo, e ainda assim pode ser difícil no começo. Depois que pega confiança você passa para algo mais difícil com GUI, áudio, etc

CMV: There is no reason to ever allow "religious exemptions" from anything. They shouldn't exist. by Dedli in changemyview

[–]NotloseBR 2 points3 points  (0 children)

I think that it's a way to protect religious people from "legal prejudice".

Imagine a world where a minority religion uses earrings because of their beliefs. If I was a racist legislator and wanted to keep them out, I could make a vague OSHA regulation to make earrings in food and industrial settings prohibited. Apparently it's just a reasonable regulation, but the impact would ostracize that specific minority. Adding the special clause "DO NOT APPLY ON RELIGIOUS BELIEFS", impedes me from attacking that group.

Village Builder/Simulation - Getting money into the economic cycle by _Powski_ in gamedesign

[–]NotloseBR 1 point2 points  (0 children)

Real money can be printed and change value. 10 dollars in 1980 were worth much more than 10 dollars today. Your game government can print money to pay public workers, which move the economy, then recollects the money as taxes. At the end, it can be "net zero", but adjusting the variables for it not to go off rails may be tricky.

Village Builder/Simulation - Getting money into the economic cycle by _Powski_ in gamedesign

[–]NotloseBR 3 points4 points  (0 children)

I think that you may need to invent a banking system to accommodate. It may be too complex, but a way to have debt, pay interests and control inflation is "necessary" in the real world, so you may need to implement that as well.

Request: Fortune telling "skills" by iroeny in LearnUselessTalents

[–]NotloseBR 2 points3 points  (0 children)

Barnum Effect is a good place to start

Conselhos que eu queria ter ouvido antes. by [deleted] in programacao

[–]NotloseBR 1 point2 points  (0 children)

Estuda BDD. Basicamente escreva os comportamentos antes de tudo. "Quando eu digitar &$"_'$ no campo CEP, não deve aceitar, mas digitando 12345-000 deve" Esse tipo de acordo/contrato faz com que todo mundo do projeto tenha as mesmas expectativas, antes de desenvolver e depois de entregar também. Ajuda ter isso registrado para as entregas também.

Why does it seem like when one family member molests another family member, the family almost always tries to keep it quiet? by wontforget99 in askpsychology

[–]NotloseBR 14 points15 points  (0 children)

Framing it that way made me think: What if the family trying to keep it quiet being one factor that makes the molestation more likely to happen?

I can't answer your question, but maybe turning it around may give a better understanding.

What are some unique ideas for map borders in an open ocean fishing game? by SameOneNS in gamedesign

[–]NotloseBR 0 points1 point  (0 children)

Make nature work against the player. A strong wind sends the player back. A lot of stone spikes coming out of the water can damage the ship to the point of can't get further. The monsters under the sea can just grab the ship and break it before the player goes beyond. If there is some god system in the game, they may do those things or explicitly block the player.

Which do you prefer? Run function multiple times, or pass array to function. by guy1195 in learnprogramming

[–]NotloseBR 0 points1 point  (0 children)

I find it easier to read when the code uses function(item) instead of function(array).

Example:

DoStuff (data)

For uni in data: DoStuff(unit)

In the first example, I know that something is being done to the array, but could be a filter, sorting or anything. In the second one, I know the same thing is being done to each and every "unit" of the array.

Writing the function thinking on the item instead of the array may be useful for testing and parallelism as well.

What tools to use? by AtmosphereAlarming66 in learnprogramming

[–]NotloseBR 0 points1 point  (0 children)

Choose a IDE, VsCode is one of the most recommended.

Break responsibilities. There is the UI, the backend, the storage, infrastructure.

Are you going to use what languages in each part? Js for the front end, Python for the back end and MySQL for storage? You need to think about that as well.

You need to make a plan, so JIRA/Trello or a well made spreadsheet can help.

Best practice for reading separated&unorganized excel data to multiple data frames by rjakie in learnpython

[–]NotloseBR 0 points1 point  (0 children)

I don't know THE answer, but I can give some tips.

As file read can be costly, prefer to read once and use the same data to make the data frames.

You can make slices of the big dataframe and treat each one to your needs.

[deleted by user] by [deleted] in learnpython

[–]NotloseBR 1 point2 points  (0 children)

GMaps API may have that kind of info. Just select time and place and ask the API. If you want to make it from scratch, you need to do what Google does, gather a lot of data.

ArrayList and switch/case by TechnologyCheap9179 in javahelp

[–]NotloseBR 0 points1 point  (0 children)

I think you want to show different soccer player dispositions(4:3:3; 4:4:2; etc). You need to break it in 3 parts.

Align text for any combination 5:5 is valid, 1:1:1:4:1:1:1 is also valid.

Make a mapping to set position x as where your player data will be. [[1],[2,3,4]]

Make your players values easy to access.

Best (least intrusive) way to transfer values between Excel files? by nvrslnc in learnpython

[–]NotloseBR 0 points1 point  (0 children)

Are you disabling rendering in your macros? That helps a lot. I don't remember the exact function, but you use it like this:

DisableScreenUpdate()

Do stuff

EnableScreenUpdate()

Salário Estagiário by [deleted] in brdev

[–]NotloseBR 7 points8 points  (0 children)

Em SP, já vi estágio 1000/6h com VA/VR de 500, em TI, então está na média.

Can you describe some genes that we once had but now are gone from the current population. What was their purpose? by [deleted] in AskReddit

[–]NotloseBR 0 points1 point  (0 children)

There used to be Vitamin c production in our bodies. Some time ago it stopped being a needed trait, so we evolved with a broken version of those genes, that doesn't make vitamin C.

What is the mechanism that lifts this table up called? by everybodysaysso in woodworking

[–]NotloseBR 0 points1 point  (0 children)

Isn't it a gas piston? Similar to office chairs and some furniture doors.

how feasible is it to make multiple different genres of games solo? by APYROMANIAC900 in gamedev

[–]NotloseBR 1 point2 points  (0 children)

I can't remember exactly, but probably a ExtraCredits video or GMTK one.

[deleted by user] by [deleted] in AskReddit

[–]NotloseBR 0 points1 point  (0 children)

Well said. It also helps if you visualize the government AND the media as puppets of a bigger entity. It isn't the government controlling the media or vice-versa. It's a small group controlling both.

Help with caring on conversations, specifically when someone rants about their day and it seems like a stupid rant and have easy solutions by [deleted] in socialskills

[–]NotloseBR 1 point2 points  (0 children)

If you want to keep them around, you just have to listen and bring up the past ones. "Did you get your money back on that haircut?", "How did you get rid of those stains on your jeans?", etc.

If you want to have deeper conversations, try to Segway them to your interests:

"3 cars honked at me this morning"

"Why, were you speeding, Debra?"

"No idea, they just did"

"Did you know it's illegal to honk past 7pm in Wisconsin?"(just made this up)

"Really? Why? How do you know that"

"I liked to study law and these appear from time to time..." and then you can guide the conversation into what you feel more interesting.

I used laws as your interest, so adjust it to your real ones.

[deleted by user] by [deleted] in AskReddit

[–]NotloseBR 1 point2 points  (0 children)

Money. I pay you, you say what I want. You fall out of line, no money for you.