{"id":16685331,"url":"https://github.com/wadaboa/wadaboa","last_synced_at":"2026-03-16T22:36:26.198Z","repository":{"id":87170689,"uuid":"282295048","full_name":"Wadaboa/Wadaboa","owner":"Wadaboa","description":"GitHub's special repository, such that its README.md will appear on my public profile","archived":false,"fork":false,"pushed_at":"2022-01-05T02:02:26.000Z","size":235,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-20T10:23:09.834Z","etag":null,"topics":["github-profile","github-profile-readme","github-secret"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Wadaboa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-24T18:56:51.000Z","updated_at":"2022-01-05T02:02:29.000Z","dependencies_parsed_at":"2023-03-13T19:44:50.997Z","dependency_job_id":null,"html_url":"https://github.com/Wadaboa/Wadaboa","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wadaboa%2FWadaboa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wadaboa%2FWadaboa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wadaboa%2FWadaboa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wadaboa%2FWadaboa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Wadaboa","download_url":"https://codeload.github.com/Wadaboa/Wadaboa/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243428422,"owners_count":20289315,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["github-profile","github-profile-readme","github-secret"],"created_at":"2024-10-12T14:46:58.974Z","updated_at":"2025-12-29T22:48:39.975Z","avatar_url":"https://github.com/Wadaboa.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"### Hi there \u003cimg src=\"https://raw.githubusercontent.com/Wadaboa/Wadaboa/master/wave.gif\" width=\"30px\"\u003e\n\n![Visitor Badge](https://visitor-badge.laobi.icu/badge?page_id=Wadaboa.Wadaboa)\n[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=102)](https://github.com/ellerbrock/open-source-badge/)\n[![Linkedin: alessio-falai](https://img.shields.io/badge/-Alessio%20Falai-blue?style=flat-square\u0026logo=Linkedin\u0026logoColor=white\u0026link=https://www.linkedin.com/in/alessio-falai/)](https://www.linkedin.com/in/alessio-falai/)\n\n#### 👨 About me\n```python\n#!/usr/bin/python\n# -*- coding: utf-8 -*-\n\n\nclass MySelf:\n\n    def __init__(self):\n        self.name = \"👀 Alessio Falai\"\n        self.languages = [\"🇮🇹 it_IT\", \"🇬🇧 en_GB\"]\n        self.education = {\n            \"BSc\": {\n                \"Degree\": \"🖥️ Computer Science\",\n                \"University\": \"🟦 Florence\"\n            },\n            \"MSc\": {\n                \"Degree\": \"🤖 Artificial Intelligence\",\n                \"University\": \"🟥 Bologna\"\n            }\n        ]\n        self.roles = [\"👨‍🔬 Applied/Data Scientist\", \"🧑‍💻 Software Engineer\"]\n        self.hobbies = [\"⌨️ Mechanical keyboards\", \"📸 Photography\", \"🌍 Travelling\", \"🎒 Backpacks\"]\n        self.interests = [\"💬 TTS\", \"🌳 GNNs\"]\n        self.website = [\"🌐 https://alessiofalai.it\"]\n\n    def hello(self):\n        print(\"Thanks for dropping by, hope you find some of my work interesting.\")\n\n\nme = MySelf()\nme.hello()\n```\n\n#### 📊 Some statistics\n\n\u003ca href=\"https://github.com/Wadaboa/\"\u003e\n  \u003cimg align=\"center\" src=\"https://github-readme-stats.vercel.app/api/top-langs/?username=Wadaboa\u0026hide=html\" /\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/Wadaboa/\"\u003e\n  \u003cimg align=\"center\" src=\"https://github-readme-stats.vercel.app/api?username=Wadaboa\u0026count_private=true\u0026show_icons=true\u0026line_height=33\" alt=\"Wadaboa's github stats\" /\u003e\n\u003c/a\u003e\n\n#### 📕 Latest blog posts\n\u003c!-- BLOG-POST-LIST:START --\u003e\n- [Tackling the Flatland challenge](https://alessiofalai.it/blog/flatland-challenge)\n- [How to create an impressive GitHub profile README](https://alessiofalai.it/blog/github-profile-readme)\n- [Jekyll + Github Pages + Travis CI](https://alessiofalai.it/blog/jekyll-ghpages-travis)\n- [Java interfaces vs. Scala traits](https://alessiofalai.it/blog/scala-traits)\n- [The Euler number in blob analysis](https://alessiofalai.it/blog/euler-number)\n\u003c!-- BLOG-POST-LIST:END --\u003e\n\n#### ⚡ Recent GitHub activity\n\u003c!--START_SECTION:activity--\u003e\n1. ❗️ Closed issue [#2](https://github.com/Wadaboa/titanet/issues/2) in [Wadaboa/titanet](https://github.com/Wadaboa/titanet)\n\u003c!--END_SECTION:activity--\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwadaboa%2Fwadaboa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwadaboa%2Fwadaboa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwadaboa%2Fwadaboa/lists"}