cultural reviewer and dabbler in stylistic premonitions

  • 1.16K Posts
  • 1.65K Comments
Joined 4 years ago
cake
Cake day: January 17th, 2022

help-circle

  • I am using AI to do this so its important to be clear that im not asking you to audit or review my vibecoded project. While i have made attempts to create things like audits and formal-proof verication, i know better than to trust AI when it tells me its working correctly.

    Sharing it now if there is feedback about the implementation. Anything i may be over looking? Feel free to reach out for clarity on any details.

    Did you write this post using an LLM too? You say that you are “not asking you to audit or review my vibecoded project” and then in the very next paragraph request “feedback about the implementation”.

    Here is my feedback: stop trying to vibe-code privacy software.

    i know better than to trust AI when it tells me its working correctly

    if you know better, why are you continuing to do it, and to post your outputs here?

    what’s the goal?!























  • Idk it works for me.

    I don’t think there is any possible value for the sign variable which would make that if statement do anything other than raise a TypeError.

    Also "8:00:00" > "10:00:00"

    but "08:00:00" < "10:00:00". comparing timestamps as strings is weird but actually works, as long as the hour is zero-padded :)

    the problem with this code is that & (bitwise AND) has higher operator precedence than > and == do, so it is first trying to bitwise AND "10:00:00" with sign (which i’m assuming would also be a string) and that will always raise a TypeError.

    to do what the author appears to have intended to do, they would either need use parenthesis around both comparisons to actually bitwise AND their results, or (better) to use the boolean AND operator (and) instead of &.

    The boolean and operator is the right tool for the job, and since it is lower precedence it also wouldn’t require that any parenthesis be added here.






  • They may get off. But I highly doubt Kristy Noem and Stephen Miller will. Or even Greg Bovino. The people responsible for the policies that led to those murders will be held accountable.

    fry not sure meme template, no text

    Not sure if you’re doing a bit, but i’ll bite: Can you recall any historical examples of US public officials being held accountable for their obviously-criminal policy decisions? Eg, remind me who from the Bush administration went to prison due to the fact that they (as Obama put it) “tortured some folks”? And who from the Obama administration went to prison for any of their war crimes (eg)? What makes you think it will be different for people like Noem and Miller? 🤔