我们通过观看100万小时的YouTube(17小时内得分:150多)而意外地解决了机器人技术。
https://readhacker.news/s/6wUGd
https://readhacker.news/s/6wUGd
atharva's blog
how we accidentally solved robotics by watching 1 million hours of YouTube
this: you've just spent $640 billion training the chonkiest language model known to humanity (lol) and decide to call it "Behemoth". it can annoy you on wh...
网格:模块化的开源网格存储系统(得分:7小时内150多个)
https://readhacker.news/s/6wWg5
https://readhacker.news/s/6wWg5
Gridfinity
Gridfinity :: Unofficial wiki
The modular, open-source grid storage system.
在Instagram(2020)上找到一名前澳大利亚总理的护照号码(15次得分:150+ ...
https://readhacker.news/s/6wVCm
https://readhacker.news/s/6wVCm
mango.pdf.zone
When you browse Instagram and find former Australian Prime Minister Tony Abbott's passport number
Do not get arrested challenge 2020
LETSENCRYPT - 到期通知服务已经结束(得分:8小时内150多个)
https://readhacker.news/s/6wWpi
https://readhacker.news/s/6wWpi
letsencrypt.org
Expiration Notification Service Has Ended
Since its inception, Let’s Encrypt has been sending expiration notification emails to subscribers that have provided an email address to us via the ACME API. This service ended on June 4, 2025. The decision to end the service is the result of the following…
在四个非洲国家中,近20%的癌症药物有缺陷(14小时内得分:150多个)
https://readhacker.news/s/6wVLx
https://readhacker.news/s/6wVLx
DW
Nearly 20% of cancer drugs defective in 4 African nations
Across Africa, cancer medications have been found to be substandard or counterfeit. That means people are being given medicine that may not work, or that could even cause them harm.
重新访问诺斯的“过早优化”论文(❄️分数:4天内150多个)
https://readhacker.news/s/6wKMn
https://readhacker.news/s/6wKMn
Probably Dance
Revisiting Knuth’s “Premature Optimization” Paper
The most famous quote from Knuth’s paper “Structured Programming with go to Statements” is this: There is no doubt that the grail of efficiency leads to abuse. Programmers waste e…
Show HN:Tokendagger - 一个比Openai的Tiktoken快的令牌(4小时内得分:154+)
https://readhacker.news/s/6wXkA
https://readhacker.news/s/6wXkA
GitHub
GitHub - M4THYOU/TokenDagger: High-Performance Implementation of OpenAI's TikToken.
High-Performance Implementation of OpenAI's TikToken. - M4THYOU/TokenDagger
C的出处记忆模型(分数:7小时内150多个)
https://readhacker.news/s/6wWVt
https://readhacker.news/s/6wWVt
Jens Gustedt's Blog
The provenance memory model for C
A years-long effort led by Kayvan Memarian and Peter Sewell from Cambridge University, UK, Martin Uecker from Graz University of Technology, Austria, and myself (from ICube/Inria, France) has guide…
Show HN:NewEnsō-第一个公共Beta(得分:6小时内150多个)
https://readhacker.news/s/6wX82
https://readhacker.news/s/6wX82
Untested
New Ensō - first public beta · Untested
Projects, experiments and toys by Rafał Pastuszak
驴孔国家2和开放巴士(5小时内得分:152+)
https://readhacker.news/s/6wXTc
https://readhacker.news/s/6wXTc
jsgroth.dev
Donkey Kong Country 2 and Open Bus | jsgroth's blog
Donkey Kong Country 2 has a pretty well-known bug in the old SNES emulator ZSNES where some stages have spinning barrels that don’t work properly. One of the earliest pictured here, in the first stage of Krem Quay (third world):
After you jump into the barrel…
After you jump into the barrel…
我在C中编写类型安全的通用数据结构(4小时内得分:150+)
https://readhacker.news/s/6wYhP
https://readhacker.news/s/6wYhP
Danielchasehooper
I Write Type Safe Generic Data Structures in C
I write type safe generic data structures in C using a technique that I haven’t seen elsewhere1. It uses unions to associate type information with a generic data structure, but we’ll get to that. My approach works for any type of data structure: maps, arrays…