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.

Generate impressive-looking terminal output, look busy when stakeholders walk by

433 pointsby riidom2 months ago

45 comments

padolsey2 months ago
I remember working for a small agency in London with a bit of a top-heavy management structure. Many times would my shoulder be subtly gazed over to &quot;check on progress&quot;. I ended up using IRSSI to chat with friends, wgets to read my fav blogs, and my twitter stream pouring into what looked like an excel spreadsheet UI . I always got my work done in the first couple hours of the day. I will always resent those managers, and the time spent wasted sitting in office chairs whiling away hours to meet some pointless proxy of worth: time and physical presence.<p>A worse experience I had previously was a manager who could remote-log-in to my machine at random times to spot-monitor my work. I&#x27;d see a little icon pop up in the menubar which would tell me he was there, so I&#x27;d make haste to busy myself with the appearance of grokking hard code. May he find a never-peace in purgatory.
评论 #43377847 未加载
评论 #43377671 未加载
评论 #43377821 未加载
评论 #43378035 未加载
评论 #43378107 未加载
评论 #43377913 未加载
评论 #43378765 未加载
评论 #43378040 未加载
评论 #43378058 未加载
vzaliva2 months ago
That reminded me:<p>Back in the early &#x27;90s, I wrote an MS-DOS TSR (<i>Terminate and Stay Resident</i>) &quot;boss key&quot; program. It would bring up a fake TurboC compilation screen whenever I pressed a key - just in case my boss walked in while I was playing a game. (The tricky part was restoring the graphics state back to normal, but that&#x27;s another story.)<p>My boss wasn’t stupid. After a few close calls, he started asking why my compilation was taking so long without producing any results. That motivated me to improve my &quot;boss key&quot; app - I ended up adding line numbers that incremented on the screen, making it look like the fake compilation was actually progressing.
评论 #43377064 未加载
评论 #43377293 未加载
评论 #43377184 未加载
评论 #43377117 未加载
dijit2 months ago
Never underestimate the power of colour on a terminal.<p>Back when I was first becoming an adminsys, colour in the terminal was pretty rare. Emoji&#x27;s certainly didn&#x27;t exist even as a concept in the west at that point either.<p>However, a senior sysadmin on my team said &quot;when you&#x27;re writing your management scripts, remember to add colour codes if things are good or if they are not good. Managers freaking love that&quot;. He was incredibly right, and though the development team avoided colour codes (they can mess with things like stdout redirection) the admin team leaned into them- and the managers lapped it up like crazy.<p>&quot;Red bad&quot; is a universal language in our culture, and it makes managers feel like they understand, I guess.
评论 #43378051 未加载
评论 #43378009 未加载
评论 #43377964 未加载
ellis0n2 months ago
Amazing! Finally, the design of Rust is being used not only for interviews but also for bureaucratic reports, which is what it was designed for. Now, the bureaucracy within the team has improved and the bosses will be very pleased. A very useful tool.<p>I had an experience where a team of Rust juniors did whatever they wanted in a separate chat and the CTO, PM and I (Lead) had no idea what was going on. This tool would have helped. Now, I’ll focus on the code review to see how Rust&#x27;s safety helped solve this issue. I think this will be a topic for a great new article about the power of Rust.
评论 #43377768 未加载
robomartin2 months ago
My rule has always been very simple: If you are goofing off, don&#x27;t hide it. The worst thing you can do if you work for me is think I am stupid and pretend you are working. I&#x27;d rather someone say &quot;My head just isn&#x27;t in it right now&quot;, which is honest and something that happens to all of us.<p>I understand the need to unplug every so often as much as anyone. There are days when my brain just isn&#x27;t in sync with what I have to do. Pretending you are doing work is insulting.<p>BTW, I didn&#x27;t come up with this idea. This rule was given to me by a former boss when he hired me. The idea stayed with me as I launched and ran my own businesses.
评论 #43378087 未加载
评论 #43377418 未加载
jama2112 months ago
Isn’t it just smarter to clear your actual build folder and then rebuild it with a script? Bonus points if you limit resources to it so it takes ages? That way if they ever actually look closely, they’ll see it’s the REAL work you’re supposed to be doing that’s building, and you’ll never get in trouble
评论 #43377269 未加载
teleforce2 months ago
&gt; Implemented non-euclidean topology optimization for multi-dimensional data representation<p>Based on Google Scholar the best match is this article by researchers from Imperial College, London:<p>Tensor Networks for Multi-Modal Non-Euclidean Data:<p><a href="https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;2103.14998" rel="nofollow">https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;2103.14998</a><p>Looks like a very legit game changing and ground breaking work.
9dev2 months ago
Seriously, they should use something like this in movies when showing hacker screens. Those are so ridiculous, sometimes I think it’s a deliberate inside gag to display an HTML page on a terminal when someone purportedly „hacks“ into a government computer.
评论 #43377724 未加载
评论 #43380477 未加载
Liftyee2 months ago
This is a cool project! Reminds me of `hollywood`[1], but specifically geared towards programming. It&#x27;ll be a useful tool in my arsenal of &quot;things to run to impress non-terminal-users&quot;.<p>[1] <a href="https:&#x2F;&#x2F;a.hollywood.computer&#x2F;" rel="nofollow">https:&#x2F;&#x2F;a.hollywood.computer&#x2F;</a>
评论 #43377075 未加载
评论 #43377766 未加载
Svenstaro2 months ago
This is cool! I once made a project very much like this: <a href="https:&#x2F;&#x2F;github.com&#x2F;svenstaro&#x2F;genact" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;svenstaro&#x2F;genact</a><p>Check it out if you like this kind of thing.
评论 #43380138 未加载
seinecle2 months ago
This reminds me of my time as a professor at a business school, where I worked in an open space with my screen visible to everyone. I spent a lot of time coding, so my IDE was always in plain sight.<p>Yet, it was only when I had the terminal open, running a few basic commands, that people would stop by and say—impressed—&quot;Oh, I didn’t realize you could code.&quot;
bilekas2 months ago
This is hilarious, at work sometimes I need to catch up on some friend through irc and use weechat so as not to draw any attention, most non devs simply ignore anything terminal related. I even tend to use the hn-text cli for hacker news just to not give anyone a reason to think I’m slacking.
ycuser22 months ago
Notepad++ has a &quot;sticky note&quot; mode (F12 key): it removes all borders from the window, only the text box itself being left.<p>Some years ago I used to copy reddit threads in Notepd++ and move the window on top of Visual Studios output window tonread reddit half on the day.
anta402 months ago
Just installed this. Very amusing. I think on a glance it looks more realistic than those so-called &quot;hacker terminal&#x2F;screen&#x2F;whatever&quot;<p>:D
stigi2 months ago
The work is mysterious and important
cheema332 months ago
Wouldn&#x27;t work on my boss. She would get very curious and ask me to explain to her what it was.
评论 #43377781 未加载
odysseus2 months ago
In my twenties I played nethack (with the ascii tileset) in a terminal window while working. It only took my boss a couple weeks to catch on.<p>He was not happy.
评论 #43377907 未加载
philipdavis2 months ago
The badges are hilarious lol<p>career|saved stakeholders|impressed
walrus012 months ago
One could also do a &quot;make world&quot; on an entire FreeBSD system, if you want a lot of stuff scrolling past the screen.
评论 #43377561 未加载
Tepix2 months ago
I&#x27;m so glad it&#x27;s written in Rust! You know, for performance and safety and discussions at the coffee machine.
mkzetta2 months ago
Pretending to work is self-degrading. Fix whatever authority problem incentives sending out false signals instead.
评论 #43378249 未加载
bitmasher92 months ago
In all satire there is some truth. The coder running nix, neovim, and a terminal heavy workflow will stand out compared to gui and ide heavy workflows. The thing is both sets of tools create essentially the same output with very similar time consumption.
westurner2 months ago
The amount of time I spent getting <i>asciifx</i> and agg to work with syntax highlighting because IPython now has only Python Prompt Toolkit instead of deadline.<p>In order to leave Python coding demo tut GIF&#x2F;MP4 on <i>their</i> monitor(s) at conferences or science fairs.<p>stemkiosk arithmetic in Python GIF v0.1.2: <a href="https:&#x2F;&#x2F;github.com&#x2F;stemkiosk&#x2F;stemkiosk&#x2F;blob&#x2F;e8f54704c6de32fbb29eccd265ded80dfb9c59de&#x2F;docs&#x2F;topics&#x2F;math&#x2F;arithmetic&#x2F;arithmetic.py.cast.gif" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;stemkiosk&#x2F;stemkiosk&#x2F;blob&#x2F;e8f54704c6de32fb...</a>
assimpleaspossi2 months ago
I worked one place where a co-worker advised me to move my workstation against the wall so my screen could be seen to the rest of the space. That way the boss could walk by and tell if I&#x27;m just surfing the web or working.
Locutus_2 months ago
I had this literally happen to me a couple of months ago.<p>Slacking off while waiting for some performance tests to run (Shoutout to Locust.io!) with my big 27&quot; screen full of terminals for each runner, server logs etc.<p>...And then on my laptop screen I honestly was just slacking off and reading Reddit.<p>&#x27;VP Of Technology&#x27; comes over &quot;I dont know what you are doing, but it&#x27;s the most impressive thing I&#x27;ve seen in a while&quot;.<p>...Yes sir!
gryfft2 months ago
Years ago I made up a script that would incrementally output from random files in a given directory at configurable speeds. Then I&#x27;d run a few instances of the script in a bunch of tmux panes so I could make my second monitor look eternally &quot;busy.&quot;<p>I was _actually_ busy enough, and the cubicle walls were high enough then, that I virtually never used it as a real &quot;boss key.&quot; But it&#x27;s fun to make this kind of thing.
andra_nl2 months ago
I run i3wm (poorly :P). Does anyone know whether it would it be possible to trick i3lock (or something similar) into showing the output of this &quot;tool&quot; instead of a static image?<p>Would be a fun look, with the added bonus of some colleagues potentially being tricked into thinking they have an opportunity to mess with my machine. :D
评论 #43378257 未加载
marban2 months ago
Alternative ;) <a href="https:&#x2F;&#x2F;terminal.news" rel="nofollow">https:&#x2F;&#x2F;terminal.news</a>
评论 #43378341 未加载
noufalibrahim2 months ago
Ah yes.. The good old &quot;boss key&quot;.<p>I first discovered this in a sierra quest game and as a kid didn&#x27;t know what it meant. I found out only years later.
评论 #43377207 未加载
hannasm2 months ago
So is this one on-par with DeepSeek or no? I didn&#x27;t see those metrics in the ReadMe
pacifika2 months ago
Good fun to write these tools. In practice but simply rolling back a git repo and deleting a JavaScript vendor folder or simulating a CI run would have the same effectiveness I think.<p>Or helping understand people that engineers need thinking time.
dancccskooma2 months ago
I hope this was vibe-coded
gchokov2 months ago
Fired on the spot when I walk in and ask what is that.
keyle2 months ago
Someone please make one that makes your computer looks like it&#x27;s locked up for ransomeware, and see your stakeholder&#x27;s face. Priceless.
评论 #43377435 未加载
评论 #43377361 未加载
neals2 months ago
I used to type &quot;tree&quot; and go get coffee
__rito__2 months ago
Quick question: do people who do production design for movies use something like this for coder&#x2F;hacker screen? Should they?
datavirtue2 months ago
Where was this in the 1990s when we needed it?
_fzslm2 months ago
Would be fun to plug this up to an LLM and see how absolutely unhinged it lets itself go over long runs.
uwagar2 months ago
run it during a DOGE audit.
kdamica2 months ago
&quot;Fork the repo (whatever that means)&quot; I lol&#x27;d
brikym2 months ago
Be sure to use a mouse jiggler if you walk away.
improbableinf2 months ago
Does it work as well for remote workers?
ohmygoodniche2 months ago
Love this project!!!
v3ss0n2 months ago
How this hit top HN news? I believed in HN ...
wewewedxfgdf2 months ago
Of course its written in Rust.
评论 #43377412 未加载