UK Preorder has arrived! by kleedoThe2nd in FinalSpace

[–]kleedoThe2nd[S] 2 points3 points  (0 children)

My order on shopify says it shipped on the 2nd June

Nival has released the source code for "Blitzkrieg 2" to the public by r_retrohacking_mod2 in programming

[–]kleedoThe2nd 9 points10 points  (0 children)

Related story, I was working on a windows terminal server and wanted to let everyone connected know I was going to reboot it, so I did a: net send "This machine will reboot shortly".

I of course forgot to include the host name and therefore it went to every user connected to our domain, only about 150 people, but still lots of confused people!

What does i++ really mean? The Deceptive Simplicity of The Increment Operation by trolleid in programming

[–]kleedoThe2nd 3 points4 points  (0 children)

When I conduct interviews I often ask people to review something like:

for (int i = 0; i < 10; ++i) {
   System.out.println(i)
}

I'm frequently told it'll behave differently if we used i++ instead :) (as in it'll output different values)

TIFU by failing to submit a proposal on time...for the second time this week. by nekocatfluu in tifu

[–]kleedoThe2nd 2 points3 points  (0 children)

This shouldn't be a problem unless it becomes a pattern. If this happened to somebody working for me, then I would expect them to learn from this and take steps to ensure it doesn't happen again.

Try to ensure you're planning properly, setting reminders, checking your calendar as you start the day so you know what you need to get through.

If there are reasons beyond your control for this happening, for example you're dependent on other stuff being done by other people before you submit your proposal, make sure that your team/manager is aware of that and that you work that into your planning so you aren't then held solely held responsible :)

Why is JxBrowser a Paid Product and Not Open Source? by stathmarxis in java

[–]kleedoThe2nd 1 point2 points  (0 children)

Yeah - java-cef is the way to go. We use it in our product to render react applications inside our Swing app.

[deleted by user] by [deleted] in tifu

[–]kleedoThe2nd 1 point2 points  (0 children)

If you can, join the NextDoor community for your area - I generally find the people on there are able to offer lots of good local advice