HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kurinikku

no profile record

Submissions

Beyond Enumerable: For Want of Better Windows

baweaver.com
2 points·by kurinikku·mês passado·0 comments

Organizations Drift into Politics: A Follow-up to Game Theory Patterns at Work

daeus.blog
5 points·by kurinikku·mês passado·0 comments

AI Didn't Create These Problems. It Just Stopped Routing Around Them

baweaver.com
3 points·by kurinikku·há 2 meses·0 comments

Why Nobody Is Hiring Junior Devs (and How to Get Hired Anyway)

loforeal.substack.com
1 points·by kurinikku·há 2 meses·0 comments

Judgment is the scarce resource in data science

allthingsinsights.com
1 points·by kurinikku·há 3 meses·0 comments

Positioning, Leverage, and Judgment

daeus.blog
2 points·by kurinikku·há 3 meses·0 comments

I watch most videos at single speed

liquidbrain.net
3 points·by kurinikku·há 3 meses·0 comments

Building More Resilient Local-First Software with ATProto

jakelazaroff.com
1 points·by kurinikku·há 3 meses·1 comments

Show HN: Link proof assistant Lean to Claude, fix your code's hidden assumptions

github.com
2 points·by kurinikku·há 3 meses·1 comments

Show HN: Spend weekend Claude tokens making your code bulletproof with Lean

github.com
3 points·by kurinikku·há 4 meses·1 comments

From Bootcamp Grad to Distributed Databases: What Moved the Needle

medium.com
2 points·by kurinikku·há 4 meses·0 comments

Claude as Retired CIA Chief of Station Does Psych Evaluation, Does Not Hold Back

ezzeriesa.notion.site
2 points·by kurinikku·há 4 meses·0 comments

I Asked Claude to Profile Me Like a CIA Asset. It Was Uncomfortably Accurate

ezzeriesa.notion.site
3 points·by kurinikku·há 4 meses·0 comments

I Used to Write 8k Lines of Code in a Month. Now I Write That in a Day

ezzeriesa.notion.site
2 points·by kurinikku·há 4 meses·0 comments

Cutting Through to What Matters: Why Software Engineers Should Think Like Chefs

blog.bradfieldcs.com
1 points·by kurinikku·há 4 meses·0 comments

Are Computers Making Society More Unequal? (2013)

newyorker.com
1 points·by kurinikku·há 4 meses·0 comments

Reflecting on 12 years of writing code

ezzeriesa.notion.site
2 points·by kurinikku·há 4 meses·0 comments

So You Want to Cure Your Own Disease – Using AI to Take Agency over Your Health

andrewjrod.substack.com
13 points·by kurinikku·há 5 meses·1 comments

David Beazley: An End to Week-Long Immersion Courses

buttondown.com
2 points·by kurinikku·há 5 meses·0 comments

Parallel AI Agents That Review My Code (Claude Code Setup)

hamy.xyz
2 points·by kurinikku·há 5 meses·1 comments

comments

kurinikku
·há 3 meses·discuss
If you haven't heard of Lean, it's a mathematical proof assistant. lean-refine plugs it into Claude Code to find every assumption your code makes but doesn't enforce - then fixes them one by one

Before: https://github.com/savarin/ledger/blob/67d6e236296e4787e8924...

After: https://github.com/savarin/ledger/blob/506584542d1c1c2751e2d...
kurinikku
·há 4 meses·discuss
Andrej Karpathy's microgpt after https://github.com/savarin/microgpt/blob/lean-forge/with-lea...