Page MenuHomePhabricator

emlarson (Elizabeth M. Larson)
Disabled

Projects

User Details

Office Hours
M/F: After 3PM (PDT) ~ T/W/Th: Not available ~ Weekends: Fairly open
Time Zone
Pacific Daylight Time (PDT)
Location
Odessa, WA
Nickname
Elizabeth or Liz
School
Gonzaga University
DEV
https://dev.to/eml2017
Github Account
https://github.com/eml2017
Operating System
Ubuntu / Windows 10
Less Serious Stuff
Alternative Species
Baby Emperor penguin
Favorite Color
Pastel pink
Listening To...
1980s rock
Watching...
Gilmore Girls
Working on...
My front-end web dev skills
Coffee Order
Anything with caramel in it
Pizza Order
Pepperoni, sausage, and mushrooms (with a little bit of Parmesan sprinkled on top)
Studying
Computer science & computational thinking (with a concentration in art)
Other Vehicle
Doc Brown's DeLorean
Roles
Disabled
User Since
Feb 29 2020, 11:31 AM (160 w, 1 d)

Recent Activity

Oct 2 2020

emlarson added a comment to V29: Bracketing Style.

No strong preference either way. OTBS looks a bit cleaner, but I tend to agree with @gacmix about Allman's readability (easier to visualize blocks of code).

Oct 2 2020, 12:29 PM · Programming [Dept], Standards Board [Access]

Sep 26 2020

emlarson changed Office Hours from My school sched is still falling into place, but roughly... M/F: After 3PM (PDT) ~ T/W/Th: Not available ~ Weekends: Fairly open to M/F: After 3PM (PDT) ~ T/W/Th: Not available ~ Weekends: Fairly open on emlarson.
Sep 26 2020, 7:56 PM

Sep 21 2020

emlarson added a comment to D288: Fix S-sB00.

It looks like using make ready builds for a second, but then hits me with:

Sep 21 2020, 3:30 PM · SIMPLEXpress [Project], Programming [Dept]
emlarson added a comment to D288: Fix S-sB00.

@jcmcdonald I was wondering about this too... it seems like the associated task (T1323: Apply Updated Standards) is no longer valid, so I wasn't sure if that applied to this diff as well.

Sep 21 2020, 11:49 AM · SIMPLEXpress [Project], Programming [Dept]

Sep 14 2020

emlarson accepted D337: Test console accepts strings..
Sep 14 2020, 4:32 PM · Ratscript [Project], Programming [Dept]

Sep 12 2020

emlarson renamed T1377: Display result/output (basic math expression) from Display result of basic math expression to Display result/output (basic math expression).
Sep 12 2020, 4:05 PM · Ratscript [Project]
emlarson added a subtask for T1377: Display result/output (basic math expression): T1376: Error messages (basic math).
Sep 12 2020, 4:02 PM · Ratscript [Project]
emlarson added a parent task for T1376: Error messages (basic math): T1377: Display result/output (basic math expression).
Sep 12 2020, 4:02 PM · Ratscript [Project]

Sep 11 2020

emlarson added a comment to D337: Test console accepts strings..

@ardunster what did you use to run this? make run? Just curious, because I tried it, ran into some trouble, and wanted to check if it was just me/my machine.

Sep 11 2020, 4:42 PM · Ratscript [Project], Programming [Dept]

Sep 4 2020

emlarson triaged T1377: Display result/output (basic math expression) as p4: Now priority.
Sep 4 2020, 7:44 PM · Ratscript [Project]
emlarson triaged T1376: Error messages (basic math) as p4: Now priority.
Sep 4 2020, 7:43 PM · Ratscript [Project]
emlarson triaged T1375: Handling PEMDAS as p3: Next priority.
Sep 4 2020, 7:41 PM · Ratscript [Project]
emlarson triaged T1374: Negation/creating negative numbers as p3: Next priority.
Sep 4 2020, 7:39 PM · Ratscript [Project]
emlarson triaged T1373: Parsing and tokenizing basic math operators as p4: Now priority.
Sep 4 2020, 7:38 PM · Ratscript [Project]
emlarson triaged T1372: Parsing and tokenizing decimals (number) as p4: Now priority.
Sep 4 2020, 7:37 PM · Ratscript [Project]
emlarson triaged T1371: Parsing and tokenizing integers (int) as p4: Now priority.
Sep 4 2020, 7:36 PM · Ratscript [Project]

