Shantanu's Avatar

Shantanu

@hauntsaninja

@OpenAI since 2020. CPython core dev, making Python typing better hauntsaninja.github.io

778
Followers
77
Following
12
Posts
17.11.2024
Joined
Posts Following

Latest posts by Shantanu @hauntsaninja

happy to help!

07.05.2025 08:05 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0
Preview
Tos copy updates (fix #16016) (#16018) ยท mozilla/bedrock@d459add * ToS copy updates (fix #16016) * Apply suggestions from code review - copy change Co-authored-by: maureenlholland <maureen@silverorange.com> --------- Co-authored-by: maureenlholland &lt...

late to this github drama but github.com/mozilla/bedr...

02.03.2025 07:18 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

:sweate:

19.02.2025 07:34 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

happy 6th birthday to gpt-2! ๐Ÿฐ

better language models really did have implications

14.02.2025 08:00 ๐Ÿ‘ 2 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

The best change is better formatting of generic functions using the new PEP 695 syntax

30.01.2025 04:57 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

I just slack Christian for this

30.01.2025 04:55 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

proebsting's law would suggest this was 2.5 years' worth of work on compilers

12.01.2025 23:35 ๐Ÿ‘ 4 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
Tail-calling interpreter ยท Issue #642 ยท faster-cpython/ideas An alternative dispatch mechanism to switch or computed gotos is to use tail calls. In a tail calling interpreter, dispatch is implemented as a tail call to the next instruction. For example: the C...

tail calls with newer compiler calling conventions might make the Python interpreter 10% faster (up to 40% faster on specific benchmarks). github.com/faster-cpyth...

06.01.2025 23:18 ๐Ÿ‘ 13 ๐Ÿ” 4 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 4

Hey, I just def you, and this is crazy โ€”
But here's my tp_call slot, so __call__ me maybe

31.12.2024 01:44 ๐Ÿ‘ 3 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Post image

2024 squared away

31.12.2024 01:06 ๐Ÿ‘ 5 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Breakpoints in generated Python code

here's how to trick the python interpreter into giving you a great debugging experience in generated code: hauntsaninja.github.io/generated_br...

24.11.2024 05:53 ๐Ÿ‘ 3 ๐Ÿ” 2 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

hello!! ๐ŸŽˆ

24.11.2024 01:09 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0