RSSAmplifier

Blog

c0nrad's c0rner

Recent content on c0nrad's c0rner

blog.c0nrad.ioRSS feed ↗54 posts

Latest posts

RSC Flight Protocol

I’m currently building an app using Next.js (
 dmarcdefender.io ). I’m not sure how I feel about it (it being Next.JS, dmarcdefender is amazing). It’s both amazing and terrifying, seamlessly jumping between client-side and server-side code. I don’t really like magic, but it is nice having one single environment, one set of types, complete DRY across the client and…

Recursive Dns Resolver

Overview 
 Today’s project is to make yesterday’s stub resolver a recursive resolver. Specifically I want to start with the root.hints and go down the chain till I get the A record for c0nrad.io. 
 
 https://gist.github.com/c0nrad/8497352c18d27b93c67a530663335a55 
 Steps 
 
 Ask D.ROOT-SERVERS.NET (NASA) for the NS record of .io 
 Ask a0.nic.io for the NS of…

DNS Stub Resolver

I realized I haven’t done much learning in a while (
 https://dmarcdefender.io is my current project, but it’s just standard SaaS work). So I figured I might try to spend an hour or two each day learning something new. 
 Today’s project was building a super simple DNS resolver. The goal was just to resolve the A record for c0nrad.io into an IP address.

Brainstorming Pathfinding Algorithms: QuadTree & RelaxPath


 I had an idea for a fun “grid search” pathfinding algorithm for MIT battlecode, so decided to write a little playground in JS. This article covers the results.

SWU Card Reader Neural Net P1

New project! Using AI to read SWU card aspects. 
 I just finished a coursera course on 
 Deep Learning and Neural Networks so figured I’d try to do something with my newfound knowledge! 
 In this project I’ll be building some NN (Neural Networks) manually that will take in a Star Wars Unlimited card image and determine if “isHeroic”, “isVillainous”,…

SWU Health Counter

A new electronics project! It’s a simple circuit that just keeps track of base health for Star Wars Unlimited (SWU) trading card game. This was my first time making/ordering a PCB, and I learned a lot along the way. 
 
 Problem Statement 
 To keep track of your base health in SWU, people usually use little damage tokens (in increments of 1/3/5/10), or dice. But I don’t like…

Reasons to Not Be Hard on Yourself (CTFs)

Every once in a while I either get a Discord message or see a post about someone who is feeling down about not doing well on CTFs. To be honest, I also sometimes make the mistake of feeling down when I compare myself to others. 
 As we go into 2025, here are my opinions on why we both shouldn’t be too hard on ourselves. 
 1. CTFs are not “Real World” Security

Sim 7: A failed attempt at an exact critical temperature for 3D Ising

Sim 6: Ising Model Pt. 1

We build out a simple Ising model simulator for future expansion.

Sim 5: Wien's Law from Plank's Blackbody Radiation Formula using Sympy

We derive wien’s constant using plank’s blackbody radiation formula.

Sim 4: Clebsch-Gordan Coefficients

This post covers a script I wrote for generating the clebsch-gordan coefficients by scratch.

Sim 3: Kepler Problems

We solve for the different types of orbits of the 
 Kepler Problem (two body central force problems).

Sim 2: Effective Potential

Plot the effective potential for the two body force simulation.

Sim 1: Two Body Central Force

Day one of building 99 simulations. We’ll reduce a problem that at first requires 6 parameters with coupling, to a problem with just 3 (or 2, depending on how you look at it) by exploiting the symmetry. “Nature does not care how we describe her”.

Slack LaTeX

I had fun building a new product with my partner called 
 Slack LaTeX . It’s a slack app for embedding formatted equations (through LaTeX). This post covers some of the motivation and some of the fun technical architecture design decisions.

Quantum Circuit Editor Pt. 1

Initial version of a quantum circuit editor.

Prime Walker

Another attempt at a factoring algorithm.

Randomized Benchmarking of a noisy quantum simulator Pt. 1

This post covers the simplest of error models and some simulated randomized benchmarking results.

Density Operators

This post covers my transition from using pure states to mixed states in my quantum simulator.

Mulbrute

QHack 2021 submission project, a tool for brute forcing quantum multiplication circuits.

Plasma Leak

Plasma leak the game.

Laplace's/Poisson's Equation via Method Of Relaxation

Solving Laplace’s/Poisson’s equation using the method of relaxation.

Thermoshat Pt. 3

Setting up a metrics endpoint for thermoshat.

Thermoshat Pt. 2

Updates and finalizing the thermoshat project.

Thermoshat Pt. 1

Introducing the thermoshat. A raspberry pi to adjust my manual thermostat with the added of thrill of increased fire danger.

Feynman Diagram Editor Pt 2

It’s alive! 
 https://blog.c0nrad.io/feynman

Feynman Diagram Editor Pt. 1

Starting a new project for validating Feynman diagrams.

Independent Study

Thinking out loud about my future.

Effective Nuclear Charge Calculations

A smaller project involving plotting ionization energy for different effective nuclear charge models.

SO(3) Lie Group Generators via Brute Force

Brute forcing the generators for SO(3).

EM Particle Motion

Simulating a particle under the influence. (Of electric and magnetic fields).

Klein Gordon Eqn via Connected Springs

Simulations Klein Gordon Eqn as a set of connected springs.

Spherical Bug

Discussion of one of my longest living software bugs.

Scattering Angles

Calculating scattering angles from fully elastic spherical collision.

Hydrogen Spectral Diagram

Terminal application showing the spectral lines for electron transitions in hydrogen.

Interference

Double Slit Interference Pattern demo.

Matrix Inversion

Some fun inverting matrixes.

Vector Calculus Part 3: Electric Dipole

More fun with vector calc/electromagnetism.

Vector Calculus Part 2: Visualization

Playing with three.js to do some vector visualizations.

Vector Calculus

Progress on a vector calculus library in javascript.

Numerical Integration

Some exploration into numerical integration.

Numerical Differentiation

Some exploration into numerical differentiation.

Shor's Algorithm

Shor’s algorithm is probably the most well known quantum algorithm. But it turns out I didn’t understand it as well as I thought.

Simulating Quantum Fourier Transform

I’m pretty excited. I’m somewhat in disbelief that it even works. But I was able to implement Quantum Fourier Transform on my little 
 quantum computation simulator .

Quantum Teleportation Algorithm

This post is split into two parts. The first section is my motivation, and some background on the upgrades I made to my quantum simulator. The second part is implementing the Quantum Teleportation algorithm.

Florida

We moved to Florida! Made a little video.

Electron Wavefunctions for Hydrogen Part 2

Part 2 of calculating the electron wavefunctions for hydrogen. 
 
 View Visualization

Reflections on 6 months solo SaaS startup

It’s crazy to think my startup is already over 6 months old. This post is some informal reflections on that period.

Electron Wavefunctions for Hydrogen Part 1

The code/math behind calculating the electron wavefunctions for hydrogen.

GiNaC on Macos

A quick guide on getting started with GiNaC on macos.