Sep 3 2020

emlarson changed Office Hours from M/F: After 3PM (PDT) ~ T/Th: Before 10:30AM and after 4:30PM (PDT) ~ W: Not available ~ Weekends: Fairly open to My school sched is still falling into place, but roughly... M/F: After 3PM (PDT) ~ T/W/Th: Not available ~ Weekends: Fairly open on emlarson.
Sep 3 2020, 5:27 PM

Aug 31 2020

emlarson edited the content of Functional.
Aug 31 2020, 4:19 PM · Ratscript [Project]
emlarson added a comment to Functional.

I was working on the lambda example while looking through the comments again and realized I said that a was the function name... lambdas are anonymous/unnamed functions 🤦

Aug 31 2020, 3:22 PM · Ratscript [Project]

Aug 30 2020

emlarson changed Office Hours from Mon-Fri: 12pm-5pm (PST) to M/F: After 3PM (PDT) ~ T/Th: Before 10:30AM and after 4:30PM (PDT) ~ W: Not available ~ Weekends: Fairly open on emlarson.
Aug 30 2020, 10:39 AM

Aug 27 2020

emlarson claimed T1367: Ratscript Console.
Aug 27 2020, 9:27 AM · Ratscript [Project], Programming [Dept]

Aug 24 2020

emlarson closed T1359: Ratscript Roadmap as Completed.
Aug 24 2020, 1:25 PM · Ratscript [Project]

Aug 19 2020

emlarson added a comment to Functional.

And my goodness, coroutines were a real doozy for me as well. I was mostly looking at this and this when working on that section.

Aug 19 2020, 3:17 PM · Ratscript [Project]
emlarson added a comment to Functional.

@ardunster, from my understanding, a represents an anonymous function name. It’s used when we wish to execute a function, but don’t want to make a separate function elsewhere in the code.

Aug 19 2020, 3:16 PM · Ratscript [Project]
emlarson added a comment to Collections.

Also, I like your thinking on using different keywords for stacks and queues.

Aug 19 2020, 3:01 PM · Ratscript [Project]
emlarson added a comment to Collections.

@ardunster, for arrays and lists, would it be handy to have something static and dynamic? Like if you wanted to store a company’s department names (a finite number of entries, likely not going to change) and a list of employee ID numbers (an infinite number of entries, grows or shrinks as employees are hired/leave), you could utilize both arrays (departments) and lists (ID numbers).

Aug 19 2020, 3:00 PM · Ratscript [Project]
emlarson added a comment to T1359: Ratscript Roadmap.

@ardunster, thanks for making the Roadmap page! It’s going to be super helpful when we start.

Aug 19 2020, 2:46 PM · Ratscript [Project]

Aug 17 2020

emlarson closed T1358: Sprite Sheet scale seems incorrect as Resolved.
Aug 17 2020, 3:02 PM · DiamondQuest [Project], Programming [Dept]
emlarson committed rDQ5eb7cced1a3f: Replaced the old sprite sheet with the updated, un-padded one. (authored by emlarson).
Replaced the old sprite sheet with the updated, un-padded one.
Aug 17 2020, 2:43 PM
emlarson closed D332: Replaced the old sprite sheet with the updated, un-padded one..
Aug 17 2020, 2:43 PM · Programming [Dept], DiamondQuest [Project]
emlarson added a comment to D332: Replaced the old sprite sheet with the updated, un-padded one..

