Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:Here's why (Score 1) 275

there's a good chance that people problems become more interesting that software problems

I'm 55, this is true, but it hasn't diminished my interest in software, it's just something else that fascinates me and just happens to be the root cause as to why "work sucks" sometimes. My Dad is 80, a retired mechanical engineer, last we spoke about programming he had got one of his games he wrote in Delphi running on android and was playing with the python graphics library.

Comment Re:Websites have to be paid for... (Score 1) 226

No, agregation into packages is completely unacceptable.

Then be prepared to pay $19.99 per year for each website, even if you plan to view only one page on that site, because you are unwilling to pay for bundles of multiple sites. Look at 50 different sites one month? That'll be a thousand dollars.

Comment Nobody has solved the "work" problem. (Score 1) 275

Solving coding problems the fun part. The work part is getting the solution to the customer, ironically few engineers are willing to tackle the work problem, or accept other people's solutions to it. So what you generally end up with is an imposed solution from above that doesn't work because the people who wrote the process haven't got a clue how the engineers are currently keeping it together. Rather than tackling the problem by demonstrating a superior answer, the engineers do their best to pretend the work problem doesn't exist.

BTW: If you're solving the "same [coding?] problem over and over again", you're doing it wrong

Comment Re:For many it's not burnout but disillusion (Score 4, Insightful) 275

I mostly agree but I would say that a good engineer provides (and meets) a deadline of his own making. Good managers have clear business plans but they can't create them if software systems randomly pop out of the basement shouting "surprise". The most overlooked and underrated skill for a "professional" engineer is business administration skills (and vica-versa with PHB's). Someone who speaks both languages is far more useful than someone who speaks only his native tongue.

Yeah it's easy to become disillusioned, if you don't have the political clout to organise your own work and "lead by example" to meet their vague goals, then get it or get out. If you do have some influence then vague, numerous, and ever changing management goals are your best weapon against the idiocracy, simply pick the brain farts that give you license to do TheRightThing(tm) and politely deflect the others.

*you - the royal version.

Comment GIMP, Ubuntu, Xfce (Score 1) 270

Crappy ones: GIMP, Tahoe-LAFS, Ubuntu, Kdenlive, XFCE...

As a user of Xubuntu who brings out the GIMP at least twice a week, I'm interested in how you'd name them better.

  • What better name would you suggest for the GNU Image Manipulation Program? It "at least tries to vaguely describe the function of the program".
  • How is Blender (English for "food processor", referring to a 3D modeling app) any better than Ubuntu (Zulu for "humankind", referring to a Linux distribution)? Is it just that English is historically more prestigious than Zulu as a naming language?
  • Xfce (XForms Common Environment) used to be descriptive back when it used XForms, but it became an artifact title once Xfce switched to GTK+. The X part can be reinterpreted to refer to the X Window System, but then the F needs a meaning, a problem that it shares with FVWM (Something Virtual Window Manager).

Comment Single thread (Score 2) 178

Firefox runs faster than Chrome

Firefox also lags when opening a bunch of tabs on sites like Cracked.com on an Atom CPU because it uses only one thread for JS and CSS across all open tabs.

and it uses less processes

Once the single thread problem gets fixed as part of the Electrolysis project, Firefox will probably use just as many processes.

Slashdot Top Deals

Thus spake the master programmer: "After three days without programming, life becomes meaningless." -- Geoffrey James, "The Tao of Programming"

Working...