<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.8.5">Jekyll</generator><link href="https://ljhan.github.io/feed.xml" rel="self" type="application/atom+xml" /><link href="https://ljhan.github.io/" rel="alternate" type="text/html" /><updated>2020-04-12T23:14:05-07:00</updated><id>https://ljhan.github.io/feed.xml</id><title type="html">✨bloggu✨</title><author><name>˗ˏˋ alyssa ˊˎ˗</name></author><entry><title type="html">welcome back :^)</title><link href="https://ljhan.github.io/welcome-back/" rel="alternate" type="text/html" title="welcome back :^)" /><published>2020-04-12T00:00:00-07:00</published><updated>2020-04-12T00:00:00-07:00</updated><id>https://ljhan.github.io/welcome-back</id><content type="html" xml:base="https://ljhan.github.io/welcome-back/">&lt;p&gt;back and better than before with a fresh update and qol fixes ^_^&lt;/p&gt;</content><author><name>˗ˏˋ alyssa ˊˎ˗</name></author><category term="me" /><summary type="html">back and better than before with a fresh update and qol fixes ^_^</summary></entry><entry><title type="html">Big Moo, Big Ideas</title><link href="https://ljhan.github.io/big-moo-big-ideas/" rel="alternate" type="text/html" title="Big Moo, Big Ideas" /><published>2016-12-21T00:00:00-08:00</published><updated>2016-12-21T00:00:00-08:00</updated><id>https://ljhan.github.io/big-moo-big-ideas</id><content type="html" xml:base="https://ljhan.github.io/big-moo-big-ideas/">&lt;p&gt;Throwback to &lt;a href=&quot;http://wildhacks.org/&quot; target=&quot;_blank&quot;&gt;Wildhacks 2016&lt;/a&gt;!  Hosted at Northwestern, this was the first hackathon I attended back in 2014.  Now, this is my 5th hackathon :)  My best friend from high school &lt;a href=&quot;https://github.com/gmnicke2&quot; target=&quot;_blank&quot;&gt;G&lt;/a&gt; came from UIUC to make something cool, and we wanted to keep the project relatively freeform and lowkey - we just wanted to have fun, especially with the increasingly intense pressures from school (heh).  Since receiving my &lt;a href=&quot;https://vr.google.com/cardboard/&quot; target=&quot;_blank&quot;&gt;Google Cardboard&lt;/a&gt; at Grace Hopper, I’ve really wanted to make music-related VR experience for the platform.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://ljhan.github.io/images/big-moo-egg.png&quot; alt=&quot;&quot; /&gt;
(the egg that started it all)&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Let’s get down to our process, shall we?&lt;/em&gt;&lt;/p&gt;

&lt;h2 id=&quot;friday-november-18th-2016&quot;&gt;Friday, November 18th 2016&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;We found a really amazing library for making VR experiences using web technology, &lt;a href=&quot;https://webvr.info/&quot; target=&quot;_blank&quot;&gt;WebVR&lt;/a&gt;, and from this we found the framework we would ultimately use, &lt;a href=&quot;https://aframe.io/&quot; target=&quot;_blank&quot;&gt;A-Frame&lt;/a&gt; (It’s pure magic!!! Do check out their dazzling samples)&lt;/li&gt;
  &lt;li&gt;After forking the A-Frame repo, we began brainstorming concepts (including: sampling beats on 3D objects, visualizing music in VR, incorporating moos and quacks (some longrunning jokes between us), and creating a music player with ‘sick visuals’)&lt;/li&gt;
  &lt;li&gt;We familiarized ourselves with the framework by playing around with the Hello World demo and the provided boilerplate&lt;/li&gt;
  &lt;li&gt;and created a Slack channel to keep all of our links and files neatly organized in one place&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;(no, we did not pull all nighters - 36 hours are brutal)&lt;/p&gt;

&lt;h2 id=&quot;saturday-november-19th-2016&quot;&gt;Saturday, November 19th 2016&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;We set up our repo with a Github pages branch (had to brush up on my git!)&lt;/li&gt;
  &lt;li&gt;and tested the Hello World demo&lt;/li&gt;
  &lt;li&gt;For our music, we selected and downloaded various sample packs from &lt;a href=&quot;https://primeloops.com/&quot; target=&quot;_blank&quot;&gt;Prime Loops&lt;/a&gt;, and then combed through them to find suitable tracks and sound bites&lt;/li&gt;
  &lt;li&gt;Now, the learning phase - we went through the tutorials and documentation, slowly picking apart the Metaverse demo, changing and adding entities (mostly geometric shapes) to the scene&lt;/li&gt;
  &lt;li&gt;We figured out how to change the “sky” to a custom galaxy background, as well as make entities animated and interactive (finally we can play music!)&lt;/li&gt;
  &lt;li&gt;There are several types of interactive shapes in our scene: 
    1. a loopy, morphing overhead “sun” shape that continuously plays a looping track
    &lt;ol&gt;
      &lt;li&gt;several linked geometric shapes playing samples that are controlled by a central shape that acts like a switch&lt;/li&gt;
      &lt;li&gt;other spinning geometric shapes that play and pause music&lt;/li&gt;
      &lt;li&gt;orbiting stars to add visual interest and contribute to the space theme&lt;/li&gt;
      &lt;li&gt;a cat and a dog (that meow and bark, respectively, when you look at them)&lt;/li&gt;
      &lt;li&gt;lots of random foods, many of which use textures (cos we had free time and wanted to make goofy items floating in space) - how many can you spot?&lt;/li&gt;
    &lt;/ol&gt;
  &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;img src=&quot;https://ljhan.github.io/images/big-moo-cats.png&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://ljhan.github.io/images/big-moo-dog.png&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;sunday-november-20th-2016&quot;&gt;Sunday, November 20th 2016&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;We wrapped up the night before, so we submitted in the morning&lt;/li&gt;
  &lt;li&gt;and celebrated a successful, goofy hackathon weekend with brunch :)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;img src=&quot;https://ljhan.github.io/images/big-moo-shapes.png&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Overall, I was blown away by how much A-Frame streamlines the process of creating a VR experience!  I’ve taken a computer graphics course in which we had to code even the simples shapes from scratch in WebGL, no libraries or anything.  We really appreciated that A-Frame handles the camera, shading, basic geometries, clicks, converting between normal and VR views.  Our project was just one html document - pure magic.  This was the smoothest, most stress-free hack I’ve ever done!&lt;/p&gt;

&lt;p&gt;Try &lt;a href=&quot;https://gmnicke2.github.io/big-moo-big-ideas&quot; target=&quot;_blank&quot;&gt;Big Moo, Big Ideas&lt;/a&gt; for yourself on either web or mobile!  (Source code &lt;a href=&quot;https://github.com/gmnicke2/big-moo-big-ideas&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;)  We’d love to hear what you think.  Of course, this hack shouldn’t be taken terribly “seriously” (as you might be able to tell from our &lt;a href=&quot;https://devpost.com/software/big-moo-big-ideas&quot; target=&quot;_blank&quot;&gt;Devpost submission&lt;/a&gt;), but we had so much fun over the weekend creating it!  Working on a cool (stress-free) project with a good friend one weekend - what more could you ask for in a hackathon?&lt;/p&gt;</content><author><name>˗ˏˋ alyssa ˊˎ˗</name></author><category term="code" /><summary type="html">Throwback to Wildhacks 2016! Hosted at Northwestern, this was the first hackathon I attended back in 2014. Now, this is my 5th hackathon :) My best friend from high school G came from UIUC to make something cool, and we wanted to keep the project relatively freeform and lowkey - we just wanted to have fun, especially with the increasingly intense pressures from school (heh). Since receiving my Google Cardboard at Grace Hopper, I’ve really wanted to make music-related VR experience for the platform.</summary></entry><entry><title type="html">First Zine</title><link href="https://ljhan.github.io/first-zine/" rel="alternate" type="text/html" title="First Zine" /><published>2016-12-20T00:00:00-08:00</published><updated>2016-12-20T00:00:00-08:00</updated><id>https://ljhan.github.io/first-zine</id><content type="html" xml:base="https://ljhan.github.io/first-zine/">&lt;p&gt;&lt;img src=&quot;https://ljhan.github.io/images/zine-habits-covers-content.png&quot; alt=&quot;&quot; width=&quot;500&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Recently (through &lt;a href=&quot;http://bubblesort-zines.myshopify.com/&quot; target=&quot;_blank&quot;&gt;Bubblesort zines&lt;/a&gt; and listening to podcasts) I discovered &lt;a href=&quot;https://en.wikipedia.org/wiki/Zine&quot; target=&quot;_blank&quot;&gt;zines&lt;/a&gt; - a fun and snappy medium for sharing your own content – essentially mini magazines.  I love the pocket-friendly size and creative liberty you have with zines, and they are historically associated with experimental subcultures.  The organic, hands-on process of making your own limited batch of publications is very gratifying.&lt;/p&gt;

&lt;p&gt;One weekend partway through fall quarter, I wanted to just take a break (especially having just returned from Grace Hopper), so I took a stab at making graphics with Sketch (don’t judge me) to digitally make a zine, in hopes of making physical copies using &lt;a href=&quot;http://www.rookiemag.com/2012/05/how-to-make-a-zine/&quot; target=&quot;_blank&quot;&gt;this tutorial&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://ljhan.github.io/images/zine-habits-cleaned.png&quot; alt=&quot;&quot; width=&quot;500&quot; /&gt;&lt;/p&gt;

