Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re: It's what happens when everyone works from hom (Score 1) 103

That's not true, stack overflow will give you a copy-paste for any problem, be that some crazy C++ lambda or a phythonic way of converting to network byte order.

Asking your colleagues just means you're less exposed to GPL litigation later when scanning tools spot your code block in everyone else's projects as well ;)

Comment Re: "a lack of good software developers" (Score 2) 103

Quite. C/C++ is my bread and butter but if I want to smash out a proof of concept or do something DevOps level then python is my go-to. But it's only production ready with LOTS of unit testing to exercise the logic paths, without which there is plenty of risk of it going bang in the field.

Mind you, C and C++ go bang in the field, but it takes so long to implement the exact same thing that it just appears to happen less frequently ;)

Comment Re: When you're burning wood chips... (Score 3, Informative) 87

The tree grow/burn cycle is short and shouldn't (averaged over the course of a few decades) contribute to the amount of atmospheric CO2. But the tree/coal lifecycle is long - releasing CO2 that can't immediately be returned to coal. Unless averaged over thousands of years - which is bit of a problem given our more immediate climate concerns.

Comment Trust, and the right mindset (Score 1) 125

I regularly remote work. This is less about the right software (all you need is live chat and video conf, for which there are many solutions) and more about people that buy into working with these resources as a matter of course - as well as their consideration for remote workers (IE, talking loudly enough in on-site meetings to be picked up by a mic).

The best way to get people into this mindset is to get them to experience it first hand for themselves.

And trust. Managers must allow autonomous workers and trust them to do the right thing.

Moving house to relocate to a new job should be a thing of the past.

Comment Good or bad? (Score 1, Insightful) 56

Any mentally engaging activity is likely to change brain structure given enough time, but whether that change is beneficial or detrimental seems to remain a mystery.

If your child was obsessed with making stuff with Lego no doubt there would be a discernible change there too. An inclination towards engineering, who knows?

But, we perceive screen time as bad and therefore interpret any brain adaptation as bad too, but perhaps there is some later life benefit?

(Personally I doubt it, I think screen time is a thin do-this-for-minor-reward activity - easy endorphins. Not uncommon with certain other male activities that we'd best not talk about here - also perceived negatively).

Slashdot Top Deals

The Tao is like a glob pattern: used but never used up. It is like the extern void: filled with infinite possibilities.

Working...