Customize the Django Admin to Differentiate Environments
https://406.ch/writing/customize-the-django-admin-to-differentiate-environments/
https://406.ch/writing/customize-the-django-admin-to-differentiate-environments/
Vectorizing Wide PyTorch Expressions?
https://probablymarcus.com/blocks/2023/10/19/vectorizing-wide-pytorch-expressions.html
https://probablymarcus.com/blocks/2023/10/19/vectorizing-wide-pytorch-expressions.html
Marcus Lewis
What happens when you vectorize wide PyTorch expressions?
{n} Times Faster Than C …with Python
https://eddieantonio.ca/blog/2023/07/12/faster-than-c-with-python/
https://eddieantonio.ca/blog/2023/07/12/faster-than-c-with-python/
eddieantonio/blog
{n} times faster than C …with Python
I was reading Owen Shepherd’s post “{n} times faster than C”, which explores how to hand-tune x86-64 assembly to make a certain problem faster (see below). Originally, this inspired me to write a short introduction to using Rust’s portable SIMD to manually…
What Every Developer Should Know About GPU Computing
https://codeconfessions.substack.com/p/gpu-computing
https://codeconfessions.substack.com/p/gpu-computing
Codingconfessions
What Every Developer Should Know About GPU Computing
A primer on GPU architecture and computing
whisper: Robust Speech Recognition via Large-Scale Weak Supervision
https://github.com/openai/whisper
https://github.com/openai/whisper
GitHub
GitHub - openai/whisper: Robust Speech Recognition via Large-Scale Weak Supervision
Robust Speech Recognition via Large-Scale Weak Supervision - openai/whisper
Integrating Playwright with BDD Behave-Part I
https://medium.com/@amansharma0610/integrating-playwright-with-bdd-behave-part-i-49c2f94ed820
https://medium.com/@amansharma0610/integrating-playwright-with-bdd-behave-part-i-49c2f94ed820
Medium
Integrating Playwright with BDD Behave-Part I
Abstract:
Crafting Type Hierarchies: The Strategic Choice Between Object Oriented Programming and Multiple…
https://atantos.medium.com/crafting-type-hierarchies-the-strategic-choice-between-object-oriented-programming-and-multiple-3742a3d88db9
https://atantos.medium.com/crafting-type-hierarchies-the-strategic-choice-between-object-oriented-programming-and-multiple-3742a3d88db9
Medium
Crafting Type Hierarchies: The Strategic Choice Between Object Oriented Programming and Multiple Dispatch #Python #Julia
Attempting to encode hierarchical knowledge in an optimal way offers a prime example to highlight the distinct approaches of two…
Mastering Market Dynamics: Identifying Regimes with Hidden Markov Models
https://theaiquant.medium.com/mastering-market-dynamics-identifying-regimes-with-hidden-markov-models-dc94605bf01d
https://theaiquant.medium.com/mastering-market-dynamics-identifying-regimes-with-hidden-markov-models-dc94605bf01d
Medium
Mastering Market Dynamics: Identifying Regimes with Hidden Markov Models
Mastering Market Dynamics: Identifying Regimes with Hidden Markov Models Understanding the underlying market regimes is crucial for investors and traders alike. Market regimes are periods during …