Skip to content

Commit

Permalink
fixed many things
Browse files Browse the repository at this point in the history
  • Loading branch information
BRA1L0R committed Nov 3, 2024
1 parent 43cbd8e commit a8c6675
Show file tree
Hide file tree
Showing 4 changed files with 139 additions and 58 deletions.
62 changes: 44 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 27 additions & 13 deletions pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,44 @@ date: "2023-04-22"
hidden: true
---

<img
src="https://avatars.githubusercontent.com/u/17928339?v=4"
style="border-radius: 100%; width: 100px; margin: 5px 0px 0px 0px; border: 1px solid var(--accent-color);"
<img
src="https://avatars.githubusercontent.com/u/17928339?v=4"
style="border-radius: 100%; width: 100px; margin: 5px 0px 0px 0px; border: 1px solid var(--accent-color);"
align="right"
/>
<h1>About me</h1>

Hi I'm Pietro (18M).
Hi I'm Pietro (18M).

My fields of interest are: embedded systems, cybersecurity, electronics and network programming.
My fields of interest are: embedded systems, cybersecurity, electronics and network programming.

I work mainly as freelancer but I maintain open-source in my spare time.
I work mainly as freelancer but I maintain open-source in my spare time.

Here are some useful contact links: [**LinkedIn**](https://www.linkedin.com/in/pietro-tamilia-3a9168238/), [Telegram](https://t.me/stack_smash). Checkout my **[GitHub](https://github.com/BRA1L0R)** page to get a taste of what I like working on.

### Open source projects:
- [hopper-rs](https://github.com/BRA1L0R/hopper-rs): an L7 reverse proxy for Minecraft. It supports metrics exporting and dynamic reloading.
- [netherite-rs](https://github.com/BRA1L0R/netherite-rs): Rust library for the Minecraft protocol. It has all the basic building blocks for implementing your own packets through procedural macros.
- [morse-gadget](https://github.com/BRA1L0R/morse-gadget): A very elaborate electronics-related Valentine's day gift. A blog post about it is coming soon
- [deezer-bot](https://github.com/Stockpesce/deezer-bot): Open source alternative to many music bots on Telegram.
- [hyperlight](https://github.com/hyperlightjs/hyperlight) (discontinued): A JavaScript framework for building server side rendered applications with Hyperapp.
<br>

### My open source projects:
<details>
<summary>A list of projects I'm working/I've worked on</summary>

- **Networking**:
- [hopper-rs](https://github.com/BRA1L0R/hopper-rs): an L7 reverse proxy for Minecraft. It supports metrics exporting and dynamic reloading.
- [netherite-rs](https://github.com/BRA1L0R/netherite-rs): Rust library for the Minecraft protocol. It has all the basic building blocks for implementing your own packets through procedural macros.
- **Embedded**:
- [alvik-idf](https://github.com/BRA1L0R/alvik-idf-rs): Library for interfacing with the Alvik hardware on esp32 with IDF on Rust.
- [ucpack](https://github.com/BRA1L0R/ucpack):
- [morse-gadget](https://github.com/BRA1L0R/morse-gadget): A very elaborate electronics-related Valentine's day gift. A blog post about it is coming soon
- **Miscellaneous**:
- [xdp-loader](https://github.com/hyperlightjs/hyperlight): Load XDP programs through CLI. Has support for `aya-bpf` logging.
- [deezer-bot](https://github.com/Stockpesce/deezer-bot): Open source alternative to many music bots on Telegram.
- [hyperlight](https://github.com/hyperlightjs/hyperlight) (discontinued): A JavaScript framework for building server side rendered applications with Hyperapp.

</details>

<br>
<br>


{{#each pages}}
{{#unless metadata.hidden}}
Expand All @@ -42,4 +56,4 @@ Here are some useful contact links: [**LinkedIn**](https://www.linkedin.com/in/p
---

{{/unless}}
{{/each}}
{{/each}}
Loading

0 comments on commit a8c6675

Please sign in to comment.