Hacker News new | past | comments | ask | show | jobs | submit login

    def should_upvote(headline: str) -> bool:
        if "o3" in headline.lower():
            return True
        return False
Seriously though, is there anything new here? Also why the need for the editorialized headline? The article is titled "12 Days of OpenAI", not "ChatGPT O3 Preview Announcement" (which frankly makes it sound like it's about to be available to the public, which it isn't).



   return "o3" in headline.lower()
would have done the job.


This is more painful than any downvote. Have an upvote.


These threads are my favorite kind of pedantic :)




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: