From 61b085031099db49ff3180118cdce88644ba61b0 Mon Sep 17 00:00:00 2001 From: Sam Lyon Date: Sat, 31 Aug 2024 05:00:34 -0400 Subject: [PATCH] overhaul site style + landing page --- about/index.html | 63 ++++++++++---------------- assets/smb.css | 6 ++- assets/style.css | 78 +++++++++----------------------- blog/index.html | 45 ++++-------------- index.html | 63 ++++++++++++++------------ math/index.html | 2 +- resume/index.html | 46 +++++++------------ souleng/index.html | 2 +- writing/REPLACE/index.html | 44 ++++++------------ writing/apartment/index.html | 66 +++++++++++---------------- writing/cyber-heaven9/index.html | 44 ++++++------------ writing/exegenamine/index.html | 44 ++++++------------ writing/index.html | 66 +++++++++++---------------- writing/salvation/index.html | 44 ++++++------------ writing/skeleton/index.html | 44 ++++++------------ 15 files changed, 239 insertions(+), 418 deletions(-) diff --git a/about/index.html b/about/index.html index 4a3ef18..55a54bb 100644 --- a/about/index.html +++ b/about/index.html @@ -11,43 +11,30 @@ - -
-

about me

-

-

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

-

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

-

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 one submitted run on speedrun.com and have completed the game DUET as fast as possible on iOS. i've also dabbled in speedrunning both "Seedling" and "The End is Nigh".

-

i also like listening to music a lot. my last.fm is here. 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.

-

wow! here's an image of albums made in the 2020s that i really like:

- -

here's some websites where i consume media! i use backloggd to journal games i play. that site is mainly ripped from letterboxd which is what i use to track movies and (some) tv shows.

-

last updated 9 Dec 2022

-
+
+ +
+

about me

+

+

(note to reader: quite dated! will be updating soon!)

+

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

+

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

+

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 one submitted run on speedrun.com and have completed the game DUET as fast as possible on iOS. i've also dabbled in speedrunning both "Seedling" and "The End is Nigh".

+

i also like listening to music a lot. my last.fm is here. 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.

+

wow! here's an image of albums made in the 2020s that i really like:

+ +

here's some websites where i consume media! i use backloggd to journal games i play. that site is mainly ripped from letterboxd which is what i use to track movies and (some) tv shows.

+

last updated 9 Dec 2022

