-
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
Showing
15 changed files
with
239 additions
and
418 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,43 +11,30 @@ | |
</head> | ||
|
||
<body> | ||
<nav id="navbar"> | ||
<ul class="bar"> | ||
<li> | ||
<a href="/">home</a> | ||
</li> | ||
<li> | ||
<a href="/about">about me</a> | ||
</li> | ||
<li> | ||
<a href="/writing">writing</a> | ||
</li> | ||
<li> | ||
<a href="/resume">resume</a> | ||
</li> | ||
<li> | ||
<a href="mailto:[email protected]">email</a> | ||
</li> | ||
<li> | ||
<a href="https://github.com/soulwa">github</a> | ||
</li> | ||
<li> | ||
<a href="https://soulware.itch.io">itch.io</a> | ||
</li> | ||
</ul> | ||
</nav> | ||
<main> | ||
<h1 class="title"> about me </h1> | ||
<p class="subtitle"><strong></strong></p> | ||
<p>hey! i'm sam, i go by "soulware" in most corners of the web (that i can get the username), and "qsa" in still other parts. here are some things about me</p> | ||
<p>i love computer science. it's really fun to solve problems and understand the tech we use daily inside and out. i've been especially interested in compilers and type theory lately. i'm also a big fan of reverse engineering and decompilation projects</p> | ||
<p>i really like playing, analyzing, and making games. some of them are on itch.io and github. i also love speedrunning but so far i've been more of a spectator. i have <a href="https://www.speedrun.com/tf/run/m79g905y">one submitted run</a> on <a href="https://www.speedrun.com/">speedrun.com</a> and have completed the game <a href="https://www.duetgame.com/">DUET</a> as fast as possible on iOS. i've also dabbled in speedrunning both "Seedling" and "The End is Nigh". </p> | ||
<p>i also like listening to music a lot. my last.fm is <a href="https://www.last.fm/user/soulware_">here</a>. at the moment i'm enjoying digital hardcore, breakcore, general dnb stuff, "ethereal" music, and various rap genres. some of my favorite artists right now are Machine Girl, miya lowe/evaboy, Sudan Archives, pink siifu, Grouper, Death Grips, Bladee (generally drain gang), Lauren Bousfield, and The Garden.</p> | ||
<p>wow! here's an image of albums made in the 2020s that i really like:</p> | ||
<img src="https://soulware.us/processed_images/topsters2020-2022.c512c423d7967f87.png" /> | ||
<p>here's some websites where i consume media! i use <a href="https://www.backloggd.com/u/soulware/">backloggd</a> to journal games i play. that site is mainly ripped from <a href="https://letterboxd.com/soulware/">letterboxd</a> which is what i use to track movies and (some) tv shows.</p> | ||
<p>last updated 9 Dec 2022</p> | ||
</main> | ||
<div class="content"> | ||
<nav id="navbar"> | ||
<a href="/">home</a> | ||
<a href="/about">about</a> | ||
<a href="/writing">writing</a> | ||
<a href="/resume">resume</a> | ||
<a href="mailto:[email protected]">email</a> | ||
<a href="https://github.com/soulwa">github</a> | ||
<a href="https://soulware.itch.io">itch.io</a> | ||
</nav> | ||
<main> | ||
<h1 class="title"> about me </h1> | ||
<p class="subtitle"><strong></strong></p> | ||
<h2>(note to reader: quite dated! will be updating soon!)</h2> | ||
<p>hey! i'm sam, i go by "soulware" in most corners of the web (that i can get the username), and "qsa" in still other parts. here are some things about me</p> | ||
<p>i love computer science. it's really fun to solve problems and understand the tech we use daily inside and out. i've been especially interested in compilers and type theory lately. i'm also a big fan of reverse engineering and decompilation projects</p> | ||
<p>i really like playing, analyzing, and making games. some of them are on itch.io and github. i also love speedrunning but so far i've been more of a spectator. i have <a href="https://www.speedrun.com/tf/run/m79g905y">one submitted run</a> on <a href="https://www.speedrun.com/">speedrun.com</a> and have completed the game <a href="https://www.duetgame.com/">DUET</a> as fast as possible on iOS. i've also dabbled in speedrunning both "Seedling" and "The End is Nigh". </p> | ||
<p>i also like listening to music a lot. my last.fm is <a href="https://www.last.fm/user/soulware_">here</a>. at the moment i'm enjoying digital hardcore, breakcore, general dnb stuff, "ethereal" music, and various rap genres. some of my favorite artists right now are Machine Girl, miya lowe/evaboy, Sudan Archives, pink siifu, Grouper, Death Grips, Bladee (generally drain gang), Lauren Bousfield, and The Garden.</p> | ||
<p>wow! here's an image of albums made in the 2020s that i really like:</p> | ||
<img src="/assets/processed_images/topsters2020-2022.c512c423d7967f87.png" /> | ||
<p>here's some websites where i consume media! i use <a href="https://www.backloggd.com/u/soulware/">backloggd</a> to journal games i play. that site is mainly ripped from <a href="https://letterboxd.com/soulware/">letterboxd</a> which is what i use to track movies and (some) tv shows.</p> | ||
<p>last updated 9 Dec 2022</p> | ||
</main> | ||
</div> | ||
</body> | ||
|
||
</html> | ||
</html> |
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 |
---|---|---|
|
@@ -12,48 +12,19 @@ | |
|
||
<body> | ||
<nav id="navbar"> | ||
<ul class="bar"> | ||
<li> | ||
<a href="/">home</a> | ||
</li> | ||
<li> | ||
<a href="/about">about me</a> | ||
</li> | ||
<li> | ||
<a href="/writing">writing</a> | ||
</li> | ||
<li> | ||
<a href="/resume">resume</a> | ||
</li> | ||
<li> | ||
<a href="mailto:[email protected]">email</a> | ||
</li> | ||
<li> | ||
<a href="https://github.com/soulwa">github</a> | ||
</li> | ||
<li> | ||
<a href="https://soulware.itch.io">itch.io</a> | ||
</li> | ||
</ul> | ||
<a href="/">home</a> | ||
<a href="/about">about</a> | ||
<a href="/writing">writing</a> | ||
<a href="/resume">resume</a> | ||
<a href="mailto:[email protected]">email</a> | ||
<a href="https://github.com/soulwa">github</a> | ||
<a href="https://soulware.itch.io">itch.io</a> | ||
</nav> | ||
<main> | ||
<div class="container"> | ||
<h1 class="title"> blog posts </h1> | ||
</div> | ||
<div class="container"> | ||
<ul style="list-style-type: none; padding-left: 0;"> | ||
<div class="container"> | ||
<li> | ||
<a href="/assets/blog/test/"> hello new world </a> | ||
</li> | ||
</div> | ||
<div class="container"> | ||
<li> | ||
<a href="/assets/blog/first/"> hello world! </a> | ||
</li> | ||
</div> | ||
</ul> | ||
</div> | ||
<div class="container"></div> | ||
</main> | ||
</body> | ||
|
||
|
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 |
---|---|---|
|
@@ -11,35 +11,40 @@ | |
</head> | ||
|
||
<body> | ||
<nav id="navbar"> | ||
<ul class="bar"> | ||
<li> | ||
<a href="/">home</a> | ||
</li> | ||
<li> | ||
<a href="/about">about me</a> | ||
</li> | ||
<li> | ||
<a href="/writing">writing</a> | ||
</li> | ||
<li> | ||
<a href="/resume">resume</a> | ||
</li> | ||
<li> | ||
<a href="mailto:[email protected]">email</a> | ||
</li> | ||
<li> | ||
<a href="https://github.com/soulwa">github</a> | ||
</li> | ||
<li> | ||
<a href="https://soulware.itch.io">itch.io</a> | ||
</li> | ||
</ul> | ||
</nav> | ||
<main> | ||
<h1 class="title"> sam (soulware) </h1> | ||
<p> studying computer science and mathematics at Northeastern University </p> | ||
</main> | ||
<div class="content"> | ||
<nav id="navbar"> | ||
<a href="/">home</a> | ||
<a href="/about">about</a> | ||
<a href="/writing">writing</a> | ||
<a href="/resume">resume</a> | ||
<a href="mailto:[email protected]">email</a> | ||
<a href="https://github.com/soulwa">github</a> | ||
<a href="https://soulware.itch.io">itch.io</a> | ||
</nav> | ||
<main> | ||
<h1 class="title">soulware</h1> | ||
<p> hi, i'm <strong>sam</strong>. </p> | ||
<p> i studied computer science & mathematics at Northeastern University and i'm now pursuing a Masters in computer science. </p> | ||
<p> my main interests in this area are <strong>graphics</strong>, <strong>game development</strong>, and <strong>compilers</strong> (especially: type theory and memory safety)</p> | ||
<p> outside of this, i'm interested in game design, reading/writing creatively, Critical Theory, and music, esp. local to boston </p> | ||
<p>i'll be hacking on this site quite a bit in coming weeks - keep an eye out :-)</p> | ||
|
||
<h3> work </h3> | ||
<p> currently, i work at an early-stage startup as a lead engineer while pursuing my Masters | ||
<br /> | ||
previously, i worked as a software engineering intern at <a href="https://starry.com/">Starry</a> and <a href="https://warnerbrosgames.com/">Warner Bros Games</a>. | ||
<br /> | ||
i was also a TA for Northeastern's <strong>accelerated</strong> fundamentals of computer science course | ||
|
||
<h3> games </h3> | ||
<ul> | ||
<li>i helped with most aspects of <a href="https://xenozane.itch.io/darwinism">darwinism</a> for the gmtk 2024 game jam</li> | ||
<li>i helped design and playtest <a href="https://dizzywizards.com/">Dizzy Wizards</a>, a tabletop game you can print and play for free!</li> | ||
<li>i made <a href="https://github.com/soulwa/soulful">soulful</a> back during COVID's quarantine- only code is available. the idea for this game was having a rhythm game where the way you made and played beatmaps was the same.</li> | ||
<li>i made <a href="https://soulware.itch.io/super-no-touchy-flooro"><strong>super</strong> no touchy flooro</a> in high school, based off a game i made as a kid - a platformer with 40+ levels (not all of which are fair..)</li> | ||
<ul> | ||
</main> | ||
</div> | ||
</body> | ||
|
||
</html> |
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 |
---|---|---|
|
@@ -262,4 +262,4 @@ <h1>Super Magic Box</h1> | |
</math> | ||
</p> | ||
<script src="/assets/scripts/smb.js"></script> | ||
</body> | ||
</body> |
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 |
---|---|---|
|
@@ -11,36 +11,22 @@ | |
</head> | ||
|
||
<body> | ||
<nav id="navbar"> | ||
<ul class="bar"> | ||
<li> | ||
<a href="/">home</a> | ||
</li> | ||
<li> | ||
<a href="/about">about me</a> | ||
</li> | ||
<li> | ||
<a href="/writing">writing</a> | ||
</li> | ||
<li> | ||
<a href="/resume">resume</a> | ||
</li> | ||
<li> | ||
<a href="mailto:[email protected]">email</a> | ||
</li> | ||
<li> | ||
<a href="https://github.com/soulwa">github</a> | ||
</li> | ||
<li> | ||
<a href="https://soulware.itch.io">itch.io</a> | ||
</li> | ||
</ul> | ||
</nav> | ||
<main> | ||
<h1 class="title"> resume </h1> | ||
<p class="subtitle"><strong></strong></p> | ||
<p>currently working on this. if you need my resume feel free to contact me.</p> | ||
</main> | ||
<div class="content"> | ||
<nav id="navbar"> | ||
<a href="/">home</a> | ||
<a href="/about">about</a> | ||
<a href="/writing">writing</a> | ||
<a href="/resume">resume</a> | ||
<a href="mailto:[email protected]">email</a> | ||
<a href="https://github.com/soulwa">github</a> | ||
<a href="https://soulware.itch.io">itch.io</a> | ||
</nav> | ||
<main> | ||
<h1 class="title"> resume </h1> | ||
<p class="subtitle"><strong></strong></p> | ||
<p>if you need my resume feel free to contact me.</p> | ||
</main> | ||
</div> | ||
</body> | ||
|
||
</html> |
Oops, something went wrong.