2025-04-11

34 篇热帖

3. Fintech founder charged with fraud; AI app found to be humans in the Philippines (techcrunch.com)

Albert Saniger, the founder and former CEO of Nate, an AI shopping app that promised a “universal” checkout experience, was charged with defrauding

4. PEP 750 – Template Strings (peps.python.org)

This PEP introduces template strings for custom string processing.

5. Fedora change aims for 99% package reproducibility (lwn.net)

The effort to ensure that open-source software is reproducible has been gathering steam over th [...]

6. Strengths Are Your Weaknesses (terriblesoftware.org)

The qualities you value most in engineers are also creating your biggest problems. Here's how to handle this paradox.

7. Default styles for h1 elements are changing (developer.mozilla.org)

Browsers are starting to roll out changes in default UA styles for nested section headings. This post describes the incoming changes, how to identify if it's an issue on your websites, and hints for conformant and better-structured pages.

8. How a $2k 'Made in the USA' Phone Is Manufactured (www.404media.co)

"You could count the number of skilled electronics engineers on US soil, and there's probably a million in Shenzhen alone."

9. Live Map of the London Underground (www.londonunderground.live)

Watch London Underground trains move in real-time on an interactive 3D map. See live tube trains across all lines including Central, Northern, Victoria, and more.

11. Adobe deletes Bluesky posts after backlash (petapixel.com)

Adobe’s foray into Bluesky quickly backfired. Users on the platform's negative reaction prompted Adobe to delete the content.

13. Behind the 6-digit code: Building HOTP and TOTP from scratch (blog.dogac.dev)

Personal website of Doğaç Eldenk.

16. But what if I want a faster horse? (rakhim.exotext.com)

这篇文章探讨了科技产品设计从用户导向转向体验驱动的趋势,并以流媒体平台为例说明这种转变如何损害了用户体验。

作者首先引用了亨利·福特的名言——“如果我问人们想要什么,他们会说要一匹更快的马”——并指出,虽然创新很重要,但有时用户确实只是想要基础功能的改进(即“更快的马”)。

文章以NetflixSpotify为例进行对比:

  • 过去的平台:像一个组织良好的媒体库。Netflix拥有庞大的分类目录、稳定的推荐系统和用户可控的评分机制;Spotify则类似一个拥有海量曲目的iTunes库,核心是让用户更方便地管理音乐。
  • 如今的平台:演变为一个不可预测的“体验”。Netflix的界面会随意更改封面图片,缺乏明确分类,个人列表和“继续观看”功能混乱;Spotify也变成了一个充斥着播客的、内容流不断变化的界面。

作者将这种现象概括为:一致性、用户控制和真正的用户体验创新正在衰落。所有平台都在向TikTok的模式靠拢——即无限滚动的信息流,用户只能被动切换内容,几乎没有控制权。作者用生物学上的“蟹化”现象来类比这种趋同演化:YouTube、LinkedIn甚至Substack等原本各具特色的平台,都在朝着TikTok式的短视频信息流形态演变。

最终,文章批判了当前科技产品设计中,将不可预测性与个性化推荐混为一谈、忽视基础图书馆管理功能的趋势。

17. WebRTC for the Curious (webrtcforthecurious.com)

WebRTC For The Curious # Introduction # WebRTC For The Curious is an open-source book created by WebRTC implementers to share their hard-earned knowledge with the world. It’s written for those who are always looking for more and don’t settle for abstraction. Key features # Focus on protocols and APIs, not specific software. Summarizes RFCs and collects undocumented knowledge. Vendor-agnostic approach. Not a tutorial - contains minimal code. WebRTC is a powerful technology, but it can be challenging to use.

19. Hassabis Says Google DeepMind to Support Anthropic's MCP for Gemini and SDK (techcrunch.com)

Just a few weeks after OpenAI said it would adopt rival Anthropic’s standard for connecting AI models to the systems where data resides, Google is following suit.

22. Demystifying the (Shebang): Kernel Adventures (crocidb.com)

Clarifying the shebang (#!) mechanism: A step-by-step look using strace and kernel code shows how Linux handles script execution directly, revealing the shell isn't involved initially.

23. Black Mirror's pessimism porn won't lead us to a better future (www.theguardian.com)

A new progressivism embracing construction over obstruction must find new allegories for technology and the future

24. Show HN: Chonky – a neural approach for text semantic chunking (github.com)

Fully neural approach for text chunking. Contribute to mirth/chonky development by creating an account on GitHub.

25. Why do AI company logos look like buttholes? (velvetshark.com)

A humorous exploration of the uncanny resemblance between AI company logos and human anatomy. Discover why circular, gradient-based designs dominate the AI industry, and what this design convergence tells us about branding in tech.

26. Lead is still bad for your brain (neurofrontiers.blog)

Wait, wasn't this solved by the Romans? Anyway, my grandma ate lead paint and she was totally fine.

27. PHP Core Security Audit Results (thephp.foundation)

The PHP Foundation — Supporting, Advancing, and Developing the PHP Language

28. How to Make a Longbow (www.howtomakealongbow.co.uk)

Instructions on how to make Longbow and wooden Arrows, Yew Bows and Laminated English Longbows. Easy to follow videos on all aspects of bow making and how to make arrows.

29. Rust CUDA Project (github.com)

Ecosystem of libraries and tools for writing and executing fast GPU code fully in Rust. - Rust-GPU/rust-cuda

30. Bilinear interpolation on a quadrilateral using Barycentric coordinates (gpuopen.com)

A new algebraic method for hardware-accelerated bilinear interpolation on convex quadrilaterals is presented, using the Barycentric coordinate feature of modern GPUs.

31. Crystal 1.16.0 (crystal-lang.org)

We are announcing a new Crystal release 1.16.0 with several new features and bug fixes.

33. Cargo-mutants:zombie: Inject bugs and see if your tests catch them (github.com)

:zombie: Inject bugs and see if your tests catch them! - sourcefrog/cargo-mutants