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

今日精选

HOT

最新资讯

共 37786 篇
第 1829/1890 页
AI 资讯 The Verge AI

These new iOS 27 renders hint at Siri’s big redesign

Apple's long-awaited Siri overhaul, expected to arrive in iOS 27, might look a lot like ChatGPT with a splash of Liquid Glass. Renders from Bloomberg offer a preview of iOS 27, including the new app and chat interface for Siri. The renders are "based on information viewed by Bloomberg and people with knowledge of [Apple's] […]

Stevie Bonifield 2026-05-28 22:33 14 原文
AI 资讯 Reddit r/artificial

I'm Tired of Talking to AI, Microsoft starts canceling Claude Code licenses and many other AI links from Hacker News

Hey everyone, I just sent issue #34 of the AI Hacker Newsletter , a weekly roundup of the best AI links and the discussions around them. Here are some of title you can find in the issue: Using AI to write better code more slowly I think Anthropic and OpenAI have found product-market fit Can we have the day off? Google’s AI is being manipulated. The search giant is quietly fighting back Intuit to lay off over 3k employees to refocus on AI If you want to receive a weekly email with over 30 links like these, please join here: https://hackernewsai.com/ submitted by /u/alexeestec [link] [留言]

/u/alexeestec 2026-05-28 22:23 5 原文
AI 资讯 Reddit r/webdev

How can I make the local decryption so fast that the user don't even understand we're decrypting everything locally? as like in Proton mail?

Hi, I was working on extension that has an end-to-end encrypted sync, and when user first time install the extension on a browser where it needs to download all the data (can be a few hundreds or thousands), then it was taking a huge amount of time in the first place then I spend some time researching and found that using workers with a worker pool is the best thing I can do to improve the performance, now it's significantly faster as compared to previous encryption/decryption approach where everything was inside the main thread and being done one by one. but, it's still not like the protonmail inbox where I never see any decryption progress when I login and open the inbox, so, how does that work and how can I make my tool work like that? and as I can't explicitly set that how many workers will actually work in parallel during runtime, as it's up-to the browser based on the available resource, so, is there any other way to get the most out of the workers to make the encryption decryption even faster? btw, I'm currently using the same salt per batch of 100 items, salt, iv, derived keys are generated once and passed to those workers for batches, so, workers are not doing same thing again for common tasks, decreased iteration from 600K to 400K for faster performance. so, if anyone can help me understanding how these works, and how can I make it even better, I'll really appreciate that :) submitted by /u/nhrtrix [link] [留言]

/u/nhrtrix 2026-05-28 22:22 5 原文
AI 资讯 Reddit r/MachineLearning

Kept context-switching between arxiv, OpenReview, GitHub, and HuggingFace for every paper, so I built this. Chrome extension + website with everything inline, plus citation graph + SPECTER2 neighbors. 3M papers, free, feedback welcome [P]

Spent the last few months building a deeper context layer over arxiv. Each paper gets a Tomesphere page with a TLDR + key findings (LLM-curated), OpenReview reviews where the venue is public, linked GitHub repos, HuggingFace models, conference videos, the citation graph in both directions, and a SPECTER2-based semantic neighbor graph. Same panel renders inline on arxiv via a Chrome extension (MV3 side panel API), or you can browse directly at tomesphere.com. 3M arxiv papers indexed. Caveats: reviewer scores only cover venues that publish openly on OpenReview (NeurIPS, ICLR, ICML, TMLR, COLM). Blind-review venues like CVPR, AAAI, ECCV are out of scope until contributors fill them in. GitHub, Hugging Face, and conference video matches are best-effort. Free, no signup. Site: tomesphere.com Chrome: chromewebstore.google.com/detail/tomesphere/nopoigoclhjcopjppnehidnkljmabllk Would love feedback, especially: which paper did you check first, and what's missing that you'd actually use? submitted by /u/RegretAgreeable4859 [link] [留言]

/u/RegretAgreeable4859 2026-05-28 22:21 7 原文
产品设计 Reddit r/webdev

Which headless cms is gdpr compliant?

This is only for freelancers who build websites in the EU/UK. What headless cms do you use, as some don’t allow you to choose server location? How do you store your clients websites? Do you self host using gitea? submitted by /u/Fine-Market9841 [link] [留言]

/u/Fine-Market9841 2026-05-28 22:18 6 原文