Click here to Skip to main content
15,916,371 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: 1 Dim Lorry Loading Problem Pin
Ravi Bhavnani26-Aug-16 16:17
professionalRavi Bhavnani26-Aug-16 16:17 
GeneralRe: 1 Dim Lorry Loading Problem Pin
User 5924126-Aug-16 16:19
User 5924126-Aug-16 16:19 
GeneralRe: 1 Dim Lorry Loading Problem Pin
PIEBALDconsult26-Aug-16 19:54
mvePIEBALDconsult26-Aug-16 19:54 
GeneralRe: 1 Dim Lorry Loading Problem Pin
megaadam26-Aug-16 21:26
professionalmegaadam26-Aug-16 21:26 
GeneralRe: 1 Dim Lorry Loading Problem Pin
Munchies_Matt26-Aug-16 22:35
Munchies_Matt26-Aug-16 22:35 
GeneralRe: 1 Dim Lorry Loading Problem Pin
CDP180227-Aug-16 0:16
CDP180227-Aug-16 0:16 
GeneralRe: 1 Dim Lorry Loading Problem Pin
Bram van Kampen1-Sep-16 16:02
Bram van Kampen1-Sep-16 16:02 
GeneralRe: 1 Dim Lorry Loading Problem Pin
CDP18021-Sep-16 19:17
CDP18021-Sep-16 19:17 
Ok, got it. Finding your way through a large set by sorting and eliminating 'wrong' branches is not analytical. It is an algorithm, but a crude and time consuming one. If you have no hint in a tree of possibilities that helps you to find the one you are looking for, then you have no choice than to follow each branch in the tree to the end and compare the results.

That's how computers play chess, but only looks ahead a few moves, otherwise it would not make its move until the end of the universe.

How about a real problem that makes you rich if you can provide an adequately good solution. Logistics. Try to coordinate a fleet of trucks and make a time and cost efficient schedule where the trucks have to be at what time to pick up or deliver cargo. You have to be on time and must of course keep in mind wether or not a truck can transport a particular cargo or has enough room left. A single truck that gets delayed or has an accident may kill the entire plan, just as any single new job that must be inserted into the plan might.

Now we need a new schedule. At once, because our trucks out there don't stand still and the whole situation changes every second. I don't care wether my algorithm is analytical or not. That's an academical problem. I do care about the algorithm being far too slow. That's a very practical problem that can make you rich.
The language is JavaScript. that of Mordor, which I will not utter here

This is Javascript. If you put big wheels and a racing stripe on a golf cart, it's still a f***ing golf cart.

"I don't know, extraterrestrial?"
"You mean like from space?"
"No, from Canada."

If software development were a circus, we would all be the clowns.

GeneralSo you thought VS2015 MVC was bad...? Pin
Sander Rossel26-Aug-16 11:51
professionalSander Rossel26-Aug-16 11:51 
GeneralRe: So you thought VS2015 MVC was bad...? Pin
Richard Deeming26-Aug-16 12:18
mveRichard Deeming26-Aug-16 12:18 
GeneralRe: So you thought VS2015 MVC was bad...? Pin
Sander Rossel27-Aug-16 0:54
professionalSander Rossel27-Aug-16 0:54 
GeneralRe: So you thought VS2015 MVC was bad...? Pin
Jeremy Falcon26-Aug-16 12:57
professionalJeremy Falcon26-Aug-16 12:57 
GeneralRe: So you thought VS2015 MVC was bad...? Pin
TheGreatAndPowerfulOz26-Aug-16 13:14
TheGreatAndPowerfulOz26-Aug-16 13:14 
GeneralRe: So you thought VS2015 MVC was bad...? Pin
Chris Maunder26-Aug-16 15:26
cofounderChris Maunder26-Aug-16 15:26 
GeneralRe: So you thought VS2015 MVC was bad...? Pin
Mycroft Holmes26-Aug-16 16:15
professionalMycroft Holmes26-Aug-16 16:15 
GeneralRe: So you thought VS2015 MVC was bad...? Pin
Sander Rossel27-Aug-16 0:59
professionalSander Rossel27-Aug-16 0:59 
GeneralRe: So you thought VS2015 MVC was bad...? Pin
Vark11129-Aug-16 4:59
Vark11129-Aug-16 4:59 
General"Big Data im Griff" Pin
Rage26-Aug-16 10:24
professionalRage26-Aug-16 10:24 
GeneralRe: "Big Data im Griff" Pin
OriginalGriff26-Aug-16 11:05
mveOriginalGriff26-Aug-16 11:05 
JokeRe: "Big Data im Griff" Pin
Johnny J.26-Aug-16 13:22
professionalJohnny J.26-Aug-16 13:22 
GeneralRe: "Big Data im Griff" Pin
Vivi Chellappa26-Aug-16 21:11
professionalVivi Chellappa26-Aug-16 21:11 
GeneralRe: "Big Data im Griff" Pin
CDP180227-Aug-16 0:21
CDP180227-Aug-16 0:21 
GeneralRe: "Big Data im Griff" Pin
OriginalGriff27-Aug-16 0:28
mveOriginalGriff27-Aug-16 0:28 
GeneralRe: "Big Data im Griff" Pin
CDP180227-Aug-16 1:26
CDP180227-Aug-16 1:26 
GeneralChallenge Of The Day Pin
Brisingr Aerowing26-Aug-16 9:46
professionalBrisingr Aerowing26-Aug-16 9:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.