HackerTrans
トップ新着トレンドコメント過去質問紹介求人

jey

7,552 カルマ登録 19 年前
Human interested in bits and humans.

Berkeley, California

Email: jey#kottalam!net

コメント

jey
·19 時間前·議論
I'm not a mathematician, but I don't think that's true..? It's just that some problems are considered "hard" or known to have been "open" for a long time or that involve some clever/pioneering new technique. There's tons of math papers out there that are in some technical sense a novel contribution but in practice just languish without much attention except maybe from like two other people working in the same subfield.
jey
·9 日前·議論
> Emojis don't even render the same on every platform

This is a feature, not a bug. That it's using your platform-specific emojis makes it easier to scan, since it's the ideograms you are already accustomed to. Much faster to scan familiar symbols than to read each section heading serially.
jey
·先月·議論
Relevant: The Breakfast Simplex (https://moultano.wordpress.com/2026/02/22/the-hunt-for-dark-...)
jey
·先月·議論
I thought other reporting claimed that a ground handling truck crashed into the door, thereby detaching it?
jey
·2 か月前·議論
I'm not convinced this is a problem. For example, all the folks who developed convex analysis for its pure geometric and mathematical beauty in the land of pure Platonic forms, well their work was still useful downstream for all of us doing convex optimization and dealing with log-concave probability distributions. So no harm, no foul.
jey
·3 か月前·議論
Try the textbook Elements of Information Theory by Cover and Thomas (2006)
jey
·3 か月前·議論
It targets x86-64/ELF? I thought it would target `sh` to be portable?
jey
·4 か月前·議論
That doesn't really explain anything biologically. Just vaguely says "potentially helps heal and protect"
jey
·4 か月前·議論
What does the stem cell treatment help with beyond the existing fetal surgery? Since it's in addition to the usual surgical treatment
jey
·4 か月前·議論
And I would further add: In addition to performance, Julia's language and semantics are much more ergonomic and natural for mathematical and algorithmic code. Even linear algebra in Python is syntactically painful. (Yes, they added the "@" operator for matmul, but this is still true).
jey
·5 か月前·議論
I wonder if there's a law+econ analysis of comparing the current framework (regulations and upfront permitting) vs having the regulations but then enforcement via combination of randomized gov't inspections and private lawsuits. The motivation would be to allow things to move faster while also requiring the same degree of compliance, but without the massive red tape upfront with administrators having no real incentive to approve projects or move fast. One obvious downside is that it effectively creates an economic incentive to try and skirt the law and/or find loopholes, but that arguably exists to the same degree in the existing system.
jey
·5 か月前·議論
(2014)
jey
·5 か月前·議論
This seems to be the English landing page: https://github.com/Leading-AI-IO/palantir-ontology-strategy/...
jey
·5 か月前·議論
have you tried vim or neovim?
jey
·6 か月前·議論
lmao okay, touché. I did not realize it had servo as a dependency.
jey
·6 か月前·議論
I don't think the point was to say "look, AI can just take care of writing a browser now". I think it was to show just how far the tools have come. It's not meant to be production quality, it's meant to be an impressive demo of the state of AI coding. Showing how far it can be taken without completely falling over.

EDIT: I retract my claim. I didn't realize this had servo as a dependency.
jey
·6 か月前·議論
Dan Romik has a nice intro on the moving sofa problem: https://www.math.ucdavis.edu/~romik/movingsofa/
jey
·6 か月前·議論
Yeah maybe time to send a sample to the “mass spec everything” guy
jey
·6 か月前·議論
Here's a less editorialized article from Reuters: https://www.reuters.com/business/finance/banks-tap-record-li...
jey
·7 か月前·議論
That makes sense, but how do you efficiently evaluate the Gaussian kernel based approach (“operator-based data structures (OBDS)”)? Presumably you want to do it in a way that keeps a dynamically updating data structure instead of computing a low rank approximation to the kernel etc? In my understanding the upside of the kNN based approaches are fast querying and ability to dynamically insert additional vectors..?