Click here to Skip to main content
15,892,298 members

The Weird and The Wonderful

   

The Weird and The Wonderful forum is a place to post Coding Horrors, Worst Practices, and the occasional flash of brilliance.

We all come across code that simply boggles the mind. Lazy kludges, embarrassing mistakes, horrid workarounds and developers just not quite getting it. And then somedays we come across - or write - the truly sublime.

Post your Best, your worst, and your most interesting. But please - no programming questions . This forum is purely for amusement and discussions on code snippets. All actual programming questions will be removed.

 
GeneralRe: Dev time waster ala JSON dialect Pin
raddevus11-Dec-19 2:46
mvaraddevus11-Dec-19 2:46 
GeneralRe: Dev time waster ala JSON dialect Pin
Sander Rossel11-Dec-19 3:42
professionalSander Rossel11-Dec-19 3:42 
GeneralRe: Dev time waster ala JSON dialect Pin
raddevus11-Dec-19 4:32
mvaraddevus11-Dec-19 4:32 
GeneralRe: Dev time waster ala JSON dialect Pin
Sander Rossel11-Dec-19 4:37
professionalSander Rossel11-Dec-19 4:37 
GeneralRe: Dev time waster ala JSON dialect Pin
F-ES Sitecore11-Dec-19 3:47
professionalF-ES Sitecore11-Dec-19 3:47 
GeneralRe: Dev time waster ala JSON dialect Pin
  Forogar  11-Dec-19 4:27
professional  Forogar  11-Dec-19 4:27 
GeneralRe: Dev time waster ala JSON dialect Pin
Sander Rossel11-Dec-19 4:39
professionalSander Rossel11-Dec-19 4:39 
GeneralRe: Dev time waster ala JSON dialect Pin
raddevus11-Dec-19 4:34
mvaraddevus11-Dec-19 4:34 
F-ES Sitecore wrote:
A GUID is simply an 128 bit number in 5 chunks of 32-16-16-16-48. GUIDs like {0C2D39CD-F486-435B-BDBA-64A124D04D31} are when the first chunk of 32 bits is converted into hex, then the next chunk and so on, but when you use some dumb-ass third-party system that stores the bytes in a different order *cough*mongodb*cough* then the string representation of the same data can look different in two different systems despite being equal.

Oh that is really terrible. You'd think they'd mention Big-Endian v. Little-Endian or some such.
GeneralRe: Dev time waster ala JSON dialect Pin
Bernhard Hiller5-Jan-20 21:49
Bernhard Hiller5-Jan-20 21:49 
GeneralRe: Dev time waster ala JSON dialect Pin
englebart11-Dec-19 2:50
professionalenglebart11-Dec-19 2:50 
GeneralRe: Dev time waster ala JSON dialect Pin
mlportersr217-Dec-19 5:42
mlportersr217-Dec-19 5:42 
GeneralYARTH-JS : Yet Another Reason To Hate JavaScript PinPopular
raddevus29-Oct-19 8:45
mvaraddevus29-Oct-19 8:45 
GeneralRe: YARTH-JS : Yet Another Reason To Hate JavaScript PinPopular
Richard Deeming29-Oct-19 9:17
mveRichard Deeming29-Oct-19 9:17 
GeneralRe: YARTH-JS : Yet Another Reason To Hate JavaScript Pin
raddevus29-Oct-19 10:33
mvaraddevus29-Oct-19 10:33 
GeneralRe: YARTH-JS : Yet Another Reason To Hate JavaScript Pin
kmoorevs30-Oct-19 14:36
kmoorevs30-Oct-19 14:36 
GeneralRe: YARTH-JS : Yet Another Reason To Hate JavaScript Pin
Martin ISDN31-Oct-19 23:44
Martin ISDN31-Oct-19 23:44 
GeneralRe: YARTH-JS : Yet Another Reason To Hate JavaScript Pin
raddevus1-Nov-19 5:14
mvaraddevus1-Nov-19 5:14 
GeneralRe: YARTH-JS : Yet Another Reason To Hate JavaScript Pin
Martin ISDN1-Nov-19 6:45
Martin ISDN1-Nov-19 6:45 
GeneralRe: YARTH-JS : Yet Another Reason To Hate JavaScript Pin
jsc423-Nov-19 4:20
professionaljsc423-Nov-19 4:20 
GeneralRe: YARTH-JS : Yet Another Reason To Hate JavaScript Pin
Eddy Vluggen8-Nov-19 8:17
professionalEddy Vluggen8-Nov-19 8:17 
GeneralRe: YARTH-JS : Yet Another Reason To Hate JavaScript Pin
Dominic Burford13-Nov-19 4:44
professionalDominic Burford13-Nov-19 4:44 
GeneralRe: YARTH-JS : Yet Another Reason To Hate JavaScript Pin
Super Lloyd9-Dec-19 15:34
Super Lloyd9-Dec-19 15:34 
GeneralRe: YARTH-JS : Yet Another Reason To Hate JavaScript Pin
raddevus10-Dec-19 3:33
mvaraddevus10-Dec-19 3:33 
GeneralRe: YARTH-JS : Yet Another Reason To Hate JavaScript Pin
markrlondon3-Oct-20 14:17
markrlondon3-Oct-20 14:17 
GeneralRe: YARTH-JS : Yet Another Reason To Hate JavaScript Pin
raddevus4-Oct-20 9:57
mvaraddevus4-Oct-20 9:57 

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.