社区

虫部落
热门
3小时前更新
2小时前更新
  • 01
    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
  • 02
    Can we make default tailwind a more accessible choice?
    Tailwind CSS uses rem-based breakpoints by default (since v3.2), which means a user's browser default font size setting — not author CSS — can shift where layout breakpoints trigger. This is intentional: rem/em in media queries resolve against the browser's initial font size, so users who increase their default font size get layouts that adapt to their preference. However, this also means breakpoints fire at narrower viewports than designers tested, potentially breaking layouts. The post clarifi
  • 03
    Japan Asks US to Stop Using Anime & Gaming IPs in Political Content
    Japan's Ministry of Foreign Affairs has contacted the US Embassy twice in June to formally request that the Trump administration stop using anime and gaming characters — including Pokémon, Naruto, and Mario — in political social media posts without rights holders' consent. The concern centers on reputational harm to these franchises. The Pokémon Company previously denied permitting a DHS mashup of Ash Ketchum footage with ICE raid clips, and the White House has also shared videos blending milita
  • 04
    They don’t make ’em like Sublime Text anyone
    A developer shares their return to Sublime Text after years of using VS Code and Zed, arguing that modern software is bloated and over-engineered. Sublime Text is still actively maintained with a stable build from May 2025 and dev builds as recent as July. The post advocates for focused, single-purpose tools over feature-heavy, constantly-updating editors.
  • 05
    Day 11/30 — Soft Delete with Care
    Soft delete sounds simple: add deletedAt and hide the record. Then the real questions arrive: Can its unique value be reused? Should deleted relationships still appear? Can the record be restored safely? Does “deleted” satisfy privacy requirements? Will every query apply the correct filter? Soft delete is a data-lifecycle decision, not just a decorator. Without clear rules, your database slowly fills with ghosts that still affect production logic. When do you choose hard delete instead? #NestJS
  • 06
    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.
  • 07
    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
  • 08
    Dark mode toggles: two states are enough • Lea Verou
    Lea Verou argues that dark mode toggles should have only two states rather than three (Light, Dark, System). The core argument is that users only seek out theme toggles when something is wrong — not to preemptively express intent — making the 'System' state irrelevant at the moment of interaction. Tri-state toggles expose the underlying data model rather than aligning with actual user goals, adding cognitive load and UI friction for an extremely rare use case. A well-implemented two-state toggle
  • 09
    TanStack Charts
    TanStack Charts 0.3.1 is a typed, tree-shakable charting library built on a grammar-of-graphics approach inspired by Observable Plot, ggplot2, and Vega-Lite. It offers a marks-and-channels API for composing SVG and Canvas charts with shared coordinate systems. The framework-neutral scene weighs 8.12 KiB gzip, while a compact React line consumer is 16.48 KiB. Charts are fully customizable via CSS variables, themes, mark props, and custom renderers, with no D3 or InternMap retained in the core bun
  • 10
    Silicon Valley sees AI as the solution – for everyone else
    Tech moguls like Dario Amodei and Elon Musk promote AI as a solution to humanity's greatest problems, but economist Branko Milanović's analysis suggests unchecked AI deployment would instead produce a deeply stratified four-class society. At the bottom would be a 'surplus population' of displaced workers needing to be kept pacified; above them a precarious service-sector working class; then a growing 'homoploutic' professional class; and at the top, a new tech aristocracy of thousands of ultra-w
  • 11
    Why Senior Devs Keep Shipping Slow (And How to Stop)
    A critique of overengineering in software development, arguing that senior developers and CTOs often build overly complex architectures for problems they don't yet have. Uses humor to illustrate the 'architect's ego' trap, then provides a quick overview of seven architecture patterns (layered, microservices, event-driven, micro kernel, serverless, space-based, hexagonal) with guidance on when to use or avoid each. The core message: simplicity enables scale, not the other way around.
  • 12
    In Memory of My Wife, Elise Cawley (1961–2026), with Thanks for 36 Wonderful Years
    Stephen Wolfram shares a deeply personal tribute to his wife, Elise Cawley (1961–2026), a brilliant pure mathematician who died suddenly following heart surgery. He recounts their 36 years together, her academic achievements — including a PhD on smooth Markov partitions, a tenure-track position at Stony Brook, and work at the University of Chicago — her passion for mathematical elegance, her role as a mother of four, her contributions to interior design and architecture, and her philosophical vi
  • 13
    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
  • 14
    CSS Layout Before Flexbox and Grid
    A historical overview of CSS layout techniques used before Flexbox and Grid existed. Covers floats and the clearfix hack, inline-block whitespace issues, table-based layouts, spacer GIFs, image-based gradients and rounded corners, negative-margin centering, the box-sizing problem, and Internet Explorer compatibility hacks. Contrasts these painful workarounds with how modern CSS Grid and Flexbox solve the same problems in a fraction of the code. Notes that some legacy techniques (especially table
  • 15
    The Difference Between Knowing Kubernetes and Understanding Kubernetes
    A reflection on the gap between memorizing Kubernetes architecture and truly understanding it through hands-on experience. The author recounts a production CrashLoopBackOff incident where diagram-level knowledge proved insufficient, and a senior engineer's instinctive use of `kubectl logs --previous` revealed how real understanding is built from debugging experience, not documentation. Key lessons include how ConfigMap changes propagate to pods, how liveness probes can kill healthy pods, and how
2小时前更新
活动行
近期活动
2小时前更新
虎扑
主干道
2小时前更新
Lobsters
Active
2小时前更新
水木社区
实时热榜
2小时前更新
  • 01
    太搞了,竹知了并不是传统玩具?
    看网友对账,各地方网友都说当地没这个东西。 哈哈 --发自 ismth(丝滑版)Rio2016
  • 02
    新疆扭转汉族人口净流出
    看到 新疆招人开垦新地 去了就给15-20亩 落到实处 扭转汉族人口持续下跌 稳住边疆必须靠主体 敏 zubessone
  • 03
    我发现,女性思维里,没有考核和比较这个概念
    这么说吧 妻子a:职场精英,年入200w 妻子b:职场普女,年入20w 妻子c:主妇,烧菜做饭带孩子,提供家务价值 妻子d:玩咖,看剧旅游购物狂,只产生消耗 妻子e:病号,只产生消耗 根据法律,以上各位妻子,都可以“瓜分老公的半壁江山” 各位女性网友们,居然觉得,这是合理的嘛? 反正,男性思维里: 妻子a才拥有最高权益……leeli
  • 04
  • 05
  • 06
    事实证明,房价真不是正负推动的
    确实是大量人口突然涌入,城市建设能力又一时半会跟不上。而且,事实是一直在想办法拖住房价。现在也一样,也不是z负所能提升的。liaotianxia
  • 07
  • 08
    朱女士太自私了,损人不利己,何必呢,
    自己十年不上班,白让老公养着,还生病了,老公还给治, 结果老公想要一个儿子,都不肯成全, 难道想把老公的全部财产都给独生女? 还要控制女儿, 谁娶了这样的女人,真是倒霉了,luoxiaoding
  • 09
    朱女士案里,伴侣长期生病,是很难讨论痛点吧
    朱女士,既不工作,还长期患病。 得癌症7年了。无业10年了。 这意味着: 在长达7-10年的时间里,朱女士吃唐先生的,住唐先生的,拿唐先生的钱为自己开刀买药续命 所以,其实我是觉得朱女士是有点歹毒的。 我代入想了想: 我要是患病且无工作,我的伴侣长年供我吃住和治疗。那我铁定不计较对方在外面有没有小三小四,我甚至会在临终……leeli
  • 10
    失眠打卡
    尘归尘 土归土 炎夏尽 金秋至 滴 …urelive
  • 11
    北京房价要涨了嘛?
    如题 - 来自 水木社区APP v3.5.7pigpang
  • 12
    周围美女嫁给丑男、钱多的还是比例不小的
    1. 浙大美女,嫁给一个大14岁的建材老板,老公很矮,长相4-5分。但能满足她全球跑的愿望。朋友圈只晒过一次老公。 2.某985知性女,长相还可以。自己能力也还行。挑到了32的时候,实在没找到满意的,嫁了个胖男,长相4分。大4岁左右。tzn的非高官但地位可以,家庭条件挺好的那种。 。。。 &nbsp……Cidyshi
  • 13
    没事,这次涨不了我就等下次新政
    不涨我就不卖,看谁耗得过谁,永远站在国家一边,必须把房价再炒起来。NoFee
  • 14
    《霸王别姬》确实是陈凯歌自己执导的
    豆包说的: 核心主创力证 制片人徐枫:明确表示导演就是陈凯歌。她透露陈怀皑老先生在片中给予了京剧方面的指导,但在实际拍摄过程中并没有介入导演工作。 编剧芦苇:证实是陈凯歌亲自邀请他创作剧本,整部电影从剧本打磨到拍摄均由陈凯歌主导。 剧组演员:饰演“小豆子”的尹治和饰演“小石头”的费振翔均出面驳斥谣言,表示片场都是按照陈……keii
  • 15
    北京二手房 各小区最新成交价,帖小区名,我来回复
    二手房交易,动辄几百万,买卖双方熟悉最新成交价,不仅能加快交易进城,也能使双方买/卖满意 上一次被版主封禁40天,是因为转发“求是”一篇文章,与帖成交价无关,版主和版友应该是对数据没有偏见。 房事观点大家都有,但靠谱和重要的数据先行才是真。HLWJSJ
  • 16
    现在是中国最好的降低人口数量的时机,人口最关键的是质量
    现在非常残酷的实际情况是低端劳动人口的工作正在被机器人ai大规模取代,所以大规模鼓励生育没有任何意义, 中国只需要保持一定的人口数量基础上,并大规模提高人口素质,受教育水平和生活水平。 现在是中国最好的降低人口数量的窗口期,根据过去的生育率,未来25年,中国每年仍然有大量的新增劳动力进入市场,支撑国家的发展,同时机器人……dexterhl
  • 17
    我的童年没有竹知了。另外关于华为突存了啥??
    我在5个城市呆过超1年。北京、成都、宁波、台州、绍兴。 这5个城市我都没见过竹知了。 我的童年在台州,从未见过竹知了。 另外,有人在特快问华为突破了啥。。。 不知道这人是真不清楚还是假装不清楚 搜了一下部分公司获得的GJ级ZF奖项 不知道这个获奖数量算不算遥遥领先?ttxt
  • 18
    胚胎案原配复旦毕业,小三小学毕业!
    服了小三还是商k,男的真的是牛掰,放着这么好的原配不要,在外面瞎扯淡。 发自「今日水木 on iOS」zhengtinghao
  • 19
    有钱人像朱女士老公这样重情重义的人不多
    1 老婆生病,不离不弃,一直供养了7年。 2 对第三者,也不是玩完就抛,或者找年轻小妹。而是宁愿人工胚胎,也要和对方留下后代。说明和小三也是情深意重。 对老婆怀有旧情感恩,并未因生病而抛弃;对第三者,有始有终,不想辜负对方多年的陪伴。 作为有钱人,朱女士的老公并不是那种唯利是图、杀伐决断的有钱人,而……outerman
  • 20
    雪佛兰也要退出了
    说实话很不错的车,性价比很高 再见了,金领结nanfengfeng
NuGet
近六周社区下载
2小时前更新
百度贴吧
实时热榜
2小时前更新
虫部落
最新
2小时前更新
  • 01
    好久没来虫部落了!健身一年多了!
    之前有个健身打卡贴,没接着打卡了,但是健身没有拉下! 乐刻记录为证,其实我有两个账号(之前新号有送私教课,所以多薅了两节),另外一个累计大概是 七八十天,我基本上是 1 天隔一天去乐刻,节假日会休息。 不过我 ...Jacky_Chen
  • 02
    新功能上线
    新功能上线了!在首页增加了标签选择功能,方便大家分类浏览帖子。同时也可以在标签下筛选用户,只查看该标签下特定用户的帖子。 所有设计均为原创,界面简洁实用,完美适配手机屏幕。现在使用社区仍有机会获得终身高级 ...cao
  • 03
    母带音质 星辰大海 黄霄雲
    https://pan.quark.cn/s/71f835d4e8f0认知变现
  • 04
    昨日热点速览 8月7日 AI商业化拐点与跨境合规风暴
    昨天8月7日的热点密度很高,挑几条说说。 AI圈最大的信号是DeepSeek预告大幅上调API定价,涨幅可能超过10倍,估值传闻冲到450亿美元。这标志着国产大模型从烧钱抢市场转向盈利变现,行业分水岭正式出现。与此同时,Kimi K3宣布免费延期到8月12日,Qwen3.8-Max同步开源2 ...糖果梦
  • 05
    音频转换器,终身会员减价!198→98
    暑期特惠,终身会员限时降价,原价198→现在98 终身会员可使用全部功能,无广告,无限制! AppStore传送门:https://apps.apple.com/app/audio-converter-mp3-extractor/id6670760890 ...无穷小鸟
  • 06
    分享一个可以使用GPT模型API的聚合网站
    https://codex.dakeai.cc/register?aff=C4WA8UAHFDXM龙的传人
  • 07
    今日热点速览8月7日
    今天8月7日的热点挺密集的,挑几条说说。 AI圈还是主角 DeepSeek宣布大幅涨价的消息刷屏了,API价格上调超过10倍,直接引爆了市场。估值据说已超过5000亿元,这次涨价让行业对AI模型的定价逻辑有了新的认识。 另一条重要消息是Jeff Dean从谷歌离职创业。作为谷歌大脑 ...糖果梦
  • 08
    大基数体重靠自己能减下来肥吗?
    身高160,体重210kg(我知道我胖得过于严重了),一直想过减肥,但是焦虑感上来的时候会一直吃吃吃,有时已经发展到我撑的要死还要吃的程度了。还有训练,我不喜欢跑步,羽毛球,乒乓球,游泳还是比较的喜欢,但是上班之后天天忙得要死要活,回家之后往床上一摊就到半夜 ...我们用qq
  • 09
    分享每月可白嫖稳定的梯子(可稳定GPT)
    1、6元/月,1000G,逢重大节日打7折,感觉还不错,我买的是不限时套餐20元/1000G,非常实惠:https://dash.pqjc.site/register?code=fIZqYWid&cover=sfw 2、也有每月白嫖60g的(群会发8.8元的激活码,相当于白嫖哈),感觉也不错,https://love2.p6m6.com/#/register?c ...happyske
  • 10
    昨日热点速览8月6日AI工具密集发布
    昨天8月6日的AI圈消息密集,工具类和编码类话题扎堆出现。Meta推出终端编程AI智能体Muse Code,兔展智能发布AI设计工具RabbitVis,腾讯推出数据分析平台Omega,OpenAI新旗舰Astra被传下周发布,DeepSeek涨价而国产模型密集开源,行业分化明显。数据来自糖果梦热榜,覆盖 ...糖果梦
  • 11
    测试帖子8月7日
    这是一条测试消息糖果梦
  • 12
    昨日热点速览 8月6日 AI工具密集发布 终端编程成焦点
    昨天(8月6日)的AI圈消息密集,工具类和编码类话题扎堆出现,挑几条值得关注的聊聊。 Meta推出了终端编程AI智能体Muse Code,可以直接在终端里用自然语言写代码执行命令,适合有一定基础的用户做自动化开发。 兔展智能也发布了一站式AI设计生产工具RabbitVis,面向设计 ...糖果梦
  • 13
    立秋了
    今天立秋 是全东北人最期待的一天!GGE
  • 14
    又是一年盛夏日, 烧烤啤酒正当时。你们知道哪些有趣的行酒令游戏吗?
    最近跟两个同窗挚友聚得多, 常常周末一起烧烤啤酒, 往事聊多了也都重复了, 总不能尬喝吧? 于是开始行酒令了, 玩得越来越多样, 很有意思。 分享一下我们最近常玩的, 以及有趣或者有坑的地方: 1、摇骰子 经典的摇骰子, ...发抖的小熊猫
  • 15
    洞箫学习中,请问有什么好用的简谱打谱软件
    请问有什么好用的简谱打谱软件,以前用过好像overture ,现在怎么找不到了。有这方面的朋友推荐一下。乐箫遥
  • 16
    产品经理方法论,前公司靠着18个字,干到独角兽~
    高效成事的18个字【纯干货】 以前我是产品经理,前公司靠着这套方法论干成了独角兽。 一、核心三阶段:对错 → 有无 → 好坏 任何事从0到1,顺序错了,努力白费: ● 先解决对错(方向对不对?) ● 再解决有无(能不能跑通?) ● 最后解决好坏(效率高不高?) 二、 ...律大师
  • 17
    美股抄底信号仪表盘|每日9点邮箱推送
    这两天美股涨的喜人,于是做了一个推送助手,每天早上 9 点前,我会自动整理一份「美股抄底信号仪表盘」发到自己的邮箱。 这份内容主要是给自己看的,不用每天盯盘,也能快速判断美股现在大概是“可以关注机会”,还是 ...M_pengpeng
  • 18
    今日热点速览 OpenAI破解数学难题 国产AI开源系统改百款软件
    今天的科技圈消息挺密集,挑几条有代表性的说说。 先说AI。OpenAI公开了一份62页的核心手稿,说AI连破了十大\"菲尔兹奖级\"数学难题。菲尔兹奖是数学界的最高荣誉,相当于数学界的诺贝尔奖。不过数学家24小时就跳出来反驳,说AI虽然\"证对了每句话\",但证明的已经不是原来 ...糖果梦
  • 19
    邀请 GPT 桌面端使用,送 1000 额度!
    留下你们的邮箱哈,邀请你们一起耍~!happyske
  • 20
    我是怎么获得 Niming.org 的
    我经常闲来无事在注册商上寻找域名。今年 4 月 18 号,发现 Niming.org 是可以注册的,就花了不到 100 块买下来。 当时只觉得含义不错,代表匿名组织。而且我一直觉得 .org 后缀是仅次于 .com 的顶级域名,含义明显,可靠性强,国际上也认这个。 后来今年夏天觉得应该 ...cao
2小时前更新