HN user

WHoWHo

35 karma
Posts0
Comments9
View on HN
No posts found.

Like the US is carrying out repeated war crimes and the West does nothing - or the "East" for that matter. If something goes to court in the US if it even does, punishment is light [2] and pushed down to the lowest levels (Lynndie England got 2 years [1]). Or pushed by the president (Drone kills without a declaration of war).

If you have nuclear weapons and a large defence budget, you can do whatever you like to other countries.

[1] https://en.wikipedia.org/wiki/Abu_Ghraib_torture_and_prisone...

[2] https://en.wikipedia.org/wiki/My_Lai_Massacre#Officers

From my experience in 20 years of Java, it prevents the reusage of local vars, which mostly is wrong.

   Person p = ....
   p = doSomething(p)
   ...
   p = doSomethingElse(p)
is hard to reason about when it should be
   Person p = ....
   ... lots of code
   Person updated = doSomething(p) 
   ... lots of code
   doSomethingElse(updated)
Which is easier to read and understand. So you might have had bugs that would have been prevented with final, but you didn't attribute to final.

With excel locking, os x trashes, etc.? What good configuration guide would you suggest for a mixed Linux, OS X and Windows environment with MS Office?

This magic only solves have the problems

    fruit:resource = xattr
    fruit:metadata = netatalk
    fruit:locking = none
    fruit:encoding = private
    delete veto files = yes
    veto files = /.snapshot/.windows/.mac/.TemporaryItems/.DS_Store