Skip to content

Instantly share code, notes, and snippets.

View Johnsmith0508's full-sized avatar

Logan Waldman Johnsmith0508

View GitHub Profile
@Johnsmith0508
Johnsmith0508 / An Open Letter To Microsoft From A Minecraft Broadcaster
Created September 16, 2014 01:31
Bacon Doughnut's Open Letter To Microsoft
(Originally posted to reddit but copied here because it was removed by a reddit moderator)
Hello Microsoft,
I am writing this open letter to you in response to your purchase of Mojang, and am speaking as one of the many people who make their full time living in the Minecraft world who are not employees of Mojang. I am a content creator. I use Minecraft as a medium for entertainment on my live broadcasts on Twitch.tv and the money I earn while doing that pays my bills and puts food on my table.
I have every confidence that the employees of Mojang will be well taken care of, the purchase price alone is evidence of that. I am also confident that with Microsoft at the helm Minecraft will do amazing things on mobile platforms and the future of Minecraft as a franchise looks bright.
There are some things left uncertain however and I would like to encourage you to create a way for us as a community to work together with you going forward to ensure a smooth transition and to make sure problems get addressed.
@Johnsmith0508
Johnsmith0508 / miocrosoft and mojang
Created September 16, 2014 01:33
Paul T (CreeperHost) on Minecraft's Future Throgh Micrsoft
Afternoon everyone.
I guess by now you’re done throwing up from shock and are starting to uninstall Minecraft from your computer…
I’d like to stop you and have you think for a minute, yes, Microsoft make mistakes, but instead of abandoning all hope, how about we all continue to contribute to the game in such a valuable way it’d be commercial suicide to change things to stop us?
@Johnsmith0508
Johnsmith0508 / A follow-up to the Microsoft-Mojang stuff
Created September 16, 2014 01:35
Paul T (CreeperHost) on notch leaving Mojang
I’m leaving Mojang | notch.net. (http://notch.net/2014/09/im-leaving-mojang/)
Above is notch’s blog post about leaving.
I feel for him, I started CreeperHost as a hobby, it exploded, not to the extent Minecraft and Mojang did, but even I feel the same pressures, just smaller versions.
@Johnsmith0508
Johnsmith0508 / I’m leaving Mojang
Last active August 29, 2015 14:06
Notch's Anouncement That He Is Leaving Mojang
I don’t see myself as a real game developer. I make games because it’s fun, and because I love games and I love to program, but I don’t make games with the intention of them becoming huge hits, and I don’t try to change the world. Minecraft certainly became a huge hit, and people are telling me it’s changed games. I never meant for it to do either. It’s certainly flattering, and to gradually get thrust into some kind of public spotlight is interesting.
A relatively long time ago, I decided to step down from Minecraft development. Jens was the perfect person to take over leading it, and I wanted to try to do new things. At first, I failed by trying to make something big again, but since I decided to just stick to small prototypes and interesting challenges, I’ve had so much fun with work. I wasn’t exactly sure how I fit into Mojang where people did actual work, but since people said I was important for the culture, I stayed.
I was at home with a bad cold a couple of weeks ago when the internet exploded with
@Johnsmith0508
Johnsmith0508 / CPW anounces he is leaving modding
Created September 16, 2014 01:43
MinecraftCPW (Now VoxCpw) anounces he Is Leaving Modding For Good
voxcpw @voxcpw · Sep 10
My stance on the MS thing: if (true) { System.exit(255); }
voxcpw @voxcpw · Sep 15
Take care everybody. rm -rf .minecraft
MS free for 20 years. Not starting now!
voxcpw @voxcpw · Sep 15
I am stopping not because MS might or might not kill modding. I believe that is already decided. I am stopping for personal reasons.
@Johnsmith0508
Johnsmith0508 / TODO
Last active August 29, 2015 14:07
stuff to do
Configue .travis.yml files
Project Omega
https://travis-ci.org/profile/Johnsmith0508 --public repos
https://magnum.travis-ci.com/Johnsmith0508 --private repos
/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bundle/Home/bin/java -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:61162,suspend=y,server=n -Xincgc -Xmx1024M -Xms1024M -Djava.library.path=/Users/Logan/Desktop/misc-add/build/natives -Dfml.ignoreInvalidMinecraftCertificates=true -javaagent:/Users/Logan/Library/Caches/IdeaIC14/groovyHotSwap/gragent.jar -Dfile.encoding=UTF-8 -classpath "/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bundle/Home/lib/deploy.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bundle/Home/lib/dt.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bundle/Home/lib/javaws.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bundle/Home/lib/jce.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bundle/Home/lib/jconsole.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bundle/Home/lib/management-agent.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Conten
@Johnsmith0508
Johnsmith0508 / wantlist.md
Last active August 29, 2015 14:23
pseudo wishlist

The Want List

##What it is when I have somthing that I can't be bothered to do myself, I add it to the list. when people have spare time, they can check the list for stuff to do. if you want stuff done, contact me to have your requests added to the list

##The List

  • Dynalogic logo in .ico format (small)
@Johnsmith0508
Johnsmith0508 / box.8xp
Last active December 8, 2015 15:42
os in TI-Basic
LFUNC(1)->U
LFUNC(2)->V
LFUNC(3)->W
LFUNC(4)->H
Line(U,V,U+W,V,1,12)
Line(U+W,V,UTW,V+H,1,12)
Line(U+W,V+H,U,V+H,1,12
Line((U,V+H,U,V,1,12)
var renderer, gui;
var init = function() {
gui = new GUI.guiScene();
gui.addTextElement("hello world",0,0);
renderer = new THREE.WebGLRenderer({alpha:true});
renderer.setSize(window.innerWidth, window.innerHeight);
}