2023-01-11 16:30:00 ~ 2023-01-12 16:30:00
本文主要介绍对Efficient Conformer的复现工作,包含:模型介绍、模型实现、流式推理支持以及相关实验结果。
登录后可查看文章图片
At Airbnb, we have been consciously designing and building products to be equally usable by all users. Making our mobile apps and websites more accessible not only aligns with our company’s mission of creating a world where people can belong anywhere, but also supports the civil rights of people with disabilities and complies with the law.
In this article, we highlight some of the efforts we have made to make the app more accessible, for example, labeling UI elements, grouping related content, supporting large font scale, providing heading and page names. The Airbnb app is one of the most popular travel apps with millions of users and supports many features. Making such a complex app more accessible is a huge endeavor that we are continuously working on.
登录后可查看文章图片
At Nextdoor, our mobile applications on iOS and Android serve content to tens of millions of weekly active users. At this scale, we run a weekly release process for both iOS and Android, shipping hundreds of changes across multiple teams and dozens of mobile engineers.
Our team uses several observability processes and rollout strategies to keep these deployments safe and scalable. We most notably use phased rollouts to minimize the impact of a potentially bad release. Phased rollouts allow us to gradually increase the adoption of users for a new app version. For example, we can have a new app version be released to only 1% of users on the 1st day, 2% of users on the 2nd day, and so on. That way, if a new release were accidentally shipped with an uncaught regression, having it at 1% rollout means it affects fewer users, reduces its severity level, and gives us more time to react.
登录后可查看文章图片
插件化是 Android 技术领域里关注度较高的技术框架,插件化框架给 Android 开发者带来了很多便利,但是针对插件 APK 的保护也需要开发者重点关注。本文通过对插件化框架的背景以及原理的介绍,分享了易盾目前对插件 APK 的保护方案。
登录后可查看文章图片
InnoDB 是 MySQL 默认的存储引擎,而提到InnoDB的内存,就绕不开Buffer Pool,该结构对性能的影响重大。但事实上InnoDB的内存消耗并不只有BP而已,其内部还有许多重要的结构(如AHI、Change Buffer、Log buffer等)也占据着不可忽视的内存空间。了解InnoDB的内存结构和使用特点对于MySQL运行期间的内存选型和使用有很大帮助。
登录后可查看文章图片
随着对用户体验要求的提高,产品要求提升用户体验,多端体验一致。随着多端相同的业务也越来越多,需要投入IOS,Android,Web多端开发人员。这就迫切的需要一种一次开发同时使用在Android ,IOS ,Web的解决方案。达到降本增效的目的。在几个小业面尝试,总结经验后,我们采用react-native-web多端适配。
登录后可查看文章图片
在很多技术领域,都有正则的身影。但许多像我一样的人,只闻其名。因此将正则常用知识汇总,便于查阅。正则表达式(Regular Expression)是用于描述一组字符串特征的模式,用来匹配特定的字符串。通过特殊字符+普通字符来进行模式描述,从而达到文本匹配目的工具。因此正则表达式是用于匹配字符串中字符组合的模式。
登录后可查看文章图片
你是否一直想成为“精通” React 源码的大神?又是否因为 React 源码的晦涩难懂而寸步难行?本文将从头开始讲解并实现一个简易版的 React -- Didact。千里之行,始于足下,Didact 可以帮你迈出第一步!
登录后可查看文章图片
在整个健康搜索链路里,相关性处于中间环节,它需要解决扩召回带来的准确率的问题,为下游的精排和重排提供更精确的候选集,不管是精排还是重排,都要注重对相关性的保护,也不能突破相关性的档位。
登录后可查看文章图片
得物社区是一大批年轻人获取潮流信息、分享日常生活的潮流生活社区。目前得物社区多个场景接入了推荐算法,现在主流的推荐系统都会有召回、粗排、精排和机制等多个模块组成,本文主要介绍在精排层面演进过程中做的一些工作和思考。
登录后可查看文章图片
在 2020 年 Hasura 的企业 GraphQL 会议上,Airbnb爱彼迎 展示了 Viaduct,一个面向数据的服务网格(Service Mesh) ,其为爱彼迎基于微服务的 SOA(Service-Oriented Architecture)的模块化带来了阶梯性的提升。我们将在这篇文章中介绍 Viaduct 背后的思想及大致运作原理。
登录后可查看文章图片
关注公众号
接收推送