HN user

ephimetheus

272 karma
Posts4
Comments178
View on HN

Funny this predates even the original paper first introducing the attention mechanism underpinning modern LLM.

I’ve noticed this too. I think it started around the time of the first round of big tech layoffs in the US, and when the US ratcheted up the price for H1B(?) visas.

Seems like economic uncertainty or fear of it breeds xenophobia. Who knew

There absolutely are direct neutron experiments, but they are much lower energy and have a different focus, partly because neutrons being neutral means they’re very hard to accelerate.

There’s an ultra cold neutron source at Paul Scherrer that is used to measure if the neutron has an electric dipole moment. This is complementary to high energy experiments.

I get what you’re saying, but the measurements are real. In some sense they are the truth.

In the article this refers to the finding that the quark is more complex than three valence quarks.

The measurements indicating that the three-quark-model is incomplete are overwhelmingly conclusive, so some degree of certainty in the language is warranted in my view.

Jujutsu and Radicle 11 months ago

I appreciate the opinion, but that precludes it from being used in repos that are not jj-first and happen to use submodules.

Jujutsu and Radicle 11 months ago

I got into jujutsu recently for the mega merge workflow.

The only thing I’m missing now is support for git submodules, especially when working with workspaces.

This requires me to keep using git worktrees with collocated jj in each of them, which is suboptimal.

So far whenever jujutsu came up I didn’t find its features that convincing relative to git.

I have to say however that the mega merge workflow seems intriguing and might in fact be a solution to having to serialize my work like I do in git for now.

I think I’ll look into that.

Exactly, I would've hoped someone could come up with a way to render markdown directly into a PDF, without roundtripping via tex and having to handhold the styling process in the way that's required now.

What always disqualifies these projects for me is the fact that they need to use a headless browser to export to PDF. PDF export is the primary feature I need from these, and it’s a shame the export mechanism is still this slow and unreliable.

I can’t count the number of of times where a beginner did some stuff in pyroot that was horrifically slow and just implementing the exact same algorithm in C++ was two orders of magnitude faster.

If you don’t use RDataFrame, or it’s just histogram plotting, be very careful with pyroot.

All of our other code is C++. The data reconstruction framework writing ROOT files, the analysis frameworks doing stat analysis. The event data model is implemented in C++.

It has its rough edges, but you do get a lot of good synergy out of this setup for sure.