今日已更新 133 条资讯 | 累计 37990 条内容
关于我们

今日精选

HOT

最新资讯

共 37990 篇
第 1847/1900 页
AI 资讯 InfoQ

Article: Stragglers, Not Failures: How Adaptive Hedged Requests Reduce p99 Latency by 74 Percent

n fan-out microservice architectures, slow-but-completing requests accumulate across services and drive p99 latency far higher than per-service metrics suggest. This article presents an adaptive hedging mechanism that uses DDSketch for real-time quantile estimation, windowed rotation to handle distribution drift, and a token-bucket budget to prevent load amplification. By Prathamesh Bhope

Prathamesh Bhope 2026-05-28 17:00 13 原文
AI 资讯 The Verge AI

YouTube will let you ask AI to make a custom video feed

YouTube is launching a new AI feature that creates a personalized video feed based on descriptions of what you want to watch. In its announcement, YouTube says custom content feeds can be built around your specific interests, moods, or favorite topics, which you can then pin to the top of your YouTube homepage - making […]

Jess Weatherbed 2026-05-28 16:49 19 原文
AI 资讯 Reddit r/webdev

AudioContext not working after rapid page refreshes

If you refresh a page quickly, sometimes the new AudioContext will be faulty, it won't pick up any audio and throws no errors. Fix is to create and immediately close a throwaway context before creating your real one: await new AudioContext().close(); const ctx = new AudioContext(); submitted by /u/GramDanD [link] [留言]

/u/GramDanD 2026-05-28 16:20 4 原文
开发者 Reddit r/webdev

The Quintessential CRUD App?

In your opinion what would you say is the quintessential CRUD app? If you were to make a sample demo app utilizing and comparing the different tech stack (eg Laravel vs Django vs Spring Boot etc), which CRUD app would be the best? Thanks submitted by /u/Temporary_Practice_2 [link] [留言]

/u/Temporary_Practice_2 2026-05-28 15:31 5 原文
开发者 Reddit r/webdev

how to filter elements with javascript???

Making a personal website and trying to showcase projects I've worked on and trying to make it filterable. But I can not for the life of me figure out how the javascript part works? W3schools has been amazing and digestible up until this point. Using this as my base but what do I replace in the java part to make it filterable???? https://preview.redd.it/a35guno7yt3h1.png?width=1990&format=png&auto=webp&s=169b5610856995b84e1cee0881dac68dbc8be32d submitted by /u/ToxicGhostJuice [link] [留言]

/u/ToxicGhostJuice 2026-05-28 15:24 5 原文
AI 资讯 Reddit r/MachineLearning

ACM MM 2026 review discussion [D]

The AC email says the rebuttal is between 28 to 4th. The June 4th on website is the deadline. So I created this post for the discussion. I know it's a MM conference and less about ML but I think many people here are still submitting there. submitted by /u/Striking-Warning9533 [link] [留言]

/u/Striking-Warning9533 2026-05-28 15:00 7 原文