From fd9f99d937b82bf95328b11112b85f74056af691 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sat, 6 Jan 2024 00:00:27 +0530 Subject: add post: hello 2024 --- docs/feed.rss | 78 +++++++++++++- .../opengraph/posts/2024-01-05-hello-20224.png | Bin 0 -> 18234 bytes docs/index.html | 34 +++--- docs/posts/2024-01-05-hello-20224.html | 117 +++++++++++++++++++++ docs/posts/index.html | 13 +++ docs/tags/General.html | 70 ++++++++++++ docs/tags/ramblings.html | 14 +-- 7 files changed, 296 insertions(+), 30 deletions(-) create mode 100644 docs/images/opengraph/posts/2024-01-05-hello-20224.png create mode 100644 docs/posts/2024-01-05-hello-20224.html create mode 100644 docs/tags/General.html (limited to 'docs') diff --git a/docs/feed.rss b/docs/feed.rss index 30da27f..eb005b0 100644 --- a/docs/feed.rss +++ b/docs/feed.rss @@ -4,8 +4,8 @@ Navan's Archive Rare Tips, Tricks and Posts https://web.navan.dev/en - Mon, 18 Dec 2023 22:21:02 -0000 - Mon, 18 Dec 2023 22:21:02 -0000 + Fri, 05 Jan 2024 23:59:47 -0000 + Fri, 05 Jan 2024 23:59:47 -0000 250 @@ -1041,6 +1041,80 @@ Spies (2015): A secret agent must perform a heist without time on his side ]]> + + + https://web.navan.dev/posts/2024-01-05-hello-20224.html + + + Hello 2024 + + + Recap of 2023, and my goals for 2024 + + https://web.navan.dev/posts/2024-01-05-hello-20224.html + Fri, 05 Jan 2024 23:16:00 -0000 + Hello 2024 + +

2024 % 4 == 0

+ +

2023

+ +

Another revolution around the sun! This was a pretty fun and interesting year. I got to work on some interesting projects, and learned a lot.

+ +

I am going to try and use my GitHub activity to recap.

+ +

Spring

+ +
    +
  • I helped a friend modernize their Larvael codebase. Dockerized it for easier development, and added a CD pipeline. (Probably going to be released by end of this year)
  • +
  • I joined Hindsight Journal, a creative non-fiction club at CU as their "webmaster", and we moved away from Squarespace to our own custom static site generator.
  • +
  • I did some YunoHost stuff with listmonk, and audiobookshelf
  • +
  • I found out that the instructor for my astrophysics class was behind @ThreeBodyBot. For my final project, I ported the codebase to run in the browser itself. Ended up getting an A 😎
  • +
  • Won HackCU, my first hackathon in a few years. We built a timeboxing app similar to Motion / Reclaim.AI. Cleaned up the codebase and published it to the App Store as TimeSlicerX, making it my first published app.
  • +
  • Got into Mountain Biking!
  • +
+ +

Summer

+ +

Summer was more relaxing. I mainly worked on some maintenance patches for my projects, and did some more freelancing stuff.

+ +
    +
  • Learned Tkinter for a client's project. Working with PyInstaller to create signed executables for both macOS and Windows was not fun. Also, the stock Tk look on Windows is terrible.
  • +
  • Continued working on a research project using Computer Vision in analysing a lateral flow assay. Tried porting it to use OpenCV.js, but it wasn't reliable enough. I might look into directly working with OpenCV/Vision Framework for an iOS app.
  • +
+ +

Fall

+ +
    +
  • Won a couple more hackathons. I might summarize my hackathon experience in a different blog post.
  • +
  • I gave up being the "webmaster" for Hindsight, and decided to become the club's business manager. We moved to Wix.
  • +
  • Had fun re-learning all the reverse engineering stuff for my Systems class.
  • +
  • Tried Advent of Code. Will be back :~)
  • +
  • Created an alternative to Simplify.Jobs and worked on autofilling resumes without needing a browser extension (Current solution does require that you disable a few security flags for this to work). One solution might be to wrap our website as an Electron application.
  • +
  • Started working on swift-gopher - a swift library for both client/server implementations for the Gopher protocol.
  • +
  • Ended up using swift-gopher to build iGopherBrowser - a modern gopher client for iOS / macOS. This is my first publically availablle macOS app.
  • +
+ +

After the end of the fall semester I ended up getting my wisdom tooth removed. Took me out for 10 days.

+ +

I also did a ton of other stuff, but I am not sure how much I want to be sharing on my blog here. Maybe as I write more I will get more comfortable with sharing more information.

+ +

2024

+ +

So, what are my plans for 2024? Learn. Build. Ship.

+ +

Other goals:

+ +
    +
  • Continue homebrewing
  • +
  • Learn assembly
  • +
  • Get better at designing stuff
  • +
  • Improve my handwriting
  • +
  • Do a deeper dive into the math of Machine/Deep Learning, before I get back into it
  • +
+]]>
+
+ https://web.navan.dev/posts/2020-08-01-Natural-Feature-Tracking-ARJS.html diff --git a/docs/images/opengraph/posts/2024-01-05-hello-20224.png b/docs/images/opengraph/posts/2024-01-05-hello-20224.png new file mode 100644 index 0000000..00590c8 Binary files /dev/null and b/docs/images/opengraph/posts/2024-01-05-hello-20224.png differ diff --git a/docs/index.html b/docs/index.html index a74cbd2..7e2e530 100644 --- a/docs/index.html +++ b/docs/index.html @@ -49,6 +49,19 @@

Recent Posts

