programming
Programming abhi9u 10 months ago 100%
CPython Dynamic Dispatch Internals: What Happens When You do a + b? codeconfessions.substack.com

Understand the mechanics of dynamic dispatch implementation in CPython

1
0
programming
Programming abhi9u 10 months ago 100%
CPython Object System Internals: Understanding the Role of PyObject codeconfessions.substack.com

Understand how objects are implemented in CPython and how CPython emulates Inheritance and Polymorphism in C using struct embedding

2
0
programming
Programming abhi9u 11 months ago 100%
A Linear Algebra Trick for Computing Fibonacci Numbers Fast codeconfessions.substack.com

Fast Fibonacci Computations With a Linear Algebra Twist

3
0
programming
Programming abhi9u 11 months ago 100%
What Every Developer Should Know About GPU Computing codeconfessions.substack.com

A primer on GPU architecture and computing

4
0
tech
Technology abhi9u 12 months ago 100%
An Analysis of DeepMind's 'Language Modeling Is Compression' Paper codeconfessions.substack.com

A detailed analysis of the DeepMind/Meta study: how large language models achieve unprecedented compression rates on text, image, and audio data - and the implications of these results

3
0
programming
Programming abhi9u 1 year ago 100%
How CPython Implements and Uses Bloom Filters for String Processing codeconfessions.substack.com

Inside CPython's Clever Use of Bloom Filters for Efficient String Processing

3
0
tech
Technology abhi9u 1 year ago 100%
How CPython Implements and Uses Bloom Filters for String Processing codeconfessions.substack.com

Inside CPython's Clever Use of Bloom Filters for Efficient String Processing

3
0
tech
Technology abhi9u 1 year ago 100%
Understanding Immortal Objects in Python 3.12: A Deep Dive into Python Internals codeconfessions.substack.com

A detailed examination of Python 3.12's internal changes featuring the concept of 'immortal' objects, for performance enhancements

8
2
tech
Technology abhi9u 1 year ago 100%
How CPython Implements Reference Counting: Dissecting CPython Internals codeconfessions.substack.com

An Extensive Walkthrough of Python’s Primary Memory Management Technique, Reference Counting

5
0
programming
Programming abhi9u 1 year ago 100%
How CPython Implements Reference Counting: Dissecting CPython Internals codeconfessions.substack.com

An Extensive Walkthrough of Python’s Primary Memory Management Technique, Reference Counting

2
0
programming
Programming abhi9u 1 year ago 100%
LZ77 Is All You Need? Why Gzip + KNN Works for Text Classification codeconfessions.substack.com

Decoding the Success of Gzip + KNN: The Central Role of LZ77

6
0
programming
Programming abhi9u 1 year ago 100%
Decoding the ACL Paper: Gzip and KNN Rival BERT in Text Classification codeconfessions.substack.com

Breaking Down the Hype: Unpacking the Findings of the Recent ACL Conference Paper

5
0
tech
Technology abhi9u 1 year ago 100%
Some Gotchas with OpenAI's Function Call Feature and How to Handle Them codeconfessions.substack.com

How to handle function name hallucinations, function call chaining and more accurate function call arguments

5
0
technology
Some Gotchas with OpenAI's Function Call Feature and How to Handle Them codeconfessions.substack.com

How to handle function name hallucinations, function call chaining and more accurate function call arguments

2
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCH
ChatGPT, dude abhi9u 1 year ago 100%
Some Gotchas with OpenAI's Function Call Feature and How to Handle Them codeconfessions.substack.com

How to handle function name hallucinations, function call chaining and more accurate function call arguments

4
0
programming
Programming abhi9u 1 year ago 100%
Some Gotchas with OpenAI's Function Call Feature and How to Handle Them codeconfessions.substack.com

How to handle function name hallucinations, function call chaining and more accurate function call arguments

1
0