173950081 comment Comment How about no (Score 1) 37 by GreenFridg3 on Wednesday May 22, 2024 @09:54PM (#64492411) Attached to: FCC Chair Proposes Disclosure Rules For AI-Generated Content In Political Ads How about we outright ban AI content in political ads? It serves no legitimate purpose in that context.
159801805 comment Comment Re: 1st, optional named parameters (Score 1) 158 by GreenFridg3 on Saturday March 12, 2022 @12:23PM (#62350923) Attached to: Should JavaScript Add a New Syntax for Types? function foo({ a = "wish", b = "denied" }) { console.log(a, b); } foo({ b: "granted" });
159801695 comment Comment Re: Fair point (Score 1) 158 by GreenFridg3 on Saturday March 12, 2022 @12:14PM (#62350897) Attached to: Should JavaScript Add a New Syntax for Types? You mean Web Assembly? https://webassembly.org/