Skip to content

Instantly share code, notes, and snippets.

@addisonamiri
addisonamiri / reply.md
Last active January 21, 2016 18:46
Response to BlackFire5864's post

This is a response to this reddit post.

You're in luck because I'm less than sober and love helping people switch to The Great People's Operating System. There are a few things that are a bit weird coming out the gate that took me a while to realize so I'm going to try and explain the freedom you have when switching from closed source operating systems.

0. HAVE FUN

If you're not having fun as a CS major running Linux you're doing it wrong. You can put as much or as little effort into the OS and really you'll learn stuff about how your software works that you never though you would. I love this shit. It's why I cringe when I use anything else. It's a drug. If something is really bothering you ask around and there's usually a solution. If not there's a compromise. If not there's bug reports and contacting d

@addisonamiri
addisonamiri / error.log
Created October 2, 2014 20:04
Java FX Error
Executing /home/xiao/github/Space-Traders/SpaceTrader/dist/run1288853006/SpaceTrader.jar using platform /usr/lib/jvm/java-8-oracle/bin/java
Exception in thread "JavaFX Application Thread" java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at javafx.fxml.FXMLLoader$MethodHandler.invoke(FXMLLoader.java:1762)
at javafx.fxml.FXMLLoader$ControllerMethodEventHandler.handle(FXMLLoader.java:1645)
at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:86)
at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:238)
at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191)
at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59)
at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58)
at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)