Click here to Skip to main content
15,887,361 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: DOJ: Google illegally maintains its search monopoly Pin
Nelek12-Sep-22 10:47
protectorNelek12-Sep-22 10:47 
GeneralRe: DOJ: Google illegally maintains its search monopoly Pin
obermd12-Sep-22 4:10
obermd12-Sep-22 4:10 
NewsNew Linux malware combines unusual stealth with a full suite of capabilities Pin
Kent Sharkey11-Sep-22 7:16
staffKent Sharkey11-Sep-22 7:16 
GeneralRe: New Linux malware combines unusual stealth with a full suite of capabilities Pin
Nelek11-Sep-22 22:20
protectorNelek11-Sep-22 22:20 
NewsGIFShell attack creates reverse shell using Microsoft Teams GIFs Pin
Kent Sharkey11-Sep-22 7:01
staffKent Sharkey11-Sep-22 7:01 
GeneralRe: GIFShell attack creates reverse shell using Microsoft Teams GIFs Pin
obermd12-Sep-22 4:06
obermd12-Sep-22 4:06 
NewsOK? Pin
Kent Sharkey8-Sep-22 12:01
staffKent Sharkey8-Sep-22 12:01 
GeneralRe: OK? Pin
David O'Neil8-Sep-22 13:40
professionalDavid O'Neil8-Sep-22 13:40 
let a = switch isprod {
  case true: "prod";
  case false: "dev";
}
And he has already lost his case for making a new language. Roll eyes | :rolleyes: Roll eyes | :rolleyes: Roll eyes | :rolleyes:
C did it better, long ago.
if (isprod == true) a = "prod";
else a = "dev";
Quote:
the ternary operator looks like ... there's really only a handful of humans left on Earth who are capable of parsing that stupifying syntax.
Oh. I would say that they have read too many trinary operations, and turned their head to mush, but they were stupid before that point. Forcing single-line switch cases: gut laugh!

...

...

Now I feel stupid. This has to be a joke, and I fell for it. Nobody in their right mind would limit themselves back to 8 character variable names, or force themselves to have to use let x = !(a >= b); let y = !(b >= a); x || y instead of a != b. Nobody. Right? Or is this world that far out of whack? OMG | :OMG: OMG | :OMG: OMG | :OMG:

Is Jesse Duffield your pseudonym, Kent, and you did this as an elaborate hoax? If so, my hat is off to you. That took some effort!

GeneralRe: OK? Pin
Dan Neely9-Sep-22 3:34
Dan Neely9-Sep-22 3:34 
GeneralRe: OK? Pin
David O'Neil9-Sep-22 5:57
professionalDavid O'Neil9-Sep-22 5:57 
GeneralRe: OK? Pin
David O'Neil9-Sep-22 6:00
professionalDavid O'Neil9-Sep-22 6:00 
GeneralRe: OK? Pin
Dan Neely9-Sep-22 7:35
Dan Neely9-Sep-22 7:35 
GeneralRe: OK? Pin
David O'Neil9-Sep-22 7:53
professionalDavid O'Neil9-Sep-22 7:53 
GeneralRe: OK? Pin
trønderen9-Sep-22 8:27
trønderen9-Sep-22 8:27 
GeneralRe: OK? Pin
Dan Neely9-Sep-22 9:35
Dan Neely9-Sep-22 9:35 
GeneralRe: OK? Pin
David O'Neil9-Sep-22 9:51
professionalDavid O'Neil9-Sep-22 9:51 
GeneralRe: OK? Pin
Eddy Vluggen9-Sep-22 9:10
professionalEddy Vluggen9-Sep-22 9:10 
GeneralRe: OK? Pin
Marc Clifton9-Sep-22 14:21
mvaMarc Clifton9-Sep-22 14:21 
GeneralRe: OK? Pin
Kent Sharkey9-Sep-22 15:31
staffKent Sharkey9-Sep-22 15:31 
GeneralRe: OK? Pin
Nelek9-Sep-22 21:29
protectorNelek9-Sep-22 21:29 
NewsMeta dissolves team responsible for discovering 'potential harms to society' in its own products Pin
Kent Sharkey8-Sep-22 11:46
staffKent Sharkey8-Sep-22 11:46 
NewsGoogle urges open source community to fuzz test code Pin
Kent Sharkey8-Sep-22 11:46
staffKent Sharkey8-Sep-22 11:46 
NewsSomeone crafted a redstone PC in Minecraft to play Minecraft inside Minecraft Pin
Kent Sharkey8-Sep-22 8:31
staffKent Sharkey8-Sep-22 8:31 
GeneralRe: Someone crafted a redstone PC in Minecraft to play Minecraft inside Minecraft Pin
markrlondon8-Sep-22 9:20
markrlondon8-Sep-22 9:20 
GeneralRe: Someone crafted a redstone PC in Minecraft to play Minecraft inside Minecraft Pin
Greg Utas8-Sep-22 9:42
professionalGreg Utas8-Sep-22 9:42 

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.