Suhas Guruprasad
Suhas Guruprasad
Suhas Guruprasad
I have a strong academic computer science and mathematics background. I am deeply passionate about philosophy, anthropology, game theory, political science, bitcoin, quantum mechanics, world history, psychology, macroeconomics, markets, culture, cinema and art.
Latest Posts
My bubble and I have been reading Tanya Klowden and Terry Tao's new state-of-the-union style philosophy paper on AI, Mathematical methods and human thought in the age of AI. I should probably write a post about it sometime. In that...
This paper argues that several of the most persistent internal difficulties in Leibniz's mature metaphysics, the tension between the complete individual concept and contingency, the underspecified relationship between monadic autonomy...
This paper proposes a novel hermeneutic framework, based on Dvaita, for interpreting the metaphysical commitments of the historical Buddha as preserved in the earliest strata of the Pali Canon. Dvaita, or dualism, treated allegoricaly,...
Dependent Selfhood, Independent Totality, and the Recovery of the Historical Buddha's Metaphysics This paper proposes a novel hermeneutic framework, Neo-dvaita, for interpreting the metaphysical commitments of the historical Buddha as...
Day 1 part 1 p = 50 puts $<.count { |i| p = (p + (i[0] == ?R ? 1 : -1) * i[1..].to_i) % 100 p.zero? } Day 1 part 2 p = 50 puts $<.sum { |i| r = i[1..].to_i d = i[0] == ?R ? 1 : -1 c = (r + p * d % 100) / 100 p = (p + d * r) % 100 c } Day...
They kept trying to mess up the style. They're bloating complexity. It's a total mess. It's not net useful. It's annoying to have to type out what I want in English. Andrej Karpathy in his interview with Dwarkesh Patel...
If not neocapitalism, then what? Let F={f1,f2,f3,…}be a countable or perhaps larger set of atomic features; yes/no statements such as: f1: "private property is protected" f2: "banks may lend at interest" f3: "the state plans heavy...
I asked Gemini 2.5 Pro Preview 05-06 to write me a fun textbook-novella that simulates a graduate-level classroom learning modern Swift/iOS design patterns. This style is inspired by the book Postcapitalist Desire: The Final Lectures,...
Presenting the ultimate interactive analog Deep Learning model training and exploration environment, where you can control every parameter like batch size, learning rate, alphas, betas, decays and what-custom-metric-you-want by just the...
This is my curated list of qualities that great engineering managers exhibit. I'll try to keep this list updated as I learn more about great engineering managers. Direction, protection and order: A great leader shows their team a clear...
Melchior and I are doing a course offered by KAIST on coursera.org. This web notes has solutions to some problems from the course. We’re pretty new to this so the solutions might contain errors. If you do find an error in the solution...
The DORA four keys defines (1) Deployment Frequency, (2) Lead Time for Changes, (3) Time to Restore Services, and (4) Change Failure Rate; which indicates the performance of software delivery. The DORA four keys are performance...
1 Consider a world W where there are many xs (such that x ∈ X). In this experiment, we define the winner of the game as having the maximum M value (think of it to stand for "money", perhaps), i.e. more formally, x(i) is the winner at...
1. Getting ready(1) Leetcode problems to understand data structures and algorithms, (2) Exposure to software design patterns (e.g. event driven etc.), (3) Solid CS fundamentals by reading text books (e.g. Operating Systems, Compilers,...