TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN:What was the one hack which took most time?

2 点作者 samikc大约 13 年前
We have all been through that one hack which took so much time. But feels great when it's done. It has that aha moment to it.<p>Let's share the story.

1 comment

simonbarker87大约 13 年前
Not really a web based hack but writing the functions to detect and decode a valid stream of manchester encoded data over a 433MHz link on a PIC microprocessor too me an age, mainly because I designed it to detect the baud rate from within the received data stream. The most irritating part about it all is that the encode part of the system is like 5 lines of code that took two minutes to write. The decode however is several timers, interrupts and about 5 weekends of work.<p>It works well enough but it's on breadboard so will never be perfect.