For all posts go to Posts diff --git a/docs/posts/2024-01-05-hello-20224.html b/docs/posts/2024-01-05-hello-20224.html new file mode 100644 index 0000000..7fe8ca8 --- /dev/null +++ b/docs/posts/2024-01-05-hello-20224.html @@ -0,0 +1,117 @@ + + + + + + + + + Hello 2024 + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ +

Hello 2024

+ +

2024 % 4 == 0

+ +

2023

+ +

Another revolution around the sun! This was a pretty fun and interesting year. I got to work on some interesting projects, and learned a lot.

+ +

I am going to try and use my GitHub activity to recap.

+ +

Spring

+ +
    +
  • I helped a friend modernize their Larvael codebase. Dockerized it for easier development, and added a CD pipeline. (Probably going to be released by end of this year)
  • +
  • I joined Hindsight Journal, a creative non-fiction club at CU as their "webmaster", and we moved away from Squarespace to our own custom static site generator.
  • +
  • I did some YunoHost stuff with listmonk, and audiobookshelf
  • +
  • I found out that the instructor for my astrophysics class was behind @ThreeBodyBot. For my final project, I ported the codebase to run in the browser itself. Ended up getting an A 😎
  • +
  • Won HackCU, my first hackathon in a few years. We built a timeboxing app similar to Motion / Reclaim.AI. Cleaned up the codebase and published it to the App Store as TimeSlicerX, making it my first published app.
  • +
  • Got into Mountain Biking!
  • +
+ +

Summer

+ +

Summer was more relaxing. I mainly worked on some maintenance patches for my projects, and did some more freelancing stuff.

+ +
    +
  • Learned Tkinter for a client's project. Working with PyInstaller to create signed executables for both macOS and Windows was not fun. Also, the stock Tk look on Windows is terrible.
  • +
  • Continued working on a research project using Computer Vision in analysing a lateral flow assay. Tried porting it to use OpenCV.js, but it wasn't reliable enough. I might look into directly working with OpenCV/Vision Framework for an iOS app.
  • +
+ +

Fall

+ +
    +
  • Won a couple more hackathons. I might summarize my hackathon experience in a different blog post.
  • +
  • I gave up being the "webmaster" for Hindsight, and decided to become the club's business manager. We moved to Wix.
  • +
  • Had fun re-learning all the reverse engineering stuff for my Systems class.
  • +
  • Tried Advent of Code. Will be back :~)
  • +
  • Created an alternative to Simplify.Jobs and worked on autofilling resumes without needing a browser extension (Current solution does require that you disable a few security flags for this to work). One solution might be to wrap our website as an Electron application.
  • +
  • Started working on swift-gopher - a swift library for both client/server implementations for the Gopher protocol.
  • +
  • Ended up using swift-gopher to build iGopherBrowser - a modern gopher client for iOS / macOS. This is my first publically availablle macOS app.
  • +
+ +

After the end of the fall semester I ended up getting my wisdom tooth removed. Took me out for 10 days.

+ +

I also did a ton of other stuff, but I am not sure how much I want to be sharing on my blog here. Maybe as I write more I will get more comfortable with sharing more information.

+ +

2024

+ +

So, what are my plans for 2024? Learn. Build. Ship.

+ +

Other goals:

+ +
    +
  • Continue homebrewing
  • +
  • Learn assembly
  • +
  • Get better at designing stuff
  • +
  • Improve my handwriting
  • +
  • Do a deeper dive into the math of Machine/Deep Learning, before I get back into it
  • +
+ +
If you have scrolled this far, consider subscribing to my mailing list here. You can subscribe to either a specific type of post you are interested in, or subscribe to everything with the "Everything" list.
+ +
+ +
+
+ + + + + \ No newline at end of file diff --git a/docs/posts/index.html b/docs/posts/index.html index 61037b3..253dcd9 100644 --- a/docs/posts/index.html +++ b/docs/posts/index.html @@ -51,6 +51,19 @@
    +
  • Hello 2024
  • +
      +
    • Recap of 2023, and my goals for 2024
    • +
    • Published On: 2024-01-05 23:16
    • +
    • Tags: + + General, + + Ramblings + +
    + +
  • Search / Filter posts by flair on Reddit
    • Search posts by flair on Reddit Web by using _
    • diff --git a/docs/tags/General.html b/docs/tags/General.html new file mode 100644 index 0000000..c6d52b5 --- /dev/null +++ b/docs/tags/General.html @@ -0,0 +1,70 @@ + + + + + + + + + "General" + + + + + + + + + + + + + + + + + + + + + +
      +
      + + +
      +

      General

      Posts tagged 'General'

      +
      + +
        + +
      • Hello 2024
      • +
          +
        • Recap of 2023, and my goals for 2024
        • +
        • Published On: 2024-01-05 23:16
        • +
        • Tags: + + General, + + Ramblings + +
        + + +
      + + + + + + \ No newline at end of file diff --git a/docs/tags/ramblings.html b/docs/tags/ramblings.html index 839593f..de73fe2 100644 --- a/docs/tags/ramblings.html +++ b/docs/tags/ramblings.html @@ -6,7 +6,7 @@ - "ramblings" + "Ramblings" Future of Writing +
    • Hello 2024
      • -
      • My thoughts on writing in the 21st century.
      • -
      • Published On: 2023-03-17 13:57
      • +
      • Recap of 2023, and my goals for 2024
      • +
      • Published On: 2024-01-05 23:16
      • Tags: - ramblings, + General, - writing + Ramblings
      -- cgit v1.2.3