1. You wouldn't steal a font (fedi.rib.gay)
根据提供的内容,其主要信息仅包含一个标题“You wouldn't steal a font”以及一个图片加载提示Loading...。内容本身并未包含任何可供总结的实质文本、技术说明或具体论述。因此,无法基于现有信息生成有效的摘要。
36 篇热帖
根据提供的内容,其主要信息仅包含一个标题“You wouldn't steal a font”以及一个图片加载提示Loading...。内容本身并未包含任何可供总结的实质文本、技术说明或具体论述。因此,无法基于现有信息生成有效的摘要。
A whistleblower at the National Labor Relations Board (NLRB) alleged last week that denizens of Elon Musk's Department of Government Efficiency (DOGE) siphoned gigabytes of data from the agency's sensitive case files in early March. The whistleblower said accounts created…
I was curious about the 51 Franklin Street address in the GPLv2 license notice so I wrote to them as they said
An essay about bad AI app design
Kyle Chayka writes about how the U.S. government’s antitrust lawsuit against Meta, the parent company of Facebook, illustrates how social media has changed since its popular adoption.
研究人员解决了访问韩国81998家酒吧的旅行商问题(TSP)。该问题使用开源路由引擎(OSRM)构建了包含33.6亿条点对点步行时间的计算表。计算结果生成了一条路线,并附有数学证明,证实其在OSRM估计时间下是访问所有站点的理论最短可能路径。任何站点顺序的调整都无法节省哪怕一秒钟。
此类大规模TSP实例的解决,是开发和测试通用优化方法的重要手段。这些方法属于数学优化和运筹学领域,旨在帮助社会更有效地利用有限资源,应用于工业、商业、医疗和环境等多个方面。
文章还列举了此前解决的其他道路TSP实例(如日本便利店、英国酒吧、美国历史地标、荷兰纪念碑),并推荐了数本关于TSP、P与NP问题及相关算法的著作。
Type, see, tweak, repeat! Instant SQL is now in Preview in MotherDuck and the DuckDB Local UI. Bend reality with SQL superpowers to get real-time query results as you type.
文章批评了当前软件设计中过度拟人化的问题,指出其将软件塑造成类似“烦人的销售员”,而非保持计算机应有的精确性。作者认为,用户体验设计的目标应是让机械命令更易用,而非模仿人类互动。技术公司的UX设计师和产品经理通过让软件行为像人类,损害了用户对计算机本质的理解。
以YouTube为例,当用户明确选择“不感兴趣”后,平台仍会以操纵性手段(如“30天内隐藏”)试图保留该功能,这种行为源于对参与度和增长指标的追求。文章进一步指出,这种趋势正使年轻一代习惯于接受软件的不可靠和操纵性,认为无法直接命令计算机尊重自己的选择,而需不断进行“稍后再说”式的互动。
在软件开发中,YAGNI原则建议避免过早构建当前不需要的功能,以节省时间并防止项目失败。然而,存在一个重要的例外,本文称之为YAGRI,即“You are gonna read it”(你将需要读取它)。
工程师在设计数据库时,不应仅存储满足当前产品规格或UI设计所需的最小数据集。相反,应预见到未来几乎确定需要读取的数据,并将其一并存储,例如时间戳和上下文元数据。
当UI设计仅需向用户展示少量特定数据时,工程师容易在数据库中仅存储这些精确字段。这在功能上线后可能引发问题:当需要调试故障、进行内部分析或回溯事件时,会发现缺乏必要的信息。
以实现用户删除功能为例。简单的方法是直接删除数据库行。但无论当前需求如何,工程师应遵循良好的数据实践,存储以下信息:
通常,在几乎任何数据库表上存储以下字段都是有用的:
created_at(创建时间)updated_at(更新时间)deleted_at(软删除时间)created_by等(创建者信息)即便这些额外存储的字段并非全部常用,但只要其中一个(例如某个表的某个时间戳字段)在某一天发挥了关键作用——例如,当管理层询问“我们是否知道那个数据被删除的原因?客户很担心……”——其价值就足以抵消存储十几个类似字段的成本。
此实践并非鼓励无限制地记录一切。关键在于避免两个极端:既要为未来有价值的数据读取做准备,也不应过度记录。实践表明,从未有人抱怨某个表拥有过多的时间戳字段。
最终,我们构建的大多数应用的核心是存储数据以记录事实。因此,作为工程师,** stewardship 和维护好数据**可能是你最重要的职责之一。
Mirror of my from-scratch x86_64 UNIX-like OS. Contribute to UnmappedStack/TacOS development by creating an account on GitHub.
It turns out that LLMs can make CAD models for simple 3D mechanical parts. And, I think they’ll be extremely good at it soon.
In this tutorial, we will build a small microblog that implements the ActivityPub protocol, similar to Mastodon or Misskey, using Fedify, an ActivityPub server framework.
Multi-platform high-performance compute language extension for Rust. - tracel-ai/cubecl
AI coding tools boost productivity but may sacrifice the flow state and deep satisfaction developers experience when writing code by hand. What are we losing?
News Highlights: ◆We have achieved the world's first successful lightn...
The proportion saying the United States will have a positive influence on world affairs has fallen in 26 out of 29 countries over the last six months. America’s reputation has fallen most markedly in Canada. For the first time in our decade-long survey series, China is placed ahead of the US when it comes to playing a positive role on the international scene.
Open-source and local-first Slack and Notion alternative that puts you in control of your data - colanode/colanode
Updated May 1, 2025: CNCF and Synadia have come to an agreement to ensure that NATS continues to thrive as a healthy open source project within CNCF…
Vim is a powerful text editor that improves coding speed & efficiency through its shortcut-based Vim language. While learning Vim can be challenging, it is a valuable skill that can enhance your career as a computer professional.
QEMU 10.0.0 正式发布。此版本包含来自211位作者的2800多个提交。
主要亮点包括:
此外,此版本还包含众多其他改进和修复。感谢所有为此次发布做出贡献的成员。
Developing a Boids program from scratch without restarting it.