-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d422219
commit 84a1068
Showing
6 changed files
with
174 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"title":"Wasm blog!??!?","id":"wasm","date":"Aug 23rd 2023","author":"badery","peek":"A short, real post on WASM!","md_name":"./posts/wasm.md"}] | ||
[{"title":"welcome, friend.","id":"welcome","date":"Oct 1st 2023","author":"bader","peek":"the start of something new, perhaps?","md_name":"./posts/welcome.md"}] |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
title: welcome, friend. | ||
id: welcome | ||
date: Oct 1st 2023 | ||
author: bader | ||
desc: the start of something new, perhaps? | ||
--- | ||
|
||
## hello. | ||
|
||
Most of this blog will probably be an informal, rant-like format. Over the years, I've been priveleged enough to have written on [Hackernoon](https://hackernoon.com/u/anormaljourney), which has gotten me pretty far. I mostly cover the following: | ||
|
||
- What the future of technology could look like. | ||
|
||
- Web3 and blockchain. More specifically, [Polkadot](https://polkadot.network) and [Substrate](https://substrate.io), as that is my current occupational interest. | ||
|
||
- Rust and WebAssembly. | ||
|
||
At the time of this writing, I work as a technical educatior at the [Web3 Foundation](https://web3.foundation), where I work on education surrounding blockchain engineering, design, and architecture. | ||
|
||
I usually like to explore nuanced topics that relate to all of these things above, such as rebuilding the [internet using ants](https://hackernoon.com/reinventing-the-internet-welcome-to-the-antinet-bog001). | ||
|
||
## FAQ | ||
|
||
### What was this blob built with? | ||
|
||
This blog was born out of my love for Rust. It was made using Yew, which is a fantastic way for me to avoid writing JavaScript. In short, Yew compiles to WebAssembly, a portable format that can be executed in almost any modern browser. | ||
|
||
### Isn't blockchain/web3 a hype industry? | ||
|
||
Not really. The technology is sound, the applications infinite, but the reality often disappointing. It will surely improve with time, as it has the potential to fundementally change how we define computation over the internet. | ||
|
||
### How do you say your name? | ||
|
||
I am not sure why you want to know, but Bader, Bay-der, Badder, Budder, or other pronounceations all work, as I really do not care. The list goes on, really any proncounation works. If you really want, pronounce it like Bed-e*rr*, but roll the _r_. | ||
|
||
If I got you to try saying it while reading this, my goal is complete. | ||
|
||
### What are you working on now? | ||
|
||
Check out my [GitHub](https://github.com/CrackTheCode016), it's the best place to stalk any projects. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters