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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Tmwuc – print() debugging for any environment

17 点作者 gushogg-blake9 个月前
Show HN: Tmwuc – print() debugging for any environment

3 条评论

rollcat9 个月前
This is basically a re-invented syslog(3), with a builtin, (supposedly) ephemeral log aggregation service thrown in. It makes some sense for an embedded device, but depending on how restricted your environment is, sending out a UDP packet might be an order of magnitude easier than completing an HTTP transaction. Otherwise, your operating system already has you covered.<p><a href="https:&#x2F;&#x2F;man7.org&#x2F;linux&#x2F;man-pages&#x2F;man3&#x2F;syslog.3.html" rel="nofollow">https:&#x2F;&#x2F;man7.org&#x2F;linux&#x2F;man-pages&#x2F;man3&#x2F;syslog.3.html</a> <a href="https:&#x2F;&#x2F;man.openbsd.org&#x2F;syslog.3" rel="nofollow">https:&#x2F;&#x2F;man.openbsd.org&#x2F;syslog.3</a> <a href="https:&#x2F;&#x2F;learn.microsoft.com&#x2F;en-us&#x2F;powershell&#x2F;module&#x2F;microsoft.powershell.management&#x2F;write-eventlog" rel="nofollow">https:&#x2F;&#x2F;learn.microsoft.com&#x2F;en-us&#x2F;powershell&#x2F;module&#x2F;microsof...</a> and so on.
评论 #41433297 未加载
hu39 个月前
Neat idea. And simple implementation.<p>I might test it for some personal projects.
ale429 个月前
... for every environment that has a network connection ;-)<p>Does anybody know a more universal solution where you can have custom transports and that can actually run on any environment? (I&#x27;d be targeting an 8-bit microcontroller like a PIC18F25K80, for example, on a CAN bus... and somewhere on the CAN bus there&#x27;s a custom radio link)