社区

虫部落
热门
1小时前更新
2小时前更新
  • 01
    The Appwrite CLI is now written in Go
    Appwrite has rewritten its CLI from TypeScript/Node to Go, shipping a single native binary with no runtime dependencies. Key improvements: startup time drops from 207.6 ms to 11.1 ms (up to 22.5× faster), installation shrinks from 330 npm packages (209 MB) to 2 packages (13 MB), and peak memory during push drops from 283.5 MB to 28 MB by streaming archives via io.SectionReader instead of buffering. The binary size goes from 66 MB (Bun) to 14 MB. All user-facing interfaces — flags, exit codes, ap
  • 02
    What I learned from vibe coding a small web project with GitHub Copilot and GPT-5 mini
    A developer shares firsthand experience vibe coding a small web project using GitHub Copilot with VS Code Agent Mode and GPT-5 mini, on a stack of Go, SQLite, React, Redux, and Sass. The positives include fast boilerplate setup, dependency installation, and incidental learning of CLI tricks like lsof and curl. The negatives are significant: the AI struggled with more than a handful of moving parts, hallucinated fixes (nearly wiping a database), installed outdated dependencies, and produced code
  • 03
    The Linux gaming distro that refused to join the Open Gaming Collective is now dominating the Steam charts
    CachyOS, a rolling-release Arch-based Linux distro, declined to join the Open Gaming Collective (OGC) when it launched, citing concerns about bureaucratic overhead, association with Web3-linked Playtron, and the rushed circumstances around Bazzite's involvement. Founder Peter Jung argued that CachyOS already collaborated with OGC members informally and that the OGC's upstream-first policy means improvements flow to all distros anyway. Six months later, CachyOS ranks second in Valve's Steam Hardw
  • 04
    Rust is the future of Linux
    Greg Kroah-Hartman, the Linux kernel stable branch maintainer, has publicly endorsed Rust as the future of the Linux kernel. The core argument is not just memory safety, but that Rust's compile-time enforcement of data validation, memory lifetimes, locking rules, and error handling reduces the burden on the kernel's ~150 maintainers who review code from ~5,000 contributors. Greg claims 80% of Linux security vulnerabilities would have been impossible if the code were written in Rust. The current
  • 05
    Laravel Truss: interactive ER diagrams for your database schema
    Laravel Truss is a Laravel package by Alberto Arena that renders your database schema as a live, zoomable ER diagram at /truss in the browser. Zero configuration required — install it and navigate to the route. What it does Truss reads only structural data: tables, columns, foreign keys, and indexes. It never touches row data. The diagram is interactive. You can search for tables, zoom around, and use Focus Mode to isolate a table and highlight its foreign-key neighbors. You can also toggle betw
  • 06
    Because It's Not Fun Enough
    A response to Andrew Oram's two-part series on why programming languages rise and fall, arguing that Simon Peyton Jones's buried observation — that adoption is 'very weakly connected to technical merits' — is the real thesis. The author proposes that programming is simultaneously a vocation, an art, and a job, and that any language making one of those three axes unnecessarily difficult will be abandoned the moment a replacement exists. This framework explains apparent anomalies: JavaScript survi
  • 07
    TanStack Did It Again... They Fixed Charts
    TanStack Charts is a new JavaScript charting library using a grammar-of-graphics approach (similar to ggplot2 in R), treating charts as compositions of marks, scales, and mappings rather than fixed chart types. It supports ~55 mark types including bars, lines, areas, sankey diagrams, tree maps, radar charts, world maps, and more. Key features include SVG and canvas output, animations, tooltips, interactions (brushing, zooming, keyboard selection), export to SVG/PNG, and a three-level styling sys
  • 08
    Tech companies are quietly hiring again
    Tech giants like Google, Meta, and Amazon made headlines with massive layoffs while simultaneously hiring thousands in strategic areas, resulting in net headcount increases. The narrative that AI is replacing workers en masse is contradicted by data: Google added 16,000 net employees over three years and Meta added 8,000. The layoffs largely reflect post-COVID over-hiring corrections rebranded as AI transformation. Amazon's internal AI projects illustrate the hidden costs of agentic systems — on
  • 09
    Five Months of Building an Open Source PHP Dev Tool: What Grew, What Failed, and What Surprised Me
    A solo developer shares a five-month retrospective on building lerd, an open source local PHP development environment for Linux (and now macOS) that uses rootless Podman containers instead of Docker Desktop. The project grew from 0 to 780+ GitHub stars, attracted 16 external contributors, and users in 40+ countries. Key features added include a debug window intercepting dumps and SQL queries, an MCP server compatible with major AI coding tools, Git worktree isolation with per-branch databases, a
  • 10
    A Faster Open-Source Alternative to MarkItDown, Pandoc, and Docling
    In recent years, with the rapid advancement of LLM capabilities, AI has become deeply integrated into office scenarios. These scenarios often involve handling a wide variety of document formats - such as Word, PowerPoint, Excel, and PDF - which are not inherently LLM-friendly. Consequently, the standard approach is to convert them into Markdown, making a high-quality document converter essential. Recently, the Firecrawl team released anydoc , a powerful, open-source, cross-platform document conv
  • 11
    Advanced AI sycophancy
    Frontier AI models may be evolving beyond obvious flattery into a subtler form of sycophancy tailored to smart, self-aware users. Rather than praising them outright, models appear to offer superficial pushback — disagreements easy enough to dismiss or accept — that validates the user's self-image as someone who welcomes rigorous critique. This behavior is harder to detect than classic sycophancy and isn't captured by current benchmarks, which focus on delusion reinforcement and reflexive agreeme
  • 12
    GitHub - firecrawl/pdf-inspector: Fast Rust library for PDF inspection, classification, and text extraction. Intelligently detects scanned vs text-bas...
    pdf-inspector is a fast Rust library for PDF classification and text extraction, available as a crate and with bindings for Python, Node.js, and browser WebAssembly. It detects whether a PDF is text-based, scanned, image-based, or mixed in 10–50ms by sampling content streams, then extracts text with position awareness and converts it to clean Markdown — all without OCR or ML models. Key features include multi-column layout detection, dual-mode table detection (rectangle-based and heuristic), CID
  • 13
    DuckDuckGo "Normal F**king Sunglasses" Sold Out In Under a Week
    DuckDuckGo partnered with sunglasses brand Knockaround to release "Normal F**king Sunglasses" — a satirical product mocking AI-powered smart glasses. The glasses have no camera, microphone, AI, battery, or electronics of any kind. They sold out in under a week. The collaboration is a commentary on growing surveillance concerns around AI glasses, particularly following Meta's use of Ray-Ban Meta smart glasses footage to train its AI systems and the June 2026 launch of Meta Glasses.
  • 14
    The bottleneck isn't writing code anymore. It's understanding it.
    As AI agents generate code at unprecedented speed, the real bottleneck has shifted from writing code to understanding and taking accountability for it. Reviewing AI-generated code is harder than reviewing human-written code because context must be rebuilt from scratch, making readability and good coding practices more important than ever. The author argues that established principles like DDD and Clean Architecture remain relevant — not for machines, but for the humans who must own what they shi
  • 15
    v0.18.0: Users and Privileges, a Connection Test That Tells You Where It Failed, and a Data Grid You Can Actually Select
    Tabularis v0.18.0 is a substantial release focused on database administration and usability. Key additions include a full Users & Privileges management UI for MySQL and MariaDB (list, create, edit grants), a rebuilt connection test modal that classifies SSH/tunnel/DB errors step-by-step with a copyable diagnostics report, and an all-databases mode that auto-discovers databases without requiring upfront selection. The data grid gains arrow-key navigation, discoverable Cmd+A select-all, explicit c
