HackerTrans
TopNewTrendsCommentsPastAskShowJobs

alpaylan

326 karmajoined há 4 anos

Submissions

Show HN: Latex Diff Viewer

github.com
3 points·by alpaylan·anteontem·0 comments

Understanding Is the New Bottleneck

geoffreylitt.com
9 points·by alpaylan·há 9 dias·2 comments

Representation-Free Editing

alperenkeles.com
3 points·by alpaylan·há 25 dias·0 comments

Why AI code optimization needs production-grounded benchmarks

datadoghq.com
2 points·by alpaylan·mês passado·0 comments

A Little Explanation of Little's Law

rugu.dev
4 points·by alpaylan·mês passado·1 comments

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

brooker.co.za
2 points·by alpaylan·há 2 meses·0 comments

What Is Random Generation?

alperenkeles.com
3 points·by alpaylan·há 2 meses·0 comments

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

tylerhillery.com
23 points·by alpaylan·há 2 meses·0 comments

Nondeterminism's Not the Problem

isaacvando.com
6 points·by alpaylan·há 2 meses·0 comments

EsoNatLangs Bring the Complexity of Natural Language into Code

esoteric.codes
5 points·by alpaylan·há 3 meses·0 comments

The Simplicity of Humanness

alperenkeles.com
1 points·by alpaylan·há 3 meses·0 comments

The Mismanaged Geniuses Hypothesis

alexzhang13.github.io
1 points·by alpaylan·há 3 meses·0 comments

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

symbolic.software
2 points·by alpaylan·há 3 meses·0 comments

What is a property?

alperenkeles.com
89 points·by alpaylan·há 3 meses·26 comments

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

gist.github.com
1 points·by alpaylan·há 3 meses·0 comments

Tracing Goroutines in Realtime with eBPF

sazak.io
1 points·by alpaylan·há 3 meses·0 comments

Hypothesis, Antithesis, synthesis

antithesis.com
285 points·by alpaylan·há 4 meses·104 comments

Seeing Types Where Others Don't

theconsensus.dev
3 points·by alpaylan·há 4 meses·0 comments

Code Quality in the Age of Coding Agents

michaeltimbs.me
2 points·by alpaylan·há 4 meses·0 comments

Lf-lean: The frontier of verified software engineering

theorem.dev
47 points·by alpaylan·há 4 meses·9 comments

comments

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