top of page
housika717
Jul 28, 20231 min read
Briefly Covering Some Advanced Traits in Rust
Been a slow week due to illness and a DMV appointment, but still covered some Rust book chapters covering advanced traits in Rust.
2 views0 comments
housika717
Jul 21, 20231 min read
Starting Unsafe Code in Rust
Finished up previous chapter on patterns in Rust book and moved onto covering unsafe code in Rust as well as having done some more career...
1 view0 comments
housika717
Jul 14, 20231 min read
Long Catch Up in Rust
Covered Rust book chapters finishing up about object oriented language features in Rust as well as covering patterns and refutability in...
1 view0 comments
housika717
Jun 22, 20231 min read
Fixing Mistakes in Rust
Went back over previous chapter in Rust covering object oriented traits and how to use them with different values to correct an issue I...
0 views0 comments
housika717
Jun 16, 20231 min read
Slow Week with Rust
Still going through chapters of Rust Object Oriented features and unfortunately taking a bit more time to comprehend the lessons on trait...
1 view0 comments
housika717
Jun 9, 20231 min read
Finishing Threads Rust Chapter
Finished up the chapter covering thread concurrency in the Rust book and started on the chapters covering object oriented language...
1 view0 comments
housika717
Jun 2, 20231 min read
Learning about Unsafe Code in Rust
In Rust this week I covered how unsafe code can lead programs into creating memory leaks as well as covering using threads to run...
3 views0 comments
housika717
May 26, 20231 min read
Moving Warlock Data and Some Rust
Imported Warlock concepts from my google spreadsheet over to the Quire that was already set up. Besides adding some ideas I also went...
1 view0 comments
housika717
May 19, 20231 min read
Warlock Conceptualization
Creating a spreadsheet at the moment for the group Warlock project to keep track of potential ideas for story, gameplay, and mechanics of...
2 views0 comments
housika717
May 12, 20231 min read
A Rust Chapter and a Failed Idea
Went over the Rust chapter covering the Drop trait used with smartpointers. Talked to Ryan a few times this week and went over the...
1 view0 comments
housika717
May 5, 20231 min read
Rust Book Box<T> and Deref
Covered in the rust chapters the Box<T> pointer and about dereferencing values over the week. Didn't get a lot of progress done due to...
3 views0 comments
housika717
Apr 28, 20231 min read
Unreal Tutorial and Linked In Searches
Continued more career development on LinkedIn as well as went through the first hour tutorial in Unreal Ryan sent me covering some basics...
1 view0 comments
housika717
Apr 21, 20231 min read
Career Development and Starting New Unreal Tutorial
Met with Allison earlier in the week and focused primarily on developing my indeed account and searches as well as put out a few...
1 view0 comments
housika717
Apr 14, 20231 min read
Finishing up Stalker Mods and Bug Fixes
Wrapped up the edits I wanted to make to the mods in the GAMMA modpack and addressed some bugged vanilla firearms. Firearms that were...
3 views0 comments
housika717
Apr 7, 20231 min read
Hard Focus on Stalker Mods
Been working on several file edits for Stalker Anomaly / Gamma changing mechanics of the mod pack to my preference. A large one was...
4 views0 comments
housika717
Mar 31, 20231 min read
Iterators in Rust and More Mod Editing
Covered Iterators in Rust and using iterators and closures to condense some of the code in the previous I / O project as well as doing...
4 views0 comments
housika717
Mar 17, 20231 min read
Finishing the I/O project in Rust
Spent some time this week messing with more modifications in Stalker, but the main thing done this week is the I/O project from the Rust...
5 views0 comments
housika717
Mar 10, 20231 min read
I/O Project for Rust
Started following the chapters covering lessons learned and now utilizing the knowledge of those to create an input and output project...
4 views0 comments
housika717
Mar 1, 20231 min read
Stalker Mod Update
Decided I wanted to improve on the routes edit I did for the stand alone Stalker Anomaly mod and get it functioning correctly for the 5...
5 views0 comments
housika717
Feb 24, 20231 min read
More on Rust Tests
Did more examples with how Rust tests code and how to call specific tests, groups of specific tests, how to ignore long tests unless...
1 view0 comments
bottom of page