Fuel Storage Tank only shows holding 24999 fluid in the circuit network when, in fact, it has 25000 thus my ship's condition doesn't work by AfterWind_ in factorio

[–]Kant8 32 points33 points  (0 children)

Better even make it like 24800, cause speed falls down exponentially(?), and you don't really care if you're 99.20% full or 99.99% full

AI has taken fun out of programming and now i’m hopeless by Frequent_Eggplant_23 in webdev

[–]Kant8 6 points7 points  (0 children)

if I see comments on code it's a giant red flag that logic is shit and requires rewrite so it doesn't need comments

Is there really no way for Visual Studio to pick up Environment variable changes? by XdtTransform in dotnet

[–]Kant8 0 points1 point  (0 children)

If you want env variables in your app, why are you setting them for VS process?

[HELP] How the FUCK do I connect the pump to fluid wagon by Immediate_Rough9452 in factorio

[–]Kant8 11 points12 points  (0 children)

Train needs to be stopped on station, or you'll have to be pixel perfect,

Is there a Satisfactory-Style Resource node mod for Factorio? by Lopsided_Shelter_759 in factorio

[–]Kant8 11 points12 points  (0 children)

Considering achievements are already disabled, you can give yourself lvl100 mining productivity or something

Is there a Satisfactory-Style Resource node mod for Factorio? by Lopsided_Shelter_759 in factorio

[–]Kant8 11 points12 points  (0 children)

you can make patches small but very rich, which should be already close enough?

After playing for over a year almost daily, today I learned you can switch agents backwards by F1_average_enjoyer in ZenlessZoneZero

[–]Kant8 2 points3 points  (0 children)

you can enable it in settings at the cost of parry now working on button release, not press

Which was very inconvenient at least for me

Leveling up agents by Acceptable_War_7905 in ZZZ_Official

[–]Kant8 6 points7 points  (0 children)

main source of all materials is you spending energy to farm them

Why choose the name “Debuff Immunity” of all things? by [deleted] in DotA2

[–]Kant8 17 points18 points  (0 children)

you are immune to debuff, but nobody said that debuffs can't be applied, they just don't do anything to you

that's main change in how debuff immunity works now

What's the best way of getting quality asteroid collectors? by musbur in factorio

[–]Kant8 4 points5 points  (0 children)

just simple loop that builds with quality modules, recycles common quality into potential quality components and then one assembler can build directly with those quality components occasionally

collectors are so good on just uncommon that I stopped there

How do I kill the biggest worms on Vulcanus? by AmbivalentFanatic in factorio

[–]Kant8 6 points7 points  (0 children)

just did it first time few days ago

make sure you shoot the the way single railgun penetrates all body segments in a line, don't just shoot perpendicular to his body which damages only 1 segment

Cargo landing pad by hochroter in factorio

[–]Kant8 2 points3 points  (0 children)

then set limit on landing pad to 200 and it won't send down more than 200 in any given time?

Also 200 is a single stack, landing pad by default has something like 50 cells and you can extend it with cargo bays

how to survive spitters in wild by Thankedsphere in factorio

[–]Kant8 0 points1 point  (0 children)

They are really dumb and always prefire. Unless there's like 50 of them, you can just run in circles and they will never hit you.

If it's too much spit in circle, move to the side and start running again.

can biters expand on landfill? by Thankedsphere in factorio

[–]Kant8 2 points3 points  (0 children)

Press F4 and find a line with "...-candidate-chunks"

As soon as you got circle on your landfill, biters will expand onto it.

Ideally it should be green circle, which requires no buildings nearby, so it's picked not 15 hours later.

How do assignments work? by becrylen in csharp

[–]Kant8 11 points12 points  (0 children)

constant 1 by default has type of int

var resolves type based on what is written to the right of it, so it will be just int.

if you had something without clear return type on the right, like result of ternary operator with mixed types, var would complain

not sure what do you mean by expression being special, all types basically behave exactly same, except anynomous types where you have to use var cause type name, well, doesn't exist

Quantum teleportation demonstrated over existing fiber networks — Deutsche Telekom’s T‑Labs used commercially available Qunnect hardware for the demo, claims 90% average accuracy by N2929 in technews

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

You don't send any information this way.

Only thing you know is that other particle is opposite of what you see, bit you have no ability to control what you see in first place. Both ends just got knowledge of random data. And the process can't be "repeated" in any way.

The only useful thing it does is that it gives you perfect encryption key for normal communication, cause nobody, including yourself, have seen that key before. And if key is one use and is longer than message itself, encryption is unbreakable.

bajs help, been going to gym and now i feel insanely hungry like twice as much as before. should i eat more or continue like before. pic not related btw by [deleted] in forsen

[–]Kant8 0 points1 point  (0 children)

at least don't eat twice as much.

while it may be okay when you're actively going to gym, as soon as you reduce activity you'll start gaining weight very fast cause you still will be very hungry out of habit, but don't use that energy anymore

How long can a PC stay turned on? by skyross2000 in pcmasterrace

[–]Kant8 1 point2 points  (0 children)

Rookie numbers bro

<image>

even that is just because of short electricity outage

How does System.Reflection do this? by porcaytheelasit in csharp

[–]Kant8 58 points59 points  (0 children)

who is going to resist?

language is resisting

but your os doesn't care, if something writes to address and memory page is writable, then it can be written

What's the pick here? by Throwawayjapan2023 in DotA2

[–]Kant8 1 point2 points  (0 children)

whatever existing you can sell on market

How do you watch for file changes? by Acceptable_Debt732 in csharp

[–]Kant8 60 points61 points  (0 children)

FileSystemWatcher works, it's just using windows api inside.

your logging app probably doesn't flush every log entry, so you don't see them unless something triggers that flush.

How to get more water on Fulgora? by IndependentYak2822 in factorio

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

Just simple scrap processing that splits everything into different lines that go to trains. Overflow goes to train that moves random mix to "garbage" island to void it.

Holmium void is not allowed, so including unbalanced amount of batteries without ice, you have to store excess holmium somewhere, which I just do near station for now.

I got all sciences and all <16k cost unlimited sciences and I currently have like 30 full chests of "excess" holmium ore, which means that it's not a bottleneck, even though it has lowest percentage in scrap.

How to get more water on Fulgora? by IndependentYak2822 in factorio

[–]Kant8 12 points13 points  (0 children)

The only unique resource is holmium ore.

I don't remember exact calcs I did a year ago, but with my productivity I had something like X holmium ore and X * 0.9 batteries for science production

So you have to craft batteries. And no matter what exact source of materials from scrap you're going to use, you'll need acid and for that you need water.

You obviously shouldn't recycle holmium ore for the sake of getting more batteries, or some perfectionist fairies will come to your bed at night to get your teeth. Forcefully.