go-rain

Matrix rain effect in your term like a true hacker (by gabereiser)

Go-rain Alternatives

Similar projects and alternatives to go-rain based on common topics and language

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better go-rain alternative or higher similarity.

go-rain reviews and mentions

Posts with mentions or reviews of go-rain. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-18.
  • The Terminal Escape Sequences Ocean Is Deep and Dark
    2 projects | news.ycombinator.com | 18 Jan 2023
    I used to write a lot of telnet/ssh games back in the day. Telnet has a bunch of command codes as part of its protocol. Each command starts with an IAC code. This code could be anywhere within the stream of bytes coming from the end-users terminal. IAC is \x01b\x0ff\x0ff. The fun part of implementing text-based network protocols is you must scan, byte for byte, until you reach a \n or whatever your line-feed is. As you are processing the stream, if you come across an escape, you must branch off into the command processing loop instead of the input processing loop. Likewise, responses to these commands can come AT ANY TIME. Mid sentence from a user? Yup. Randomly as you are sending your buffer? Probably. Full-Duplex mode with ACK? Not a guarantee.

    When developing terminal services, you're standing on the shoulders of giants and must account for 30+ years of terminal hackery. The up-side is you can also use that same terminal hackery for fun things like progress bars, emoji's, colors, blinking (ux faux paux) for attention, spinners, tables, and yes - even matrix rain effect by positioning cursors and clearing partial screen coords. [1]

    [1] https://github.com/gabereiser/go-rain

Stats

Basic go-rain repo stats
1
6
10.0
over 1 year ago

The primary programming language of go-rain is Go.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com