1小时前更新
活动行
近期活动
2小时前更新
虎扑
主干道
1小时前更新
Lobsters
Active
1小时前更新
水木社区
实时热榜
1小时前更新
  • 01
    北京二手房 各小区最新成交价,帖小区名,我来回复
    二手房交易,动辄几百万,买卖双方熟悉最新成交价,不仅能加快交易进城,也能使双方买/卖满意 上一次被版主封禁40天,是因为转发“求是”一篇文章,与帖成交价无关,版主和版友应该是对数据没有偏见。 房事观点大家都有,但靠谱和重要的数据先行才是真。HLWJSJ
  • 02
    谁赚的钱谁支配,这才是合理的
    配偶可以分的部分收益,但不是一半,而是比如20%, 这才是合理的。付出多的,理应有更多收益,这才是公平,否则就是奖懒罚勤。duolele
  • 03
  • 04
    出车位被撞结果来了
    让大家失望了 原帖: 路边出车位被撞一定全责吗 https://www.newsmth.net/nForum/#!article/AutoWorld/1945285480shrine08
  • 05
    这套约会妥否
    --发自 ismth(丝滑版)HCOOH
  • 06
    年轻一代的用户,是不是普遍对苹果祛魅了
    闺女准大一,正在准备数码产品。本来计划的是苹果全家桶,结果被闺女毫不犹豫的给拒绝了,理由是:苹果的产品限制太多,不自由。 [color=#0000FF][size=4]补充一下哈:我和她妈多年都在用苹果系列产品,包括mac、iphone等,她的第一台pad是ipad,用的电脑也是mac。所以不是她不熟悉苹果产品哈。[/……gxfu
  • 07
    法律是否出问题了
    据中国新闻周刊8月9日报道,儿子陆晓东因交通事故去世后,七旬老人陆芳明夫妇将儿媳黄某某和孙子小海(化名)告上法庭。 陆晓东的妹妹陆雨晴表示,家人悄悄剪取了小海的头发、指甲,委托一家鉴定机构进行检验,报告显示,陆芳明夫妇与孩子不存在生物学祖孙关系。 为了进一步确认陆晓东和小海的亲子关系,2024年10月,陆家又申请调取了……scy
  • 08
    Re: 不结婚比较好
    现在的社会状态确实是不结婚比较好 - 来自 水木社区APP v3.5.7xinxinma227
  • 09
  • 10
    起不到好名,老婆不让我回家
    老婆立了下马威,说,孩子都出生10天了,再起不好名字,就把我扫地出门,各位哥哥姐姐们,你们的助力让我有勇气面对老婆。 大宝:女孩,高亦淼 二宝:女孩,五行缺水,没啥讲究,求赐名,拜谢 --------------------------------------------------------------------……suiwawa123
  • 11
    同济干得好啊,一己之力向社会戳破问题
    --发自 ismth(丝滑版)kingbor
  • 12
    北航在安徽的投放名额不比科大少很多的
    京校对安徽很够意思了,与安徽本土985一样的投放力度pingguofei
  • 13
    价格降得震惊到了
    昨天亲戚电话无意说起19年购置天津宝坻区的房产,95平米月租金不到400 嫌麻烦准备出手让我打听打听,刚刚联系了中介让他查查系统,回复是拿着吧别卖了,无人问津不超过10w 这价格建筑成本都覆盖不了,当时好像是8-9k购入,真的震惊到了oneday1
  • 14
    朱女士案里,伴侣长期生病,是很难讨论痛点吧
    朱女士,既不工作,还长期患病。 得癌症7年了。无业10年了。 这意味着: 在长达7-10年的时间里,朱女士吃唐先生的,住唐先生的,拿唐先生的钱为自己开刀买药续命 所以,其实我是觉得朱女士是有点歹毒的。 我代入想了想: 我要是患病且无工作,我的伴侣长年供我吃住和治疗。那我铁定不计较对方在外面有没有小三小四,我甚至会在临终……leeli
  • 15
    大烟花
    这次是没用大拇指 --发自 ismth(丝滑版)breezebj
  • 16
    阿根廷和梅西突然就被彻底清算了
    社交媒体上到处都是老鼠的图片, 还有因凡蒂诺。 早知道还不如不参加今年的世界杯ViniciusJR
  • 17
    Re: 朱女士这个案子,为什么男方不离婚尼?
    难道是因为下家没找好,骑驴找马?不然谁照顾他生活起居。财产也没来的及转移呢,找到稳定小三才好转移?再一个等女儿满18岁离婚,一分钱抚养费也不给了,切断一切联络? - 来自 水木社区APP v3.5.7xinxinma227
  • 18
    1-7月贸易顺差6874亿美元
    7月顺差1125亿美元 7月份进出口数据,按人民币计算: 进出口总额4.66万亿元,同比增长 19.2%。 出口:2.71万亿元,同比增长 17.8%。 进口:1.95万亿元,同比增长 21.2%。 7月份进出口数据,按美元计: 出口3978.52亿美元,同比增长23.9%。 进口2853……randomh
  • 19
    一个老乡说,读书是没有特长的孩子保下限的。
    如果说一个孩子有特长,只需要挖掘孩子特长就行了,没必要读书。他家孩子初中就开始搞自媒体,现在有个小几万的粉丝duxuan100
  • 20
    北京在征询养狗意见,我反对宽松,反馈了几条意见
    第一,北京市尤其五环内空间紧张,狗与人争不好,建议五环内禁止任何狗。 第二,五环外允许养狗但是不鼓励养狗,要像控制驾照一样控制养狗的资质:考试培训,年检人和狗,预交强制报销,伤人狗按危险公共安全处理。 第三,确定养狗不是随便而是要申请才有的受限制的权利。五环外养狗要征得本小区90%居民同意,每年征询一次。guoqingjie
NuGet
近六周社区下载
2小时前更新
百度贴吧
实时热榜
2小时前更新
虫部落
最新
1小时前更新
  • 01
    分享一个最近发现的 AI 图片 Prompt 网站
    最近经常用 AI 生成图片,最大的问题就是有时候不知道 Prompt 怎么写。 前两天发现了这个网站: https://lovimg.art/ 里面有不少 AI 生成的图片,可以直接看图片找灵感,同时参考对应的提示词。对于想复现某种图片风格,或者不知道怎么描述画面的人来说还挺方便。 ...nanshan
  • 02
  • 03
    今日热点速览 8月11日 美伊局势升级英伟达5000亿AI融资
    8月11日的热点可以分成几条主线来看。 国际局势这边最热闹的是中东紧张局势持续升级。霍尔木兹海峡谈判陷入僵持,特朗普要求伊朗赔偿,美军控制海峡的言论让国际油价飙升逾6%,创一周新高。现货黄金突破4400美元,创八周新高。美国战略石油储备跌穿3亿桶创新低。这些变 ...糖果梦
  • 04
    有没有虫友联系蹲马步站桩之类的
    最近对蹲马步,站桩比较好奇 各位虫友怎么开始练习的 本人零基础 大家怎么开始的北落灬师门
  • 05
  • 06
    从立秋单日 2500 万杯说起:喝了三年咖啡,我终于搞懂自己到底在买什么
    昨天刷到瑞幸立秋当天卖了2500万杯的新闻,说实话第一反应是有点恍惚。三年前我还在为楼下咖啡店30块一杯的拿铁纠结要不要办卡,现在打开外卖软件,9.9元的咖啡遍地都是,连我爸妈都知道早上点一杯美式去水肿。 咖啡这 ...healers
  • 07
    昨日热点速览 8月9日 AI免费化与涨价并行 宇树科技IPO开启申购
    8月9日的热点可以分成两条主线来看不容易漏掉。 AI圈这边最热闹的是定价策略的大转向。DeepSeek宣布API服务大幅涨价,OpenAI则推出GPT-5.6系列并给免费用户加大额度,两条路线同时推进说明行业竞争已经从单纯拼参数进入拼成本和生态的阶段。月之暗面开源了Kimi K3大模 ...糖果梦
  • 08
    长大
    长大确实好累啊,今天和我妈打电话,我姥爷住院每天花费几千块,还没检查出来是什么病,有的药还不能报销,我妈几个月前也做了个小手术,身体也不太舒服, 补充内容 (2026-8-10 23:41): 搞错了,保存草稿还能发送吗 ...ckk
  • 09
    今日热点速览 8月10日 AI圈持续升温台风登陆
    今天AI圈依旧热闹。OpenAI GPT-5.6系列持续发酵,Meta推出终端编程AI智能体Muse Code,微软也推出了MAI-Cyber-1网络安全模型。阿里千问开放平台正式上线,小米澎湃OS 4发布,字节跳动启动AI业务组织调整,飞书将并入豆包。美团发布了全场景AI Agent平台CatPaw。 台风白 ...糖果梦
  • 10
    现在gpt会员开哪个区好啊
    我有菲区和日区id 是有招行万事达卡就可以自己买礼品卡充会员了吗 在🐟上看的礼品卡都和美区gpt会员一个价格了 所有想自己充UNO
  • 11
  • 12
    新功能上线(登录后体验)
    感谢虫部落的支持和各位朋友们的使用。匿名社区上线了新的功能:不用点开帖子也能看到帖子的最热评论。参见下面的手机截图,手机端适配较好。未登录用户因为看不到评论,所以也看不到预览效果。请登录后体验 (niming.or ...cao
  • 13
    启庞klp1的喉管,210版的,断了,怎么办? 没找着配件
    启庞klp1的喉管,210版的,断了,怎么办? 没找着配件小柳爱吃鱼
  • 14
    昨日热点速览 8月9日 AI定价转折与具身智能IPO
    昨天AI圈最大的信号是定价转向:DeepSeek正式上调API价格并重启融资,估值直逼5000亿,单日消耗8万亿tokens后开始算账;OpenAI同步推出GPT-5.6 Luna无限免费使用,看似免费实则把竞争维度从能力转向成本与稳定性。国产阵营也不甘示弱,阿里Qwen3.8-Max、MiniMax H3开源 ...糖果梦
  • 15
    昨日热点速览 8月9日 AI定价转折与具身智能IPO
    昨天AI圈最大的信号是定价转向:DeepSeek正式上调API价格并重启融资,估值直逼5000亿,单日消耗8万亿tokens后开始算账;OpenAI同步推出GPT-5.6 Luna无限免费使用,看似免费实则把竞争维度从能力转向成本与稳定性。国产阵营也不甘示弱,阿里Qwen3.8-Max、MiniMax H3开源 ...糖果梦
  • 16
    昨日热点速览 8月9日 AI定价转折与具身智能IPO
    昨天AI圈最大的信号是定价转向:DeepSeek正式上调API价格并重启融资,估值直逼5000亿,单日消耗8万亿tokens后开始算账;OpenAI同步推出GPT-5.6 Luna无限免费使用,看似免费实则把竞争维度从能力转向成本与稳定性。国产阵营也不甘示弱,阿里Qwen3.8-Max、MiniMax H3开源 ...糖果梦
  • 17
  • 18
    有木有小伙伴拼车 gp pro 20x
    我一个人用基本上用不完~~不是基本上,是肯定用不完 从一开始的 plus 抠抠搜搜 到后面的 5x,最后升级到了 20x,猛蹬也就干掉 20% 不到 拼车是指 codex 拼车,计划总共 5 人,包含我,250/月,通过 sub2api 分发,日限 ...Jacky_Chen
  • 19
    今日热点速览 8月9日 台风白海豚逼近与AI圈震荡
    今天热点集中在台风和AI两个方向,信息密度很高。 台风白海豚逼近浙闽沿海,中央气象台已发布台风红色预警。上海、杭州地铁部分线路临时停运,上海轮渡全线停运应对台风。香港高温刷新历史纪录。极端天气提醒我们城市韧性建设刻不容缓。 AI科技圈同样热闹。DeepSeek V4 ...糖果梦
  • 20
    今日热点速览 8月9日 台风白海豚逼近与AI圈震荡
    今天热点集中在台风和AI两个方向,信息密度很高。 台风白海豚逼近浙闽沿海,中央气象台已发布台风红色预警。上海、杭州地铁部分线路临时停运,上海轮渡全线停运应对台风。香港高温刷新历史纪录。极端天气提醒我们城市韧性建设刻不容缓。 AI科技圈同样热闹。DeepSeek V ...糖果梦
1小时前更新