Click here to Skip to main content
15,892,005 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: XKCD OTD Pin
Jörgen Andersson12-Apr-16 21:59
professionalJörgen Andersson12-Apr-16 21:59 
GeneralRe: XKCD OTD Pin
Simon_Whale12-Apr-16 22:01
Simon_Whale12-Apr-16 22:01 
QuestionQuestion of the day! Pin
megaadam12-Apr-16 22:22
professionalmegaadam12-Apr-16 22:22 
GeneralRe: XKCD OTD Pin
Nagy Vilmos12-Apr-16 22:37
professionalNagy Vilmos12-Apr-16 22:37 
GeneralRe: XKCD OTD Pin
Duncan Edwards Jones12-Apr-16 23:13
professionalDuncan Edwards Jones12-Apr-16 23:13 
GeneralRe: XKCD OTD Pin
CPallini13-Apr-16 1:35
mveCPallini13-Apr-16 1:35 
GeneralRe: XKCD OTD Pin
KSmithDev13-Apr-16 1:39
KSmithDev13-Apr-16 1:39 
GeneralRe: XKCD OTD Pin
Dan Neely13-Apr-16 3:10
Dan Neely13-Apr-16 3:10 
Taking a collection of potentially overlapping 4 dimensional hypercubes, creating a new collection that covers the same parameter space with no overlaps, and then merging the mess of tiny cubes back together as much as possible to keep the list size reasonable. For some data sets with a few thousand members this operation could take several hours to execute in VBA (after order of magnitude level optimizations like 'disable refresh' and 'copy numbers to variables instead of reading from cells every single time') vs 15s for the same algorithm in a C# port.

If my explanation didn't make sense, here's a 2d example.

initial input; 2 overlapping rectangles:
 _____
|     |
|    _|___
|___|_|   |
    |     |
    |_____|

first pass, after splitting to remove overlap; 7 non-overlapping rectangles:

 _____
|   | |
|___|_|___
|___|_|___|
    | |   |
    |_|___|

Second pass, after combining adjacent rectangles; 3 non-overlapping rectangles:

 _____ 
|     |
|_____|___
|_________|
    |     |
    |_____|


It gets a lot messier in 4-space. OMG | :OMG:
Did you ever see history portrayed as an old man with a wise brow and pulseless heart, waging all things in the balance of reason?
Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful?
--Zachris Topelius

Training a telescope on one’s own belly button will only reveal lint. You like that? You go right on staring at it. I prefer looking at galaxies.
-- Sarah Hoyt

GeneralRe: XKCD OTD Pin
PIEBALDconsult13-Apr-16 3:26
mvePIEBALDconsult13-Apr-16 3:26 
GeneralMQOTD Pin
V.12-Apr-16 21:10
professionalV.12-Apr-16 21:10 
GeneralRe: MQOTD Pin
Herman<T>.Instance12-Apr-16 21:19
Herman<T>.Instance12-Apr-16 21:19 
GeneralRe: MQOTD Pin
Johnny J.12-Apr-16 21:25
professionalJohnny J.12-Apr-16 21:25 
GeneralRe: MQOTD Pin
HobbyProggy12-Apr-16 21:30
professionalHobbyProggy12-Apr-16 21:30 
GeneralRe: MQOTD Pin
Simon_Whale12-Apr-16 21:43
Simon_Whale12-Apr-16 21:43 
GeneralRe: MQOTD Pin
RUs12312-Apr-16 23:34
RUs12312-Apr-16 23:34 
GeneralI have Vice. Pin
Pete O'Hanlon12-Apr-16 9:21
mvePete O'Hanlon12-Apr-16 9:21 
GeneralRe: I have Vice. Pin
Cornelius Henning12-Apr-16 9:25
professionalCornelius Henning12-Apr-16 9:25 
GeneralRe: I have Vice. Pin
User 842012-Apr-16 9:27
User 842012-Apr-16 9:27 
GeneralRe: I have Vice. Pin
Maximilien12-Apr-16 9:40
Maximilien12-Apr-16 9:40 
GeneralRe: I have Vice. Pin
Jörgen Andersson12-Apr-16 9:42
professionalJörgen Andersson12-Apr-16 9:42 
GeneralRe: I have Vice. Pin
Sascha Lefèvre12-Apr-16 9:57
professionalSascha Lefèvre12-Apr-16 9:57 
GeneralRe: I have Vice. Pin
CPallini12-Apr-16 10:55
mveCPallini12-Apr-16 10:55 
GeneralRe: I have Vice. Pin
Pete O'Hanlon12-Apr-16 11:02
mvePete O'Hanlon12-Apr-16 11:02 
GeneralRe: I have Vice. Pin
BillWoodruff12-Apr-16 11:11
professionalBillWoodruff12-Apr-16 11:11 
GeneralRe: I have Vice. Pin
  Forogar  12-Apr-16 12:22
professional  Forogar  12-Apr-16 12:22 

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.