Click here to Skip to main content
15,887,776 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!

 
GeneralRe: New Search Engine: “Halalgoogling” Offers Sharia-Compliant Web Surfing!!! Pin
Pete O'Hanlon9-Jul-13 2:12
mvePete O'Hanlon9-Jul-13 2:12 
GeneralRe: New Search Engine: “Halalgoogling” Offers Sharia-Compliant Web Surfing!!! Pin
harold aptroot8-Jul-13 23:56
harold aptroot8-Jul-13 23:56 
GeneralRe: New Search Engine: “Halalgoogling” Offers Sharia-Compliant Web Surfing!!! Pin
Suvabrata Roy9-Jul-13 2:01
professionalSuvabrata Roy9-Jul-13 2:01 
GeneralRe: New Search Engine: “Halalgoogling” Offers Sharia-Compliant Web Surfing!!! Pin
Pete O'Hanlon9-Jul-13 2:11
mvePete O'Hanlon9-Jul-13 2:11 
GeneralRe: New Search Engine: “Halalgoogling” Offers Sharia-Compliant Web Surfing!!! Pin
ed welch9-Jul-13 5:04
ed welch9-Jul-13 5:04 
NewsProgramming Fundamentals - VB.NET for Beginners Pin
Terrence Dorsey8-Jul-13 13:00
sitebuilderTerrence Dorsey8-Jul-13 13:00 
NewsSigns you're veering from good API design Pin
Terrence Dorsey8-Jul-13 12:59
sitebuilderTerrence Dorsey8-Jul-13 12:59 
NewsYour Buffer Is Leaking Pin
Terrence Dorsey8-Jul-13 12:59
sitebuilderTerrence Dorsey8-Jul-13 12:59 
All modern languages and framework expose a set of buffer-backed data structures. Things like dynamic arrays (aka [Array]Lists) and StringBuilder. They are a useful convinience that comes with a steep price: poor memory characteristics. The way these work is simple: a fixed-length structure (typically an array) which copies itself into a larger fixed-length structure as needed.... The performance characterstics of such structures is the same as the underlying structure for read operations. While a write operation isn't guarnateed to be the same as the underlying structure, more often than not it is. The real problem with these structures is the impact it has on memory.
Dear Abby, My buffer overflowed. Should I clean up, or try to ignore it? Sincerely, Bits Everywhere.
News30 Years of “Hello, World” Pin
Terrence Dorsey8-Jul-13 12:58
sitebuilderTerrence Dorsey8-Jul-13 12:58 
NewsHow to Learn Ouya Gamedev Pin
Terrence Dorsey8-Jul-13 12:58
sitebuilderTerrence Dorsey8-Jul-13 12:58 
NewsWhat Unix can teach you about big data Pin
Terrence Dorsey8-Jul-13 11:11
sitebuilderTerrence Dorsey8-Jul-13 11:11 
NewsBeyond Helvetica: The Real Story Behind Fonts in iOS 7 Pin
Terrence Dorsey8-Jul-13 11:10
sitebuilderTerrence Dorsey8-Jul-13 11:10 
NewsThe Edge of the Ocean — Cartography in game design Pin
Terrence Dorsey8-Jul-13 11:10
sitebuilderTerrence Dorsey8-Jul-13 11:10 
News“A Pace not dictated by electrons”: An empirical study of work without email [PDF] Pin
Terrence Dorsey8-Jul-13 11:09
sitebuilderTerrence Dorsey8-Jul-13 11:09 
NewsA day in the life of a front-end developer Pin
Terrence Dorsey8-Jul-13 11:09
sitebuilderTerrence Dorsey8-Jul-13 11:09 
NewsContext Aware Programming Pin
Terrence Dorsey7-Jul-13 11:52
sitebuilderTerrence Dorsey7-Jul-13 11:52 
NewsNew language helps quantum coders build killer apps Pin
Terrence Dorsey7-Jul-13 11:52
sitebuilderTerrence Dorsey7-Jul-13 11:52 
NewsWhat Is Declarative Programming? Pin
Terrence Dorsey7-Jul-13 11:51
sitebuilderTerrence Dorsey7-Jul-13 11:51 
NewsThe programming languages behind "the mother of all demos" Pin
Terrence Dorsey7-Jul-13 11:50
sitebuilderTerrence Dorsey7-Jul-13 11:50 
NewsPython: Common Newbie Mistakes Pin
Terrence Dorsey7-Jul-13 11:50
sitebuilderTerrence Dorsey7-Jul-13 11:50 
NewsLarge Text Compression Benchmark Pin
Terrence Dorsey7-Jul-13 8:58
sitebuilderTerrence Dorsey7-Jul-13 8:58 
NewsLets Play: Ancient Greek Geometry Pin
Terrence Dorsey7-Jul-13 8:58
sitebuilderTerrence Dorsey7-Jul-13 8:58 
News"Just open-source it" is not realistic Pin
Terrence Dorsey7-Jul-13 8:57
sitebuilderTerrence Dorsey7-Jul-13 8:57 
NewsWhy Microsoft’s 3D Printing Rocks Pin
Terrence Dorsey7-Jul-13 8:57
sitebuilderTerrence Dorsey7-Jul-13 8:57 
NewsAlmost every major consumer electronics manufacturer is now working on a smart watch Pin
Terrence Dorsey7-Jul-13 8:56
sitebuilderTerrence Dorsey7-Jul-13 8:56 

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.