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

 
NewsMove over, Raspberry Pi: 7 single-board computers for geeks Pin
Sean Ewington28-Aug-14 9:35
staffSean Ewington28-Aug-14 9:35 
NewsWith $30 Million More in Hand, IFTTT Looks to the Internet of Things Pin
Kevin Priddle28-Aug-14 9:14
professionalKevin Priddle28-Aug-14 9:14 
NewsIn 2008, I bought a book titled “PHP 6″. Six years later, PHP version is still 5.5 Pin
Sean Ewington28-Aug-14 9:14
staffSean Ewington28-Aug-14 9:14 
GeneralRe: In 2008, I bought a book titled “PHP 6″. Six years later, PHP version is still 5.5 Pin
Kornfeld Eliyahu Peter28-Aug-14 10:05
professionalKornfeld Eliyahu Peter28-Aug-14 10:05 
GeneralRe: In 2008, I bought a book titled “PHP 6″. Six years later, PHP version is still 5.5 Pin
ZurdoDev28-Aug-14 10:13
professionalZurdoDev28-Aug-14 10:13 
NewsTechnohyperbole: Emerging Technologies Hypecycle, 2014 Pin
Kevin Priddle28-Aug-14 9:09
professionalKevin Priddle28-Aug-14 9:09 
NewsOne line of code cut our Flask page load times by 60% Pin
Sean Ewington28-Aug-14 9:08
staffSean Ewington28-Aug-14 9:08 
GeneralRe: One line of code cut our Flask page load times by 60% Pin
JMK-NI28-Aug-14 9:36
professionalJMK-NI28-Aug-14 9:36 
I managed to get a look at their code.

The old code was:
C#
var intentionalDelay = 350;
Thread.Sleep(intentionalDelay);


Here's the code with the sexy new speed enhancing line:
C#
var intentionalDelay = 350;
intentionalDelay = 96;
Thread.Sleep(intentionalDelay);

GeneralRe: One line of code cut our Flask page load times by 60% Pin
Richard Andrew x6431-Aug-14 9:01
professionalRichard Andrew x6431-Aug-14 9:01 
GeneralRe: One line of code cut our Flask page load times by 60% Pin
TheGreatAndPowerfulOz2-Sep-14 6:56
TheGreatAndPowerfulOz2-Sep-14 6:56 
NewsFree, fast Windows updates are the future -- and they could hurt PC sales Pin
Kevin Priddle28-Aug-14 8:55
professionalKevin Priddle28-Aug-14 8:55 
GeneralRe: Free, fast Windows updates are the future -- and they could hurt PC sales Pin
Nelek30-Aug-14 7:16
protectorNelek30-Aug-14 7:16 
NewsWhat India Can Teach Silicon Valley About Its Gender Problem Pin
Kevin Priddle28-Aug-14 8:39
professionalKevin Priddle28-Aug-14 8:39 
GeneralRe: What India Can Teach Silicon Valley About Its Gender Problem PinPopular
Tim Carmichael28-Aug-14 8:54
Tim Carmichael28-Aug-14 8:54 
GeneralRe: What India Can Teach Silicon Valley About Its Gender Problem Pin
Ravi Bhavnani28-Aug-14 9:01
professionalRavi Bhavnani28-Aug-14 9:01 
GeneralRe: What India Can Teach Silicon Valley About Its Gender Problem Pin
Rob Grainger31-Aug-14 23:09
Rob Grainger31-Aug-14 23:09 
GeneralRe: What India Can Teach Silicon Valley About Its Gender Problem Pin
harold aptroot28-Aug-14 9:49
harold aptroot28-Aug-14 9:49 
GeneralRe: What India Can Teach Silicon Valley About Its Gender Problem Pin
bryce28-Aug-14 19:53
bryce28-Aug-14 19:53 
GeneralRe: What India Can Teach Silicon Valley About Its Gender Problem Pin
Ranjan.D31-Aug-14 8:16
professionalRanjan.D31-Aug-14 8:16 
NewsAttempts to stop catastrophic climate change are proving futile, says UN report Pin
Kevin Priddle28-Aug-14 8:33
professionalKevin Priddle28-Aug-14 8:33 
NewsMicrosoft, Apple, and Google: How three tech giants have evolved in the 21st Century Pin
Kevin Priddle27-Aug-14 11:26
professionalKevin Priddle27-Aug-14 11:26 
NewsKim Dotcom Battles To Keep Cash Sources Private Pin
Kevin Priddle27-Aug-14 11:09
professionalKevin Priddle27-Aug-14 11:09 
NewsThis Guy Is Launching 12 Startups in 12 Months Pin
Kevin Priddle27-Aug-14 11:03
professionalKevin Priddle27-Aug-14 11:03 
GeneralRe: This Guy Is Launching 12 Startups in 12 Months PinPopular
JMK-NI27-Aug-14 11:22
professionalJMK-NI27-Aug-14 11:22 
GeneralRe: This Guy Is Launching 12 Startups in 12 Months PinPopular
newton.saber27-Aug-14 11:23
newton.saber27-Aug-14 11:23 

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.