Hacker News new | past | comments | ask | show | jobs | submit | gcy's comments login

I suppose you probably were visiting some university districts/CBDs where people likely to have received higher education. Elsewhere, aside from basic "hello"/"how are you", locals in general are not able to communicate in English.


4.10 > 4.5 — @stevenheidel

@sama: underrated tweet

Source: https://x.com/stevenheidel/status/1911833398588719274


Too bad OpenAI named it 4.1 instead of 4.10. You can either claim 4.10 > 4.5 (the dots separate natural numbers) or 4.1 == 4.10 (they are decimal numbers), but you can't have both at once


so true


Could you explain the pseudo code in your equations page? Is the second approxMul call a typo (also the capitalized V)?

def precompute(W): W = W.T probes = get_probes(W) W_idx, W_val = sortMatrixRows(W)

def approxMul(v, W_idx, W_val, probes): cutoff_chart = v * probes cutoff = topK(cutoff_chart, effort) approxMul(V, W_idx, W_val, cutoff)


oh, thanks, I fixed it. No idea what I meant there originally.

There are still a few typos on the page, I'll be fixing them tomorrow - it's midnight now, and my mental batteries are slowly drying out :)


Did you deploy your changes? I just refreshed and that is still there on the page[0].

[0] https://kolinko.github.io/effort/equations.html


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: