Please open Telegram to view this post
VIEW IN TELEGRAM
π2π1
Please open Telegram to view this post
VIEW IN TELEGRAM
π5π1
The source code for Claude Code has been leaked. Behold the power of AI (source) π :
#ai #claude #vibecoding #suggestion_box #InfoSec
/**
* Checks if input matches negative keyword patterns
*/
export function matchesNegativeKeyword(input: string): boolean {
const lowerInput = input.toLowerCase()
const negativePattern =
/\b(wtf|wth|ffs|omfg|shit(ty|tiest)?|dumbass|horrible|awful|piss(ed|ing)? off|piece of (shit|crap|junk)|what the (fuck|hell)|fucking? (broken|useless|terrible|awful|horrible)|fuck you|screw (this|you)|so frustrating|this sucks|damn it)\b/
return negativePattern.test(lowerInput)
}
#ai #claude #vibecoding #suggestion_box #InfoSec
Please open Telegram to view this post
VIEW IN TELEGRAM
π€£4π2
Thinking quickly, #codex reinvented typeof using only some string, a squirrel, and typeof.
#vibecoding #javascript
#vibecoding #javascript
π2π1π―1