惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

S
SegmentFault 最新的问题
G
Google Developers Blog
H
Help Net Security
月光博客
月光博客
阮一峰的网络日志
阮一峰的网络日志
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
P
Proofpoint News Feed
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
B
Blog RSS Feed
爱范儿
爱范儿
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 三生石上(FineUI控件)
大猫的无限游戏
大猫的无限游戏
人人都是产品经理
人人都是产品经理
GbyAI
GbyAI
D
Docker
Hugging Face - Blog
Hugging Face - Blog
I
InfoQ
博客园 - 司徒正美
Last Week in AI
Last Week in AI
Microsoft Security Blog
Microsoft Security Blog
美团技术团队
Stack Overflow Blog
Stack Overflow Blog
M
MIT News - Artificial intelligence

Stonecharioteer on Tech

I Traced My Traffic Through a Home Tailscale Exit Node What Was I Reading Last? In Three Not-So-Easy Pieces Dogfooding Is Hard Code blocks in your books, finally GoForGo v0.9.0 Merrilin - We built an app to read books I use a Macbook now Data Structures & Algorithms - Preparing for Interviews Using a local DNS namespace for local service discovery Direction KOllector - Publishing KOReader Highlights gbt: branches touched in the last 24 hours A Soiree into Symbols in Ruby Some Smalltalk about Ruby Loops Ruby Blocks Returning from Ruby Blocks, Procs and Lambdas My Linux Laptop Finally Works: How Claude Helped Me Fix Years of Annoyances TIL: Watchexec - Modern File Watching for Development Workflows A Less Busy Mind GoForGo - Learn Go through live examples Migrating My Old Blog to Hugo with Claude The Qtile Window Manager: A Python-Powered Tiling Experience Read the RFCs that Built the Internet Py-x-Protobuf - Or How I Learned to Stop Worrying and Love Protocol Buffers Python Reverse a List New Beginnings Leaving ChainSafe Systems Screen Lock for Cinnamon Desktop using Zenity and Terminal Commands Crews Not Teams A System for Getting Better at LeetCode
TIL: AutoInvent, ASGI, Python Packaging, RAPIDS GPU Compu...
2021-05-21 · via Stonecharioteer on Tech

AutoInvent · GitHub

AutoInvent provides development tools and frameworks, particularly focused on:

  • Rapid application development
  • Code generation and scaffolding
  • Developer productivity tools
  • Modern web application frameworks

ASGI - Async Python Web Standard

GitHub - django/asgiref - ASGI specification and utilities.

ASGI (Asynchronous Server Gateway Interface) is the spiritual successor to WSGI, providing:

  • Asynchronous request handling
  • WebSocket support
  • HTTP/2 compatibility
  • Background task processing
  • Integration with modern async Python frameworks like FastAPI and Django Channels

dh-virtualenv - Python Debian Packaging

GitHub - spotify/dh-virtualenv - Python virtualenvs in Debian packages.

Spotify’s tool for packaging Python applications as Debian packages while maintaining virtualenv isolation:

  • Combines Python virtualenvs with Debian packaging
  • Solves dependency conflicts in production
  • Maintains isolation between Python applications
  • Simplifies deployment on Debian-based systems

RAPIDS - GPU Data Science

Open GPU Data Science | RAPIDS

RAPIDS provides GPU-accelerated libraries for data science and analytics:

  • GPU-accelerated DataFrames (cuDF)
  • Machine learning (cuML)
  • Graph analytics (cuGraph)
  • Spatial analytics (cuSpatial)
  • Massive performance improvements over CPU-only solutions

FlaskCon 2020 Talks

PyVideo.org · FlaskCon 2020

Collection of talks from FlaskCon 2020 covering:

  • Flask best practices and patterns
  • Modern web development with Flask
  • Performance optimization
  • Testing strategies
  • Real-world Flask applications