Conservative? Republican? Fuck yourselves. You’ll pay for your stupidity.

  • 0 Posts
  • 45 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle
















  • This explanation is pretty clear cut

    What exactly is your use case for treating np.bool_ and bool as interchangeable? If np.bool_ isn’t a subclass of bool according to Python itself, then allowing one to be used where the other is expected just seems like it would prevent mypy from noticing bugs that might arise from code that expects a bool but gets an np.bool_ (or vice versa), and can only handle one of those correctly.

    mpy and numpy are opensource. You could always implement the fix you need yourself ?




  • breadsmasher@lemmy.worldtoProgrammer Humor@lemmy.mlMySQL moment
    link
    fedilink
    English
    arrow-up
    8
    ·
    edit-2
    7 months ago

    I don’t think its mysql specifically, but for some reason the worst systems I have used, all have mysql/mariadb as a database.

    It seems shitty applications gravitate to mysql, use it poorly, then bring a bad name to mysql.

    But given all my years of experience with it, MSSQL > Posgresql > Mysql > Oracle