知鸦日报2024-04-16

2024-04-15 16:30:00 ~ 2024-04-16 16:30:00

技术

字节跳动技术:基于源码的 Webpack 结构分析

摘要

这篇文章将会带来 Webpack 整体结构的源码解读,建议拉取源码结合阅读。

基于源码的 Webpack 结构分析

巧用 CSS/SVG 实现复杂线条光效动画

摘要

巧妙的实现线条光效动画!

巧用 CSS/SVG 实现复杂线条光效动画

哔哩哔哩技术:Matroska解封装原理与实践

摘要

Matroska是一种开放标准、功能强大的多媒体封装格式,可容纳多种不同类型的视频、音频及字幕流,其常见的文件扩展名为.mkv、.mka等。

Matroska解封装原理与实践

uber技术:Improving Uber Eats Home Feed Recommendations via Debiased Relevance Predictions

摘要

Uber Eats’ mission is to make eating effortless, at any time, for anyone. The Uber Eats home feed is an important tool for fulfilling this goal, as it aims to provide a magical food browsing…

uber技术:Supercharge the Way You Render Large Lists in React

摘要

Rendering large lists in React can be a challenging task for developers. As the size of the list grows, the DOM (Document Object Model) tree also grows, leading to performance issues like slow…

uber技术:Uber: GC Tuning for Improved Presto Reliability

摘要

Uber uses open-source Presto to query nearly every data source, both in motion and at rest. Presto’s versatility empowers us to make intelligent, data-driven business decisions. We operate around 20…

Uber: GC Tuning for Improved Presto Reliability

uber技术:Palette Meta Store Journey

摘要

The Uber Michelangelo feature store, called Palette, is a database of Uber-specific curated and internally crowd-sourced features that are easy to use in machine learning projects. It comes to solve…

uber技术:Stopping Uber Fraudsters Through Risk Challenges

摘要

As a marketplace-based, consumer-facing app, Uber encounters a multitude of sources of fraud across its platform. In one of the most common cases of fraud, bad actors use various methods to attempt to…

uber技术:DataCentral: Uber’s Big Data Observability and Chargeback Platform

摘要

Discover real-time query analytics and governance with DataCentral: Uber’s big data observability powerhouse, tackling millions of queries in petabyte-scale environments.

DataCentral: Uber’s Big Data Observability and Chargeback Platform

uber技术:Jupiter: Config Driven Adtech Batch Ingestion Platform

摘要

Uber’s mission is to reimagine the way the world moves for the better and provide earning opportunities globally through its marketplace. One effective approach to bring the Uber brand and marketplace…

Jupiter: Config Driven Adtech Batch Ingestion Platform

uber技术:How Uber Serves Over 40 Million Reads Per Second from Online Storage Using an Integrated Cache

摘要

Docstore is Uber's in-house, distributed database built on top of MySQL®. Storing tens of PBs of data and serving tens of millions of requests/second, it is one of the largest database engines at Uber…

How Uber Serves Over 40 Million Reads Per Second from Online Storage Using an Integrated Cache

uber技术:Building Scalable, Real-Time Chat to Improve Customer Experience

摘要

Uber is a global business, and has a customer base that’s spread throughout the world. Uber’s customer base is divided into many user personas, predominantly riders, drivers, eaters, couriers, and…

uber技术:Network IDS Ruleset Management with Aristotle v2

摘要

If you were to ask a veteran SOC (Security Operations Center) analyst about Network IDS (Intrusion Detection Systems) or IPS (Intrusion Prevention Systems), the response would probably contain phrases…

Network IDS Ruleset Management with Aristotle v2

uber技术:Load Balancing: Handling Heterogeneous Hardware

摘要

This blog post describes Uber's journey towards utilizing hardware efficiently via better load balancing. The work described here lasted over a year, involved engineers across multiple teams, and…

Load Balancing: Handling Heterogeneous Hardware

uber技术:Balancing HDFS DataNodes in the Uber DataLake

摘要

Uber has one of the largest Apache HadoopⓇ Distributed File System (HDFS) deployments in the world, with exabytes of data across tens of clusters. HDFS team at Uber had to solve the problem of…

