Pyro

joined 2 years ago
[–] Pyro@programming.dev 22 points 9 months ago (2 children)

For the uninitiated:

[–] Pyro@programming.dev 2 points 9 months ago

Created Nov 2023

Oof that's quite a long-standing bug. Thanks for letting me know, I'll follow it on GitHub.

[–] Pyro@programming.dev 7 points 10 months ago (2 children)

Climate change is the most likely reason.

[–] Pyro@programming.dev 33 points 10 months ago* (last edited 10 months ago) (1 children)
[–] Pyro@programming.dev 1 points 10 months ago

Peak ZeroWaste

[–] Pyro@programming.dev 4 points 11 months ago
[–] Pyro@programming.dev 1 points 11 months ago

At a certain point, layers will be pushed to RAM leading to incredibly slow inference. You don't want to wait hours for the model to generate a single response.

[–] Pyro@programming.dev 11 points 11 months ago (1 children)

Typing when you need it gives you more freedom over a toggle. You can choose to type some parts of the code while leaving other parts untyped.

For example, if I'm writing a quick and simple Python script I may forgo typing, but when iterating on it I'd go back and add the types I need.

[–] Pyro@programming.dev 25 points 11 months ago* (last edited 11 months ago) (5 children)

Python 3.x will never have static typing because that would break backwards compatibility.

However, typing hints have been Integrated into Python for a while, and you are heavily recommended to use them, so your IDE can enforce typing.

[–] Pyro@programming.dev 2 points 11 months ago

Power Tripping Bastards

view more: ‹ prev next ›