+
+
- \ No newline at end of file + diff --git a/assets/smb.css b/assets/smb.css index e728806..7843f7a 100644 --- a/assets/smb.css +++ b/assets/smb.css @@ -1,3 +1,7 @@ +body { + /* TODO: figure out nice dark colors for this */ +} + input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; @@ -25,4 +29,4 @@ table td:first-child { left: 0; background: #fff; z-index: 1 -} \ No newline at end of file +} diff --git a/assets/style.css b/assets/style.css index 18148b1..dbbfc1f 100644 --- a/assets/style.css +++ b/assets/style.css @@ -1,21 +1,24 @@ -#navbar { - position: fixed; - display: flex; - top: 0; - bottom: 0; - left: 0; - width: 10rem; - color: #fbf1c7 +body { + font-family: serif; + font-size: 16px; + color: #F8F8FC; + background: #111; +} + +div.content { + max-width: 800px; + padding: 2rem; + margin: auto; } -nav li { - list-style: none; - line-height: 2em +nav { + display: inline-block; } nav a { + padding: 0.2em; text-decoration: none; - color: var(--foreground) + color: var(--foreground); } nav a:hover, @@ -28,44 +31,8 @@ nav a:visited { color: var(--link-visited) } -nav a:active { - color: var(--link-active) -} - -@font-face { - font-display: swap; - font-family: "Fira Code"; - font-style: normal; - font-weight: 400; - src: url("fonts/FiraCode-Regular.woff") format("woff") -} - -@font-face { - font-display: swap; - font-family: "Fira Code"; - font-style: normal; - font-weight: 800; - src: url("fonts/FiraCode-Bold.woff") format("woff") -} - -body { - font-family: verdana, sans-serif; - font-size: 1rem; - line-height: 1.4; - text-rendering: optimizeLegibility; - -webkit-font-smoothing: antialiasing; - background: var(--background); - color: var(--foreground) -} - main { - max-width: 45rem; - padding: 2rem; - margin: auto -} - -main p { - padding-bottom: 1rem + line-height: 1.3; } main a { @@ -77,16 +44,15 @@ main a:visited { } main li { - margin: 0 0 10px 0 } main article:not(:last-of-type) { border-bottom: 1px solid var(--border-color) } -@media only screen and (max-device-width: 736px) { +@media only screen and (max-device-width: 736px) { main { - padding: 0rem + padding: 0rem; } } @@ -113,13 +79,13 @@ main article:not(:last-of-type) { .post-title a { color: inherit; - text-underline-position: under + text-underline-position: under; } .post-title a:visited { - color: var(--accent-visited) + color: var(--accent-visited); } .post-excerpt { - margin-top: 0rem -} \ No newline at end of file + margin-top: 0rem; +} diff --git a/blog/index.html b/blog/index.html index b43a7e8..f7f2bb1 100644 --- a/blog/index.html +++ b/blog/index.html @@ -12,48 +12,19 @@

blog posts

-
- -
+
diff --git a/index.html b/index.html index f5d6586..1cebe17 100644 --- a/index.html +++ b/index.html @@ -11,35 +11,40 @@ - -
-

sam (soulware)

-

studying computer science and mathematics at Northeastern University

-
+
+ +
+

soulware

+

hi, i'm sam.

+

i studied computer science & mathematics at Northeastern University and i'm now pursuing a Masters in computer science.

+

my main interests in this area are graphics, game development, and compilers (especially: type theory and memory safety)

+

outside of this, i'm interested in game design, reading/writing creatively, Critical Theory, and music, esp. local to boston

+

i'll be hacking on this site quite a bit in coming weeks - keep an eye out :-)

+ +

work

+

currently, i work at an early-stage startup as a lead engineer while pursuing my Masters +
+ previously, i worked as a software engineering intern at Starry and Warner Bros Games. +
+ i was also a TA for Northeastern's accelerated fundamentals of computer science course + +

games

+
    +
  • i helped with most aspects of darwinism for the gmtk 2024 game jam
  • +
  • i helped design and playtest Dizzy Wizards, a tabletop game you can print and play for free!
  • +
  • i made soulful 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.
  • +
  • i made super no touchy flooro in high school, based off a game i made as a kid - a platformer with 40+ levels (not all of which are fair..)
  • +
      +
+
diff --git a/math/index.html b/math/index.html index 45042aa..25ab5d7 100644 --- a/math/index.html +++ b/math/index.html @@ -262,4 +262,4 @@

Super Magic Box

- + \ No newline at end of file diff --git a/resume/index.html b/resume/index.html index 54c3581..5431904 100644 --- a/resume/index.html +++ b/resume/index.html @@ -11,36 +11,22 @@ - -
-

resume

-

-

currently working on this. if you need my resume feel free to contact me.

-
+
+ +
+

resume

+

+

if you need my resume feel free to contact me.

+
+
\ No newline at end of file diff --git a/souleng/index.html b/souleng/index.html index b189f01..1bc3790 100644 --- a/souleng/index.html +++ b/souleng/index.html @@ -137,4 +137,4 @@

Process and Postmortem

Ultimately, my game engine accomplished what it set out to do, and I'm happy with that component of it. The game development process in Python has as much power as it did in C++, but all of the parts of the engine which require high performance can still run in C++, including the game loop itself. This engine also adds some smaller features onto the previous iteration, including support for spritesheets (swapping textures), loading multiple scenes, and much more comprehensive input handling (handling all keys, and mouse clicks/motion).

There was still a lot I wish I could've accomplished for this project, as much of it was spent understanding the internals of pybind rather than focusing on more user-friendly features. Scenes in the game engine can be layed out in scene_startup in Python, but there is no GUI editor to accomplish this. Additionally, I would've liked to had this GUI editor parse the AST for any Python scenes, to detect any custom components and allow users to add them through the editor, as with a game engine like Unity. I would also add some more builtin components, for things like sound and animation- sound would be something that C++ is needed for, but even something like animation could be implemented from Python, which would be a good showcase of the potential of this scripting feature. I would give more thought to the memory model used for the game engine, possibly using a memory arena to manage lifetimes rather than shared pointers, to allow for more granular control over the lifetimes of game objects. Finally, I would like to evaluate the way I was using singleton data structures- they felt necessary at times, but there might've been room for some other construct (maybe even just static classes, since they need to live for the lifetime of the program).

- + \ No newline at end of file diff --git a/writing/REPLACE/index.html b/writing/REPLACE/index.html index 92ca85e..8748251 100644 --- a/writing/REPLACE/index.html +++ b/writing/REPLACE/index.html @@ -11,35 +11,21 @@ - -
-

IV. REPLACE

-

-
+
+ +
+

IV. REPLACE

+

+
+
\ No newline at end of file diff --git a/writing/apartment/index.html b/writing/apartment/index.html index 036c121..56ae55a 100644 --- a/writing/apartment/index.html +++ b/writing/apartment/index.html @@ -11,45 +11,31 @@ - -
-

I. Apartment

-

-

2027-07-25

-

there's something wrong with you. it's built into your skeleton, you suspect. you drink and look at yourself in the mirror on a tuesday night. just the same as your parents

-

you leave the bathroom and find the hallway as dark as you left it, but less populated. everybody's left, the chatter has ceased. it's not like you were a part of it anyways. your apartment is often lively, and at one point the cast of familiar faces provided a relief from the ins and outs of your life. but slowly it just became part of the latter and the only real escape was getting to be alone.

-

you search around the apartment for a hand to hold. maybe your girlfriend is still here, and you can take salvation there. you heard her laugh while your eyes glared scarlet into themselves, but she did say she had to go home. it's not unusual for her to make a sudden exit, and you know she doesn't like it when you get like this, all drunk, all messy. She has strict principles, that's what you like about her, and also what you hate about her, that she gets so easily frustrated. You sometimes wish that you had a different relationship, like the ones of your friends, who seem to drink and do drugs together with an elegance and an underlying care that doesn't need to be surfaced as often as she does so. But you also consider that maybe all of those relationships have guidelines and troubles too, and you've just not seen them aired out in public. Maybe everyone really does have problems with each other

-

Your friend roxie is asleep on the couch. she was watching an anime. this will do, you guess. you stumble into the kitchen first, taking the Brita filter out of the fridge. the crust on it stares back at you and its red light blinks with a violence. REPLACE, it demands, but you and your roommates haven't for months. nothing here is clean. the floor of the kitchen appears to be, but just underneath the lip of the floor cabinets are untold crumbs and their consumers, flitting around in search of a meal. you haven't seen any rodents yet, at least, so you don't worry too much. you wash a glass from the sink and pour it full of chilled, (un)filtered water. This is mainly so the next part doesn't make you puke

-

You return to the couch and empty out some small crystals onto the mirror on the living room table. this is exegenamine, an NMDA receptor antagonist, which has been making the rounds amongst your friends recently. it's got the dissociation which everyone wants nowadays, and of course, music sounds great. Exegenamine (hereon, exg) also, however, behaved in an oddly uniform way. it would provide a "narrative evaluation", so to speak. any "visions" or "discoveries" on exg would only manifest as direct commentaries on its user's self-narrative - their understanding of who they were, and how they came to be, and etc. Notably, it did not change this understanding- this was an exercise left to the reader, so to speak. you and your friends appreciated this - dabbling with acid and shrooms some years back was certainly fun, but there was only so much you could really get from them, you felt, and the collective understanding of these drugs- socially and scientifically- made subsequent uses feel less effective. Exg was under study regarding how it could deliver the same effects to every user, a textual self-criticism, but this was somewhat impeded by all the Schedule II red tape. It was also not very available, as its synthesis was known only to whomever kept putting it on the market. Bad exg existed of course, but it wasn't much different from ketamine - if you did enough, you'd realize it wasn't what you wanted. Fortunately, you knew someone who worked at the university's bio lab studying exegenamine, and he'd taken it upon himself to acquire a large batch for "research purposes".

-

you cut up the crystals with an old gift card- reserved explicitly for cutting up drugs, since you didn't want the residue all over your credit card. you took a few lines, each spaced out by a few minutes, and leaned back on the couch to catch up on whatever roxie was watching.

-

an episode had gone by since you began watching. Oh, you recognized the protagonist - this was Cyber Heaven9, but you'd never seen it. you just knew that it was generally acclaimed on the internet, that people would always take profile pictures of the main android, Exe, or otherwise Emp3, her sometimes sidekick/love interest (depending on who you asked). This episode Exe was climbing up a large cylindrical shaft, filled with computer terminals. It was a largely introspective episode, and as Exe continued her climb and questioned her place, you began yours, since the scanlines of the terminals began to dance in front of you as the exg kicked in.

-

it was time for a reflective episode, you had figured, thinking about the recommendations that julian had given you. you'd talked to him about the mirror thing before, how you'd stare into it and hate what you saw, and that actually prompted him to recommend you exg. you'd been trying to figure out the angle for it, since you didn't really know how freely he gave it out, being a research assistant and all- you should have figured the guy loved to have people try it. Anyways, talking with him at that house party, shoved into the corner of a couch with bodies all around you, you'd spoken to him honestly, and he'd understood. The same thing had happened to him. He'd hurt someone in the past, he said, and after that, looking in the mirror, it just made him see a violent, hideous man, a junkie, an addict, a zombie. This was exactly it. But exg had helped him, in a way the other research chemicals hadn't really. Since he had to come back to that moment in the mirror, and exg laid it all out for him. You appreciated that he didn't explain what he learned, though. talking with people who did drugs could sometimes ruin the whole thing. he'd said to take 5 lines to start, as it wasn't readily bioavailable through insufflation. he'd handed you the gram before leaving the party, and you wished you'd gotten his number.

-

you laid back and watched the chasm fade behind Exe, the critical process becoming clearer and clearer.

-
+
+ +
+

I. Apartment

+

+

2027-07-25

+

there's something wrong with you. it's built into your skeleton, you suspect. you drink and look at yourself in the mirror on a tuesday night. just the same as your parents

+

you leave the bathroom and find the hallway as dark as you left it, but less populated. everybody's left, the chatter has ceased. it's not like you were a part of it anyways. your apartment is often lively, and at one point the cast of familiar faces provided a relief from the ins and outs of your life. but slowly it just became part of the latter and the only real escape was getting to be alone.

+

you search around the apartment for a hand to hold. maybe your girlfriend is still here, and you can take salvation there. you heard her laugh while your eyes glared scarlet into themselves, but she did say she had to go home. it's not unusual for her to make a sudden exit, and you know she doesn't like it when you get like this, all drunk, all messy. She has strict principles, that's what you like about her, and also what you hate about her, that she gets so easily frustrated. You sometimes wish that you had a different relationship, like the ones of your friends, who seem to drink and do drugs together with an elegance and an underlying care that doesn't need to be surfaced as often as she does so. But you also consider that maybe all of those relationships have guidelines and troubles too, and you've just not seen them aired out in public. Maybe everyone really does have problems with each other

+

Your friend roxie is asleep on the couch. she was watching an anime. this will do, you guess. you stumble into the kitchen first, taking the Brita filter out of the fridge. the crust on it stares back at you and its red light blinks with a violence. REPLACE, it demands, but you and your roommates haven't for months. nothing here is clean. the floor of the kitchen appears to be, but just underneath the lip of the floor cabinets are untold crumbs and their consumers, flitting around in search of a meal. you haven't seen any rodents yet, at least, so you don't worry too much. you wash a glass from the sink and pour it full of chilled, (un)filtered water. This is mainly so the next part doesn't make you puke

+

You return to the couch and empty out some small crystals onto the mirror on the living room table. this is exegenamine, an NMDA receptor antagonist, which has been making the rounds amongst your friends recently. it's got the dissociation which everyone wants nowadays, and of course, music sounds great. Exegenamine (hereon, exg) also, however, behaved in an oddly uniform way. it would provide a "narrative evaluation", so to speak. any "visions" or "discoveries" on exg would only manifest as direct commentaries on its user's self-narrative - their understanding of who they were, and how they came to be, and etc. Notably, it did not change this understanding- this was an exercise left to the reader, so to speak. you and your friends appreciated this - dabbling with acid and shrooms some years back was certainly fun, but there was only so much you could really get from them, you felt, and the collective understanding of these drugs- socially and scientifically- made subsequent uses feel less effective. Exg was under study regarding how it could deliver the same effects to every user, a textual self-criticism, but this was somewhat impeded by all the Schedule II red tape. It was also not very available, as its synthesis was known only to whomever kept putting it on the market. Bad exg existed of course, but it wasn't much different from ketamine - if you did enough, you'd realize it wasn't what you wanted. Fortunately, you knew someone who worked at the university's bio lab studying exegenamine, and he'd taken it upon himself to acquire a large batch for "research purposes".

+

you cut up the crystals with an old gift card- reserved explicitly for cutting up drugs, since you didn't want the residue all over your credit card. you took a few lines, each spaced out by a few minutes, and leaned back on the couch to catch up on whatever roxie was watching.

+

an episode had gone by since you began watching. Oh, you recognized the protagonist - this was Cyber Heaven9, but you'd never seen it. you just knew that it was generally acclaimed on the internet, that people would always take profile pictures of the main android, Exe, or otherwise Emp3, her sometimes sidekick/love interest (depending on who you asked). This episode Exe was climbing up a large cylindrical shaft, filled with computer terminals. It was a largely introspective episode, and as Exe continued her climb and questioned her place, you began yours, since the scanlines of the terminals began to dance in front of you as the exg kicked in.

+

it was time for a reflective episode, you had figured, thinking about the recommendations that julian had given you. you'd talked to him about the mirror thing before, how you'd stare into it and hate what you saw, and that actually prompted him to recommend you exg. you'd been trying to figure out the angle for it, since you didn't really know how freely he gave it out, being a research assistant and all- you should have figured the guy loved to have people try it. Anyways, talking with him at that house party, shoved into the corner of a couch with bodies all around you, you'd spoken to him honestly, and he'd understood. The same thing had happened to him. He'd hurt someone in the past, he said, and after that, looking in the mirror, it just made him see a violent, hideous man, a junkie, an addict, a zombie. This was exactly it. But exg had helped him, in a way the other research chemicals hadn't really. Since he had to come back to that moment in the mirror, and exg laid it all out for him. You appreciated that he didn't explain what he learned, though. talking with people who did drugs could sometimes ruin the whole thing. he'd said to take 5 lines to start, as it wasn't readily bioavailable through insufflation. he'd handed you the gram before leaving the party, and you wished you'd gotten his number.

+

you laid back and watched the chasm fade behind Exe, the critical process becoming clearer and clearer.

+
+
- + \ No newline at end of file diff --git a/writing/cyber-heaven9/index.html b/writing/cyber-heaven9/index.html index cb15c64..f69d815 100644 --- a/writing/cyber-heaven9/index.html +++ b/writing/cyber-heaven9/index.html @@ -11,35 +11,21 @@ - -
-

VI. Cyber Heaven9

-

-
+
+ +
+

VI. Cyber Heaven9

+

+
+
\ No newline at end of file diff --git a/writing/exegenamine/index.html b/writing/exegenamine/index.html index 2a765c1..db60245 100644 --- a/writing/exegenamine/index.html +++ b/writing/exegenamine/index.html @@ -11,35 +11,21 @@ - -
-

V. Exegenamine

-

-
+
+ +
+

V. Exegenamine

+

+
+
\ No newline at end of file diff --git a/writing/index.html b/writing/index.html index a738143..4b3ed5a 100644 --- a/writing/index.html +++ b/writing/index.html @@ -11,45 +11,31 @@ - -
-
-

writing

-
-
- -
-
+
+ +
+
+

writing

+
+
+ +
+
+
- + \ No newline at end of file diff --git a/writing/salvation/index.html b/writing/salvation/index.html index 5c17ed5..6431637 100644 --- a/writing/salvation/index.html +++ b/writing/salvation/index.html @@ -11,35 +11,21 @@ - -
-

III. Salvation

-

-
+
+ +
+

III. Salvation

+

+
+
\ No newline at end of file diff --git a/writing/skeleton/index.html b/writing/skeleton/index.html index c073ab0..84115f1 100644 --- a/writing/skeleton/index.html +++ b/writing/skeleton/index.html @@ -11,35 +11,21 @@ - -
-

II. Skeleton

-

-
+
+ +
+

II. Skeleton

+

+
+
\ No newline at end of file