General_Effort@lemmy.world to Technology@lemmy.worldEnglish · 4 days agoLinus Torvalds says AI has made 'huge' Linux kernel updates the new normalwww.theregister.comexternal-linkmessage-square136linkfedilinkarrow-up1295arrow-down111
arrow-up1284arrow-down1external-linkLinus Torvalds says AI has made 'huge' Linux kernel updates the new normalwww.theregister.comGeneral_Effort@lemmy.world to Technology@lemmy.worldEnglish · 4 days agomessage-square136linkfedilink
minus-squareflying_sheep@lemmy.mllinkfedilinkEnglisharrow-up2·edit-22 days agoThat’s how you’re writing a regex validator that’s almost always correct! def is_regex_valid(p: Pattern | str, purpose_description: str): return False
That’s how you’re writing a regex validator that’s almost always correct!
def is_regex_valid(p: Pattern | str, purpose_description: str): return False