Monday, October 31, 2022
HomeWordPress DevelopmentEaster eggs in Hacktoberfest 🪺

Easter eggs in Hacktoberfest 🪺




Floating shark 🦈 🎈

Enter the next command in your terminal to see – ascii artwork of a shark floating within the air with a balloon formed like a coronary heart and telling you DO Love in 3D letters!

curl -s https://hacktoberfest.com/profile/ | head -n40 | tail -n40 | tail -n39
Enter fullscreen mode

Exit fullscreen mode

Word: Guarantee that you’ve curl put in. Set up it with sudo apt set up curl or brew set up curl if you’re on macOS.

I needed to pipe the curl request with a bunch of head and tail instructions simply to seize the ASCII Artwork of the shark.



Even cooler 🌈

Pipe the above command with lolcat to see the shark in rainbow colours!

curl -s https://hacktoberfest.com/profile/ | head -n40 | tail -n40 | tail -n39 | lolcat
Enter fullscreen mode

Exit fullscreen mode

Word: Guarantee that you’ve lolcatbrew set up lolcat

It’ll look one thing like this –

asciiart

You possibly can additionally merely view the shark by visiting Hacktoberfest profile and verify the console from dev instruments.



Progress report

You may see the progress report of your PRs by visiting Hacktoberfest profile. Initially, the standing of your PRs will likely be 0/4 and as you do extra PRs, the standing will change to 1/4, 2/4 and so forth. When you’ve got completed all 4 PR and saved doing extra PRs, the standing will look one thing like this – 4 + .. /4. At present, I’ve accomplished all 4 PRs and have completed 1 extra PRs. The standing appears like this – 4 + 1 /4.

progressreport



Darkish mode

I have not participated in Hacktoberfest earlier than however I’ve heard that there have been solely white t-shirts obtainable. This 12 months, you possibly can select between a white or darkish t-shirt.



Dev badge

Dev has a particular and unique-looking badge for each Hacktoberfest. When you accomplished 4 PRs, you’ll be rewarded with a particular badge together with this message.

devbadge

The badge of this 12 months appears fascinating –

badge



Holopin

I very often get pleasure from messing with my badge board in Holopin, this board lets me pin my badges and current the Hacktoberfest achievements I’ve made. Holopin obtained launched this 12 months together with Hacktoberfest and for those who had an account, you’ll get a singular badge for every PR you made. This was one of many encouraging elements for me to do extra PRs.

The badge board appears like this –

badgeboard

You may alter the badges by Shift + Click on and Drag to maneuver them round or Command + Click on to rotate. In addition they present a Markdown code to embed the badge board in your README.md file.



palpatine

I’ve been creating a CLI instrument referred to as palpatine for some time now. It’s a static website generator (SSG) written in C++ and nonetheless below growth, prepared for the assist of the neighborhood in GitHub. This Hacktoberfest, I skilled the position of a contributor in open supply however within the subsequent Hacktoberfest, I will likely be taking part as a maintainer of palpatine!

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

- Advertisment -
Google search engine

Most Popular

Recent Comments