Measure Zero


  • About

  • Quotes

  • Notes

  • Sitemap

  • Search

Java 初步: 简化版

2022-10-01 | ~ | Language

主要参考 java4python “Learn Java: Programiz” app 上的小课. Just a quick review.

Read more »

C++ 初步: 简化版

2022-09-26 | ~ | Language

主要参考 cpp4python 和 “Learn C++: Programiz” app 上的小课, 内容是简化版中的简化版.

备用

  • 终极 C++避坑指南
  • cppreference.com

C++ 文件的扩展名常见的有 .cpp, .cc 等.

Read more »

Shell 脚本简要

2022-09-20 | ~ 2022-10-13 | Language

主要参考

  • Shotts, W. (2019). The Linux command line

学习目标: 能写简单脚本, 能看懂长一些的脚本. Shell 脚本不是开发语言, 难以 debug, 不适合写太长.

If you are writing a script that is more than 100 lines long, or that uses non-straightforward control flow logic, you should rewrite it in a more structured language now. Bear in mind that scripts grow. Rewrite your script early to avoid a more time-consuming rewrite at a later date. (Google Shell Style Guide)

Read more »

Python 装饰器杂录

2022-09-11 | ~ | Tech

装饰器基础, 以及常用装饰器略了, 比如 staticmethod, classmethod, property, functools.lru_cache.

Read more »

Python 的 web 相关库杂录

2022-09-04 | ~ 2023-12-25 | Tech

随手找的一些模型部署简单例子.

  • Flask+Gunicorn+Service Streamer
  • Flask+Gunicorn
  • Flask+gevent
  • Tornado
Read more »

Triton Inference Server 简要

2022-08-29 | ~ | Tech

NVIDIA 的 Triton Inference Server.

总体架构

把模型文件 (支持主流格式) 放在 model repo, 由 inference server 调度, 根据模型配置的推理引擎 (ONNX, TensorRT 等) 输出结果.

下面以在 CPU 上部署 ONNX 模型为例.

Read more »

狮子与基督徒问题, 以及其他追及问题

2022-08-27 | ~ | Mathematics

狮子与基督徒问题 一头狮子和一个基督徒在古罗马圆形竞技场中以相同的最大速度移动. 狮子能在有限时间内抓到基督徒吗? (为什么牵扯到基督徒可以参考 这里.)

上个世纪 30 年代德裔英国数学家 Richard Rado 提出了上述问题, 称为狮子与人问题 (Lion and Man problem). 把这个问题当做数学问题, 作以下假设:

  • 不考虑体力等现实因素
  • 狮子和基督徒各为一个点 (没有体积)
  • 竞技场为闭圆盘 (后面会改变这个假设)
Read more »

CRF 复习

2022-08-23 | ~ | Statistics

回顾经典, 仔细写一下.

原论文

  • Lafferty, J., McCallum, A., & Pereira, F. C. (2001). Conditional random fields: Probabilistic models for segmenting and labeling sequence data.

条件随机场 (conditional random field, CRF) 是一种判别式无向概率图模型, 在机器学习中最常见的应用是序列标注.

Read more »

Docker 简要: 部署 Python 应用简例

2022-08-19 | ~ 2022-10-19 | Tech

Introduction

Why did Docker decide to go with a whale for their logo? Apparently to express its product’s values of expedition, automation, encapsulation and simplification. As they explain “the whale is carrying a stack of containers on its way to deliver those to you”.

  • The Hidden Stories Behind the Open Source Logos We All Love | Mend

来自官网首页

下面改编自 官方教程. 总得来说, Dockerfile 类似脚本, 记录了构建镜像 (文件) 的指令. 运行着的镜像称为容器 (类似进程). 而 docker-compose.yml 记录了运行镜像的参数配置 (类似用 shell 脚本记录命令行).

Read more »

租房 checklist

2022-08-14 | ~ | Miscellanea

先看微信小程序「暖房直租」上的避坑指南, 下文是一些自己补充的 checklist.

想象一些关键生活场景, 比如洗漱, 工作, 睡觉, 做饭, 锻炼, 购物等, 然后制定 checklist.

Read more »
1 … 4 5 6 … 18
Shiina

Shiina

知乎 豆瓣 bangumi Instagram Weibo
Creative Commons
RSS
© 2019 - 2025   Shiina   CC BY-NC-ND 4.0
RSS  
Powered by Jekyll
 
Theme NexT.Mist