Changkun's Blog欧长坤的博客

Science and art, life in between.科学与艺术,生活在其间。

  • Home首页
  • Ideas想法
  • Posts文章
  • Tags标签
  • Bio关于
Changkun Ou

Changkun Ou

Human-AI interaction researcher, engineer, and writer.人机交互研究者、工程师、写作者。

Bridging HCI, AI, and systems programming. Building intelligent human-in-the-loop optimization systems. Informed by psychology, sociology, cognitive science, and philosophy.连接人机交互、AI 与系统编程。构建智能的人在环优化系统。融合心理学、社会学、认知科学与哲学。

Science and art, life in between.科学与艺术,生活在其间。

284 Blogs博客
173 Tags标签
Changkun's Blog欧长坤的博客

Rethinking the Reflections on Communications and Trusts

Published at发布于:: 2019-05-15   |   Reading阅读:: 1 min

沟通和信任原本是人与人之间打交道的两个基本因素,但这两个因素在跨文化的背景下显得越来越不经如人意。 从今年三月份开始,我步入了我的博士生涯,在这随后的两个月里我开始重新思考沟通与信任这两个主题。

Read More阅读更多 »

2018 年终总结

Published at发布于:: 2018-12-27   |   Reading阅读:: 1 min

工作二字似乎就足够概括我这一整年的经历,2018 对于我来说,nothing happens to me。

Read More阅读更多 »

Go source code study is open source

Published at发布于:: 2018-10-01   |   Reading阅读:: 1 min
Since the middle of last month, I started to read the source code of programming language Go for better understanding its runtime and more. The entire series are based on Go 1.11 at the moment, and it will continuously getting support for at least three major release version. Now, the entire article is open source at GitHub: https://github.com/changkun/go-under-the-hood. You can submit an issue or pull request to contribute if you were interested in this study.
Read More阅读更多 »

Go source study: unsafe Pattern

Published at发布于:: 2018-09-27   |   Reading阅读:: 3 min

Go 源码研究:unsafe 范式

unsafe 包该包会绕过所有的 Go 类型安全检查,几乎是 Cgo 的灵魂,也是支撑 Go 运行时、reflect、系统调用等机制的核心。

Read More阅读更多 »

Go source study: sync.Pool

Published at发布于:: 2018-09-26   |   Reading阅读:: 7 min

Go 源码研究:sync.Pool

sync.Pool 是一个临时对象池。一句话来概括,sync.Pool 管理了一组临时对象,当需要时从池中获取,使用完毕后从再放回池中,以供他人使用。

Read More阅读更多 »

Go runtime programming

Published at发布于:: 2018-09-23   |   Reading阅读:: 3 min

Go 运行时编程

本文可能会过时。 它旨在阐明不同于常规 Go 编程的 Go 运行时编程,并侧重于一般概念而非特定接口的详细信息。

Read More阅读更多 »

A Million WebSocket and Go

Published at发布于:: 2018-07-28   |   Reading阅读:: 7 min

本文介绍了如何使用 Go 语言开发高负载的 WebSocket 服务。如果你对 WebSocket 非常熟悉,但并不了解 Go 语言,我希望你仍然能对此文所介绍的一些优化技术感兴趣。

Read More阅读更多 »

Designing Asynchronous RESTful APIs

Published at发布于:: 2018-07-01   |   Reading阅读:: 1 min

RESTful API 已经不是什么新奇玩意儿了。HTTP 的无状态性让我们在处理交互式 CS 应用中不得不使用诸如 Session、Cookie 等技术。那么我们的问题产生于:如果客户端发出的请求的在服务端需要较长的时间处理,我们应该如何设计我们的 RESTful API?这次就来聊一聊异步 RESTful API 的设计。

Read More阅读更多 »

分布式杂谈01:CAP 理论的误解

Published at发布于:: 2018-06-24   |   Reading阅读:: 1 min

最近在实践分布式和微服务系统,总算是能够把课本上学到的知识学以致用了。于是打算开一个系列来随机聊一聊分布式系统的一些知识。

Read More阅读更多 »

Issues of Human-Bot Interaction

Published at发布于:: 2018-03-31   |   Reading阅读:: 1 min

Here lists some issues when I was exploring Human-bot interaction.

Read More阅读更多 »
8 9 10 11 12 13 14 15 16
© 2008 - 2026 Changkun Ou. All rights reserved.保留所有权利。 | PV/UV: /
0%