Click here to Skip to main content
15,888,401 members

The Insider News

   

The Insider News is for breaking IT and Software development news. Post your news, your alerts and your inside scoops. This is an IT news-only forum - all off-topic, non-news posts will be removed. If you wish to ask a programming question please post it here.

Get The Daily Insider direct to your mailbox every day. Subscribe now!

 
NewsXbox One runs three operating systems, including cut-down Windows for apps Pin
Terrence Dorsey21-May-13 12:41
sitebuilderTerrence Dorsey21-May-13 12:41 
NewsPUT vs POST in REST PinPopular
Terrence Dorsey20-May-13 14:40
sitebuilderTerrence Dorsey20-May-13 14:40 
NewsIntroduction To Computational Complexity Pin
Terrence Dorsey20-May-13 14:40
sitebuilderTerrence Dorsey20-May-13 14:40 
NewsThe CORRECT Way to Code a Custom Exception Class Pin
Terrence Dorsey20-May-13 14:39
sitebuilderTerrence Dorsey20-May-13 14:39 
NewsFunctors, Applicatives, And Monads In Pictures Pin
Terrence Dorsey20-May-13 14:39
sitebuilderTerrence Dorsey20-May-13 14:39 
NewsNative equivalents of jQuery functions Pin
Terrence Dorsey20-May-13 14:38
sitebuilderTerrence Dorsey20-May-13 14:38 
NewsStatistical Formulas For Programmers Pin
Terrence Dorsey20-May-13 13:20
sitebuilderTerrence Dorsey20-May-13 13:20 
NewsFirst Glimpse into the Soul of a Tamagotchi Pin
Terrence Dorsey20-May-13 13:20
sitebuilderTerrence Dorsey20-May-13 13:20 
I dumped the ROM of a Tamagotchi using the code execution ability I posted previously. I wrote 6502 code that dumped each byte of the memory space of the Tamagotchi, and output it over port A (which is usually the Tamagotchi button input) via SPI.... I started by dumping the entire memory space, from 0×0000 to 0xffff, which included all mapped memory, such as ROM, RAM and ports. This only dumped some of the ROM, though, as the GPLB52x microcontroller supports paging outside of 6502 paging. The first 16 kilobytes of the ROM are always mapped to 0xc000-0xffff, and then the rest of the ROM is split into 19 pages that can be mapped to 0×4000-0xbfff as needed. To dump the entire ROM, I needed to figure out how to page.
There's nothing sadder than a puppet without a ghost...
NewsThe Perils and Triumphs of using Cassandra at a .NET/Microsoft Shop Pin
Terrence Dorsey20-May-13 13:19
sitebuilderTerrence Dorsey20-May-13 13:19 
NewsWhat I wish systems researchers would work on Pin
Terrence Dorsey20-May-13 13:19
sitebuilderTerrence Dorsey20-May-13 13:19 
NewsMaking Linux and Android Get Along (It's Not as Hard as It Sounds) Pin
Terrence Dorsey20-May-13 13:18
sitebuilderTerrence Dorsey20-May-13 13:18 
NewsBefore the web Pin
Ravi Bhavnani20-May-13 5:23
professionalRavi Bhavnani20-May-13 5:23 
GeneralRe: Before the internet Pin
R. Giskard Reventlov20-May-13 5:40
R. Giskard Reventlov20-May-13 5:40 
GeneralRe: Before the internet Pin
Ravi Bhavnani20-May-13 5:44
professionalRavi Bhavnani20-May-13 5:44 
GeneralRe: Before the internet Pin
Ravi Bhavnani20-May-13 5:47
professionalRavi Bhavnani20-May-13 5:47 
GeneralRe: Before the internet Pin
R. Giskard Reventlov20-May-13 5:55
R. Giskard Reventlov20-May-13 5:55 
GeneralRe: Before the internet Pin
Ravi Bhavnani20-May-13 5:58
professionalRavi Bhavnani20-May-13 5:58 
GeneralRe: Before the internet Pin
R. Giskard Reventlov20-May-13 6:07
R. Giskard Reventlov20-May-13 6:07 
GeneralRe: Before the internet Pin
Keith Barrow20-May-13 5:43
professionalKeith Barrow20-May-13 5:43 
GeneralRe: Before the internet Pin
Ravi Bhavnani20-May-13 5:45
professionalRavi Bhavnani20-May-13 5:45 
GeneralRe: Before the internet Pin
Mike Hankey20-May-13 5:57
mveMike Hankey20-May-13 5:57 
GeneralRe: Before the internet Pin
Ravi Bhavnani20-May-13 6:01
professionalRavi Bhavnani20-May-13 6:01 
GeneralRe: Before the internet Pin
lewax0020-May-13 6:47
lewax0020-May-13 6:47 
GeneralRe: Before the internet Pin
Ravi Bhavnani20-May-13 6:51
professionalRavi Bhavnani20-May-13 6:51 
GeneralRe: Before the internet Pin
lewax0020-May-13 7:30
lewax0020-May-13 7:30 

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.