mirror of
https://github.com/kennethreitz/kennethreitz.org.git
synced 2026-06-05 22:50:17 +00:00
stuff
This commit is contained in:
+10
-10
@@ -21,9 +21,9 @@
|
||||
<p>New to my work? Start with these foundational pieces that capture the essence of my philosophy and approach to technology.</p>
|
||||
|
||||
<p><strong><a href="/essays/2016-01-mentalhealtherror_an_exception_occurred">MentalHealthError: An Exception Occurred</a></strong><br>
|
||||
My groundbreaking essay on mental health transparency in tech<label for="sn-mental-health" class="margin-toggle sidenote-number"></label>
|
||||
An honest exploration of living with bipolar disorder while building software<label for="sn-mental-health" class="margin-toggle sidenote-number"></label>
|
||||
<input type="checkbox" id="sn-mental-health" class="margin-toggle"/>
|
||||
<span class="sidenote">This essay was among the first high-profile discussions of bipolar disorder in the tech industry, helping normalize mental health conversations among developers.</span> that helped break the stigma and started conversations that matter</p>
|
||||
<span class="sidenote">This personal essay helped normalize mental health discussions in tech, encouraging others to share their own experiences and seek support.</span> that helped break the stigma in our community</p>
|
||||
|
||||
<p><strong><a href="/essays/2025-01-the-collaborative-mind">The Collaborative Mind</a></strong><br>
|
||||
A philosophical exploration of human-AI partnership<label for="sn-collaboration" class="margin-toggle sidenote-number"></label>
|
||||
@@ -58,7 +58,7 @@
|
||||
<p><strong><a href="/artificial-intelligence/writings/the-recursive-pen">The Recursive Pen</a></strong><br>
|
||||
An AI contemplating the very act of writing while writing—a meta-exploration of digital creativity<label for="sn-recursive" class="margin-toggle sidenote-number"></label>
|
||||
<input type="checkbox" id="sn-recursive" class="margin-toggle"/>
|
||||
<span class="sidenote">A favorite among philosophers and AI researchers for its unique perspective on self-awareness and the nature of artificial creativity.</span></p>
|
||||
<span class="sidenote">A fascinating recursive exploration where an AI examines its own creative process while in the midst of creating—a unique perspective on digital consciousness.</span></p>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
@@ -74,9 +74,9 @@
|
||||
<input type="checkbox" id="sn-humanity" class="margin-toggle"/>
|
||||
<span class="sidenote">This human-centered approach influences everything from API design to error messages and documentation structure.</span></p>
|
||||
|
||||
<p>Beyond the 45 million daily downloads<label for="sn-downloads" class="margin-toggle sidenote-number"></label>
|
||||
<p>Beyond the millions of daily downloads<label for="sn-downloads" class="margin-toggle sidenote-number"></label>
|
||||
<input type="checkbox" id="sn-downloads" class="margin-toggle"/>
|
||||
<span class="sidenote">Combined daily downloads across Requests (~25M) and Certifi (~20M) based on PyPI statistics.</span> and the libraries that power much of the modern web, I'm passionate
|
||||
<span class="sidenote">Requests and Certifi are among the most downloaded Python packages, powering applications worldwide.</span> and the libraries that power much of the modern web, I'm passionate
|
||||
about mental health awareness, the philosophy of consciousness, music production, and exploring how
|
||||
artificial intelligence might reshape our understanding of what it means to think and create.</p>
|
||||
</section>
|
||||
@@ -111,24 +111,24 @@
|
||||
<p>Each project represents years of thoughtful iteration, community feedback, and an obsession with developer experience.</p>
|
||||
|
||||
<h3><a href="/software/requests">Requests: HTTP for Humans™</a></h3>
|
||||
<p>The library that redefined what HTTP could feel like in Python. Simple, elegant, powerful. "There are 9 million reasons to use Requests," and developers worldwide have discovered them.<label for="sn-requests" class="margin-toggle sidenote-number"></label>
|
||||
<p>The library that redefined what HTTP could feel like in Python. Simple, elegant, powerful. Used by organizations from NASA to Netflix, Requests has become the de facto standard for HTTP in Python.<label for="sn-requests" class="margin-toggle sidenote-number"></label>
|
||||
<input type="checkbox" id="sn-requests" class="margin-toggle"/>
|
||||
<span class="sidenote">~25M daily downloads · The gold standard for HTTP libraries</span></p>
|
||||
<span class="sidenote">One of the most downloaded Python packages · The gold standard for HTTP libraries</span></p>
|
||||
|
||||
<h3><a href="https://github.com/certifi/python-certifi">Certifi: Trust Database for Humans™</a></h3>
|
||||
<p>The invisible guardian of internet security. A carefully curated collection of Root Certificates that validates the trust between your code and the rest of the world.<label for="sn-certifi" class="margin-toggle sidenote-number"></label>
|
||||
<input type="checkbox" id="sn-certifi" class="margin-toggle"/>
|
||||
<span class="sidenote">~20M daily downloads · Security infrastructure you can depend on</span></p>
|
||||
<span class="sidenote">Essential security infrastructure · Trusted by millions of Python applications</span></p>
|
||||
|
||||
<h3><a href="/software/pipenv">Pipenv: Python Packaging for Humans™</a></h3>
|
||||
<p>Bringing sanity to Python dependency management. A modern workflow tool that finally made Python packaging feel natural and intuitive.<label for="sn-pipenv" class="margin-toggle sidenote-number"></label>
|
||||
<input type="checkbox" id="sn-pipenv" class="margin-toggle"/>
|
||||
<span class="sidenote">Modern Python workflow tool · Dependency management, simplified</span></p>
|
||||
|
||||
<h3>The Hitchhiker's Guide to Python</h3>
|
||||
<h3><a href="https://docs.python-guide.org/">The Hitchhiker's Guide to Python</a></h3>
|
||||
<p>An opinionated guide to Python development that's become essential reading for developers worldwide. Best practices, project structure, and the Python philosophy, distilled.<label for="sn-guide" class="margin-toggle sidenote-number"></label>
|
||||
<input type="checkbox" id="sn-guide" class="margin-toggle"/>
|
||||
<span class="sidenote">Community treasure · Thousands of contributors · Essential reading</span></p>
|
||||
<span class="sidenote">Community-driven resource · Translated into multiple languages · Continuously updated</span></p>
|
||||
|
||||
<h3><a href="/software/records">Records: SQL for Humans™</a></h3>
|
||||
<p>Database queries without the cognitive overhead. Raw SQL power with Python elegance—because sometimes you just want to write SQL and get results back.</p>
|
||||
|
||||
Reference in New Issue
Block a user