Surprise! We've been running on hardware provided by BuyVM for a few months and wanted to show them a little appreciation.
Running a paste site comes with unique challenges, ones that aren't always obvious and hard to control. As such, BuyVM offered us a home where we could worry less about the hosting side of things and focus on maintaining a clean and useful service! Go check them out and show them some love!
Submitted on January 6, 2016 at 02:19 PM

Section 1 (Text)

With fastcraft:
===========
"Client thread" Id=1 RUNNABLE
        at org.lwjgl.opengl.GL11.nglTexSubImage2D(Native Method)
        at org.lwjgl.opengl.GL11.glTexSubImage2D(GL11.java:2984)
        at net.minecraft.client.renderer.texture.TextureUtil.func_147947_a(TextureUtil.java:187)
        at net.minecraft.client.renderer.texture.TextureUtil.func_147955_a(TextureUtil.java:170)
        at fastcraft.a.j.a(F:566)
        at fastcraft.Hooks.i(F:85)
        at net.minecraft.client.renderer.texture.TextureUtil.func_147955_a(TextureUtil.java)
        at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:283)
        ...

Without fastcraft:
=============

"Client thread" Id=1 RUNNABLE
        at org.lwjgl.opengl.GL11.nglTexSubImage2D(Native Method)
        at org.lwjgl.opengl.GL11.glTexSubImage2D(GL11.java:2984)
        at net.minecraft.client.renderer.texture.TextureUtil.func_147947_a(TextureUtil.java:187)
        at net.minecraft.client.renderer.texture.TextureUtil.func_147955_a(TextureUtil.java:170)
        at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:283)
        at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:97)
        at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:89)
        at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(TextureManager.java:172)
        ...
        ...