JavaZone 2014 movies (2014.javazone.no) 94 points by kgs42 12y ago ↗ HN Java movies based on popular TV-shows.
[–] Espenhh 12y ago ↗ Previous years movies:2013: https://www.youtube.com/watch?v=E3418SeWZfQ2012: https://www.youtube.com/watch?v=HXvm76e2X1Q2011: https://www.youtube.com/watch?v=5U1_KW6ww7Y2010-1: https://www.youtube.com/watch?v=RnqAXuLZlaE2010-2: https://www.youtube.com/watch?v=1JZnj4eNHXE
[–] loudmax 12y ago ↗ House of Codes, just because Norwegian dudes imitating an American Southern accent is pretty awesome.
[–] wigginus 12y ago ↗ Just a heads-up, the Game of Codes trailer is / might be NSFW, which makes sense as it's a GoT spoof. [–] Fishkins 12y ago ↗ I'd amend that to be "is definitely NSFW," and also the least funny.
[–] couchnaut 12y ago ↗ Am I converting wrong or the ticket to the conference actually is 950,830942 Euros ? [–] Foxboron 12y ago ↗ with VAT the ticket cost 7737,50 NOK. Which is indeed about ~950 Euros [–] Dewie 12y ago ↗ For anyone else reading; here, the comma (,) is a decimal point, not something like a thousand separator. [–] ForHackernews 12y ago ↗ The production values for those trailers are pretty high...
[–] Dewie 12y ago ↗ For anyone else reading; here, the comma (,) is a decimal point, not something like a thousand separator.
[–] joeevans1000 12y ago ↗ These are insanely well produced!Who produced them? There are no credits. [–] Espenhh 12y ago ↗ They are made by javaBin, the norwegian Java User Group who are the organizers behind JavaZone: http://java.noThe production of the videos are done by the norwegian producer company Seefood: http://www.seefood.no
[–] Espenhh 12y ago ↗ They are made by javaBin, the norwegian Java User Group who are the organizers behind JavaZone: http://java.noThe production of the videos are done by the norwegian producer company Seefood: http://www.seefood.no
[–] cromwellian 12y ago ↗ The Breaking Bad one was funniest. "I'm the one who was using Lambdas before they were cool."
[–] benmmurphy 12y ago ↗ Lots of nice detail as well.In the house of code one the protagonist is writing up the HeartBeatMessage class from the bouncycastle tls library: https://github.com/bcgit/bc-java/blob/master/core/src/main/j...in the Breaking Bad one has some java code that evaluates to his name on the tablet. public class JavaDoc { public String name() { return asList('I', 'x', '`', 'u', '`', 'a', 'x', 'd', 'q', 'f') .stream() .filter(c -> c != 120) .map(c -> (char) (c + 1)) .map(c -> "" + c) .reduce((a, b) -> a + b) .get(); } } https://gist.github.com/benmmurphy/386be40056bf3a2e263e
15 comments
[ 2.4 ms ] story [ 52.0 ms ] thread2013: https://www.youtube.com/watch?v=E3418SeWZfQ
2012: https://www.youtube.com/watch?v=HXvm76e2X1Q
2011: https://www.youtube.com/watch?v=5U1_KW6ww7Y
2010-1: https://www.youtube.com/watch?v=RnqAXuLZlaE
2010-2: https://www.youtube.com/watch?v=1JZnj4eNHXE
Who produced them? There are no credits.
The production of the videos are done by the norwegian producer company Seefood: http://www.seefood.no
In the house of code one the protagonist is writing up the HeartBeatMessage class from the bouncycastle tls library: https://github.com/bcgit/bc-java/blob/master/core/src/main/j...
in the Breaking Bad one has some java code that evaluates to his name on the tablet.
https://gist.github.com/benmmurphy/386be40056bf3a2e263e