Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@fuck2code that's gnome terminal with very little transparency. You can find it on Edit > Profile Preferences > Colors
The prompt is custom made. -
dfox428277y@SheShell great idea, thanks!
If you don’t mind, so it doesn’t get lost in the shuffle, please create a GitHub issue in the issue tracker.
But I really do like the idea. We have something semi-similar in the works in terms of sharing a specific kind of knowledge (I don’t want to spoil it haha) but your idea is more like a TIL type maybe. -
drekhi18587y@SheShell I was gonna write the same, it has been in my mind for past week thanks for writing it down.
Related Rants
Today, I learned the shortest command which will determine if a ping from your machine can reach the Internet:
ping 1.1
This parses as 1.0.0.1, which thanks to Cloudflare, is now the IP address of an Internet-facing machine which responds to ICMP pings.
Oh, you can also use this trick to parse 10.0.0.x from `10.x` or 127.0.0.1 from `127.1`. It's just like IPv6's :: notation, except less explicit.
random
cloudflare
ipv4
ping