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

标签:#hack

找到 14382 篇相关文章

AI 资讯

Show HN: Btfy – a blockchain that uses weather observations

Hi HN, I built Btfy, an experimental blockchain that uses weather observations as a source of unpredictability for consensus The motivation is simple. Proof of Work generates uncertainty by performing computations. I wanted to explore whether we could obtain some of that uncertainty from the real world instead. Btfy combines weather observation data with a Verifiable Delay Function (VDF): Weather Observation Data -> VDF -> Block -> Hash Chain In the current implementation, observation data is co

2026-08-02 原文 →
开发者

Show HN: Rotating torus in terminal (but with kitty graphics protocol)

Hi HN, I'm taking Computer Graphics @ Stanford this summer and wanted to express some very simple concepts I had in mind. That's why I wrote a rotating torus in C. Going from writing a ray-tracer that works in Blender to pure C with no dependencies feels relaxing. Wanted to try Kitty Graphics Protocol on the way, rendering images in terminal felt cool. Open to comments and suggestions.

2026-08-02 原文 →