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.

Teemoji: Like tee but with emojis

152 pointsby willswire4 months ago

15 comments

willswire4 months ago
Hey HN! I've been playing around with Apple's CoreML framework for some personal projects, and wanted to see how it might work in a CLI context. This is really just something fun I did over the weekend for sh*ts and giggles. I hope you enjoy!
评论 #42877109 未加载
ascorbic3 months ago
An AI-powered dev tool? I expect to see this in the next YC batch
评论 #42883585 未加载
jerf3 months ago
It may have taken 56 years, but this comprehensively resolves the question about whether shell is better than GUI in favor of shell. Thanks to the endless composability of shell, just this one program finally fixes the biggest flaws in text file handling in Unix, but the GUI equivalent would be quite complicated and composes poorly. This vindicates all of the original developers of UNIX once and for all.
评论 #42880114 未加载
mattbaker3 months ago
This made me grin and I love that it did. Sometimes our profession can be a little short on whimsy and I think projects like this are actually really important! I’m looking forward to using this :)
fsckboy3 months ago
my major and minor complaints are, in order:<p>tee does something very specific, it makes an unmodified copy into a file (one branch of the plumbing tee-joint) as it passes the stream to stdout (the other branch); as opposed to sed or awk or even grep, et al, which modify the stream. How in hell is this inspired by tee which does not modify its inputs?<p>and who capitalizes Tee?
评论 #42883351 未加载
评论 #42881431 未加载
评论 #42883381 未加载
评论 #42880970 未加载
_nalply3 months ago
Does it produces the infamous emoji if a certain expletive occurs in the input?<p>By the way, I use that emoji to test whether astral planes are handled correctly.<p>I need to recover from the cognitive dissonance now...
评论 #42879318 未加载
donaldihunter3 months ago
&#x2F;usr&#x2F;local&#x2F;bin&#x2F;teemoji: line 2: &#x2F;usr&#x2F;local&#x2F;Cellar&#x2F;teemoji&#x2F;0.0.4&#x2F;libexec&#x2F;teemoji: Bad CPU type in executable<p>:sadface:
评论 #42880229 未加载
bkeeper4 months ago
Awesome! Pretty impressive that the model only weighs ~200Kb
netsharc3 months ago
The following is a &quot;Get off my lawn!&quot; comment:<p>When I was in kindergarten there were tasks where you&#x27;d get a paragraph of text where you had to fill in blanks, and next to those blanks were pictograms of whatever noun was expected.<p>Whenever I see people overuse emojis, for example &quot;Yesterday we flew [plane emoji] to Japan [Flag of Japan] and took the train [bullet train emoji] and saw Mt. Fuji [emoji of Mt. Fuji]&quot;, I always think, &quot;This person is still in kindergarten.&quot;...
评论 #42880563 未加载
评论 #42881789 未加载
评论 #42879536 未加载
评论 #42882033 未加载
neomantra3 months ago
This is so cute and funny and interesting. Thanks for making and sharing.<p>I was doing `echo cat | teemoji` tests and it would work, but ironically &#x27;echo happy face | teemoji` and the like didn&#x27;t work so well for many other obvious single-word emojis. But it did a &quot;checkered flag&quot; for &quot;I got the job done&quot;.
评论 #42877526 未加载
kpcyrd3 months ago
I wish I could get this on Linux &lt;&#x2F;3 Any ideas how to get there (without reaching out to network apis, like openai)? I assume since it&#x27;s built on Apple&#x27;s CoreML framework it&#x27;s not possible?
评论 #42882857 未加载
评论 #42877519 未加载
评论 #42881639 未加载
评论 #42881230 未加载
gherard55553 months ago
I feel like this defeat the goal of emojis and icons: highlight important informations for our brain to process. This is just an overwhelming amount of emojis for me, but I guess it has its usecases
PaulHoule3 months ago
My RSS reader has an autoposter to post to Mastodon where I always try to choose an appropriate emoji for a post<p><a href="https:&#x2F;&#x2F;mastodon.social&#x2F;@UP8" rel="nofollow">https:&#x2F;&#x2F;mastodon.social&#x2F;@UP8</a><p>I&#x27;ve been thinking about training a model, maybe a T5 to automate the task. I&#x27;ve tried asking Microsoft&#x27;s Copilot to do it, and it is <i>ok</i> but makes decisions that I wouldn&#x27;t make. I argued with it a lot and couldn&#x27;t get it to draw ⁰₀⁰₀⁰ as an imitation Olympics logo and had to do it myself.
Dansvidania3 months ago
This is really cute! thanks for sharing :)<p>if I may offer a small nitpick for feedback, I am seeing wrench emojis on empty lines which create a lot of noise.<p>If you are interested in PRs (and making the change) I might try to take a look at the code and see if it&#x27;s possible for me to contribute this to it.
nejsjsjsbsb3 months ago
You saw cat -v considered harmful and thought ... hold my beer!