今日已更新 204 条资讯 | 累计 32241 条内容
关于我们

标签:#hackernews

找到 11212 篇相关文章

AI 资讯

Ask HN: Did we witness the "Trinity moment" for AI?

I don’t know if it’s just me, but yesterday’s US decision to ban access to the Fable model feels like an epochal shift in the “AI race,” something on the scale of the Trinity test. It is hard to count how many boxes were ticked yesterday: A government shutting down an AI model it doesn’t like? A government revoking tens of billions of dollars in revenue from a barely profitable $1T startup whose entire trajectory, and in essence its survival, depends on the commercial success of that model? Acce

2026-06-14 原文 →
AI 资讯

Show HN: Lightweight C++23 S3 client with no extra deps (just curl and OpenSSL)

Attached is my attempt at making a small toy S3 client without any other dependency besides libcurl and OpenSSL. Was tested mainly on MinIO (RIP) locally, so I would expect some bugs when using it against AWS, although I was able to play with it on some open access buckets Be aware that I am not a C++ programmer and this project was indeed done to learn a bit of C++ myself :') Feedback on any of the code, either on gtest, or the benchmarking section or the core itself is welcome!

2026-06-14 原文 →