&lt;p&gt;I was a bit at a draw for topics, so I stuck with something close to heart: habits I am currently forming. I worked primarily with my beloved pastel rainbow color scheme and incorporated a lot of gradients and clean, simple geometric shapes.  Numbering the pages helped with folding it all together in the end, as well as created a distinct ranking for these habits.&lt;/p&gt;</content><author><name>˗ˏˋ alyssa ˊˎ˗</name></author><category term="graphic_design" /><summary type="html"></summary></entry><entry><title type="html">Update: My Site</title><link href="https://ljhan.github.io/my-site/" rel="alternate" type="text/html" title="Update: My Site" /><published>2016-08-20T00:00:00-07:00</published><updated>2016-08-20T00:00:00-07:00</updated><id>https://ljhan.github.io/my-site</id><content type="html" xml:base="https://ljhan.github.io/my-site/">&lt;p&gt;Here's a fun (read: colorful) update: I finally have the home page of my personal site up!  I came up with the overall concept during this past school year (spring quarter of sophomore year, to be exact) and eventually got around to creating it over the last month or so.  Once I was pretty satisfied with how the page looks, I bought a domain (that's a first), set up the repo, and put it all together.  After lots of tweaking and experimenting, I'm really happy with the results so far!  I wanted something that could really capture who I am and is aesthetically pleasing.  Some of the effects (thanks to hover.css) that I like the most were actually completely on accident, for instance the faint white highlighting when you hover over the body text.&lt;/p&gt;
&lt;p&gt;Up next, I'd like to add some graphics with cool entrance animations or even parallax-like effects when you hover on the 5 W's headers, and then flesh out the pages for the 5 W's.  WHO will probably have some more details about me, including a picture of myself, WHAT will mostly likely highlight my favorite projects, some codepens in the future, as well as my resume, WHEN will probably have a timeline of sorts, WHERE a map, and WHY might have some of my inspos and a link to this blog.&lt;/p&gt;

&lt;p&gt;You can find my little corner of the internet at &lt;a href=&quot;http://ljhan.com&quot; target=&quot;_blank&quot;&gt;ljhan.com&lt;/a&gt;.&lt;/p&gt;</content><author><name>˗ˏˋ alyssa ˊˎ˗</name></author><category term="me" /><summary type="html">Here's a fun (read: colorful) update: I finally have the home page of my personal site up! I came up with the overall concept during this past school year (spring quarter of sophomore year, to be exact) and eventually got around to creating it over the last month or so. Once I was pretty satisfied with how the page looks, I bought a domain (that's a first), set up the repo, and put it all together. After lots of tweaking and experimenting, I'm really happy with the results so far! I wanted something that could really capture who I am and is aesthetically pleasing. Some of the effects (thanks to hover.css) that I like the most were actually completely on accident, for instance the faint white highlighting when you hover over the body text. Up next, I'd like to add some graphics with cool entrance animations or even parallax-like effects when you hover on the 5 W's headers, and then flesh out the pages for the 5 W's. WHO will probably have some more details about me, including a picture of myself, WHAT will mostly likely highlight my favorite projects, some codepens in the future, as well as my resume, WHEN will probably have a timeline of sorts, WHERE a map, and WHY might have some of my inspos and a link to this blog.</summary></entry><entry><title type="html">ljhan?</title><link href="https://ljhan.github.io/whoisljhan/" rel="alternate" type="text/html" title="ljhan?" /><published>2016-07-17T00:00:00-07:00</published><updated>2016-07-17T00:00:00-07:00</updated><id>https://ljhan.github.io/whoisljhan</id><content type="html" xml:base="https://ljhan.github.io/whoisljhan/">&lt;p&gt;Heylo, and welcome!  So, you’re probably wondering… &lt;em&gt;ljhan&lt;/em&gt;?  What could these five random letters possibly mean?  Let me introduce myself and get some basic facts and stats out there: my name is &lt;strong&gt;Alyssa Liu&lt;/strong&gt; and at the time this post is being written I’m a rising juinior at &lt;strong&gt;Northwestern University&lt;/strong&gt;, where I study &lt;strong&gt;computer science, linguistics, and design&lt;/strong&gt;.  I am fascinated by the magic and the humanity of technology just as much as I love expressing myself creatively.  Here, I want to let my thoughts and ideas roam freely, and share my projects and challenges with you, dear reader.  Thanks for coming along for the ride c:&lt;/p&gt;

&lt;p&gt;Long story short, &lt;em&gt;ljhan&lt;/em&gt; is me - 劉錦涵 (liu2 jin3 han2, my Chinese name)/Alyssa Nichole Liu, and this site is where stories meet, &lt;em&gt;from me to you&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;.a&lt;/p&gt;</content><author><name>˗ˏˋ alyssa ˊˎ˗</name></author><category term="me" /><summary type="html">Heylo, and welcome! So, you’re probably wondering… ljhan? What could these five random letters possibly mean? Let me introduce myself and get some basic facts and stats out there: my name is Alyssa Liu and at the time this post is being written I’m a rising juinior at Northwestern University, where I study computer science, linguistics, and design. I am fascinated by the magic and the humanity of technology just as much as I love expressing myself creatively. Here, I want to let my thoughts and ideas roam freely, and share my projects and challenges with you, dear reader. Thanks for coming along for the ride c:</summary></entry></feed>