RSSAmplifier

Blog

arjunv

some notes

blog.arjunv.netRSS feed ↗9 posts

Latest posts

🐧 penguin-rtl

https://penguin-rtl.arjunv.net/

Minecraft & Digital Design 101

Overview

🩻 ✏️ Lessons in Python Ray Tracing

I found this excellent book about implementing a ray tracer in C: raytracing.github.io/books/RayTracingInOneWeekend.html . As you may have discerned from the title, I’ve attempted to implement this ray tracer in Python. Here’s the source code: github.com/a-vinod/ray-tracer2 The astute of you may realize that this is a fool’s errand. The program runtime scales at…

🎓 🎉 Graduated!!! B.S. Computer Engineering

🚘 💡 DataDriven - UCSB CE Capstone 2023

DataDriven is an end-to-end vehicle data tracking system that collects vehicle data (vehicle speed, engine RPM, fuel levels, etc.), location data (latitude/longitude), and IMU data (acceleration in x/y/z) uploads data to the cloud over LTE-M processes data and serves it an an API displays data on a front-end live with an interactive map provides a data viz tool to view historic data in time series…

🦀 🥧 rusty-pi 01: Blinky

Blinky 💡, the Hello World of embedded programming!

🦀 🥧 rusty-pi 00: Make your Pi from Scratch!

What is rusty-pi?

🦙 🤖 Experimenting with LLaMA

This week, I got access to Meta’s LLaMA LLM! Now I get to test out all the repos I starred while waiting for this day :)

🚀 first post

This is a test post to see how this blogging platform works