@ardunster oh goodness, I must've been on autopilot when arc diffing this, because I didn't even notice that change. I don’t recall touching the .json, so I suspect it changed when I chose an interpreter. Thanks for pointing it out!

Aug 17 2020, 11:52 AM · Programming [Dept], DiamondQuest [Project]
emlarson updated the diff for D332: Replaced the old sprite sheet with the updated, un-padded one..

Changed "python.pythonPath" back to what it was before (see @ardunster's comment)

Aug 17 2020, 11:51 AM · Programming [Dept], DiamondQuest [Project]

Aug 13 2020

emlarson closed T1362: Remove/Reclone DiamondQuest Repo to Remote Machine as Completed.
Aug 13 2020, 1:28 PM · DiamondQuest [Project]
emlarson updated the task description for T1362: Remove/Reclone DiamondQuest Repo to Remote Machine.
Aug 13 2020, 1:25 PM · DiamondQuest [Project]
emlarson closed Q53: Clarification on Deleting a Local Repo as resolved.
Aug 13 2020, 1:23 PM · Git [Label]
emlarson added a comment to Q53: Clarification on Deleting a Local Repo (Answer 44).

Thanks for your help! It looks like I'm back in business.

Aug 13 2020, 1:23 PM
emlarson requested review of D332: Replaced the old sprite sheet with the updated, un-padded one..
Aug 13 2020, 1:14 PM · Programming [Dept], DiamondQuest [Project]
emlarson updated subscribers of Functional.
Aug 13 2020, 10:50 AM · Ratscript [Project]
emlarson edited the content of Collections.
Aug 13 2020, 10:48 AM · Ratscript [Project]
emlarson edited the content of Functional.
Aug 13 2020, 10:46 AM · Ratscript [Project]

Aug 12 2020

emlarson accepted D331: Move existing code to old/ subdirectory.
Aug 12 2020, 11:03 AM · Ratscript [Project], Programming [Dept]

Aug 11 2020

emlarson renamed T1362: Remove/Reclone DiamondQuest Repo to Remote Machine from Remove/Reclone DiamondQuest Repo to Remote Machine (Elizabeth Only) to Remove/Reclone DiamondQuest Repo to Remote Machine.
Aug 11 2020, 1:56 PM · DiamondQuest [Project]
emlarson added a comment to D331: Move existing code to old/ subdirectory.

It appears that I'm having the same merge conflicts with my local Ratscript repo that I'm having with my local DiamondQuest one, so I can't seem to pull this diff.

Aug 11 2020, 1:48 PM · Ratscript [Project], Programming [Dept]
emlarson updated images of M121: DiamondQuest Avatar Sprites.
Aug 11 2020, 11:37 AM · Character Design [Label], DiamondQuest [Project]
emlarson asked Q53: Clarification on Deleting a Local Repo.
Aug 11 2020, 11:30 AM · Git [Label]

Aug 8 2020

gacmix awarded T1361: Ratscript Code Orientation a 100 token.
Aug 8 2020, 1:57 AM · Ratscript [Project]
gacmix awarded T1358: Sprite Sheet scale seems incorrect a Yellow Medal token.
Aug 8 2020, 1:49 AM · DiamondQuest [Project], Programming [Dept]

Aug 7 2020

emlarson added a comment to T1358: Sprite Sheet scale seems incorrect.

Here's a quick update on the sprite sheet. I've started moving the individual sprites closer together to get rid of the padding that's causing us trouble. Should be done soon!

Aug 7 2020, 6:00 PM · DiamondQuest [Project], Programming [Dept]
emlarson triaged T1362: Remove/Reclone DiamondQuest Repo to Remote Machine as p5: Emergency priority.
Aug 7 2020, 12:23 PM · DiamondQuest [Project]
emlarson updated the task description for T1361: Ratscript Code Orientation.
Aug 7 2020, 12:17 PM · Ratscript [Project]
emlarson triaged T1361: Ratscript Code Orientation as p3: Next priority.
Aug 7 2020, 12:11 PM · Ratscript [Project]

Aug 1 2020

emlarson edited the content of Functional.
Aug 1 2020, 7:09 PM · Ratscript [Project]

Jul 30 2020

emlarson edited the content of Collections.
Jul 30 2020, 2:27 PM · Ratscript [Project]
emlarson added a comment to T1358: Sprite Sheet scale seems incorrect.

Hi @SGallagherMet! Thanks for letting me know. I'm also a bit new to working with/making sprites, so I appreciate the heads-up. Were there any sprites in particular you noticed were giving you trouble? Or was it just improper sizing on the whole thing (i.e. if one is off, then the others are all off)?

Jul 30 2020, 1:14 PM · DiamondQuest [Project], Programming [Dept]

Jul 29 2020

emlarson added a comment to T1343: Update the Ratscript Wiki.

T1356 seems to cover what we did/are doing a little better, so I think it's alright to get rid of this one or mark it as complete.

Jul 29 2020, 5:46 PM · Ratscript [Project]
emlarson edited the content of Collections.
Jul 29 2020, 5:40 PM · Ratscript [Project]

Jul 28 2020

emlarson edited the content of Collections.
Jul 28 2020, 2:42 PM · Ratscript [Project]
emlarson edited the content of Collections.
Jul 28 2020, 1:49 PM · Ratscript [Project]
emlarson edited the content of Data Types.
Jul 28 2020, 1:49 PM

Jul 27 2020

emlarson closed Q50: Warning About Compiler Path (Clang) as resolved.
Jul 27 2020, 3:54 PM · Clang/LLVM [Label], Ratscript [Project], C++ (CPP) [Label], Programming [Dept]
emlarson added a comment to Q50: Warning About Compiler Path (Clang) (Answer 41).

Thank you so much for your help, @jcmcdonald! It looks like everything worked correctly, as the warning I got before isn't showing up anymore.

Jul 27 2020, 3:54 PM

Jul 22 2020

emlarson closed T1342: Finish Sprites as Completed.
Jul 22 2020, 5:17 PM · DiamondQuest [Project]
emlarson edited the content of Classes.
Jul 22 2020, 2:40 PM
emlarson edited the content of Data Types.
Jul 22 2020, 2:39 PM
emlarson edited the content of Errors.
Jul 22 2020, 2:38 PM
emlarson edited the content of Functional.
Jul 22 2020, 2:37 PM · Ratscript [Project]
emlarson edited the content of Functions.
Jul 22 2020, 2:36 PM
emlarson edited the content of Operators.
Jul 22 2020, 2:35 PM
emlarson edited the content of Statements.
Jul 22 2020, 2:34 PM · Ratscript [Project]
emlarson edited the content of Tests.
Jul 22 2020, 2:33 PM · Ratscript [Project]
emlarson edited the content of Variables.
Jul 22 2020, 2:32 PM · Ratscript [Project]
emlarson edited the content of Mutability.
Jul 22 2020, 2:30 PM · Ratscript [Project]
emlarson edited the content of Collections.
Jul 22 2020, 2:29 PM · Ratscript [Project]
emlarson edited the content of Style.
Jul 22 2020, 2:27 PM
emlarson edited the content of Attributes.
Jul 22 2020, 2:24 PM
emlarson created an object: Collections.
Jul 22 2020, 1:37 PM · Ratscript [Project]
emlarson edited the content of Language Design and Syntax.
Jul 22 2020, 1:34 PM · Ratscript [Project]
emlarson created an object: Mutability.
Jul 22 2020, 1:33 PM · Ratscript [Project]

Jul 21 2020

emlarson updated the description for M121: DiamondQuest Avatar Sprites.
Jul 21 2020, 5:30 PM · Character Design [Label], DiamondQuest [Project]
emlarson added a project to T1342: Finish Sprites: DiamondQuest [Project].
Jul 21 2020, 5:29 PM · DiamondQuest [Project]
emlarson updated the task description for T1342: Finish Sprites.
Jul 21 2020, 4:55 PM · DiamondQuest [Project]
emlarson added a comment to T1356: Ratscript Wiki: Syntax page(s).

https://pad.mousepawmedia.net/p/RatscriptNotesJuly20

Jul 21 2020, 4:10 PM · Ratscript [Project]

Jul 20 2020

mahussain awarded M121: DiamondQuest Avatar Sprites a 100 token.
Jul 20 2020, 11:48 AM · Character Design [Label], DiamondQuest [Project]
emlarson added a comment to M121: DiamondQuest Avatar Sprites.

...and here's a visual update. I believe everything's there, but parts of the designs are hard to see (e.g idle's nose). I'm working on cleaning up stuff like that. This is also a .png file, which was just for the sake of a quick save. The final one will be a .gif :)

Jul 20 2020, 11:02 AM · Character Design [Label], DiamondQuest [Project]
emlarson updated the question details for Q50: Warning About Compiler Path (Clang).
Jul 20 2020, 10:57 AM · Clang/LLVM [Label], Ratscript [Project], C++ (CPP) [Label], Programming [Dept]
emlarson added a comment to M121: DiamondQuest Avatar Sprites.

@jcmcdonald Probably uploading to both, that way there’s a visual copy and a copy in the code.

Jul 20 2020, 10:44 AM · Character Design [Label], DiamondQuest [Project]

Jul 18 2020

emlarson set Working on... to My front-end web dev skills on emlarson.
Jul 18 2020, 5:47 PM

Jul 16 2020

emlarson updated the task description for T1342: Finish Sprites.
Jul 16 2020, 4:25 PM · DiamondQuest [Project]

Jul 15 2020

emlarson asked Q50: Warning About Compiler Path (Clang).
Jul 15 2020, 5:23 PM · Clang/LLVM [Label], Ratscript [Project], C++ (CPP) [Label], Programming [Dept]

Jul 9 2020

emlarson updated the task description for T1342: Finish Sprites.
Jul 9 2020, 8:29 PM · DiamondQuest [Project]

Jul 8 2020

emlarson updated the task description for T1342: Finish Sprites.
Jul 8 2020, 8:50 PM · DiamondQuest [Project]

Jul 7 2020

emlarson created T1354: Clang 9 Installation Issue.
Jul 7 2020, 3:09 PM · Network Docs [Project], Programming [Dept]

Jul 5 2020

emlarson updated the task description for T1342: Finish Sprites.
Jul 5 2020, 9:11 PM · DiamondQuest [Project]
emlarson updated the task description for T1342: Finish Sprites.
Jul 5 2020, 3:19 PM · DiamondQuest [Project]

Jul 4 2020

emlarson commandeered D288: Fix S-sB00.
Jul 4 2020, 11:11 AM · SIMPLEXpress [Project], Programming [Dept]

Jul 3 2020

emlarson edited the content of Language Design and Syntax.
Jul 3 2020, 3:56 PM · Ratscript [Project]

Jul 1 2020

emlarson added a comment to rDQ35843c0de1c7: Added sprite sheet & some functionality (NOTE: error when pressing arrow keys).

Sorry folks, I forgot to change the name of this diff before landing it. There should be no errors, despite what the commit message says.

Jul 1 2020, 4:28 PM
emlarson committed rDQ35843c0de1c7: Added sprite sheet & some functionality (NOTE: error when pressing arrow keys) (authored by emlarson).
Added sprite sheet & some functionality (NOTE: error when pressing arrow keys)
Jul 1 2020, 4:24 PM
emlarson closed D310: Added sprite sheet & some functionality (NOTE: error when pressing arrow keys).
Jul 1 2020, 4:24 PM · Programming [Dept], DiamondQuest [Project]
emlarson updated the task description for T1342: Finish Sprites.
Jul 1 2020, 3:31 PM · DiamondQuest [Project]