HackerTrans
TopNewTrendsCommentsPastAskShowJobs

alpaylan

326 karmajoined 4 năm trước

Submissions

Show HN: Latex Diff Viewer

github.com
3 points·by alpaylan·Hôm kia·0 comments

Understanding Is the New Bottleneck

geoffreylitt.com
9 points·by alpaylan·9 ngày trước·2 comments

Representation-Free Editing

alperenkeles.com
3 points·by alpaylan·25 ngày trước·0 comments

Why AI code optimization needs production-grounded benchmarks

datadoghq.com
2 points·by alpaylan·tháng trước·0 comments

A Little Explanation of Little's Law

rugu.dev
4 points·by alpaylan·tháng trước·1 comments

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

brooker.co.za
2 points·by alpaylan·2 tháng trước·0 comments

What Is Random Generation?

alperenkeles.com
3 points·by alpaylan·2 tháng trước·0 comments

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

tylerhillery.com
23 points·by alpaylan·2 tháng trước·0 comments

Nondeterminism's Not the Problem

isaacvando.com
6 points·by alpaylan·2 tháng trước·0 comments

EsoNatLangs Bring the Complexity of Natural Language into Code

esoteric.codes
5 points·by alpaylan·3 tháng trước·0 comments

The Simplicity of Humanness

alperenkeles.com
1 points·by alpaylan·3 tháng trước·0 comments

The Mismanaged Geniuses Hypothesis

alexzhang13.github.io
1 points·by alpaylan·3 tháng trước·0 comments

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

symbolic.software
2 points·by alpaylan·3 tháng trước·0 comments

What is a property?

alperenkeles.com
89 points·by alpaylan·3 tháng trước·26 comments

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

gist.github.com
1 points·by alpaylan·3 tháng trước·0 comments

Tracing Goroutines in Realtime with eBPF

sazak.io
1 points·by alpaylan·3 tháng trước·0 comments

Hypothesis, Antithesis, synthesis

antithesis.com
285 points·by alpaylan·4 tháng trước·104 comments

Seeing Types Where Others Don't

theconsensus.dev
3 points·by alpaylan·4 tháng trước·0 comments

Code Quality in the Age of Coding Agents

michaeltimbs.me
2 points·by alpaylan·4 tháng trước·0 comments

Lf-lean: The frontier of verified software engineering

theorem.dev
47 points·by alpaylan·4 tháng trước·9 comments

comments

alpaylan
·11 ngày trước·discuss
Hi, author here! Please let me know if I could pitch in to the discussion in any way.
alpaylan
·3 tháng trước·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 tháng trước·discuss
Doesn't all optimizations need to be valid translations first? That was my reasoning when writing it.
alpaylan
·4 tháng trước·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 tháng trước·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 tháng trước·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 tháng trước·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.