Skip to content
View ricalnet's full-sized avatar

Block or report ricalnet

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ricalnet/README.md

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.

Popular repositories Loading

  1. prabu-incognito prabu-incognito Public

    A collection of tools for maintaining anonymity, privacy, and security.

    Shell 2

  2. CalDownloader CalDownloader Public

    Python script for downloading social media content.

    Python 1

  3. DynamicArchive DynamicArchive Public

    Protect your file and folder backups with high-grade encryption tools.

    Shell 1

  4. WebRTC WebRTC Public

    JavaScript

  5. file-eraser-x1 file-eraser-x1 Public

    Anti-forensic file shredder.

    Python

  6. browser browser Public

    Additional privacy tool for browsers: an alternative to incognito window. Built using Python.

    Python