Balancing HDFS DataNodes in the Uber DataLake

uber技术:Model Excellence Scores: A Framework for Enhancing the Quality of Machine Learning Systems at Scale

摘要

With the introduction of Model Excellence Scores at Uber, we're setting a new standard for measuring, monitoring, and maintaining ML model quality–read how this innovative approach aims to enhance ML…

Model Excellence Scores: A Framework for Enhancing the Quality of Machine Learning Systems at Scale

uber技术:Scaling AI/ML Infrastructure at Uber

摘要

Machine Learning (ML) is celebrating its 8th year at Uber since we first started using complex rule-based machine learning models for driver-rider matching and pricing teams in 2016. Since then, our…

Scaling AI/ML Infrastructure at Uber

uber技术:How LedgerStore Supports Trillions of Indexes at Uber

摘要

Uber connects the physical and digital worlds to help make movement happen at the tap of a button. Billions of trips, deliveries, and tens of billions of financial transactions across earners,…

uber技术:Migrating a Trillion Entries of Uber’s Ledger Data from DynamoDB to LedgerStore

摘要

This week, we'll dive into how we migrated Uber’s business-critical ledger data to LedgerStore. We'll detail how we moved more than a trillion entries (making up a few petabytes of data) transparently…

Migrating a Trillion Entries of Uber’s Ledger Data from DynamoDB to LedgerStore

字节跳动技术:2024 抖音欢笑中国年(五):Wasm、WebGL 在互动技术中的创新应用

摘要

包括:高性能 Wasm + WebGL 渲染引擎、Lottie 动画 WebGL 渲染、WebGL 帧差序列帧等。

2024 抖音欢笑中国年(五):Wasm、WebGL 在互动技术中的创新应用

阿里巴巴技术:如何爬出Kotlin协程死锁的坑?

摘要

本文将会剖析 Kotlin 协程死锁的根本原因, 以及如何彻底地从坑中爬出来。

如何爬出Kotlin协程死锁的坑?

阿里巴巴技术:MaxCompute 近实时增全量处理一体化新架构和使用场景介绍

摘要

本文主要介绍基于 MaxCompute 的离线近实时一体化新架构如何来支持这些综合的业务场景,提供近实时增全量

MaxCompute 近实时增全量处理一体化新架构和使用场景介绍

得物技术:你的debug包在Android 14变卡了吗

摘要

我的App怎么这么卡,谁在代码里下毒了!

有一天突然发现debug包运行变的特别卡顿,经过下面的简单测试发现debug包在Android 14上出了问题。 就开始了一系列的问题排查并尝试解决。

你的debug包在Android 14变卡了吗

京东技术:从启发式到模型化 京东推荐广告排序机制演化

摘要

本文探讨京东推荐广告场景下的流量排序拍卖机制设计问题,讲述了京东排序拍卖机制的关键技术突破点以及技术演化路线,通过本文可以了解京东推荐广告排序机制在流量价值预估、用户兴趣探索以及模型化拍卖等方面的前沿技术探索和实践。

从启发式到模型化 京东推荐广告排序机制演化

网易技术:云音乐本地私域数据搜索技术揭秘

摘要

随着用户持续使用云音乐,红心歌曲、收藏歌单、关注艺人等用户私域数据资产也在不断积累,面向私域数据的检索诉求也越来越迫切;本文主要介绍云音乐本地私域数据检索功能的实现方案,包含本地轻量级搜索引擎的技术选型、整体技术方案以及搜索耗时的优化方案。

云音乐本地私域数据搜索技术揭秘

百度技术:基于afx透明视频的视觉增强前端方案

摘要

文章介绍了一种降低动效研发成本的视觉增强前端方案。

基于afx透明视频的视觉增强前端方案

阿里巴巴技术:一文讲明白什么是市场调研

摘要

本文主要介绍市场调研的主要步骤和工具方法,并简单介绍了淘宝在电商领域中市场调研的实践。

一文讲明白什么是市场调研

‹ 2024-04-15 日报 2024-04-17 日报 ›

qrcode

关注公众号
接收推送