From 29aec69d4ac3d0807d299672a5434d91e3f47a27 Mon Sep 17 00:00:00 2001 From: Nicholas Orlowsky Date: Thu, 16 Nov 2023 13:14:34 -0500 Subject: [PATCH] ?? --- out/blog.html | 6 +++-- out/blogs/doing-c-assignments-in-csharp.html | 3 ++- out/blogs/side-project-3-20-23.html | 3 ++- out/blogs/side-project-3-27-23.html | 3 ++- out/blogs/side-project-4-29-23.html | 3 ++- out/blogs/side-project-7-12-23.html | 3 ++- out/blogs/side-project-8-15-23.html | 5 ++-- out/blogs/side-project-8-8-23.html | 3 ++- out/blogs/spring-break-2023.html | 3 ++- out/extra.html | 3 ++- out/index.html | 3 ++- out/projects.html | 28 +++++++++++++++----- 12 files changed, 47 insertions(+), 19 deletions(-) diff --git a/out/blog.html b/out/blog.html index e379967..41c11c8 100644 --- a/out/blog.html +++ b/out/blog.html @@ -15,7 +15,8 @@

Blog

A collection of my thoughts, some of them may be interesting

- +

[ NWS Postmortem 11/08/23 ] - November, , 2023

+

[ Side Project Log 10/20/23 ] - October 20th, 2023

[ Side Project Log 8/15/23 ] - August 15th, 2023

[ Side Project Log 8/08/23 ] - August 8th, 2023

[ Side Project Log 7/12/23 ] - July 12th, 2023

@@ -29,6 +30,7 @@ diff --git a/out/blogs/doing-c-assignments-in-csharp.html b/out/blogs/doing-c-assignments-in-csharp.html index 654340f..03bdf2f 100644 --- a/out/blogs/doing-c-assignments-in-csharp.html +++ b/out/blogs/doing-c-assignments-in-csharp.html @@ -73,6 +73,7 @@ unsafe diff --git a/out/blogs/side-project-3-20-23.html b/out/blogs/side-project-3-20-23.html index ac62107..9e05412 100644 --- a/out/blogs/side-project-3-20-23.html +++ b/out/blogs/side-project-3-20-23.html @@ -33,6 +33,7 @@ before.

diff --git a/out/blogs/side-project-3-27-23.html b/out/blogs/side-project-3-27-23.html index e3fa420..f955055 100644 --- a/out/blogs/side-project-3-27-23.html +++ b/out/blogs/side-project-3-27-23.html @@ -33,6 +33,7 @@ a post was on, and fixing some bugs.

diff --git a/out/blogs/side-project-4-29-23.html b/out/blogs/side-project-4-29-23.html index 85719c0..3696543 100644 --- a/out/blogs/side-project-4-29-23.html +++ b/out/blogs/side-project-4-29-23.html @@ -41,6 +41,7 @@ frontend is written in React Native.

diff --git a/out/blogs/side-project-7-12-23.html b/out/blogs/side-project-7-12-23.html index 7f952e1..76e8b45 100644 --- a/out/blogs/side-project-7-12-23.html +++ b/out/blogs/side-project-7-12-23.html @@ -86,6 +86,7 @@ the latest batch of NWS work, this is next on my list to work on.

diff --git a/out/blogs/side-project-8-15-23.html b/out/blogs/side-project-8-15-23.html index bfa367d..2a32a84 100644 --- a/out/blogs/side-project-8-15-23.html +++ b/out/blogs/side-project-8-15-23.html @@ -57,7 +57,7 @@

- Embeddings was chosen as the lookup method that way we don't have to worry about data being parsed out of the email being an exact + I chose embedding as the lookup method so that we don't have to worry about the data parsed out of the email being an exact match for what the user inputted. This also allows the lookup to work even when certain things such as location are missing from the email.

@@ -76,6 +76,7 @@ diff --git a/out/blogs/side-project-8-8-23.html b/out/blogs/side-project-8-8-23.html index 56ec17a..078f69a 100644 --- a/out/blogs/side-project-8-8-23.html +++ b/out/blogs/side-project-8-8-23.html @@ -81,6 +81,7 @@ diff --git a/out/blogs/spring-break-2023.html b/out/blogs/spring-break-2023.html index 0fa5d5f..8161138 100644 --- a/out/blogs/spring-break-2023.html +++ b/out/blogs/spring-break-2023.html @@ -73,6 +73,7 @@ like channels but with custom emojis. I'm writing it in Rust and I'm jus diff --git a/out/extra.html b/out/extra.html index 931023b..b72bff9 100644 --- a/out/extra.html +++ b/out/extra.html @@ -72,6 +72,7 @@ diff --git a/out/index.html b/out/index.html index 718252d..db3182c 100644 --- a/out/index.html +++ b/out/index.html @@ -47,6 +47,7 @@ diff --git a/out/projects.html b/out/projects.html index d062fa8..d169f74 100644 --- a/out/projects.html +++ b/out/projects.html @@ -17,7 +17,7 @@

Nick Web Services (NWS)

- C#, Kubernetes, Rancher, and HAProxy +

C#, Kubernetes, Rancher, and HAProxy

[ Project Website ]

Nick Web Services is a cloud infrastructure provider service that I created and run. @@ -32,9 +32,24 @@

+
+

Anthracite Web Server

+

C++ & Python

+ [ GitHub Repo ] +

+ Anthracite is a simple web server written in C++. It currently supports HTTP/1.0 and HTTP/1.1. + The benchmarking tools for Anthracite are written in Python. Anthracite is optimized for performance + and rivals the performance of NGINX & Apache in our testing. It uses a thread-per-connection + architecture, allowing it to process many requests in paralell. Additionally, it caches all + files that it serves in memory to ensure that added latency from disk reads do not slow down requests. + Through writing Anthracite, I have learned to use different C++ profilers as well as some general + optimization techniques for C++. +

+
+

CavCash

- C#, Kubernetes, SQL Server, and MongoDB +

C#, Kubernetes, SQL Server, and MongoDB

[ Project Website ]

CavCash was a company that I founded which built a debit-based payment system similar to @@ -55,7 +70,7 @@

SQUIRREL

- Rust +

Rust

[ GitHub Repo ]

SQUIRREL stands for SQL Query Util-Izing Rust's Reliable and Efficient Logic. It is a SQL database @@ -68,7 +83,7 @@

Olney

- Rust, Postgres, Svelte, TypeScript, and OpenAI's API +

Rust, Postgres, Svelte, TypeScript, and OpenAI's API

[ GitHub Repo ]

Olney is a job application tracker that aims to be better than using a Trello board or a spreadsheet. @@ -78,7 +93,7 @@

SEPTA Site

- Svelte, TypeScript +

Svelte, TypeScript

[ GitHub Repo ]

SEPTA Site is a website that I created which can get your trip history, SEPTA Key balance, @@ -96,6 +111,7 @@