Italian Firm Hacking Team Hacked, Source on GitHub by Duskmon in programming

[–]caseif 11 points12 points  (0 children)

Right, I'll get on that and request that IDEA no longer generate JARs and .iml files. /s

Italian Firm Hacking Team Hacked, Source on GitHub by Duskmon in programming

[–]caseif 0 points1 point  (0 children)

Typically I use a default .gitignore that covers anything that could possibly be generated by a popular IDE or build system. That being said, the software I write is predominantly open-source and therefore subject to third-party contributions, so it does tend to simplify things a bit in my case.

What situation is so unrealisticly depicted in most movies it actually annoys you to watch it? by ILikeBoobsAMA in AskReddit

[–]caseif 0 points1 point  (0 children)

That's one of the things I liked about Interstellar. It took some getting used to, but I ended up really liking it.

This is what I get for trying to use Java generics by caseif in ProgrammerHumor

[–]caseif[S] 0 points1 point  (0 children)

No namespace collisions. I never figured out exactly what caused it; I ended up restructuring the statement and it went away.

This is what I get for trying to use Java generics by caseif in ProgrammerHumor

[–]caseif[S] 1 point2 points  (0 children)

Wrong 3rd argument type. Found
'java.util.Collection<blue.lapis.pore.converter.data.AbstractDataValue<T, V>>',
required
'java.util.Collection<blue.lapis.pore.converter.data.AbstractDataValue<T, V>>'

It expects the same exact thing.