Happy Valentine’s Day! You know what that means: We have a brand new season of Love Is Blind to devour. Courtney Revolution (The Circle) joins host Chris Burns to delight in all of the pod romances and love triangles. Plus, Meg joins the podcast to debrief the Madison-Mason-Meg love triangle. Leave us a voice message at www.speakpipe.com/WeHaveTheReceipts Text us at (929) 487-3621 DM Chris @FatCarrieBradshaw on Instagram Follow We Have The Receipts wherever you listen, so you never miss an episode. Listen to more from Netflix Podcasts.…
本期节目,我们第二次请到了高天,和他聊了聊成为 Python 核心开发者以及在 B站做 up 主的经历和感悟。 嘉宾 高天 主播 Adam Wen laixintao laike9m 章节 Python 开发 成为 Python 核心开发者的历程 对 Python 语言发展的看法 分享一个你比较推崇的 Python 编程的技巧或是最佳实践 技术内容创作 是什么让你尝试开始在 B站分享技术内容 视频制作流程和内容选择策略 如何平衡技术深度和受众理解度 知乎问答和知识星球运营经验 技术直播的挑战和技巧 工作与生活平衡 在科技公司工作的日常 如何管理时间,兼顾工作、创作和个人生活 对程序员职业倦怠的看法和应对方法 链接 pdb — The Python Debugger Faster CPython Vote to promote Tian Gao 450天成为Python核心开发者 PEP 703即将被正式接受,移除GIL的这一天竟然真的要来了? 知识星球: minkomni.com/zsxq Joe Armstrong on optimization Make it work, then make it beautiful, then if you really, really have to, make it fast. 90 percent of the time, if you make it beautiful, it will already be fast. So really, just make it beautiful! py-spy : Sampling profiler for Python programs Scalene : a high-performance, high-precision CPU, GPU, and memory profiler for Python with AI-powered optimization proposals coverage.py SlipCover: Near Zero-Overhead Python Code Coverage Astral: Next-gen Python tooling 历史调研室 contextvars 爱发电上赞助…
本期节目我们请到了 Cloudflare 的 Yuchen,和大家聊了聊 Cloudflare 这家神奇的公司,以及它为什么被称为『赛博佛祖』。 嘉宾 Yuchen Wu 时间点 00:01:20 Cloudflare 这家公司主要做什么,有哪些服务 00:22:00 Cloudflare 的营收从哪里来 00:26:42 为什么 Cloudflare 愿意去提供各种免费服务( laixintao tweet ) 00:40:10 在 Cloudflare 工作的体验 链接 Cloudflare The Cloudflare Blog Pingora - A library for building fast, reliable and evolvable network services. Cloudflare Workers Cloudflare bot solutions Cloudflare IP addresses 服务器被攻击,上了 CDN 但源站 IP 还是会被很快知道,求问可能是哪个环节出了问题? Cloudflare Tunnel Zero Trust security | What is a Zero Trust network? Backblaze Cloudflare Post Mortem How to execute an object file: Part 1 爱发电上赞助…
本期节目中,图拉鼎讲述了最近几年做独立开发的经历,良渚文化村吸引独立开发者聚集的原因,以及疯狂星期四的起源和发展。我们着重聊了聊为什么他会想到注册一个美国公司,以及所需的资质和流程。还聊到了微软/Google 对开发者的支持,以及独立创造者在产品开发中的作用和优势。 嘉宾 图拉鼎 主播 laixintao Adam Wen laike9m 章节 00:15 近况 04:50 良渚文化村和玉鸟集 12:26 疯狂星期四的开始 26:08 为什么会想到注册美国公司,以及探索苹果生态之外的可能性 43:40 微软对开发者的支持 52:35 如何合法合规地接受用户付款 59:58 推荐环节 01:02:10 独立开发&小团队的作品为什么更好 链接 良渚玉鸟集:城市聚落的再创造 《一个独立创造者的五年》 firstbase : Launch your US business from anywhere, in minutes. Lemon Squeezy : All-in-one platform for running your SaaS business Microsoft for Startups Google for Startups 爱发电上赞助…
嘉宾 Messense 主播 laixintao 小白 Adam Wen laike9m 链接 PyO3 PyO3 有哪些应用? polars : Fast multi-threaded DataFrame library in Rust | Python | Node.js. pydantic-core : Core validation logic for pydantic written in Rust. cryptography : Python cryptography library with some functionality in Rust. orjson : Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy PyO3 前身: rust-cpython Maturin : Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages What Are Python Wheels and Why Should You Care? PEP 517 – A build-system independent format for source trees Ruff : An extremely fast Python linter, written in Rust. typos : Source code spell checker ChatGPT 写的 Rust 调用 Python C-API 的例子 use std :: os :: raw :: { c_char , c_int }; use std :: ffi :: CString ; use libc :: { c_double , c_void }; #[link(name = "python3.8" )] extern "C" { fn Py_Initialize (); fn Py_Finalize (); fn Py_BuildValue ( format : * const c_char , .. .) -> * mut c_void ; } fn main () { unsafe { // 初始化 Python 解释器 Py_Initialize (); // 构建一个 Python 元组对象,并打印它 let x = 1.23 as c_double ; let y = 4.56 as c_double ; let format = CString :: new ( "dd" ). unwrap (). as_ptr (); let result = Py_BuildValue ( format , x , y ); let s = CString :: from_raw ( result as * mut c_char ). into_string (). unwrap (); println! ( "{}" , s ); // 关闭 Python 解释器 Py_Finalize (); } } pyo3-ffi : Python-API bindings for the PyO3 ecosystem 在 PyO3 里通过 allow_threads 关掉 Python GIL pybind11 — Seamless operability between C++11 and Python Cython CFFI : C Foreign Function Interface for Python. Interact with almost any C code from Python, based on C-like declarations that you can often copy-paste from header files or documentation. zig cc : a Powerful Drop-In Replacement for GCC/Clang wechatpy: 微信公众平台第三方 Python SDK OrbStack : Fast, light, simple Docker & Linux on macOS FancyWM - a dynamic tiling window manager for Windows 10/11 CSAPP : Computer Systems: A Programmer's Perspective APUE : Advanced Programming in the UNIX® Environment 提到的读书撕书的灵感来自于: 李敖先生 吴恩达 prompt engineering 课程: ChatGPT Prompt Engineering for Developers Kiwi 浏览器 爱发电上赞助…
欢迎使用Player FM
Player FM正在网上搜索高质量的播客,以便您现在享受。它是最好的播客应用程序,适用于安卓、iPhone和网络。注册以跨设备同步订阅。