OP is going to have to wait a _long_ time for apple to change the form factor of the air pods. Apples has only had maybe 3 headphone design changes in since the iPod.
If you're doing something like play in scala you usually need the program running in the Intellij context, but it can also hook up to the debugging port of a JVM or to the PHP interpreter running inside of a VM.
IntelliJ is a pretty complete suite of a tools, a pleasure to use (has VIM mode too :P)
IntelliJ has great debugging integration with JS / PHP / Scala (the tools I use currently).
Set a breakpoint in the code, refresh the browser, and all the variables in the scope will be annotated with their value at break time.
This is really what you're after when you're println debugging - it has the advantage of showing you everything in a minimally intrusive way which is helpful when you don't know what you're looking for exactly.
Really great read, I recently lost a friend who was among many other great things Jewish. As a "Gentile" I found the entire Shiva process both historically / anthropologically interesting and very helpful with the mourning process.
A currency that defies regulation attracts less-than-ideal business practices - our highly regulated baking system attracts poor business practices, none of this should be surprising.
Fair Warning, I worked with the other for some time, and have been having an out of band convo with him.
One of the things I absolutely HATE about scala is operator overloading - and the excessive abuse of it. I ran into it just now using some library that used ==.
The main issue at the end of the day is compile time. They are working hard to address this, and from the first day we started using Scala to now, it's improved dramatically - but definitely lots of room for improvement where that's concerned.
For sure you can, but the internals of the libraries can also cause NPEs because of turtles all the way down :P
We've been running scala in production for 4 years, and had our share of NPEs in our code and in the libraries we host. My point I guess was just that it's not entirely true that they will not boil to the surface on occasion.