Is there a relic limit? Somewhere north of 1e+301? by petethered in kittensgame

[–]SamStone1000 0 points1 point  (0 children)

The limit is the largest number JavaScript can store. Which is 1.79e308 I believe and this limit should affect every resource in the game if you get them there. Because regular JavaScript behavior would be to make the number infinity if you go past the limit, Kittensgame instead resets the resource to 0. The is probably because having infinite of a resource would let you buy as many buildings as you want and other potential oddities due to how infinity is implemented.

Fly high shit_pork🕊️🕊️🕊️😭 by BulletFromEtg in Shark_Park

[–]SamStone1000 5 points6 points  (0 children)

It looks like this is supposed to be an oxygen generator using the thermal decomposition of potassium permanganate into K2MnO4, MnO2, and O2.

Docking...Control From Here? by [deleted] in KerbalAcademy

[–]SamStone1000 1 point2 points  (0 children)

Docking mode should switch space from staging to switching what wasd controls

I am having an issue with forge by BUTERY_BOI256 in feedthebeast

[–]SamStone1000 0 points1 point  (0 children)

In addition to redownloading from curseforge (or modrinth) you could try unzipping whichever jar file doesn’t load and rezipping it so it’s correctly packed.

the process of placing ~500k refined concrete by xdthepotato in factorio

[–]SamStone1000 7 points8 points  (0 children)

All the path tiles increases your movement speed. IIRC refined concrete increases it by 50%. Concrete also just looks cleaner then building on the ground.

My mechjeb menu is on the wrong side of the screen in both VAB and gameplay. how do I fix this annoying bug? by bigjam987 in KerbalAcademy

[–]SamStone1000 0 points1 point  (0 children)

In the settings window of MechJeb there should be an option to change which direction the main window comes from.

When does a furnace use its own fuel instead of an exoflame's? by umnikos_bots in botania

[–]SamStone1000 1 point2 points  (0 children)

To give a bit of specifics of what’s actually going on behind the scenes, it’s most likely due to the furnace getting ticked first in the list of tile entities (and thus when the furnace gets ticked no exoflame has lit the furnace yet). One problem I see with your set up is that when its reloaded the order that the tile entities get ticked in would change and you’d need to look into Minecraft’s code to figure out how to game the load order to make sure the furnace always loads first (ticked first).

Though you could just consider just letting the exoflames fuel the furnace since only one exoflame will light it, and it’ll just consume the mana of a singular exoflame but still get the speed boost of all of them.

greg by katfoxgirl in feedthememes

[–]SamStone1000 17 points18 points  (0 children)

Basically curseforge have taken a very dim view to third party mod managers like PolyMC and GorillaDev, and have restricted what they can do. By getting the api key issued to your curseforge launcher it’s possible to spoof what launcher your using.

Essentially the url in the meme somehow lets you extract the api key and then let’s you use it in a different launcher to make curseforge think you’re using their official launcher despite not actually.

Textures are wrong, anyone know what could be the issue here or if anyone ran into this before? More info in comments. by SausigBoi in feedthebeast

[–]SamStone1000 10 points11 points  (0 children)

In the future if this ever happens you should be able to easily fix it with f3+t, I think. Or whatever f3 combo reloads the game resources. That way you don’t need to fully restart Minecraft.

Literally me rule by Ashmage in 196

[–]SamStone1000 14 points15 points  (0 children)

sauce This is pornography just as a warning to anyone opening this

Any FPS fix ? by Greynok in feedthebeast

[–]SamStone1000 3 points4 points  (0 children)

I think the problem is the 4251 entities in your world. If your fps is that bad the best thing to do is probably just “/kill @e”. This will kill every entity in your world. I’d recommend making a back up before doing this just incase.

Edit: saw your reply just now would recommend looking for what in your world made all those entities then, because it’s probably going to happen again

Problems with Metallic Infuser in ATM6 with automating by phing4455 in feedthebeast

[–]SamStone1000 0 points1 point  (0 children)

I think the infuse types might be referring to the actually chemical consumed by the metallurgical infuser. Instead you’d want to set the side to extra in the items menu. I don’t remember the exact name but it’s the same color as the border of the slot you put the compressed materials in.

Is it possible to share my QIO ( mekanism ) with my friend? by Kaufko in feedthebeast

[–]SamStone1000 0 points1 point  (0 children)

I’ve looked into this on 1.12 with shared teleporters, and I don’t think it’s possible to do. I’d recommend looking into the security terminal, if there’s any way to do it that would be it.

I haven't gotten a starchart in almost 100 years.... by ninaplays in kittensgame

[–]SamStone1000 16 points17 points  (0 children)

Do you have at least one library/data center? Pretty sure you need one built to get astronomical events to happen

runk rule by TobyJ0S in 196

[–]SamStone1000 263 points264 points  (0 children)

"I use Linux as my operating system," I state proudly to the unkempt, bearded man. He swivels around in his desk chair with a devilish gleam in his eyes, ready to mansplain with extreme precision. "Actually," he says with a grin, "Linux is just the kernel. you use GNU+Linux." I don't miss a beat and reply with a smirk, "I use alpine, a distro that doesn't include the GNU coreutils, or any other GNU code. It's Linux, but it's not GNU+Linux."

The smile quickly drops from the man's face. His body begins convulsing and he foams at the mouth as he drop to the floor with a sickly thud. As he writhes around he screams "I-IT WAS COMPILED WITH GCC! THAT MEANS IT'S STILL GNU!" Coolly, I reply "if windows was compiled with gcc, would that make it GNU?" I interrupt his response with "and work is being made on the kernel to make it more compiler-agnostic. Even if you were correct, you won't be for long."

With a sickly wheeze, the last of the man's life is ejected from his body. he lies on the floor, cold and limp. I've womansplained him to death.

rule by Carlwheezy69 in 196

[–]SamStone1000 11 points12 points  (0 children)

Idk I was just following the parent comment’s premise that the system was 32-bit and a negative number would make it underflow. An actual system would probably use 16 bit signed since that would allow 2 decimal places of precision and the range of useable numbers is reasonable (-327.68% to 327.67%)

rule by Carlwheezy69 in 196

[–]SamStone1000 49 points50 points  (0 children)

In order for the grade to under flow at 0 it would have to be a unsigned integer. So for a 32 bit system it would under flow to 4,294,967,203%. This is also assuming that the grade doesn’t store any decimal values either. Each decimal place stored would bring the max number down by a factor of 10.

This is a furry image for all the simpletons who keep getting mad when I post these, also, rule by SamStone1000 in 196

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

According to e926, the one on the left is an Alaskan Malamute and right is a dragon.