哔哩哔哩哔哩哔哩新浪新闻新浪新闻新浪网新浪网GitHubGitHubCSDNCSDNIT之家IT之家36氪36氪AcFunAcFunAdafruit BlogAdafruit BlogAIbaseAIbaseAnt Bailing Developer BlogAnt Bailing Developer BlogAnthropicAnthropic小众软件小众软件AppleAppleAppleInsiderAppleInsiderArs TechnicaArs TechnicaBerkeley AI ResearchBerkeley AI ResearchBBC NewsBBC NewsBD Tech TalksBD Tech TalksBerkeley RDIBerkeley RDIBloombergBloombergBoston Dynamics BlogBoston Dynamics BlogByteDance Seed ResearchByteDance Seed ResearchClaude BlogClaude BlogClaude Code ReleasesClaude Code ReleasesCloudflare BlogCloudflare BlogCMU Machine Learning BlogCMU Machine Learning Blog酷安酷安crates.iocrates.ioCrowd SupplyCrowd SupplyCSS-TricksCSS-Tricks51CTO51CTOCult of MacCult of MacCursor BlogCursor BlogDaring FireballDaring FireballDario AmodeiDario AmodeiDeepLearning.AI · The BatchDeepLearning.AI · The BatchGoogle DeepMind BlogGoogle DeepMind BlogDeepSeek GitHubDeepSeek GitHubDescript BlogDescript BlogDEV.toDEV.to数字尾巴数字尾巴Docker HubDocker HubDwarkesh PatelDwarkesh PatelEleutherAI BlogEleutherAI BlogEngadgetEngadgetFlathubFlathubFreebuf · 网络安全Freebuf · 网络安全freeCodeCampfreeCodeCampGary MarcusGary Marcus极客公园极客公园果核剥壳果核剥壳GizmodoGizmodoGoogleGoogleHackadayHackadayHacker NewsHacker NewsHelloGitHubHelloGitHubHomebrewHomebrew全球主机交流全球主机交流Hugging FaceHugging Face虎嗅虎嗅IEEE SpectrumIEEE Spectrum爱范儿爱范儿inclusionAIinclusionAIIndie HackersIndie HackersInfoQInfoQInterconnectsInterconnects稀土掘金稀土掘金Andrej KarpathyAndrej KarpathyKickstarter · TechnologyKickstarter · TechnologyMoonshot AI KimiMoonshot AI KimiLatent SpaceLatent SpaceLil'Log (Lilian Weng)Lil'Log (Lilian Weng)LiliputingLiliputingLinux.doLinux.doLMSYS BlogLMSYS BlogLobstersLobstersLWN.netLWN.netMacRumorsMacRumorsMake: MagazineMake: MagazineMaven CentralMaven CentralMediumMediumMeituan LongCatMeituan LongCatMeta AI BlogMeta AI BlogMeta EngineeringMeta EngineeringMidjourney UpdatesMidjourney UpdatesMiniMaxMiniMaxMIT News · RoboticsMIT News · RoboticsMIT Technology ReviewMIT Technology ReviewMozilla.ai BlogMozilla.ai BlogNew Atlas · RoboticsNew Atlas · Robotics9to5Mac9to5MacNodeSeekNodeSeek牛客牛客NuGetNuGetNVIDIANVIDIAOne Useful ThingOne Useful ThingOpen Robotics BlogOpen Robotics BlogOpenAIOpenAIOpenRouterOpenRouterPackagistPackagist远景论坛远景论坛PhoronixPhoronixPlanet ROSPlanet ROS吾爱破解吾爱破解Product HuntProduct HuntPyPIPyPI量子位 · 具身智能量子位 · 具身智能QoderQoderQwenQwenRedditRedditRFC EditorRFC EditorRobohubRobohubThe Robot ReportThe Robot ReportRobotics & Automation NewsRobotics & Automation NewsRobotics TomorrowRobotics TomorrowROS DiscourseROS Discourse阮一峰的网络日志阮一峰的网络日志RubyGemsRubyGemsRunwayRunwaySam AltmanSam AltmanAhead of AIAhead of AISecurityOnlineSecurityOnlineServeTheHomeServeTheHomeServiceNow AIServiceNow AISimon WillisonSimon WillisonSlashdotSlashdotSmashing MagazineSmashing MagazineSolidotSolidot少数派少数派Stack OverflowStack OverflowStack Overflow BlogStack Overflow BlogSubstackSubstackSuno BlogSuno BlogSynced ReviewSynced Review淘宝逛一逛淘宝逛一逛TechCrunchTechCrunchTech Xplore · RoboticsTech Xplore · RoboticsTencent Hunyuan ResearchTencent Hunyuan ResearchThe DecoderThe DecoderThe GradientThe GradientThe RegisterThe RegisterThe VergeThe VergeTindie BlogTindie BlogTomer TunguzTomer TunguzTom's HardwareTom's HardwareTransformer CircuitsTransformer Circuits优设网优设网UiverseUiverseV2EXV2EXVentureBeat · AIVentureBeat · AIWiredWiredxAI NewsxAI News小鹅通小鹅通Zhipu AI ResearchZhipu AI ResearchCISA KEVCISA KEVNVDNVDOSV.devOSV.devTelegram OSINTTelegram OSINT

科技

