TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

BitBench – Visually dissect and analyze bit strings

58 pointsby adulauover 6 years ago

3 comments

the_clarenceover 6 years ago
That made me think about something else. How cool would it be to have a program visually show you how a string is stored in memory?<p>This way you would be able to interactively see how unicode and different runes are represented in bytes, how they are also abstractly represented in your programming language array data structure, and how finally they are stored on your little-endian system.
评论 #18323849 未加载
评论 #18324208 未加载
heinrichfover 6 years ago
From the README: &quot;here is a hosted instance on <a href="http:&#x2F;&#x2F;triq.net&#x2F;bitbench" rel="nofollow">http:&#x2F;&#x2F;triq.net&#x2F;bitbench</a> &quot;
vanderZwanover 6 years ago
From the title I wondered if another person decided to implement their own variant of Christopher Domas&#x27; ..cantor.dust.., which has never been released to the public (despite initial promises). The only alternative I know if is Veles.<p>[0] <a href="https:&#x2F;&#x2F;sites.google.com&#x2F;site&#x2F;xxcantorxdustxx&#x2F;" rel="nofollow">https:&#x2F;&#x2F;sites.google.com&#x2F;site&#x2F;xxcantorxdustxx&#x2F;</a><p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;xoreaxeaxeax&#x2F;..cantor.dust." rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;xoreaxeaxeax&#x2F;..cantor.dust.</a>.<p>[2] <a href="https:&#x2F;&#x2F;codisec.com&#x2F;veles&#x2F;" rel="nofollow">https:&#x2F;&#x2F;codisec.com&#x2F;veles&#x2F;</a>
评论 #18328327 未加载