Click here to Skip to main content
15,867,453 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: "scary AI" that will disrupt GMail ? dev knows about "disruption" by GMail because he created it ? Pin
Nelek10-Dec-22 5:44
protectorNelek10-Dec-22 5:44 
NewsThe Rune programming language Pin
Kent Sharkey6-Dec-22 9:16
staffKent Sharkey6-Dec-22 9:16 
GeneralRe: The Rune programming language Pin
David O'Neil6-Dec-22 19:05
professionalDavid O'Neil6-Dec-22 19:05 
GeneralRe: The Rune programming language Pin
trønderen7-Dec-22 3:52
trønderen7-Dec-22 3:52 
GeneralRe: The Rune programming language Pin
Gary Wheeler7-Dec-22 7:38
Gary Wheeler7-Dec-22 7:38 
GeneralRe: The Rune programming language Pin
trønderen7-Dec-22 9:27
trønderen7-Dec-22 9:27 
GeneralRe: The Rune programming language Pin
Gary Wheeler7-Dec-22 9:54
Gary Wheeler7-Dec-22 9:54 
GeneralRe: The Rune programming language Pin
BillWoodruff6-Dec-22 21:51
professionalBillWoodruff6-Dec-22 21:51 
return Type unspecified ? don't supersize the macSecret ?

/ Check the MAC (message authentication code) for a message. A MAC is derived
// from a hash over the `macSecret` and message. It ensures the message has not
// been modified, and was sent by someone who knows `macSecret`.
func checkMac(macSecret: secret(string), message: string, mac: string) -> bool {
computedMac = computeMac(macSecret, message)
return mac == computedMac
}
«The mind is not a vessel to be filled but a fire to be kindled» Plutarch

GeneralRe: The Rune programming language Pin
Gary Wheeler7-Dec-22 2:17
Gary Wheeler7-Dec-22 2:17 
GeneralRe: The Rune programming language Pin
TNCaver7-Dec-22 5:15
TNCaver7-Dec-22 5:15 
GeneralRe: The Rune programming language Pin
Gary Wheeler7-Dec-22 5:17
Gary Wheeler7-Dec-22 5:17 
GeneralRe: The Rune programming language Pin
obermd7-Dec-22 3:32
obermd7-Dec-22 3:32 
GeneralRe: The Rune programming language Pin
trønderen7-Dec-22 3:57
trønderen7-Dec-22 3:57 
GeneralRe: The Rune programming language Pin
obermd7-Dec-22 10:47
obermd7-Dec-22 10:47 
GeneralRe: The Rune programming language Pin
peterkmx7-Dec-22 5:38
professionalpeterkmx7-Dec-22 5:38 
GeneralRe: The Rune programming language Pin
Marc Clifton7-Dec-22 7:23
mvaMarc Clifton7-Dec-22 7:23 
GeneralRe: The Rune programming language Pin
Marc Clifton7-Dec-22 7:24
mvaMarc Clifton7-Dec-22 7:24 
NewsScientists propose new, faster method of interstellar space travel Pin
Kent Sharkey6-Dec-22 9:16
staffKent Sharkey6-Dec-22 9:16 
NewsModern C++ in-depth — Lambdas, part 1 Pin
Kent Sharkey6-Dec-22 9:01
staffKent Sharkey6-Dec-22 9:01 
NewsAmazon is offering customers $2 per month for letting the company monitor the traffic on their phones Pin
Kent Sharkey6-Dec-22 7:46
staffKent Sharkey6-Dec-22 7:46 
GeneralRe: Amazon is offering customers $2 per month for letting the company monitor the traffic on their phones Pin
Daniel Pfeffer6-Dec-22 8:39
professionalDaniel Pfeffer6-Dec-22 8:39 
GeneralRe: Amazon is offering customers $2 per month for letting the company monitor the traffic on their phones Pin
obermd7-Dec-22 3:40
obermd7-Dec-22 3:40 
NewsMicrosoft confirms problems with some Windows apps due to database connections issues Pin
Kent Sharkey6-Dec-22 7:46
staffKent Sharkey6-Dec-22 7:46 
NewsMicrosoft considering 'super app' to fight Apple & Google mobile dominance Pin
Kent Sharkey6-Dec-22 7:46
staffKent Sharkey6-Dec-22 7:46 
GeneralRe: Microsoft considering 'super app' to fight Apple & Google mobile dominance Pin
David O'Neil6-Dec-22 19:00
professionalDavid O'Neil6-Dec-22 19:00 

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.