2025-09-01

37 篇热帖

1. Google AI Overview made up an elaborate story about me (bsky.app)
# 谷歌AI概述编造了关于我的虚构故事

用户Benn Jordan在Bluesky发帖,指出谷歌的AI概述功能编造了关于他的不实故事。他因收到多条消息要求澄清对以色列的立场而感到困惑,因为他本人一直明确反对种族灭绝并全力支持巴勒斯坦建国。

经过调查,Benn发现谷歌的Gemini AI捏造了一个详尽的故事,声称他上传了一段关于“我的以色列之行”的争议性视频,并从中认识到自己此前的立场是错误的。然而,Benn本人从未到访过以色列。他指出,谷歌AI将他与另一位发布军事视频的Newsmax评论员混淆了。

此事件引发了评论区的广泛讨论和担忧:
*   **法律与伦理风险**:有评论认为,此类严重错误的AI概览至少会导致诉讼和集体诉讼,最坏的情况下可能会危及生命。
*   **对信息操纵的恐惧**:有评论指出,这清楚地表明AI如何被轻易用于编造叙事、扭曲世界观,问题不在于AI本身,而在于其背后的操控者以及轻率接受信息的人。
*   **责任归属问题**:有评论直接询问这是否构成诽谤,并援引相关文章讨论AI与诽谤的法律原则。
*   **具体错误溯源**:有用户指出,AI确实将Benn与另一位名叫Ryan McBeth的YouTube创作者混淆,后者曾在近期发布了标题相似的视频。

总结而言,此事件核心在于谷歌AI功能产生了严重的事实错误,将用户Benn Jordan与另一位内容创作者及一段其从未参与的视频错误关联,引发了关于AI生成内容的准确性、潜在诽谤风险以及对公众认知影响的广泛忧虑。
5. We should have the ability to run any code we want on hardware we own (hugotunius.se)

Refuting the common and flawed argument of

8. The time picker on the iPhone's alarm app isn't circular, it's just a long list (old.reddit.com)

For anything truly interesting as fuck.

9. What to do with C++ modules? (nibblestew.blogspot.com)

Note: Everything that follows is purely my personal opinion as an individual. It should not be seen as any sort of policy of the Meson buil...

11. Lewis and Clark marked their trail with laxatives (offbeatoregon.com)

AS LEWIS AND CLARK’S Corps of Discovery made its way across the continent to Oregon, the men (and woman) of the party probably weren’t thinking much about their place in history. So they weren’t taking any particular pains to document their every movement.

There were, however, some particular pains they were experiencing, as a result of a relentlessly low-fiber diet: Everyone was constipated, all the time.

Luckily, they had something that helped with that — a lot. The Corps of Discovery left on its journey with a trove of 600 giant pills that the men called “thunder-clappers,” which the soldiers and travelers used to jump-start things when they got bound up. And everyone used them pretty regularly.

And, strange as it seems, that fact is why we know several of their campsites along the way. The main active ingredient in “thunder-clappers” was a mercury salt, which is a pretty stable compound. Archaeologists simply have to search for dimples in the ground — which is what old latrine pits often end up looking like, hundreds of years later, after Nature has partly filled them in — and take samples of the dirt in them.

If it comes up with an off-the-charts reading for mercury, well, that’s a Corps of Discovery pit toilet — and the layout of the rest of the campsite can be extrapolated with considerable precision by consulting the military manuals they used to lay out their camps.
(Astoria, Clatsop County; 1800s) -- #ofor #oregonHistory #ORhistory -- 26 Jan 2025 -- By Finn J.D. John

13. AR Fluid Simulation Demo (danybittel.ch)

AR流体模拟演示

该项目旨在探索流体模拟与真实物体碰撞的效果。技术实现上,在屏幕上方安装了一个网络摄像头来捕捉物体轮廓,并使用偏振滤光片阻止屏幕显示内容产生反馈循环,同时摄像头仍能清晰捕捉放置在其前方的物体。视频流与计算机生成的模拟进行对齐,使流体能够对这些剪纸状物体产生反应。

值得注意的是,由于该技术方案,手部也会被识别为障碍物。最初这被视为技术的副作用,但在实际使用中并无干扰,反而增添了趣味性。

流体模拟本身基于风洞式流体模型。虽然存在多种此类算法实现,但作者特别参考了YouTube创作者 Tidepodious 提供的解释与演示。

15. Use One Big Server (2022) (specbranch.com)

A lot of ink is spent on the "monoliths vs. microservices" debate, but the real issue behind this debate is about whether distributed system …

16. I should have loved electrical engineering (blog.tdhttt.com)

Author’s note: Drafted in 2022, lightly edited and finished on Sep 1, 2025 for clarity. Substance unchanged. I tried to not glamorize my undergraduate exp

17. A Linux version of the Procmon Sysinternals tool (github.com)

A Linux version of the Procmon Sysinternals tool. Contribute to microsoft/ProcMon-for-Linux development by creating an account on GitHub.

21. Rasterizer: A GPU-accelerated 2D vector graphics engine in ~4k LOC (github.com)

A GPU accelerated 2D vector graphics engine. Contribute to mindbrix/Rasterizer development by creating an account on GitHub.

23. OSMAnd vs. Organic Maps (blog.firedrake.org)

There's a new offline mapping program for smartphones, so I thought I'd see how it stacks up against the one I'm already using.

26. Inverting the Xorshift128 random number generator (littlemaninmyhead.wordpress.com)

CVE-2025-7783 is a very recent vulnerability affecting a lot of applications in the Node.js ecosystem including those which use axios or the deprecated request library. In all honesty, this vulnerability is really an edge case that is extremely unlikely to be exploited: it is dependent upon a number of events that are not normally present.…

27. What Is Complexity in Chess? (lichess.org)

If we all knew, we would all be masters.

31. UK's largest battery storage facility at Tilbury substation (www.nationalgrid.com)

The 300MW Thurrock Storage project, developed by Statera Energy, is now energised and delivering electricity flexibly to the network across London and the south east.

33. Show HN: A roguelike game that runs inside Notepad++ (github.com)

Rogue-lite as a Notepad++ Plugin. Contribute to thelowsunoverthemoon/NeuroPriest development by creating an account on GitHub.

35. Effective learning: Rules of formulating knowledge (1999) (www.supermemo.com)

This article will help you overcome one of the greatest difficulties you will face when trying to accelerate learning: formulating knowledge.

36. De-Googling TOTP Authenticator Codes (imrannazar.com)

I've been slowly removing Google apps from my life, and one of the last ones left is Authenticator. In this post I look at migrating codes out of Authenticator to a command-line OTP tool, and the steps involved.

37. Installing UEFI Firmware on ARM SBCs (interfacinglinux.com)

I'm going to neuralyze the SPI flash and install some Kelvin Timeline firmware that will allow me to boot and install generic ARM Linux images on a ROCK 5 ITX+.