Skip to content

ricalnet/ricalnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 

Repository files navigation

Oh, Hello There πŸ‘‹

Open Source Love
Yeah, because proprietary software is basically a crime against humanity.

#!/bin/bash

class_name="Risnanda Pascal"
role="Professional Cloud-Hater & Privacy Paranoid"
language_spoken=("id_ID", "en_US", "Sarcasm", "Systemd")
interests=("Yelling at cloud providers", "Hoarding data on my own hardware", "Pretending my homelab is a data center", "Reading privacy policies for fun")
tools=("Python", "Bash", "Wireshark (to see who's betraying me)", "Docker (for my 37 containers that could just be one binary)")

display_profile() {
    echo "=== Oh Wow, Another Visitor ==="
    echo "Name: $class_name"
    echo "Role: $role (I will judge your cloud usage)"
    echo "Languages: ${language_spoken[@]}"
    echo "Interests: ${interests[@]}"
    echo "Tools: ${tools[@]}"
}

say_hi() {
    echo "Thanks for stopping by. Hope you find my work interestingβ€”or at least more secure than your current setup."
}

display_profile
echo "---"
say_hi

πŸ“ Website & Blog

πŸ“” Featured Blog Posts

πŸ“ˆ Contribution Graph

Rical's Contribution Graph
Yes, I touch grass. But only after I've secured my SSH config.


PS: If you're not self-hosting at least 50% of your digital life, are you even living?
PPS: Your data called. It wants to leave the cloud.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors