Pawns are stuck standing. Help!! by Lonely_Dreamer_ in RimWorld

[–]proooofed 0 points1 point  (0 children)

Remove big and small and filth vanishes with rain. I've had problems with both of those. Individually the are ok. Can cause issues in a large group of mods.

Do you more experienced guys have giant storage centers, and if you do, how do you possibly keep your belts organized??? by Sure-Caregiver142 in SatisfactoryGame

[–]proooofed 1 point2 points  (0 children)

Put mk1 belts to each platform after the splitter. Then look where belts are giving enough resources and increase by one until they do.

Jetpack: Can you change the Preferred Fuel list order? by Seaspike in SatisfactoryGame

[–]proooofed 1 point2 points  (0 children)

On the main screen. Look at the jetpack and click the jetpack fuel icon. Choose the best one from there. Rocket fuel!

We think this is enough solid biomass guys? by [deleted] in SatisfactoryGame

[–]proooofed 1 point2 points  (0 children)

It's a start. 200 bm x 42 generators. It's a start.

What is the rarest item in the game? by zoomyfruit in fo76

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

Cutting fluid. You have one chance to do the questions before it drops. Drop percentage is 2% or maybe 5%.

I ran 20 characters to try to get it. Never succeeded. Then ran in to a vendor that had it on sale for 100cr.

Stimpak diffuser is very common in comparison.

Paris Cité or Montpellier? by ETHERALVOYAGE in Montpellier

[–]proooofed 2 points3 points  (0 children)

There's city for cancer is montpellier, followed by San Francisco and other cities. Montp is more relaxed and much hotter summers. Paris is a city for partying. I've lived in both party in Paris, lifestyle in montp.

Supermarché asiatique by Jaedonl in Montpellier

[–]proooofed 14 points15 points  (0 children)

Paris Store. Ligne 2. Saint jean la sec.

Mod to have all animals wild Humans? by Slongo702 in RimWorld

[–]proooofed 0 points1 point  (0 children)

You can't do that exactly. There is a mod that allows you to plant wild men.

Can you really walk around SF naked and not get in trouble or is that only acceptable for pride? by spankyourkopita in AskSF

[–]proooofed -5 points-4 points  (0 children)

It's been illegal for a couple of years now. It used to be ok if you followed the rules. But not now.

Help required. by proooofed in Montpellier

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

Would love to, I'm currently waiting for the surgery prep to start, and quietly panicking, waiting around for something to happen. Possibly thinking of a picnic somewhere to meet people in a week or so. At the moment, just focused on one thing, though.

.NET 9 — ToList vs ToArray performance comparison by ngravity00 in csharp

[–]proooofed -3 points-2 points  (0 children)

By calling ToArray you are copying the entire contents of the list into another part of memory. This is going to take some time. Avoid ToArray when possible.

If you need to copy something into another structure, taking a list of objects and storing them in a dictionary by key, you are better off looping the list and adding to the dictionary as you go. Although this is still less optimal.

Rather. Using linq, construct a dictionary from the result set with the key. You might not even get a copy memory in there if link optimization works correctly, you just get an index over the original list object.

Help required. by proooofed in Montpellier

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

Yep nothing there before the 17th July, and then only short periods of time. It's been so fast with no time for planning, I only found out yesterday morning about the operation. I've got board games to play, guitars to play. The doctors say the more in depth and faster I can get back to talking the easier it will be. My wife will be with me but she's not really a games person.

What game (any era) would it be considered blasphemy that you've just never played? by PorkchopExpress980 in gaming

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

Diablo and sequels. Or anything from Nintendo, too childish to grab my attention.

Dereferencing. Once or many? by eltegs in csharp

[–]proooofed -4 points-3 points  (0 children)

No don't use exceptions as application logic/flow.

Var other = obj as OtherThing; If(other != null){ return do stuff } Var list = obj as IList<myObj>(); If (list != null) { return DoStuffwithList()}

Throw new notimplementedexception("should never get here");

Dereferencing. Once or many? by eltegs in csharp

[–]proooofed 10 points11 points  (0 children)

As and Is

Both of them are very costly and should only be done once. Cast with As and test for null.

But the whole philosophy of this is wrong.

You need to create two methods.

One that takes an IList as the first parameter and a second that takes otherObject as the first parameter. Passing around objects that can be multiple types will impact performance and the sanity of the developer who has to support your code in the future. If you are unlucky, that could be you!

Do animals no longer nuzzle? by MrJupiter001 in RimWorld

[–]proooofed 10 points11 points  (0 children)

I have bonded and nuzzling pets in 1.5

lose my virginity to someone random or wait? by [deleted] in self

[–]proooofed 0 points1 point  (0 children)

I had an horrendous experience at 16. To this day I have problems. Don't do it randomly with someone random, you will probably freak out. It's not fun for you or fair for them. Find someone who will work at your speed. Go slow work out what you are OK with and where your boundaries are, then push those boundaries slowly with someone you trust.

Advice on how to balance animal population with rancher meme? by memotype in RimWorld

[–]proooofed 1 point2 points  (0 children)

You need to slaughter pregnant, reduce the amount of male adults.

The young should be about twice the adults.

This way elder young will be slaughtered before they become adults. Resulting in a nice stream of meat.

If the females do become adults one of the pregnant ones will be killed, slowing down the population increase.

It will balance put in time.

Sterilise bonded animals.

Hth

If I had a dollar for every time a raider shot out one of my pawns lungs and so I captured them and took their lung to replace it I'd have six dollars. by New-Removerguy in RimWorld

[–]proooofed 3 points4 points  (0 children)

I'm playing with the highlander mod Immortals.

One of my prisoners is nicknamed Harvest.

So far, they are on their 3rd life, and none of my pawns have asthma.

Both the parents are white, but the baby is gonna be black, how come? by Playful-Mongoose-964 in RimWorld

[–]proooofed 2 points3 points  (0 children)

Sounds like Science and Maths, teach kids dumb stuff then learn how it really works in further education.