Click here to Skip to main content
15,904,155 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: Data in DNA Pin
newton.saber17-Feb-15 7:32
newton.saber17-Feb-15 7:32 
GeneralRe: Data in DNA Pin
PDeibel19-Feb-15 1:43
PDeibel19-Feb-15 1:43 
GeneralRe: Data in DNA Pin
Jörgen Andersson17-Feb-15 6:39
professionalJörgen Andersson17-Feb-15 6:39 
GeneralRe: Data in DNA Pin
newton.saber17-Feb-15 7:35
newton.saber17-Feb-15 7:35 
GeneralRe: Data in DNA Pin
Gary Wheeler17-Feb-15 6:47
Gary Wheeler17-Feb-15 6:47 
GeneralRe: Data in DNA Pin
Mark_Wallace17-Feb-15 20:33
Mark_Wallace17-Feb-15 20:33 
GeneralRe: Data in DNA Pin
enhzflep17-Feb-15 23:12
enhzflep17-Feb-15 23:12 
GeneralRe: Data in DNA Pin
Member 1020555118-Feb-15 2:07
Member 1020555118-Feb-15 2:07 
DNA encoding is slightly more complicated than a base four system. DNA uses triplets of four possible nucleotides (Adenosine, Cytosine, Guanine, and Thymine) to encode 21 different amino acids. However, the encoding has no frame of reference. That is, encoding can begin again shifted by 1 or 2 nucleotides. Additionally, the encoding is also represented on the reverse complement making a total of 6 frames of reference, and any or all may be valid. In a programmers world, this is like encoding a second (or third) program by shifting the starting op-code by 1 byte and getting another valid program. Even weirder, imagine shifting the start by 2 bytes, then taking the one's complement of the program and reversing the bit-order to get another valid program. We enforce encoding to have a definitive start, but DNA has no such restriction and allows for a much higher information content.

modified 18-Feb-15 13:15pm.

General34 Pin
Mark Parity17-Feb-15 4:13
Mark Parity17-Feb-15 4:13 
General33 Pin
5imone17-Feb-15 3:46
professional5imone17-Feb-15 3:46 
GeneralWhy Exchange sucks today Pin
vonb17-Feb-15 3:33
vonb17-Feb-15 3:33 
JokeRe: Why Exchange sucks today Pin
Duncan Edwards Jones17-Feb-15 4:12
professionalDuncan Edwards Jones17-Feb-15 4:12 
GeneralRe: Why Exchange sucks today Pin
vonb17-Feb-15 4:16
vonb17-Feb-15 4:16 
GeneralRe: Why Exchange sucks today Pin
Bergholt Stuttley Johnson17-Feb-15 4:46
professionalBergholt Stuttley Johnson17-Feb-15 4:46 
GeneralRe: Why Exchange sucks today Pin
Daniel Pfeffer17-Feb-15 5:34
professionalDaniel Pfeffer17-Feb-15 5:34 
GeneralRe: Why Exchange sucks today Pin
Bergholt Stuttley Johnson17-Feb-15 22:00
professionalBergholt Stuttley Johnson17-Feb-15 22:00 
GeneralRe: Why Exchange sucks today Pin
Daniel Pfeffer17-Feb-15 22:32
professionalDaniel Pfeffer17-Feb-15 22:32 
GeneralRe: Why Exchange sucks today Pin
David Crow17-Feb-15 6:06
David Crow17-Feb-15 6:06 
General32 bits Pin
Daniel Pfeffer17-Feb-15 3:30
professionalDaniel Pfeffer17-Feb-15 3:30 
GeneralRe: 32 bits Pin
CDP180217-Feb-15 3:55
CDP180217-Feb-15 3:55 
GeneralRe: 32 bits Pin
Daniel Pfeffer17-Feb-15 5:32
professionalDaniel Pfeffer17-Feb-15 5:32 
GeneralRe: 32 bits Pin
Mark_Wallace17-Feb-15 6:12
Mark_Wallace17-Feb-15 6:12 
GeneralRe: 32 bits Pin
Daniel Pfeffer17-Feb-15 6:23
professionalDaniel Pfeffer17-Feb-15 6:23 
GeneralRe: 32 bits Pin
Mark_Wallace17-Feb-15 10:22
Mark_Wallace17-Feb-15 10:22 
GeneralRe: 32 bits Pin
Daniel Pfeffer17-Feb-15 20:38
professionalDaniel Pfeffer17-Feb-15 20:38 

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.