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

开发者

编程技术、框架工具、最佳实践

7918
篇文章

共 7918 篇 · 第 382/396 页

The Verge AI

YouTube takes baby steps to being a real podcast app

New features coming to YouTube could make it better for listening to podcasts, rolling out to Premium subscribers starting today on Android and coming later to iOS. A new "on-the-go mode" shifts YouTube into an audio-first layout, with larger, simplified playback buttons, a still image in place of the video, and a timeline showing video […]

Stevie Bonifield 2026-05-29 00:05 👁 11 查看原文 →
The Verge AI

What’s next for Microsoft’s Surface PCs?

Nearly 10 years ago I reviewed my favorite Surface device. Microsoft hand-delivered its Surface Studio all-in-one PC to me, and I was hooked from the moment I switched it on. It had a beautiful floating touchscreen that you could push all the way down into a drawing board mode, making it unlike anything I had […]

Tom Warren 2026-05-29 00:00 👁 12 查看原文 →
Dev.to

I built a "what is my IP" site because I was tired of the ugly ones

I use "what is my IP" sites maybe once a month. Every time I end up on something covered in ads, calling three different tracking APIs, and showing me results I don't fully understand. So I spent a weekend building whatsmy.fyi. The thing I didn't expect: you don't need an IP geolocation API at all if you're on Cloudflare Workers. Every request comes with a cf object that already has your city, country, ISP, TLS version, HTTP protocol, and RTT. Free. Zero latency. The part I enjoyed most was the WebRTC leak test. It checks whether your browser is exposing your real IP through RTCPeerConnection even when you're on a VPN. I ran it on my own setup. It was leaking. Zero logs. Zero storage. Just your data, shown to you. https://whatsmy.fyi

Koray KÖYLÜ 2026-05-28 23:39 👁 9 查看原文 →
Reddit r/webdev

Better solution for News API

I recently started using NewsAPI for scraping news articles online but this only works in your localhost, can anyone recommend any free APIs that work in production too (especially when deploying with Vercel)🙏 submitted by /u/Expensive_Bank9080 [link] [留言]

/u/Expensive_Bank9080 2026-05-28 22:49 👁 6 查看原文 →