-
-
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.
Install lightweight version of Emacs.
- Loading branch information
Showing
6 changed files
with
73 additions
and
55 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 |
---|---|---|
|
@@ -2,48 +2,53 @@ | |
#+AUTHOR: Will Medrano | ||
#+DATE: [2024-05-12 Sun] | ||
|
||
* About Me | ||
:PROPERTIES: | ||
:CUSTOM_ID: AboutMe-o46g18m057k0 | ||
:END: | ||
|
||
I'm Will and I work as a Software Engineer at Google. I deal with very big data during my day job. In my spare time I tinker with a variety of things like: | ||
I work as a Software Engineer at Google. I deal with very big data | ||
during my day job. In my spare time, I tinker with a variety of | ||
hobbies and tools like: | ||
|
||
- The Rust programming language. | ||
- Audio for music creation purposes. | ||
- Audio programming for music. | ||
- Ergonomic keyboards. | ||
- Tweaking Emacs. | ||
|
||
|
||
** Notable Open Source Work | ||
:PROPERTIES: | ||
:CUSTOM_ID: AboutMeNotableOpenSourceWork-mpn568q057k0 | ||
:END: | ||
|
||
|
||
*** Rust JACK | ||
:PROPERTIES: | ||
:CUSTOM_ID: AboutMeNotableOpenSourceWorkRustJACK-mqp568q057k0 | ||
:END: | ||
|
||
https://github.com/rustaudio/rust-jack is a Rust wrapper over JACK. JACK is the recommended Realtime audio API for Linux. | ||
|
||
|
||
*** wmidi | ||
:PROPERTIES: | ||
:CUSTOM_ID: AboutMeNotableOpenSourceWorkwmidi-hsr568q057k0 | ||
:END: | ||
|
||
https://github.com/rustaudio/wmidi is a midi encoding and decoding library. Midi is a widely used digital interface to communcate musical data such as note keypresses and parameter changes. | ||
|
||
|
||
*** livi-rs | ||
:PROPERTIES: | ||
:CUSTOM_ID: AboutMeNotableOpenSourceWorklivirs-ott568q057k0 | ||
:END: | ||
|
||
https://github.com/wmedrano/livi-rs is a Rust library for hosting LV2 plugins. | ||
|
||
|
||
** Links | ||
:PROPERTIES: | ||
:CUSTOM_ID: wmedranodotdevLinks-t35ajge047k0 | ||
:END: | ||
|
||
- [[https://github.com/wmedrano][GitHub profile]] | ||
- [[https://github.com/wmedrano/wmedrano.dev][Source Code]] | ||
- [[https://ko-fi.com/wmedrano][Donate on Ko-Fi]] | ||
- [[https://github.com/wmedrano/wmedrano.dev][Blog Source]] | ||
- [[https://github.com/sponsors/wmedrano][Sponsor on GitHub]] | ||
- [[mailto:[email protected]][Email]] |
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,3 +1,3 @@ | ||
#+TITLE: Posts | ||
|
||
- [[file:gitlab.org][Why I Don't Use GitLab]] | ||
- [[file:github-gitlab.org][GitHub or GitLab for Hobby 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
.content { | ||
padding: 1rem | ||
body { | ||
margin: auto; | ||
max-width: 50rem; | ||
padding: 1rem; | ||
font-family: verdana, sans; | ||
} |