You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/posts/taskerbot.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ tags: "discord"
5
5
---
6
6
7
7
Developing my latest project, a Discord bot called [Taskerbot](https://github.com/rsomonte/taskerbot), has been an interesting journey full of unexpected turns. The inspiration came from a bot I saw during an event on a Discord server that gamified tasks, and I decided to build my own version. This project quickly evolved into a valuable lesson in modern bot development, especially after a five-year hiatus from the Discord API.
description: Generate file hashes in the browser using Rust and WebAssembly.
5
+
---
6
+
<h1>Hasher</h1>
7
+
<p>Select a file no bigger than 1.5GB from your computer to calculate its hash using Rust and WebAssembly. The entire process runs locally in your browser.</p>
8
+
<p>Don't forget to choose which hashing algorithms you want to use.</p>
0 commit comments