|
| 1 | +theme: |
| 2 | + color: |
| 3 | + background: "#2a0a2a" |
| 4 | +index: |
| 5 | + parts: |
| 6 | + - title: links |
| 7 | + type: links-only |
| 8 | + description: "" |
| 9 | + links: |
| 10 | + - title: GitHub |
| 11 | + url: https://github.com/mtib |
| 12 | + - title: LinkedIn |
| 13 | + url: https://www.linkedin.com/in/mtib/ |
| 14 | + - title: CV |
| 15 | + url: /assets/cv.pdf |
| 16 | + - title: posts |
| 17 | + type: links-only |
| 18 | + description: | |
| 19 | + WIP - migrating from client-side rendered markdown to static HTML. Check my |
| 20 | + <a href="https://github.com/mtib?tab=repositories" target="_blank" rel="noopener noreferrer"> |
| 21 | + GitHub repositories</a> for what I am working on. |
| 22 | + links: [] |
| 23 | + - title: apps |
| 24 | + type: apps |
| 25 | + apps: |
| 26 | + - title: no-bs countdown |
| 27 | + description: | |
| 28 | + A fully client-side, static HTML countdown timer, with no ads or accounts or price. All data is |
| 29 | + stored in the URL. |
| 30 | + links: |
| 31 | + - title: website |
| 32 | + url: https://blog.mtib.dev/no-bs-countdown/ |
| 33 | + - title: repository |
| 34 | + url: https://github.com/mtib/no-bs-countdown |
| 35 | + - title: no-bs spinner |
| 36 | + description: | |
| 37 | + A fully client-side, static HTML spinner, with no ads or accounts or price. All data is |
| 38 | + stored in the URL. |
| 39 | + links: |
| 40 | + - title: website |
| 41 | + url: https://blog.mtib.dev/no-bs-spinner/ |
| 42 | + - title: repository |
| 43 | + url: https://github.com/mtib/no-bs-spinner |
| 44 | + - title: esc.pos |
| 45 | + description: | |
| 46 | + A fully client-side, static HTML ESC/POS (thermal printer) UI. Using WebUSB to print on connected |
| 47 | + hardware without requiring any drivers. |
| 48 | + Prints any markdown (rendered in browser to ESC/POS bitmap commands). |
| 49 | + links: |
| 50 | + - title: website |
| 51 | + url: https://esc.pos.mtib.dev/ |
| 52 | + - title: repository |
| 53 | + url: https://github.com/mtib/esc-pos-generator |
| 54 | + - title: void |
| 55 | + description: | |
| 56 | + Web application to store, view and share markdown documents in a mostly write-only style, with |
| 57 | + powerful search and privacy (local encryption). |
| 58 | + links: |
| 59 | + - title: website |
| 60 | + url: https://void.mtib.dev/ |
| 61 | + - title: front-end repository |
| 62 | + url: https://github.com/mtib/void-frontend |
| 63 | + - title: back-end repository |
| 64 | + url: https://github.com/mtib/void-backend |
| 65 | + - title: papers |
| 66 | + type: apps |
| 67 | + apps: |
| 68 | + - title: "SplitBFT: Improving Byzantine Fault Tolerance Safety Using Trusted Compartments" |
| 69 | + links: |
| 70 | + - title: paper (ACM) |
| 71 | + url: https://dl.acm.org/doi/abs/10.1145/3528535.3531516 |
| 72 | + - title: Resilient Byzantine Fault-Tolerance using Multiple Trusted Execution Environments |
| 73 | + links: |
| 74 | + - title: paper |
| 75 | + url: /assets/papers/splitbft_resilient_consensus.pdf |
| 76 | + - title: slides |
| 77 | + url: /assets/slides/splitbft_resilient_consensus_slides.pdf |
| 78 | + - title: presentation |
| 79 | + url: https://www.youtube.com/watch?v=6fuUlrk3IDg |
| 80 | + - title: Microsecond Replication for Microsecond Applications |
| 81 | + links: |
| 82 | + - title: paper |
| 83 | + url: /assets/papers/ms_consensus.pdf |
| 84 | + - title: slides |
| 85 | + url: /assets/slides/ms_consensus_slides.pdf |
| 86 | + - title: Low Latency Byzantine Agreement using RDMA |
| 87 | + links: |
| 88 | + - title: paper |
| 89 | + url: /assets/papers/rdma_consensus.pdf |
| 90 | + - title: slides |
| 91 | + url: /assets/slides/rdma_consensus_slides.pdf |
| 92 | + - title: certifications |
| 93 | + type: links-only |
| 94 | + description: "" |
| 95 | + links: |
| 96 | + - title: Master of Science in Computer Science (Minor Mathematics) |
| 97 | + url: /assets/certs/ma_cert.pdf |
| 98 | + - title: Bachelor of Science in Computer Science |
| 99 | + url: /assets/certs/ba_cert.pdf |
| 100 | + - title: TT38 Talent Test |
| 101 | + url: /assets/certs/tt38_talent_test.pdf |
| 102 | + - title: "Predictive Index: Behaviour" |
| 103 | + url: /assets/certs/pi_behaviour.pdf |
| 104 | + - title: "Predictive Index: Cognitive" |
| 105 | + url: /assets/certs/pi_cognitive.pdf |
0 commit comments