Skip to content
View samithreddychinni's full-sized avatar

Highlights

  • Pro

Block or report samithreddychinni

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
samithreddychinni/README.md

most people treat the stack like furniture.
pick what's popular, arrange it nicely, move in.

there's a different kind of relationship with systems the kind where the furniture metaphor breaks down entirely. where "why does this work" never feels rhetorical. where you end up three papers deep into something that won't ship for months, at hours that have stopped having names, because that's just what the question required.


the engineering that doesn't stop at the interface.

that wants to know what's underneath the guarantee the actual contract, what holds when everything else decides not to, what it really means for a write to survive.

not as interview prep.
as default mode of thinking.


somewhere there's a machine running that has no business existing.

it exists because some things only make sense under real load, on real hardware, at 2am
when the abstraction you trusted finally tells the truth.


that engineer exists. you just found one.

still in college.
production systems don't know that.

if the hardest problem your backend solves is the most interesting thing about your company

ssh ssh.samithreddy.me -p 2222

Pinned Loading

  1. raft-kv raft-kv Public

    a distributed key-value store built from scratch in Go. no frameworks. no shortcuts. just the Raft paper, a terminal, and a lot of clusters that didn't survive the night.

    Go 1

  2. CHESS-PGN-ANALYSIS-ENGINE CHESS-PGN-ANALYSIS-ENGINE Public

    A C++-based chess PGN analysis engine using bitboards, game trees, Minimax, bloom filters, transposition tables (hash tables)and Alpha-Beta pruning. The analysis depth is user-configurable, and mov…

    C++ 1

  3. The-Art-of-ASCII The-Art-of-ASCII Public template

    c based image to ascii art converter . created as a fun project.

    C 1

  4. IDEA-Amrita/paystable IDEA-Amrita/paystable Public

    a tiny Go daemon that sits between your Indian payment gateway and your app, and gives you the reliability guarantees the gateway doesn't.

    Go 2