HackerTrans
TopNewTrendsCommentsPastAskShowJobs

alpaylan

326 karmajoined قبل 4 سنوات

Submissions

Show HN: Latex Diff Viewer

github.com
3 points·by alpaylan·أول أمس·0 comments

Understanding Is the New Bottleneck

geoffreylitt.com
9 points·by alpaylan·قبل 9 أيام·2 comments

Representation-Free Editing

alperenkeles.com
3 points·by alpaylan·قبل 25 يومًا·0 comments

Why AI code optimization needs production-grounded benchmarks

datadoghq.com
2 points·by alpaylan·الشهر الماضي·0 comments

A Little Explanation of Little's Law

rugu.dev
4 points·by alpaylan·الشهر الماضي·1 comments

What's Easy Now? What's Hard Now?

brooker.co.za
2 points·by alpaylan·قبل شهرين·0 comments

What Is Random Generation?

alperenkeles.com
3 points·by alpaylan·قبل شهرين·0 comments

Why Don't Lowercase Letters Come Right After Uppercase Letters in ASCII?

tylerhillery.com
23 points·by alpaylan·قبل شهرين·0 comments

Nondeterminism's Not the Problem

isaacvando.com
6 points·by alpaylan·قبل شهرين·0 comments

EsoNatLangs Bring the Complexity of Natural Language into Code

esoteric.codes
5 points·by alpaylan·قبل 3 أشهر·0 comments

The Simplicity of Humanness

alperenkeles.com
1 points·by alpaylan·قبل 3 أشهر·0 comments

The Mismanaged Geniuses Hypothesis

alexzhang13.github.io
1 points·by alpaylan·قبل 3 أشهر·0 comments

The Verification Facade: Structural Gaps in Cryspen's Hax Pipeline

symbolic.software
2 points·by alpaylan·قبل 3 أشهر·0 comments

What is a property?

alperenkeles.com
89 points·by alpaylan·قبل 3 أشهر·26 comments

A Drop in for `anyhow:Context` that reports the failure location

gist.github.com
1 points·by alpaylan·قبل 3 أشهر·0 comments

Tracing Goroutines in Realtime with eBPF

sazak.io
1 points·by alpaylan·قبل 3 أشهر·0 comments

Hypothesis, Antithesis, synthesis

antithesis.com
285 points·by alpaylan·قبل 4 أشهر·104 comments

Seeing Types Where Others Don't

theconsensus.dev
3 points·by alpaylan·قبل 4 أشهر·0 comments

Code Quality in the Age of Coding Agents

michaeltimbs.me
2 points·by alpaylan·قبل 4 أشهر·0 comments

Lf-lean: The frontier of verified software engineering

theorem.dev
47 points·by alpaylan·قبل 4 أشهر·9 comments

comments

alpaylan
·قبل 11 يومًا·discuss
Hi, author here! Please let me know if I could pitch in to the discussion in any way.
alpaylan
·قبل 3 أشهر·discuss
I agree. It’s especially weird moving across related domains because suddenly something you think you know has changed meaning. For instance eBPF is “verified”, but the verification is almost completely unrelated from the usual connotations.
alpaylan
·قبل 4 أشهر·discuss
Doesn't all optimizations need to be valid translations first? That was my reasoning when writing it.
alpaylan
·قبل 4 أشهر·discuss
You cannot escape from the human verifying the properties you want verified mechanically. This only gives you leverage in specific scenarios where specification is much simpler than the implementation.
alpaylan
·قبل 5 أشهر·discuss
I think the point I wanted to make was that even if it was deterministic (which you can technically make it to be I guess?) you still shouldn’t live in a world where you’re guided by the “guesses” that the model makes when solidifying your intent into concrete code. Discounting hallucinations (I know this a is a big preconception, I’m trying to make the argument from a disadvantaged point again), I think you need a stronger argument than determinism in the discussion against someone who claims they can write in English, no reason for code anymore; which is what I tried to make here. I get your point that I might be taking the discussion to seriously though.
alpaylan
·قبل 6 أشهر·discuss
The Maryland one (that would be me, although I haven’t really done anything except the WASM bindings, this is really all Joomy’s work, kudos to him) is vacationing in Izmir right now, why would that even be important though?
alpaylan
·قبل 7 أشهر·discuss
I'll add some links for the original VGD paper and related articles, that should help in short term. Thank you! I'll look into writing something on VGD itself in the next few weeks.