3小时前更新
  • 01
  • 02
    Harness Engineering for Self-Improvement
    The concept of recursive self-improvement (RSI) dates back to I. J. Good (1965) , where he defined an “ultraintelligent machine” as a system that can surpass humans in all intellectual activities and design better machines to improve itself. Yudkowsky (2008) used the phrase “recursive self-improvement” for a specific feedback loop: an AI uses its current intelligence to improve the cognitive machinery that produces its intelligence. This feedback loop in modern AI may indicate the model rewritin
  • 03
    Scaling Laws, Carefully
    Scaling laws are one of the most critical empirical findings in deep learning. The observation is simple in form: the training loss $L$ decreases predictably as we scale up model size $N$, dataset size $D$, and compute $C$, following a power-law curve, which appears as a straight line on a log-log plot. We can view scaling laws as a framework for describing the relationship between compute, loss, model size and data; at its core, it is about how to allocate precious compute optimally between $N$
  • 04
    Why We Think
    Special thanks to John Schulman for a lot of super valuable feedback and direct edits on this post. Test time compute ( Graves et al. 2016 , Ling, et al. 2017 , Cobbe et al. 2021 ) and Chain-of-thought (CoT) ( Wei et al. 2022 , Nye et al. 2021 ), have led to significant improvements in model performance, while raising many research questions. This post aims to review recent developments in how to effectively use test-time compute (i.e. “thinking time”) and why it helps.
  • 05
    Reward Hacking in Reinforcement Learning
    Reward hacking occurs when a reinforcement learning (RL) agent exploits flaws or ambiguities in the reward function to achieve high rewards, without genuinely learning or completing the intended task. Reward hacking exists because RL environments are often imperfect, and it is fundamentally challenging to accurately specify a reward function. With the rise of language models generalizing to a broad spectrum of tasks and RLHF becomes a de facto method for alignment training, reward hacking in RL
  • 06
    Extrinsic Hallucinations in LLMs
    Hallucination in large language models usually refers to the model generating unfaithful, fabricated, inconsistent, or nonsensical content. As a term, hallucination has been somewhat generalized to cases when the model makes mistakes. Here, I would like to narrow down the problem of hallucination to cases where the model output is fabricated and not grounded by either the provided context or world knowledge. There are two types of hallucination: In-context hallucination: The model output should
  • 07
    Diffusion Models for Video Generation
    Diffusion models have demonstrated strong results on image synthesis in past years. Now the research community has started working on a harder task—using it for video generation. The task itself is a superset of the image case, since an image is a video of 1 frame, and it is much more challenging because: It has extra requirements on temporal consistency across frames in time, which naturally demands more world knowledge to be encoded into the model. In comparison to text or images, it is more d
  • 08
    Thinking about High-Quality Human Data
    [Special thank you to Ian Kivlichan for many useful pointers (E.g. the 100+ year old Nature paper “Vox populi”) and nice feedback. 🙏 ] High-quality data is the fuel for modern data deep learning model training. Most of the task-specific labeled data comes from human annotation, such as classification task or RLHF labeling (which can be constructed as classification format) for LLM alignment training. Lots of ML techniques in the post can help with data quality, but fundamentally human data colle
  • 09
    Adversarial Attacks on LLMs
    The use of large language models in the real world has strongly accelerated by the launch of ChatGPT. We (including my team at OpenAI, shoutout to them) have invested a lot of effort to build default safe behavior into the model during the alignment process (e.g. via RLHF ). However, adversarial attacks or jailbreak prompts could potentially trigger the model to output something undesired. A large body of ground work on adversarial attacks is on images, and differently it operates in the continu
  • 10
    LLM Powered Autonomous Agents
    Building agents with LLM (large language model) as its core controller is a cool concept. Several proof-of-concepts demos, such as AutoGPT , GPT-Engineer and BabyAGI , serve as inspiring examples. The potentiality of LLM extends beyond generating well-written copies, stories, essays and programs; it can be framed as a powerful general problem solver. Agent System Overview In a LLM-powered autonomous agent system, LLM functions as the agent’s brain, complemented by several key components: Plannin
  • 11
    Prompt Engineering
    Prompt Engineering , also known as In-Context Prompting , refers to methods for how to communicate with LLM to steer its behavior for desired outcomes without updating the model weights. It is an empirical science and the effect of prompt engineering methods can vary a lot among models, thus requiring heavy experimentation and heuristics. This post only focuses on prompt engineering for autoregressive language models, so nothing with Cloze tests, image generation or multimodality models. At its
  • 12
    The Transformer Family Version 2.0
    Many new Transformer architecture improvements have been proposed since my last post on “The Transformer Family” about three years ago. Here I did a big refactoring and enrichment of that 2020 post — restructure the hierarchy of sections and improve many sections with more recent papers. Version 2.0 is a superset of the old version, about twice the length. Notations Symbol Meaning $d$ The model size / hidden state dimension / positional encoding size. $h$ The number of heads in multi-head attent
  • 13
    Large Transformer Model Inference Optimization
    [Updated on 2023-01-24: add a small section on Distillation .] Large transformer models are mainstream nowadays, creating SoTA results for a variety of tasks. They are powerful but very expensive to train and use. The extremely high inference cost, in both time and memory, is a big bottleneck for adopting a powerful transformer for solving real-world tasks at scale. Why is it hard to run inference for large transformer models? Besides the increasing size of SoTA models, there are two main factor
  • 14
    Some Math behind Neural Tangent Kernel
    Neural networks are well known to be over-parameterized and can often easily fit data with near-zero training loss with decent generalization performance on test dataset. Although all these parameters are initialized at random, the optimization process can consistently lead to similarly good outcomes. And this is true even when the number of model parameters exceeds the number of training data points. Neural tangent kernel (NTK) ( Jacot et al. 2018 ) is a kernel to explain the evolution of neura
  • 15
    Generalized Visual Language Models
    Processing images to generate text, such as image captioning and visual question-answering, has been studied for years. Traditionally such systems rely on an object detection network as a vision encoder to capture visual features and then produce text via a text decoder. Given a large amount of existing literature, in this post, I would like to only focus on one approach for solving vision language tasks, which is to extend pre-trained generalized language models to be capable of consuming visua
  • 16
    Learning with not Enough Data Part 3: Data Generation
    Here comes the Part 3 on learning with not enough data (Previous: Part 1 and Part 2 ). Let’s consider two approaches for generating synthetic data for training. Augmented data . Given a set of existing training samples, we can apply a variety of augmentation, distortion and transformation to derive new data points without losing the key attributes. We have covered a bunch of augmentation methods on text and images in a previous post on contrastive learning. For the sake of post completeness, I d
  • 17
    Learning with not Enough Data Part 2: Active Learning
    This is part 2 of what to do when facing a limited amount of labeled data for supervised learning tasks. This time we will get some amount of human labeling work involved, but within a budget limit, and therefore we need to be smart when selecting which samples to label.
  • 18
    Learning with not Enough Data Part 1: Semi-Supervised Learning
    When facing a limited amount of labeled data for supervised learning tasks, four approaches are commonly discussed.
  • 19
    How to Train Really Large Models on Many GPUs?
    [Updated on 2022-03-13: add expert choice routing .] [Updated on 2022-06-10]: Greg and I wrote a shorted and upgraded version of this post, published on OpenAI Blog: “Techniques for Training Large Neural Networks”
  • 20
    What are Diffusion Models?
    [Updated on 2021-09-19: Highly recommend this blog post on score-based generative modeling by Yang Song (author of several key papers in the references)]. [Updated on 2022-08-27: Added classifier-free guidance , GLIDE , unCLIP and Imagen . [Updated on 2022-08-31: Added latent diffusion model . [Updated on 2024-04-13: Added progressive distillation , consistency models , and the Model Architecture section .
  • 21
    Contrastive Representation Learning
    The goal of contrastive representation learning is to learn such an embedding space in which similar sample pairs stay close to each other while dissimilar ones are far apart. Contrastive learning can be applied to both supervised and unsupervised settings. When working with unsupervised data, contrastive learning is one of the most powerful approaches in self-supervised learning .
  • 22
    Reducing Toxicity in Language Models
    Large pretrained language models are trained over a sizable collection of online data. They unavoidably acquire certain toxic behavior and biases from the Internet. Pretrained language models are very powerful and have shown great success in many NLP tasks. However, to safely deploy them for practical real-world applications demands a strong safety control over the model generation process.
  • 23
    Controllable Neural Text Generation
    [Updated on 2021-02-01: Updated to version 2.0 with several work added and many typos fixed.] [Updated on 2021-05-26: Add P-tuning and Prompt Tuning in the “prompt design” section.] [Updated on 2021-09-19: Add “unlikelihood training” .]
  • 24
    How to Build an Open-Domain Question Answering System?
    [Updated on 2020-11-12: add an example on closed-book factual QA using OpenAI API (beta). A model that can answer any question with regard to factual knowledge can lead to many useful and practical applications, such as working as a chatbot or an AI assistant🤖. In this post, we will review several common approaches for building such an open-domain question answering system.
  • 25
    Neural Architecture Search
    Although most popular and successful model architectures are designed by human experts, it doesn’t mean we have explored the entire network architecture space and settled down with the best option. We would have a better chance to find the optimal solution if we adopt a systematic and automatic way of learning high-performance model architectures.
  • 26
    Exploration Strategies in Deep Reinforcement Learning
    [Updated on 2020-06-17: Add “exploration via disagreement” in the “Forward Dynamics” section . Exploitation versus exploration is a critical topic in Reinforcement Learning. We’d like the RL agent to find the best solution as fast as possible. However, in the meantime, committing to solutions too quickly without enough exploration sounds pretty bad, as it could lead to local minima or total failure. Modern RL algorithms that optimize for the best returns can achieve good exploitation quite effic
  • 27
    The Transformer Family
    [Updated on 2023-01-27 : After almost three years, I did a big refactoring update of this post to incorporate a bunch of new Transformer models since 2020. The enhanced version of this post is here: The Transformer Family Version 2.0 . Please refer to that post on this topic.]
  • 28
    Curriculum for Reinforcement Learning
    [Updated on 2020-02-03: mentioning PCG in the “Task-Specific Curriculum” section. [Updated on 2020-02-04: Add a new “curriculum through distillation” section.
  • 29
    Self-Supervised Representation Learning
    [Updated on 2020-01-09: add a new section on Contrastive Predictive Coding ]. [Updated on 2020-04-13: add a “Momentum Contrast” section on MoCo, SimCLR and CURL.] [Updated on 2020-07-08: add a “Bisimulation” section on DeepMDP and DBC.] [Updated on 2020-09-12: add MoCo V2 and BYOL in the “Momentum Contrast” section.] [Updated on 2021-05-31: remove section on “Momentum Contrast” and add a pointer to a full post on “Contrastive Representation Learning” ]
  • 30
    Evolution Strategies
    Stochastic gradient descent is a universal choice for optimizing deep learning models. However, it is not the only option. With black-box optimization algorithms, you can evaluate a target function $f(x): \mathbb{R}^n \to \mathbb{R}$, even when you don’t know the precise analytic form of $f(x)$ and thus cannot compute gradients or the Hessian matrix. Examples of black-box optimization methods include Simulated Annealing , Hill Climbing and Nelder-Mead method .
Linux.do
周榜
12分钟前更新
  • 01
    此次风波的时间线以及道歉声明
    最开始是这位佬提出了质疑,帖子如下 奥特曼,你搞砸了一切。(原标题:那个最帅的男人的星辰站,出来解释下呗?) 搞七捻三 再次编辑一下帖子,从隔壁hlool佬得到的结果,哪怕是官方sol-high确实也有可能得到48的juice值。当时真的有可能是奥特曼搞砸了一切。 我在这先给muyuan佬道个歉。 当时没等到号池记录和后续监控网站我确实对这个事情越发怀疑,但是目前来看真的没法依靠juice值下定论。我的判断还是太武断了。 muyuan佬已经给了处理了。说是之后会持续保持监控juice值。希望能保持下去吧… 帖子是半夜发的,我是第二天上午看到的 然后我的回应如下 奥特曼,你搞砸了一切。(原标题:那个最帅的男人的星辰站,出来解释下呗?) 我不关心这些,掺没掺可以后面慢慢研究,但是先给各位佬退了,先让大家拿到实惠再说 我最开始以为是某个上游掺假了,我连后台都没看。 我直接发了退款公告,并安排了客服去处理退款和善后工作,然后我开始排查这个事件,我找贴主要了id,查了调用日志发现,这个用户的请求是打在了自己的号池的渠道上,并且是前一天的,但是服务器的磁盘有限,每天24时都自动清理日志,所以就没要慕鸢
  • 02
    WeChat-AI 开源啦
    github.com GitHub - SMNETSTUDIO/WeChat-AI 通过在 GitHub 上创建帐户来为 SMNETSTUDIO/WeChat-AI 开发做出贡献。 [!warning] 不要拿项目去闲鱼卖!!! [!note] 没时间维护了且服务器成本高昂,主站大概看情况决定会不会下线 [!tip] 欢迎各位大佬来提Pr [!todo] 也可以加 项目群 讨论或提问项目部署问题(其实看文档也能看懂) 本帖使用社区开源推广,符合推广要求。我申明并遵循社区要求的以下内容: 我的帖子已经打上 开源推广 标签: 是 我的开源项目完整开源,无未开源部分: 是 我的开源项目已链接认可 LINUX DO 社区: 是 我帖子内的项目介绍,AI生成、润色内容部分已截图发出: 是 以上选择我承诺是永久有效的,接受社区和佬友监督: 是 以上为项目介绍正文内容,AI生成、润色内容已使用截图方式发出 168 个帖子 - 143 位参与者 阅读完整话题神墨
  • 03
    抱歉占用大家公共资源,星辰事件有点难评...
    首先,抱歉占用了大家的公共资源来处理这件事 写的很多,给他那篇一个一个全都复制引用过来了 想看的可以看看,不想看的我也不知道咋办 其次开始处理这件事 这件事从始至终其实我以及所有用你站的佬友们想要的都只是一个解释 但是我不明白为什么你总是把事情就轻避重 话题点都完全不在一个地方… 开始吧,老规矩 就像上一个贴开始的时候说的 星辰站这件事其实很好解决的,为什么要一直困难化呢? 再次声明:我不针对人,我针对的永远都是事情。 @user792 我本来非常不想要把你的站点挂起来的,因为你的最开始创建的那个公益站,是我进入L站之后认识的第一个公益站。。虽然我没用,但是我还是很感谢你作为第一批的公益站主能够给佬友们福利! 所以我一开始也只是在那个质疑你的帖子下进行评论,并没有把你挂出来,但是你后续一直都没有回复。 而这句才是起因 星辰站这件事其实很好解决的,为什么要一直困难化呢? 你后续一直都没有回复 当然,如果你在这三天中非常的忙碌,那我无话可说,不过许多佬友已经发出来了你是完全有时间进行回复的,那么你自己在做什么你肯定更清楚,这就没什么好说的了 然后来回应一下你的帖子们 1. 此帖为针对 爱伦爱伦·坡
  • 04
    我是真不敢吃公益站的流量阿
    从 我真的引流过吗? 继续讨论: 每次星辰出现任何舆论,必然有几个宵小,把公益站挂出来说事,可是事实上呢?我何曾引流一分一毫,我在这个社区连个小号都不搞,一直大号说话。 大家真的很喜欢造神,但是实际上,并没有十全十美的人,我之前发过帖,说 君の公益 是公益站最高的山,那是因为:这个公益站融合了很多人的心血,服务了很多没钱买tokens的佬,我为这些成就自豪,站在这个公益站背后的其他佬,也同样自豪。 君の公益 是公益站最高的山,我只不过为这座山添了一把土。 可以给大家简单说一下分工 有人出了两台ovh物理服务器,两天netcup的root vps,域名,cf pro订阅。 有人拿出了Gemini cli号池 有人拿出了自己的时间通宵写防御规则,抵御ddos和cc攻击 有人研究openai的风控,自动化拉k12 有人研究怎么防止滥用 有人24小时如坐针毡盯着后台 有人写outlook注册机,提供了6000多个邮箱 有人买代理池和接码 有人去找号商买k12母号、买bugteam 有人导出数据库的ip,检查有没有宵小搞分发 有人腆着大脸,仗着自己有点名气,到处白嫖接口接入后台 不要造神!不要搞慕鸢
  • 05
    【ZMoon公益站】即将关站说明
    继 【ZMoon公益站】大狂欢,全场0.01x 之后 狂欢结束了各位 期间服务器老是炸 看了一下使用记录 有一部分佬的请求速度有点离谱 我刷新一下加了几十 不排除分发的可能 但是又都是用的grok 但是吧 grok余量完全充足 即使狂欢结束了grok还是有余量 所以也就没管了 后面不会再发cdk什么的了 注册和签到也关闭了 然后ldc充值一直没开吧 个别的私信换了一点 具体什么时候关站也不确定 目前服务器流量用了60% 用完之后也就关了 有额度的就快点蹬吧 不要再囤了 因为明天又要去军训了(台风结束) 然后军训回来没休息几天就正式开学了 然后住宿嘛 一周或者两周回来一次 压根没时间维护 再加上吾的暑假作业还没怎么动 要是开学使用空城计搞不好要掉 最迟15日就要关站了 如果服务器流量在之前就用完了就提早关了 后面比如小长假或者秋假什么的这种 福利就直接发公共key了 长一点的假再开站吧 Mon, Aug 10, 2026 4:03 PM CST 截止目前 共提供约350亿token 二编:5.6luna现在还是有的 还是可以蹬的 就是速度有点慢 奥对了 我是高一 不是大一 大一的话就不用LOVE
  • 06
    公益站的建站目的???
    本来昨天看了某帖子想发的,但是上头了打了一天海斗 很多人提意见,还有发表一些言论,根本就不过脑,就在那里暴论了,现阶段可能是有部分公益站做的不太好,这不是你能aoe的理由,要说就打开天窗说话,不要在那里含沙射影。ldc是类似于一个奖励积分,是多的很多少的很少, 我能理解辛辛苦苦攒了很久然后买了个站点第二天不能用有点小难受 ,但是这不代表你能说全部站点都不对。 还有说什么,可以全关了,集成到hub站都不需要自己弄服务器了,还博个眼球写个暴论的,我是不知道你怎么跳过服务器接hub的,然后还说公益站站主有很大收益,你v我的吗哥。 更何况我没接入过ldc,就算接入了,收益是在? 有想法是好的,但是你要起码研究一下怎么才能合理的解决啊 还有放个图来个据我观察 你这五点,只要有一点占了的都算,能到15%吗,君子论迹不论心,其他85%没有在论坛做过任何引流、收集数据各取所需、开中转站、做口碑、为了ldc就被你一张图在那里吠,开了公益站给其他人用,用的人起码是享受到了ai模型。 你呢,你干嘛了,你闹麻了 先简单说一下中转站的运行逻辑,其实很简单: 我有一个服务器,有一个newapi,那我就可以在里面添BOHE
  • 07
    FIX: 修复了服务器过于流畅的问题
    经常在社区活跃的佬友都知道,前段时间社区的服务器进行了大幅度的升级,先是所有服务器全部升级 10G 网口,后有 DeepSeek V4 Flash 0731 版本发布导致社区紧急新增从库和应用服务器,最终顶下的峰值流量。 社区运营了这么久,给我们最大的发展心得就是: 面多了要加水,水多了就要加面 。不管是社区硬件的扩容,还是规则的调整演化都是如此。现在面对服务器硬件富裕,我们该修复一下服务器过于流畅的问题。 这个想法上周一在 tg 群里提过,当时佬友问怎么修复,其实不外乎三种: 把注册的口子拉大一点,让更多希望加入社区的佬友加入。 降低发帖字数限制,提升发帖量。 解禁因为抽奖凑字数、水帖的账号。 有人认为论坛就叫论坛,为什么要叫社区?那是因为这里不只有信息的集散,有佬友之间陪伴和交流,还有佬友们各种无私的公益服务资源。社区一直控制着注册的口子,绝不是要刁难想加入的佬友,我们非常欢迎真心加入社区的佬友。 我们能比较容易地进行硬件扩容,但对社区氛围和佬友公益资源的冲击,无法通过硬件扩容来解决。所以,社区暂时还不能拉大注册口子。至于后续,可能会添加短期无 oauth 权限(或限制公益服务登录Neo
  • 08
    昨天在海边救了一个小男孩,后续
    继这个话题后续: 昨天在海边救了一个小男孩,今天上门了,怎么处理,急!!! 搞七捻三 L友们,昨天在海边救了一个小男孩,小孩是由爷爷带着的,救完后爷爷非要留联系方式就留了个手机号,今天早上疯狂打电话加微信,要位置,说要来我说, 应该马上就上门了,应该会带很多东西吧,如果给东西给钱,要不要留?没经历过这事,怎么办才好? 急!!! 孩子父母带着孩子来了,带了些东西(有酒,肉,水果还有啥来)还有1000的红包,本想着东西都留着,红包不要的,对方很明确多次拒绝,所以钱也留下了,口头上说了下一起出去吃饭,我对象值班没在家也就没去吃饭,在家聊了会天,这就是最终的结局了。 最重要的是,也是我的心得吧,分享给佬友: 1,没有十足的把握,不要下水救人,人在濒死挣扎的时候会抓住一切可抓住的,会把你也拖入水里(溺水者直接跟蛇一样使劲搂着我的脖子和腰,全身使不上劲,会水也没用,那个小男孩才10周岁,想像一下大人呢?不敢想,我现在就后怕的不行,每晚睡不着在想这事,我要是出了事我的家人孩子可杂办。。。哎 ) 2,下水救人,一定要等水里的人没劲挣扎了,再去救。 3,下水救人一定要带一个游泳圈救生圈,不要小看救生圈的老龚丶
  • 09
    星辰站这件事其实很好解决的,为什么要一直困难化呢?
    本来今天起床之后看到有这么多消息,我就感到星辰站的这件事已经有结果了 我还满怀期待的打开了回复我的那个帖子 此贴为针对 爱伦·坡 帖子的回应 搞七捻三 从 不是不是,星辰站问题已经解决完了吗? 继续讨论: @Allan 关于退款 当时已经对一部分用户进行了退款到余额,或者原路返回到充值渠道,但是我发现这个事情没那么简单,所以我叫停了退款,并发了公告,并按照最开始的帖子,开始复现这个所谓的证明我掺假的过程。 这是我展示复现流程的帖子 很明显:这个所谓的检测工具,把 gpt plus账号的5.6sol响应识别成了非sol了,gpt降智在所难免… 结果就是:啊~~原来是这样。 那我只能再次发帖了。 再次声明:我不针对人,我针对的永远都是事情。 @user792 我本来非常不想要把你的站点挂起来的,因为你的最开始创建的那个公益站,是我进入L站之后认识的第一个公益站。。虽然我没用,但是我还是很感谢你作为第一批的公益站主能够给佬友们福利! 所以我一开始也只是在那个质疑你的帖子下进行评论,并没有把你挂出来,但是你后续一直都没有回复。 然后让我们继续这次事件,首先,我一开始确实想着能够退款就退(在我第爱伦·坡
  • 10
    那什么,我来讲解一下,为什么说中转可能自己也很难规避掺水问题
    我就拿我自己的中转举例吧 我们站点的008分组是炸弹车,渠道呢,就是卡team的一个收费bug,可以较低的价格开出多个正价号,但是由于风控,现在很多账号都是30-60分钟左右就失效了,所以叫做炸弹车 炸弹车的补号是由号商直接推入到我们的号池,时间就是半小时一组,一天跑到晚,如果号提前炸了,那么可能补号没补上,就会中断,站内的0.08分组就会卡顿甚至直接炸缸 而其他的不同的gpt渠道,你可以看到的,都是在打信息差,不是说大家不愿意自建号池。 也拿我自建的claude号池和gptpro号池举例吧 plus之类的帅站到现在死号估计都有十来万个了 pro账号每天基本都会被封3-10个,之前寒冬的时候,压力全怼到pro号上,一天开号的成本远远高于营业额,但是中转站还是稳定不住 cluade20x免费之后的3天,我们的claude号池全军覆没,我只能发在群里跟大家说没能力自建了,现在都接入的上游,不然完全没得用。 那么为什么说krril之类的订阅站他们可以稳定的住? 1是他们的pro大多数是正价号,可以较大程度的防止封禁 2是他们订阅的钱是先收到手的,订阅站和中转站最大的区别就是,订阅已经收到款了hlool
  • 11
    最高的山,停止对我检测脚本的污蔑
    事情起于这个帖子 那个最帅的男人的星辰站,出来解释下呗? 当时有人用我的juice检测脚本测出了君的星辰站(中转收费站)在sol模型里掺了luna,正常sol high的juice只有40或40xxx,他引发了大家的激烈讨论。 后来该中转站长在那个帖子下回应了,说可以退款。但回应的时候还引用了一个人网页版soljuice测出了48然后说“结果如下” 那个最帅的男人的星辰站,出来解释下呗? - #178,来自 user792 后面别人问他“那难不成是网页反代?”自己又立马矢口否认,让前面说的话逻辑崩坏,贻笑大方 那个最帅的男人的星辰站,出来解释下呗? - #180,来自 user792 但退着退着就又突然改口说不退了,甚至改口前就说要退款的佬的退款也没退 不是不是,星辰站问题已经解决完了吗? 他突然发布了个帖子 给大家看一下号池记录吧,我觉得可以终结这个话题了 搞七捻三 从 关于这位佬要的解释 继续讨论: 今天上午我也自测了一下,给大家看一眼 先看所谓的掺假记录 [ef8c8bd2d284d1f828340b0243758a9c] 记住这个时间 2026-08-06 11:59:00 再heymeow
  • 12
    昨天在海边救了一个小男孩,今天上门了,怎么处理,急!!!
    L友们,昨天在海边救了一个小男孩,小孩是由爷爷带着的,救完后爷爷非要留联系方式就留了个手机号,今天早上疯狂打电话加微信,要位置,说要来我说, 应该马上就上门了,应该会带很多东西吧,如果给东西给钱,要不要留?没经历过这事,怎么办才好? 急!!! 161 个帖子 - 156 位参与者 阅读完整话题老龚丶
  • 13
    [AIHUB]暂时关闭充值与调用 严格处理掺水事件!!
    有任何问题我们都正面回应 我们就是二手贩子 没什么不能回应的 有问题解决问题 我想我的初心是正向的 但是越来越觉得这个事情做错了 错的不是我 是这混乱的行业 从昨天开始不断有人跟我反馈 luna映射的问题 我一直在找一个能百分百监测套壳的方法 我觉得我们太垃圾了 连最起码的监管都做不好 居然本末倒置把问题抛给了相信我们的用户 从入驻一直到商家评价第一 这个时间太短了 我们被捧得太高了 高到看不到我们的不足了 写下沉重的几行话 我们要开始负重前行了 我们做严格的上游结算模式和监测套壳问题 我想好好做 我想赚钱 我想赚良心钱 我不想同流合污 给我一点时间 这期间暂停充值 暂停调用 开放退款渠道 谢谢大家的信任 另:如有百分百监测是否套壳、参水的方法 请私信我 采用即奖励口令红包1000r 70 个帖子 - 57 位参与者 阅读完整话题AIHUB
  • 14
    「女生女装系列」这期是金发精灵4连击~(全身!)|正式超越「神墨」!
    全身,除了头 今日15:17:52 截此图时,正式超越神墨佬「仅4分」 原谅我懒狗,直到现在(23:38:30)才开始写 一旦按照约定,这次来个大的 也是我最为重视的一期 说起来上一次的全身照是一个意外 我其实是不太喜欢那个图片的 不多说 震撼的真假四星缘 喵喵喵喵喵喵喵喵喵喵喵喵 (点击了解更多详细信息) 按照惯例,一张图喵三下 实在没想到,这是极其古老的内容了,我以为我开始发女装是在暑假之后… 重温了一下我当时说的话… 至于所谓的藏在心里的话,自然是忘却了 只要不说出来,结局没两样 想补充一些 不想换手机壳是因为不想花钱 很朴素的理由吧 按我之前说的,我是不希望ai去修改我的肉体的 我的身体他不应该碰的 甚至于包括美白什么的 但我前段时间因为是夏天又不穿衣服,所以身上一堆红点点 甚至有一些好了之后留下的灰暗的伤损 所以会让优化一下 他能做的一般就是 删去我不想要的物品 或者大胆一些,像这次一样自由允许他修改衣服 以及之前尝试的让他把画面从晚上调整成白天什么的 AI改完之后会进一步损失画质,这是我更不愿意看到的 所以往往我不会使用AI 但像这次一样 为了拍全身,我要么延时摄影 要么就欣欣|林可欣
  • 15
    有些东西大家就别搬来搬去了
    写这个公告并不是去回应什么,只是请大家不要再去把一些不好的东西往站里搬,真的你喜欢就多待会好了。 这就是本帖最大的诉求。 事情我们早就收到反馈了,如果非要说几句:成也域名,败也域名,一个实名的域名 whois 就注定了上限。不出意外,也许你们能看到一些较L站规则离谱的规则 无需做什么,祝你们愉快。接着奏乐接着舞~ 392 个帖子 - 356 位参与者 阅读完整话题Neo
  • 16
    长这么大,才知道雨蝶是啥
    如图,具象化了: 38 个帖子 - 36 位参与者 阅读完整话题齐天大圣熏悟空
  • 17
    快来领mac mini啦,领完为止,AI面试工具gankinterview强势回归!!!
    去年熟悉的佬友都知道我们是从L站起家的,又到了一年秋招季,为了感谢佬友们的支持也为了实现去年的承诺,比较遗憾我们没有营收1500w美金,出海比我们想象的要困难太多太多,流量很贵很难我们完全没有出海运营的经验导致出海数据惨不忍睹最后关掉了海外站,但是诚意满满地给大家带了mac mini抽奖活动。欢迎大家继续关注并支持AI面试工具gankinterview[ https://www.gankinterview.cn ]。 抽奖活动介绍: 从帖子发出开始直到公示活动终止,在本帖下面留言的佬友即有资格参与抽奖活动(也就是回帖越早参与抽奖的次数越多,赶紧动动手指顶起来吧)。 每两周抽奖一次,每次奖品有: 一等奖:26年最新款mac mini一台(价值5999元); 二等奖: gankinterview 年旗舰会员2个(价值1199元); 三等奖: gankinterview 月旗舰会员10个 (价值199元); 为保证抽奖真实性要求中一等奖的佬友单独发帖开箱mac mini以证明真实性。 本次抽奖活动接受L站运营监督。 2856 个帖子 - 2797 位参与者 阅读完整话题dididingding
  • 18
    中转站百科第二集:怎么上手开一个中转站?(科普贴)
    中转站百科第一集:什么是中转站,倍率是什么(科普贴) 开发调优 AI 中转站大起底:什么是中转站,倍率是什么 本帖看前说明: [ai-relay-h-batch-a-001-01-use-case-stylized-concept.-asset-type-wide-horiz] “中转站”这个词,在 AI API 圈子里已经存在很久了。 基本上很多人都知道这个名词,但是由于技术门槛、部署成本,或者其他原因,并没有真正自己部署过,所以对其中很多细节并不清… 前提回看 上一期,我们讲了关于中转站的一些介绍 这一期,我们来指明一些实际的操作 近期论坛里面的帖子已经到了很离谱的程度了,全都是:我想开中转,怎么做/公司想开,怎么做/中转选哪里服务器啊什么的巴拉拉的 很多佬也会私聊我咨询一些问题,今天来进一步的指出一些方案 第一步,确认自己的需求:我想做中转,不确定是否要做 (点击了解更多详细信息) 第二步,确定要做了:号池从哪来?我怎么成上游了? (点击了解更多详细信息) 第三步,我要买什么服务器?怎么挑选服务器? (点击了解更多详细信息) 第四步,关于号池的进一步细节讲解。 (点击了解更多详细hlool
  • 19
    【RAG】RAG,你真的了解RAG吗?RAG全链路拆解。
    引言 实在不好意思这么晚才更新新的文章……这几天忙的事情比较多所以就耽搁了,而且其实昨天就开始写了但是写了一半不小心退出了没保存还得重写(因为我一般在自己的博客平台写,没设置自动保存之类的功能)(悲)。今天给大家带来的是对于RAG全链路,从chunking、embedding、存储……到最终的输出给LLM充当证据生成答案,都会有所涉及。 此外,在这篇文章种我必须要反驳一个观点:所谓的RAG已死。自从2025一来,尤其是今年claude code的源码爆出后,每隔几天就会有一篇公式化的以“RAG已死”的文章出现在知乎/稀土之类的平台,我大致看过几篇,都是同一套打法:先以claude code使用grep或者那个karpathy的llm wiki为引子,公式化地讲解一下其技术原理,然后开始说RAG怎么怎么样弱势,RAG已死!这样的文章,既没有理解RAG的本质,也不理解他所提的这些技术和RAG的区别和联系,没有自己的思考,拾人牙慧(我去我太会用成语了)。“RAG已死”,本质上是个伪命题,本文就会单独开一章来反驳“RAG已死”这个观点。 RAG是什么 很多人对 RAG 的理解,仍然停留在“文档老鸽
  • 20
    拼夕夕省钱实录
    已经高强度用了好几年拼夕夕,现在已经基本不用其他网购平台,ps:除非拼夕夕价格比其他平台更高。 自从了解预制菜后就发现预制菜非常具有性价比,而且是冷冻保存添加剂也基本没有,所以开一贴让大家吃到好吃又便宜又健康的预制菜。 叠卷能经常做到20元以内买9-10包预制菜,我每顿会加一些蔬菜进去回一下锅,味道更佳,下面是其中一个套餐的菜单 菜报告和粮农是我比较推荐购买的预制菜品牌,他俩的味道和菜单几乎一致,感觉像同一个工厂出的货,粮农价格贵一点现在需要30元才能买10包,所以现在优先推荐菜报告,不过菜报告选菜品也有雷区。 菜报告价格便宜但他的菜品普遍克重偏低,所以200克以上的菜品更有性价比,除非你真的非常喜欢吃某个低克重菜品。 下面有许多拿优惠卷通道: 百亿补贴会员可以每天打卡拿积分换取优惠卷,30-5对买粮农有帮助,菜报告不在百亿补贴里所以用不到,菜报告需要到七夕大促(没隔一段时间标题不同)中砸蛋领卷或者整点抢卷里获得低价券。 整点抢卷里每天都可以兑换678折优惠卷,这些卷可以降低菜报告套餐的价格,建议将菜报告套餐收藏,这样可以刷的快点。 我领了6折卷9包价格就是16.68,而且这个券每天都狗王
  • 21
    关于这位佬要的解释
    从 那个最帅的男人的星辰站,出来解释下呗? 继续讨论: 从 关于这位佬要的解释 继续讨论: 今天上午我也自测了一下,给大家看一眼 先看所谓的掺假记录 记住这个时间 2026-08-06 11:59:00 再看调用日志 最后看号池日志 结束,接着奏乐接着舞 给看不懂的佬稍微说明下,之前那个帖子拿着 GitHub - chen-006/gpt56_api_detector: 用于检测api是否路由真实gpt5.6模型 · GitHub 这个开源项目的监测结果说我掺假,于是我自己监测了一下,第一张图就这个开源项目的监测结果,然后我在星辰后台找到了对应的调用记录,也就是第二张图,最后一张图就是对应调用记录的账号调用记录,可以很直观的看到,这是一个gpt plus账号的 gpt-5.6sol模型调用记录 所以,这个开源项目的监测结果是不准确的,如果说他是准的,那就是在说奥特曼掺假。 总结 (点击了解更多详细信息) 我几万B的tokens都送出去了,我犯得上掺假吗,服了 我刚开始想着反正没多少钱,直接给各位佬把这个钱退了,反正我亏得起,刚才找上游要了号池截图和吐字速度对比,是没有问题的,而且之前大慕鸢
  • 22
    Pi + DeepSeek-v4-Flash ,用起来好爽
    今天我们来聊一下 Pi ,Pi 这个 Agent 我也是想写很久了。 如果你刚接触 Pi,就暂且可以先把它理解成一个运行在 CLI 里的 Coding Agent,它的设计逻辑就是四个字 — 极简内核。 极简到像是只有内核的 Linux 0.11 。 Pi 本身只有最基础的 read 、 bash 、 edit 、 write 等基础工具。 如果你需要 skill 和 MCP ,你得自己装。 这篇文章我就先跟大家聊聊 Pi ,然后说一下如何接入 DeepSeek,再根据一个我实际的场景跑一下 Pi + DeepSeek-v4-Flash 的能力。 Pi 是什么? Pi 的官方定位是 minimal terminal coding harness ,也就是最小化的 Coding Agent 。Pi 的重点在于 harness:它负责运行模型、提供工具、保存会话,并允许你替换或扩展几乎所有工作环节。 一个最基础的 Pi session 的工作流如下: Pi 的核心只提供少量文件和 Shell 工具。很多 Coding Agent 有的 Plan Mode、Subagent、浏览器自动化、Wcxuan
  • 23
    奥特曼,你搞砸了一切。(原标题:那个最帅的男人的星辰站,出来解释下呗?)
    再次编辑一下帖子,从隔壁hlool佬得到的结果,哪怕是官方sol-high确实也有可能得到48的juice值。当时真的有可能是奥特曼搞砸了一切。 我在这先给muyuan佬道个歉。 当时没等到号池记录和后续监控网站我确实对这个事情越发怀疑,但是目前来看真的没法依靠juice值下定论。我的判断还是太武断了。 【夜间科研成果】果汁值和概率层测试,可能确实存在点问题 开发调优 经过我不断的测试 今天晚上8点多,我对自己的所有账号都进行了一轮测试 juice全部准确,没有一个漏到48 但是到凌晨以后,我的账号到48了 非常的离谱,juice我本来前面认为是非常准确的 也就是确实oai可能存在降智情况,并且是oai主动路由过去的 至于概率层测试,这个一直不是很准确 也丢了两个号到我的售后群里面让群友去测试了 目前来看,测试juice值,可能确实存在问题,我对… muyuan佬已经给了处理了。说是之后会持续保持监控juice值。希望能保持下去吧。 佬友们保持理智,我发帖子的本意不是为了让大家冲。 主要是为了解决这个问题,让这个站做一些有效可行的措施,顺带提醒大家用中转站需要谨慎,多做测试。 为了避免张荒唐
  • 24
    关于渐进式披露工具上下文的几种方向讨论
    首先的首先,我们可以把大模型粗略看作一个极其复杂的函数。在这个函数里,每一次交互的输出(Response),都建立在输入(Context)的基础之上;如果写出来可能是: \text{Response} = \text{LLM}(\textcolor{gray}{System\_Prompt},\; \textcolor{gray}{History},\; \textcolor{gray}{Tools},\; \textcolor{gray}{Skills}) 在之前的 Agent 开发中,受限于各种繁杂的业务需求,以及在 AI 辅助开发的各种防御型编程习惯的诱导下,很多开发者为了让 Agent 在长程任务中表现得更聪明、不犯错,会倾向于在 System Prompt 里塞入无穷无尽的规范,在 Tools 里注册成百上千的工具 API,试图期望通过穷尽一切可能性,来覆盖复杂的业务场景。 至少我之前工作的公司就这么干的 毫无疑问,这种暴力堆料必定会碰到两面墙:一面是理论的墙,一面是现实的墙。 从 信息论 的视角来看,输入与期望输出之间的 互信息 决定了模型表现的上限。现实世界的信息复杂性是时歌
  • 25
    14岁孩子在小天才手表里看黄片咋教育
    昨天晚上,媳妇儿给孩子小天才手表充电时,发现里面有黄片,该怎么教育孩子啊。 上次我就发现他的微聊里,他的好友头像不对劲, 红头发黄衣服,乍一看就是生殖器。 他还说我思想污秽,我现在越想越不对劲。 我想揍他一顿,媳妇说不能伤他自尊。 14岁,还在上初二,手表给他买了五六年了,没想到还能拿来干这些。 该怎么教育 587 个帖子 - 543 位参与者 阅读完整话题Zarf
  • 26
    都在聊公益站,我聊聊liWAN公益站
    “你搞这个赚钱么?” “赚不到” “那以后能赚到吧?” “也赚不到” 我并非科班出身,AI也只是兴趣,加入L站是慢慢了解、使用AI后才听说的论坛,加入L站后,我最爱逛的是“人工智能”、“原创”两个标签板块。 大家分享着自己的开源项目、交流自己的技术经验,虽然我看起来很吃力,也是回味无穷。 “人工智能”标签板块下时不时会看到一些公益站的帖子,我也曾慢慢攒ldc兑换了第一个公益站的邀请码,所以我非常明白ldc的来之不易。 我非常感谢我曾使用过的公益站,包括不限于冰、君の公益、黑与白、薄荷、小鸡毛等,是他们让我在使用AI时有了试错的机会。 好像有些跑题…因为我在跟我老婆逛街,她在试衣服,我无聊编的。 说回我的公益站,它是在6月18日开的站,开站后正如一些佬的“公益站生命周期循环”总结一样: 大家都搞公益站我也搞一个。 卧槽!怎么这么多人注册! 完蛋了!小鸡顶不住了,赶紧开LDC邀请码! 哈哈哈!抽象又现实。 开头也说了,我并非科班出手,面对太多人注册和小鸡顶不住,我是真的毫无招架之力,不过好在有一些佬的公益站,问问gpt、问问claude,勉勉强强维护下去了… 开LDC邀请码后,我是满满的罪lilWAN0909
  • 27
    Pi个人扩展设置与讨论
    对pi使用过程中的一些个人经验和理解,欢迎各位佬友前来讨论! 如果有佬友不熟悉pi的话可以直接在站内或者网上搜,有非常详细的文字,这里就不再做赘述。简单来说,pi就是一个harness的最小实现,具有read, write, edit, bash四个默认启用的功能,没有subagent,没有mcp,这些都可以通过社区或者自己直接向模型提需求拓展出来。以下是pi package的官网: Package Catalog · Pi 那么接下来就先介绍一下我个人的一些extensions 扩展介绍 @narumitw/pi-btw · Packages · Pi 首先是类似Claude Code的一个对话底部栏,使用/btw启动,可以在主对话运行过程中创建一个side thread,启动时读默认截取最多40,000字符作为背景,可以单独设置回答模型和思考强度,是独立的并发请求,回答不会污染原本上下文。适合在执行任务期间问一些问题,但又不希望这些内容进入主对话,比如:xxx函数的作用是什么? @gotgenes/pi-permission-system · Packages · Pi Pi和其他heylong
  • 28
    gpt掺水/降智检测器,从此告别掺假![附实战案例] 4.1.0重大更新
    本帖使用社区开源推广,符合推广要求。我申明并遵循社区要求的以下内容: 我的帖子已经打上 开源推广 标签: 是 我的开源项目完整开源,无未开源部分: 是 我的开源项目已链接认可 LINUX DO 社区: 是 我帖子内的项目介绍,AI生成、润色内容部分已截图发出: 是 以上选择我承诺是永久有效的,接受社区和佬友监督: 是 以下为项目介绍正文内容,AI生成、润色内容已使用截图方式发出 github.com GitHub - chen-006/gpt56_api_detector: 用于检测api是否路由真实gpt5.6模型 用于检测api是否路由真实gpt5.6模型 使用方法:下载最新版本一键包,不用下证据包Releases( Releases · chen-006/gpt56_api_detector · GitHub ) 解压后双击“一键启动” 有重要更新,使用前请阅读末尾的“8月10日更新” 这是一个gpt5.6专用的掺水检测器,可以检测你填入的api有没有将模型偷偷路由成其他的。且支持持续检测 检测主要分两类,第一类是目前比较强力的juice检测 juicenumber是openaiheymeow
  • 29
    【公益推广】方舟公益站
    本帖使用社区公益推广,符合推广要求。我申明并遵循社区要求的以下内容: 我的项目是免费使用的,无收费(变相收费、赞助)部分: 是 我的帖子已经打上 公益推广 标签: 是 我的项目属于个人项目,与公司或商业机构无关: 是 我的项目不存在QQ、TG等群组引流: 是 我的项目不存在非运营必要的网站引流: 是 我的项目不存在为他人推广、AFF: 是 我的项目无关联的商业项目: 是 我的站点存在登录,并已接入 LINUX DO Connect: 是 我帖子内的项目介绍,AI生成、润色内容部分已截图发出: 是 以上选择我承诺是永久有效的,接受社区和佬友监督: 是 以下为项目介绍正文内容,AI生成、润色内容已使用截图方式发出 方舟公益站主站: https://new.bxacc.xyz/ 方舟公益站us节点: https://us-new.bxacc.xyz/ 方舟公益站负载均衡节点: https://auto-new.bxacc.xyz/ 注册提示429是因为我这小破服务器人太多炸了,稍等片刻就好了。 api调用推荐使用负载均衡节点,另外两个节点做备用,负载均衡无法使用(或速度过慢)时请使用其他节点小白
  • 30
    这个冷饭是必须得炒一下了
    从 搞点好玩的,进一步和Telegram集成 继续讨论: 因为每天日志里最多报错就是这种了。为什么,因为根本就不知道怎么填啊,填 @xxx 的(还有直接填 @linux_do_helper_bot )、填网址的、随便填几个字符串的。 加上这个插件本身没有校验填的 Chat ID 是否正确,然后就导致了日志里一堆此类错误: 所以不得不开个帖子炒下这个冷饭了,配置请仔细阅读帖子: 搞点好玩的,进一步和Telegram集成 运营反馈 现在我们可以通过 Telegram 收到关于自己的社区通知了,更可以快捷回复、点赞哦。 具体这么做: 打开 LINUX DO Helper 机器人,点击开始应该会收到操作指引。 复制指引中的 Chat ID 数字,填入: https://linux.do/my/preferences/profile 页面的 Telegram 通知 输入框后保存即可。 [image] 设置完毕后即可收到论坛通知… 填数字!填数字!填数字! 294 个帖子 - 252 位参与者 阅读完整话题Neo
LMSYS Blog
实时热榜
12分钟前更新
刚刚更新
LWN.net
实时热榜
7分钟前更新
  • 01
    [$] KVM planes head for takeoff
    Virtualization places a guest system into a separate security domain, typically with less privileges than software running directly on the host. Increasingly, there is interest in creating multiple security domains within a single virtualized system as well. CPU vendors (and software vendors too) are implementing solutions; each of which, of course, is different from all of the others. KVM planes, currently under development by Jörg Rödel, Paolo Bonzini, and others in the KVM community, is an atcorbet
  • 02
    Bernard: GNOME Shell design dreams
    GNOME contributor Tobias Bernard has published a blog post that details some of the design team's ideas for the GNOME Shell over the long term: Some of these we have relatively complete plans for, others are more vague ideas that need more research and prototyping. As always, getting things like these implemented depends on developer capacity and interest (and sometimes funding). While each of these ideas may require additional discussion, prototyping, and testing, we (the design team) have colljzb
  • 03
    Security updates for Tuesday
    Security updates have been issued by AlmaLinux (gpsd), Debian (caddy, libyaml-syck-perl, nss, and wordpress), Fedora (chezmoi, chromium, emacs, kernel, knot, libcupsfilters, mingw-gstreamer1-plugins-good, mingw-libidn, mingw-python-pip, nghttp2, p11-kit, python-webob, suricata, and xen), Mageia (bind, openslide, php8.4, and php8.5), Oracle (gpsd-minimal, kernel, libarchive, libpng12, nodejs-nodemon, php:8.3, ruby:3.3, and ruby:4.0), SUSE (agama-web-ui, bind, bouncycastle, dhcpcd, ffmpeg, ffmpeg-jzb
  • 04
    [$] Even more formal verification for BPF
    BPF offers useful safety guarantees, but Kumar Kartikeya Dwivedi wants BPF programs to be even safer. At the 2026 Linux Storage, Filesystem, Memory-Management, and BPF Summit , he led a session ( slides ) discussing the possibility of adding domain-specific invariants to BPF programs. It was not a discussion intended to lead to the implementation of any particular kernel feature, but rather an overview of why additional formal verification might be needed, and how it could work with the existingdaroc
  • 05
    Django moves to an annual release cycle
    The Django Python web-framework project has announced that it has accepted an annual release cycle proposal . This means that the project is moving from a somewhat complicated schedule that interspersed short-lived feature releases and long-term-support (LTS) releases to a simpler annual cycle where each release is supported for three years. Every feature release gets three years of support: one year of mainstream bugfixes, then two years of security and data-loss fixes. The "LTS" label is retirjzb
  • 06
    Security updates for Monday
    Security updates have been issued by AlmaLinux (firefox, gpsd-minimal, kernel, libarchive, libgcrypt, and LibRaw), Debian (bind9, ca-certificates, chromium, dnsdist, icinga2, kitty, libheif, openjdk-21, pdns, pdns-recursor, thunderbird, and xen), Fedora (bird, erlang, kernel, mingw-glib2, nghttp2, p11-kit, perl, perl-Devel-Cover, perl-PAR-Packer, pgadmin4, polymake, python-nh3, python-wsgidav, python3.12, rabbitmq-server, rust-ammonia, seamonkey, and udisks2), Mageia (python-starlette), Oracle (jzb
  • 07
    Kernel prepatch 7.2-rc7
    The 7.2-rc7 kernel prepatch is out for testing. It is still bigger than Linus would like, but he said nonetheless: " I don't currently see any value in delaying the 7.2 release, so I would expect that to happen next weekend unless something really bad pops up. "corbet
  • 08
    Four weekend stable kernel updates
    The 7.1.8 , 6.18.44 , 6.12.103 , and 6.6.151 stable kernels have been released; each contains a fair number of important fixes.corbet
  • 09
    [$] Changes in shadow-utils password-expiration features
    The shadow-utils project provides the tools that handle /etc/shadow , /etc/passwd , and other related databases; in general, it manages users and groups on many Linux systems. While most software releases are notable for what is added, the recent shadow-utils 4.20.0 release is most noteworthy for what has been removed. Specifically, several utilities and functionality related to periodic password expiry, which were deprecated in the December 2025 4.19.0 release, have been removed as planned. Itjzb
  • 10
    The Software Stewardship Lab launches
    The Software Stewardship Lab , a nonprofit organization based in Scotland, has announced its existence . Our current research focuses are: Software supply chain security — We're working on an observatory that allows users to identify and monitor the world's critical Open Source packages in real time, including previously hidden parts of the dependency graph. Maintainer burnout — Our report on burnout in Open Source has been well-received. We're working on yearly follow-ups, plus a companion repocorbet
  • 11
    LightDM lives: version 1.33.0 released
    Version 1.33.0 of the LightDM display manager has been released. This is the first release in four years : the project had been sponsored by Canonical but was effectively unmaintained in recent years. It has been transferred to a new community repository and is now maintained by Joshua Peisach and Neal Gompa. The new release includes Qt6 support, code optimizations, and a list of other fixes that had been in limbo pending a new release.jzb
  • 12
    Stable kernel releases for Friday with a single bug fix
    Greg Kroah-Hartman has announced the release of the 6.12.102 , 6.6.150 , 6.1.182 , 5.15.215 , 5.10.264 stable kernels. This round of stable kernel releases contains a fix for a single bug, found by Thomas Lamprecht , that affected several of the kernels released yesterday in response to a security vulnerability ( CVE-2026-68480 ) that could allow data leakage through speculative execution. The 6.12.102 release adds the backported security fix for CVE-2026-68480 to the 6.12 series. As always, usejzb
  • 13
    Security updates for Friday
    Security updates have been issued by AlmaLinux (compat-libtiff3, fence-agents, firefox, freerdp, frr, gimp, gstreamer1-plugins-bad-free, java-25-openjdk, kernel, kernel-rt, ldns, libgcrypt, libXfont2, nodejs:22, nodejs:24, p11-kit, pipewire, resource-agents, sg3_utils, thunderbird, and yelp), Debian (async-http-client, jq, kernel, linux-6.1, linux-6.12, redis, and udisks2), Fedora (abrt, chromium, coreutils, curl, freeipa, gst-devtools, gst-editing-services, gstreamer1, gstreamer1-doc, gstreamerjzb
  • 14
    Six stable kernels with a security fix
    Greg Kroah-Hartman has announced the release of the 7.1.7 , 6.18.43 , 6.6.149 , 6.1.181 , 5.15.214 , and 5.10.263 stable kernels. These kernels fix a single security vulnerability ( CVE-2026-68480 ) that could allow data leakage through speculative execution. Users of those kernels are advised to upgrade.jzb
  • 15
    [$] Bringing BPF to binfmt_misc
    The kernel is able to run a few types of executable files, including native binaries in the ELF format and interpreted programs that begin with the #! marker. It also, however, has a mechanism, called binfmt_misc , that can be configured from user space to enable the transparent execution of programs in just about any format. This feature has been relatively static for years, but it seems likely to receive some significant updates in the near future, including the ability to load BPF programs thcorbet
MacRumors
实时热榜
14分钟前更新
  • 01
    Samsung is Starting to Catch Up to Apple on Hearing Health
    Samsung today said its Galaxy Buds Hearing Aid feature has been cleared by the U.S. FDA, which means hearing aid capabilities will be coming to the Galaxy Buds in the fourth quarter of 2026. Samsung will join Apple in offering over-the-counter hearing aid functionality. Apple added an FDA-cleared hearing health feature to the AirPods back in 2024, allowing them to be used as a clinical-grade hearing aid. Like the AirPods, the Galaxy Buds can replace a hearing aid for mild to moderate hearing losJuli Clover
  • 02
    Sonos Preparing AirPods Max Rival With Voice Assistant Support
    Sonos is working on an upgraded version of its Ace headphones that will support AI, reports Bloomberg . The Sonos Ace Ultra showed up in an FCC filing earlier this week, with the product likely set to debut in September. Sonos debuted the original Sonos Ace in 2024. Reviews praised the sound quality and active noise cancellation, but the headphone market is crowded, and Sonos' product launched shortly after its disastrous app redesign . The headphones also didn't fully integrate with the rest ofJuli Clover
  • 03
    Satechi Launches 240W ChargeView Desktop Charger With Six USB-C Ports
    Satechi today launched the ChargeView 240W Desktop Charger, a successor to the 140W ChargeView released last year. The ChargeView 240W can power multiple devices at one time, splitting 240W across six USB-C ports. The ChargeView 240W has an LCD display that shows the live wattage of all ports that are in use. The C1 and C2 ports offer up to 140W each, while ports C3 and C4 can deliver up to 100W each. The final two ports offer up to 30W. These are maximum power levels, and actual wattage will vaJuli Clover
  • 04
    Apple Extends 2026 Back to School Promotion Until September 24
    Apple today extended its 2026 Back to School Promotion until September 24, which means it will last almost a month longer than planned. The extension is applicable in the United States, Canada, Mexico, and multiple countries in Asia . The Back to School promotion offers a free item or gift card when students or educators purchase an eligible Mac or iPad model, plus an educational discount. In the United States, Canada, Mexico, Malaysia, the Philippines, Taiwan, and Thailand, Apple is offering aJuli Clover
  • 05
    Grok Bot Brings Always-On AI Agents to macOS and iOS
    Elon Musk's SpaceXAI today announced the launch of Grok Bot , a "team of always-on agents" that can complete tasks using tools, websites, and apps. Grok Bot can work in the cloud, so jobs keep running when your laptop is closed. The feature is tied to Cursor, the AI coding company that SpaceX is acquiring for $60 billion. Grok subscribers can send a message to a bot from their phone or desktop app using natural language. SpaceXAI says that while other tools may require building workflows and rouJuli Clover
  • 06
    Apple Pay Chief Jennifer Bailey Retiring in October
    Apple Pay executive Jennifer Bailey is retiring and leaving Apple in October, reports Bloomberg . Bailey has been with Apple since 2003 and has long overseen ‌Apple Pay‌ and Apple Wallet. In an employee memo announcing her departure, Apple's services chief Eddy Cue said Bailey will be available in an advisory role. After more than 25 years at Apple, Jennifer Bailey has decided to retire in October. During her tenure, Jennifer has made extraordinary contributions from leading the Apple Store OnliJuli Clover
  • 07
    Apple Can't Delay App Store Fee Fight While Waiting on Supreme Court
    Apple has again failed to earn a stay for fee calculations in its ongoing legal fight with Epic Games . Apple's case will be heard by the Supreme Court in the term that begins in October, and Apple asked the U.S. District Court for the Northern District of California to pause proceedings until then, but the court said no [ PDF ]. Apple now has 24 hours to give the court an outline of the fees it wants to charge developers for using alternative payment options and linking out to purchase optionsJuli Clover
  • 08
    Apple Releases New iOS 27 AirPods Firmware for Public Beta Testers
    Apple today released new AirPods beta firmware available for public testers. The firmware has a build number of 9A5336b, and it is available for the AirPods Pro 2, AirPods Pro 3 , AirPods 4 , and AirPods Max 2 . It is the same as the AirPods beta released for developers last week. In iOS 27 , iPadOS 27 , and macOS Golden Gate , Apple is adding a new AirPods interface, a slider for Adaptive mode, and support for custom EQ, so the firmware lets public beta testers use those features. AirPods are aJuli Clover
  • 09
    Amazon Offers AirPods Max 2 for $100 Off in All Five Colors
    Apple's AirPods Max 2 have hit $449.00 on Amazon this week, down from $549.00. This sale is available in all five colors and it's the best price we've seen on the headphones since June. Note: MacRumors is an affiliate partner with some of these vendors. When you click a link and make a purchase, we may receive a small payment, which helps us keep the site running. Free delivery has the AirPods Max 2 arriving around August 16, but Prime members should see same-day delivery options in many locatioMitchel Broussard
  • 10
    Third macOS Golden Gate Public Beta Now Available
    Apple today released the third public beta of macOS Golden Gate , allowing non-developers to test the software ahead of its fall release. You can sign up to test the update on Apple's beta website , and then download it by going to System Settings > General > Software Update and toggling on the macOS 27 beta. ‌macOS Golden Gate‌ includes the same Siri AI features as iOS 27 and iPadOS 27 , but you get to ‌Siri‌ through Spotlight with a Command + Space keyboard shortcut. ‌Siri‌ can search the webJuli Clover
  • 11
    Third iOS 27 and iPadOS 27 Public Betas Now Available
    Apple today released the third public betas of iOS 27 and iPadOS 27 , allowing anyone with a compatible device to download and test the new software. The third betas come two weeks after Apple seeded the second betas. You can get started by signing up on Apple's beta website and then opting in to the public beta by going to Settings > General > Software Update and choosing the ‌iOS 27‌ or ‌iPadOS 27‌ Public Beta option. ‌iOS 27‌ introduces Siri AI, a more capable version of ‌Siri‌ that can searcJuli Clover
  • 12
    tvOS 27 and watchOS 27 Third Public Betas Now Available
    Apple today released the third public betas of tvOS 27 and watchOS 27 , giving Apple TV and Apple Watch users a chance to try the new software ahead of its fall launch. There's also a new HomePod Software 27 beta for the ‌HomePod‌ and HomePod mini . You can sign up for Apple's public beta testing program on the beta website , and then download the updates through the Settings app on each device. ‌watchOS 27‌ adopts Siri AI, and you can use ‌Siri‌ from your wrist as long as you have an iPhone thaJuli Clover
  • 13
    Apple Now Stockpiling More Components Amid Rising Prices
    In response to rising component prices, Apple has extended how long it holds OLED display panels in reserve, according to a report from ETNews , citing industry sources in South Korea. Apple apparently moved from a four-week display supply buffer to six weeks starting in the second quarter of 2026. The move is unusual since Apple has long treated inventory as a cost to be minimized rather than built up, operating one of the leanest supply chains in the industry. Deliberately stockpiling more panHartley Charlton
  • 14
    iPhone Users Who Pay for Enough iCloud Storage Get New iOS 27 Perks
    If you are subscribed to an iCloud+ plan with at least 2TB of storage, you will receive new perks in the Home app on iOS 27, according to Apple. Starting with iOS 27, Apple said iPhone users who are subscribed to an iCloud+ plan with at least 2TB of storage receive access to three new Apple Intelligence features in the Home app: generated video descriptions for HomeKit Secure Video cameras, the ability to search for camera clips, and automatic surfacing of noteworthy clips. According to StephenJoe Rossignol
  • 15
    Two New Games Coming to Apple Arcade's Growing Puzzle Catalog
    Apple today announced that "Block Blast!+" and "Art of Fauna: Cozy Puzzles+" are coming to Apple Arcade on September 3, adding two more puzzle games to the service's catalog. Block Blast!+ is the Arcade edition of " Block Blast ," a chart topping block clearing puzzle game. Players fill a grid with block shapes to clear full rows and columns, chasing bigger combos as they go, and the Arcade version drops the ads found in the free to play original. Art of Fauna: Cozy Puzzles+ is based on " Art ofHartley Charlton
  • 16
    Apple Accused of 'Fraud' in iCloud Private Relay Class Action Lawsuit
    Apple is facing a proposed class action lawsuit accusing it of fraud and false advertising over a security flaw in iCloud Private Relay, according to 9to5Mac . The suit was filed by the Clarkson Law Firm, which accuses Apple of deceiving ‌iCloud‌+ subscribers with its marketing of Private Relay, the feature meant to shield a user's IP address and DNS records while browsing in Safari. The firm alleges Apple knew, or should have known, that its privacy claims about the feature were false and misleHartley Charlton
  • 17
    LG Launches Back to School Sale With Major Discounts on OLED TVs and Monitors
    LG is hosting a big Back to School sale on its website this week, with deals on monitors, TVs, home appliances, and more. LG's discounts have been automatically applied and do not require any discount codes or special memberships. Note: MacRumors is an affiliate partner with LG. When you click a link and make a purchase, we may receive a small payment, which helps us keep the site running. Highlights of the event include up to $700 off select LG monitors and up to $2,700 off LG's best TV sets. RMitchel Broussard
  • 18
    iPhone 18 Pro Will Reportedly Start With 256GB of Storage
    While the iPhone 17 Pro has double the base storage compared to the iPhone 16 Pro, there will apparently be no further increase this year. In a report this week estimating that the iPhone 18 Pro's bill of materials will be nearly 40% higher than the iPhone 17 Pro , Taiwanese research firm TrendForce said the iPhone 18 Pro will start with 256GB of storage, matching the iPhone 17 Pro's minimum capacity. The report did not explicitly mention the iPhone 18 Pro Max, but the Pro and Pro Max models havJoe Rossignol
  • 19
    Apple Pay to Launch in India by October
    Apple Pay will launch in India by this October, reports Business Standard , citing people familiar with the matter. Apple Pay will support major credit card networks like Visa and Mastercard, but it won't support transactions via the country's Unified Payments Interface (UPI) at launch. Apple would need clearance from the National Payments Corporation of India (NPCI) for that to happen, plus it would need to partner with a sponsor bank for routing the transactions. Negotiations are said to be onTim Hardwick
  • 20
    Latest iOS 27 Beta References Six Unreleased iPhone Models
    Macworld reports that iOS 27 beta 5, released to developers on Monday , contains hidden code revealing six unreleased iPhone models – although you've probably heard of them before. The following references are said to have been found alongside references to existing iPhone models, in system files associated with the iPhone's battery drivers and Battery Intelligence features: V62 — iPhone Air 2 V63 — iPhone 18 Pro V64 — iPhone 18 Pro Max V67 — iPhone 18 V68 — iPhone Ultra V69 — iPhone 18e It's thTim Hardwick
Maven Central
近 90 天热门包
3小时前更新
  • 01
    commons-collections4
    近 90 天热门排名:1 · 最新版本:4.6.0 · 发布于:5 days ago · 被引用:21 个项目org.apache.commons
  • 02
    commons-parent
    近 90 天热门排名:2 · 最新版本:103 · 发布于:24 days ago · 被引用:0 个项目org.apache.commons
  • 03
    commons-jexl3
    近 90 天热门排名:3 · 最新版本:3.7.0 · 发布于:1 month ago · 被引用:590 个项目org.apache.commons
  • 04
    commons-configuration2
    近 90 天热门排名:4 · 最新版本:2.15.1 · 发布于:2 months ago · 被引用:856 个项目org.apache.commons
Medium
实时热榜
8分钟前更新
Meituan LongCat
实时热榜
14分钟前更新
Meta AI Blog
实时热榜
刚刚更新
Meta Engineering
实时热榜
3小时前更新
  • 01
    From User Sequences to Scaling Laws: A Multi-Stage Architecture for Meta’s Ads Ranking
    Every day, Meta’s recommendation platforms handle billions of user interactions, generating rich temporal signals that capture individual preferences and intent across products, ads, and content. In our 2024 post on sequence learning for ads recommendations, we showed how modeling the order and timing of user actions (rather than relying on static, manually engineered sparse features) [...] Read More... The post From User Sequences to Scaling Laws: A Multi-Stage Architecture for Meta’s Ads Ranki
  • 02
    GEM Training: How Meta Doubled the Efficiency of Its LLM-Scale Ads Foundation Model
    Meta’s Generative Ads Recommendation Model (GEM), the foundation model behind ads recommendations across Instagram and Facebook, now trains at LLM scale on several thousand of the latest-generation GPUs. This post goes into the details on how we achieved: doubling end-to-end (E2E) training efficiency to 20–25% Model FLOPs Utilization (MFU) while scaling training FLOPs 4x in [...] Read More... The post GEM Training: How Meta Doubled the Efficiency of Its LLM-Scale Ads Foundation Model appeared fi
  • 03
    Exploring Hierarchical Interest Representation For Meta Ads Deep Funnel Optimization
    Hierarchical Interest Representation is a research area for Meta Ads. We’re exploring an upstream representation layer over the universe of Ads entities – users, advertisers, products, services – learning unified embeddings that connect users’ inferred interests with the breadth of what advertisers offer in their deep funnel ads. The innovations in Hierarchical Interest Representation are [...] Read More... The post Exploring Hierarchical Interest Representation For Meta Ads Deep Funnel Optimiza
  • 04
    Modernizing the Meta Ads Service With an Open-Source Kernel Scheduler
    TL; DR At Meta’s scale, a few milliseconds of latency degradation can have a significant negative impact on ads performance. When a Linux kernel upgrade risked regressing latency across Meta’s ad serving fleet, we turned to sched_ext — the upstream, BPF-based extensible scheduling framework — to build a scheduling policy customized to the Ads delivery [...] Read More... The post Modernizing the Meta Ads Service With an Open-Source Kernel Scheduler appeared first on Engineering at Meta .
  • 05
    Meta’s AI Storage Blueprint at Scale
    Over the past several years, model capabilities and training dataset sizes have experienced exponential growth. During the past year or so, the time between new-frontier-model releases has gone down from months to weeks. Reliable and fast access to storage is important to both the speed and computational cost of this AI innovation. If AI is [...] Read More... The post Meta’s AI Storage Blueprint at Scale appeared first on Engineering at Meta .
  • 06
    10 Years of Meta’s Commitment to Python
    This year marks Meta’s 10th consecutive year as a sponsor of the Python Software Foundation (PSF), the charitable organization dedicated to advancing, supporting, and protecting the open-source Python programming language and the community that sustains it. Python is one of the world’s most influential programming languages, and we use it across our engineering stack, from [...] Read More... The post 10 Years of Meta’s Commitment to Python appeared first on Engineering at Meta .
  • 07
    Privacy-Aware Infrastructure in the AI-Native Era: An Asset Classification Case Study
    Privacy controls — systems that enforce retention, access, allowed-purpose, downstream-sharing, or anonymization policies — require a reliable understanding of data to function. Before such a control can operate effectively, it must know exactly what it is looking at. This can be complex, as demonstrated by a field simply named “age“: In one context, it [...] Read More... The post Privacy-Aware Infrastructure in the AI-Native Era: An Asset Classification Case Study appeared first on Engineering
  • 08
    How Meta Engineered Ultra-Narrow Batteries for AI Glasses
    Smart glasses like the Ray-Ban Meta and Oakley Meta Vanguards need to pack enough energy to power features like cameras, speakers, AI workloads, and even a display. But it all has to fit into the glasses’ temple arms. So how do you place a battery with enough power to run a pair of smart glasses [...] Read More... The post How Meta Engineered Ultra-Narrow Batteries for AI Glasses appeared first on Engineering at Meta .
  • 09
    Adopting AV1 for Real-Time Communication (RTC) at Scale
    Adopting AV1 for real-time communication at Meta has been a multi-year effort spanning codec selection, device eligibility, rate control, and error resilience. We’re sharing the technical and operational challenges while deploying AV1 and expanding coverage, and how we addressed them for real-time communication. We’re presenting several technologies for improving AV1 call quality, including rate control [...] Read More... The post Adopting AV1 for Real-Time Communication (RTC) at Scale appeared