知鸦日报2024-08-09

2024-08-08 16:30:00 ~ 2024-08-09 16:30:00

技术

移动端开发之SSL pinning

摘要

SSL为安全套接层协议,是用于在Web浏览器和Web服务器之间进行安全信息交换的一种协议。其主要提供了两个核心的安全服务:数据加密和身份验证。作为网络安全的基础协议,SSL在网络数据传输中起到了至关重要的保密和安全保障作用。

Prompt design

摘要

Prompting is like web design. Let's call it prompt design, and build better tools for it.

登录后可查看文章图片

哔哩哔哩技术:B站监控2.0架构落地实践

摘要

Metrics指标数据是可观测重要的基石之一,在2021年底的时候,B站基于Promtheus+Thanos 方案,完成了统一监控平台的落地……

登录后可查看文章图片

figma技术:How we migrated onto K8s in less than 12 months

摘要

Migrating onto Kubernetes can take years. Here’s why we decided it was worth undertaking, and how we moved a majority of our core services.

uber技术:Upgrading Uber’s MySQL Fleet to version 8.0

摘要

Learn all about our journey of successfully upgrading our MySQL fleet at Uber from v5.7 to v8.0, enhancing performance and reliability.

pinterest技术:NEP: Notification System and Relevance

摘要

Notifications (e.g. email, push, in-app messages) play an important role in driving user retention. In our previous system, which operated on a daily budget allocation model, the system relied on predicting daily budgets for individual users on a daily basis, constraining the flexibility and responsiveness required for dynamic user engagement and content changes. Notification Event Processor (NEP) is a next generation notification system developed at Pinterest, offering the flexibility to process and make decisions to send notifications in near real-time. By harnessing the power of machine learning, NEP determines various factors for sending notifications, such as content selection, recipient targeting, channel preferences, and optimal timing. The implementation of this system resulted in significant improvements in user email and push engagement metrics and weekly active user (WAU) growth.

登录后可查看文章图片

58同城技术:一文读懂JavaScript原型链

摘要

什么是原型链,每个对象(Object)都有一个私有属性指向另一个名为原型(prototype)的对象。

登录后可查看文章图片

Elasticsearch Filter 缓存加速检索的细节,你知道吗?

摘要

ES 进行信息检索的时候,boolean 查询组合条件有 must/must_not/should/filter四个操作。

其中 must 和 filter 的用途都是用于过滤必要符合的条件,但是 filter 在查询过程中不算分并且可以进行缓存,这样逻辑简单又可以加速的查询方式经常得到官方的提倡。

可是,只有 filter 的条件可以被缓存么?这里的缓存是属于哪一部分?

缓存有什么样的进入和淘汰机制?怎么去监控缓存的使用情况?

登录后可查看文章图片

阿里巴巴技术:React 的正确使用方法:ref 篇

摘要

你真的用对了 useRef 吗?在与 TypeScript 一起使用、以及撰写组件库的情况下,你的写法能够避开以下所有场景的坑吗?

登录后可查看文章图片

阿里巴巴技术:前端在线代码编辑器技术杂谈

摘要

文章介绍了在线代码编辑预览技术,比较了react-playground、react-live、codesandbox和stackblitz等工具的实现原理和特点,着重阐述了它们如何处理代码编译、模块依赖和实时预览...

登录后可查看文章图片

京东技术:引入JaCoCo导致的类型转换问题分析

摘要

本文主要是记录一次由于引入JaCoCo后产生运行异常的排查过程。

登录后可查看文章图片

Introducing Structured Outputs in the API

摘要

Generating structured data from unstructured inputs is one of the core use cases for AI in today’s applications. Developers use the OpenAI API to build powerful assistants that have the ability to fetch data and answer questions via function calling(opens in a new window), extract structured data for data entry, and build multi-step agentic workflows that allow LLMs to take actions. Developers have long been working around the limitations of LLMs in this area via open source tooling, prompting, and retrying requests repeatedly to ensure that model outputs match the formats needed to interoperate with their systems. Structured Outputs solves this problem by constraining OpenAI models to match developer-supplied schemas and by training our models to better understand complicated schemas.

携程技术:去哪儿 Node 生成 1 亿张图片实践 (Satori + Sharp)

摘要

一图胜千言,图片是信息传递的重要载体。当用户进行社交媒体分享时,图片是比文字更加直观的展示方式。在一些分享的场景可能天然就有图片,比如分享一个商品,商品的图片就是最直观的展示方式。但是在一些场景下,可能没有天然的图片,比如分享一个从北京到上海的火车线路,这时候就需要我们自己生成图片。

登录后可查看文章图片

携程技术:携程搜广推算法策略开发平台

摘要

高度配置化和透明化,让算法团队专注于策略的效果优化和业务目标的实现。

登录后可查看文章图片


‹ 2024-08-08 日报 2024-08-10 日报 ›

qrcode

关注公众号
接收推送