Live data from Hacker News

Fun at the Unix Terminal

blog.regehr.org

41–50 of 56 posts

Re: Fun at the Unix Terminal

#41
post #7
post #4

> Well, the rig utility can help, it creates a random identity. For some reason rig will never generate an identity that lives in Utah. Heh, I was curious why that is. Was the author from UT? Afraid of breaking some laws? After looking at the source, the author has a list of 60 or so cities and they're spread across 25 states: SC, AZ, TX, OH, KS, IA, WI, MI, NJ, NY, PA, IN, VA, NC, RI, TN, WA, MS, CA, IL, CO, FL, GA,…

Is there something similar which also creates email adresses and stores the generated profiles in a database in order to retrieve them again later? May be even have the ability to store associated passwords?

Good idea. This would occasionally be a valuable function to include in a password manager.

Re: Fun at the Unix Terminal

#42

For those of a certain age, piping figlet into your local line printer was a fun, if noisy, way to make giant banners.

I've seen a 'banner' command in some Unix versions. Often used to print the motd (message of the day) that you got when you logged in, and also by sysadmins to write a banner message to everyone's terminal like "System going down in 10 minutes" etc.

Re: Fun at the Unix Terminal

#43

A couple of days ago I created “jazzup” a fun cli utility that adds a soundtrack and movie quotes to your long running boring commands. Check it out on npm : https://www.npmjs.com/package/jazzup

Speaking of sound and CLI, I created this musical command-line alarm clock recently (in Python):

https://jugad2.blogspot.in/2016/12/jal-tarang-and-musical-al...

Re: Fun at the Unix Terminal

#44
post #40

It's a shame the author polarizes having fun and learning. I've always thought of them as the same.

The same? That's pretty odd. You've never had fun without learning something at the same time, nor learned something without having fun.

For me only one of those things is true: I think I always have fun learning, but I certainly have had fun without learning anything, too.

Re: Fun at the Unix Terminal

#47
post #7
post #4

> Well, the rig utility can help, it creates a random identity. For some reason rig will never generate an identity that lives in Utah. Heh, I was curious why that is. Was the author from UT? Afraid of breaking some laws? After looking at the source, the author has a list of 60 or so cities and they're spread across 25 states: SC, AZ, TX, OH, KS, IA, WI, MI, NJ, NY, PA, IN, VA, NC, RI, TN, WA, MS, CA, IL, CO, FL, GA,…

Is there something similar which also creates email adresses and stores the generated profiles in a database in order to retrieve them again later? May be even have the ability to store associated passwords?

Fakenamegenerator[1] will generate disposable email addresses based on the identity it cooked up. No https without paying, though...

[1]: http://www.fakenamegenerator.com

Re: Fun at the Unix Terminal

#48
Shameless plug for a CLI *say derivitive that a coworker and I made: RabbitSay. http://www.rabbitsay.wtf

  $ pip install rabbitsay
  $ rabbitsay "shameless plug"
  ┌───────────┐
  | shameless |
  |   plug    |
  └───────────┘
  (\__/) ||
  (•ㅅ•) ||
  /   づ

Re: Fun at the Unix Terminal

#50
post #4

> Well, the rig utility can help, it creates a random identity. For some reason rig will never generate an identity that lives in Utah. Heh, I was curious why that is. Was the author from UT? Afraid of breaking some laws? After looking at the source, the author has a list of 60 or so cities and they're spread across 25 states: SC, AZ, TX, OH, KS, IA, WI, MI, NJ, NY, PA, IN, VA, NC, RI, TN, WA, MS, CA, IL, CO, FL, GA,…

where can you actually find the code? For whatever reason, I can't get it from my centos distro (yum search rig, doesn't show anything related). And googling "linux rig command", I don't see any links to the actual source.
Post reply on HN