HackerLangs
TopNewTrendsCommentsPastAskShowJobs

robotresearcher

10,050 karmajoined vor 16 Jahren

comments

robotresearcher
·vor 11 Stunden·discuss
The disagreement here seems to be a confusion between the pure model behavior and the behavior that users experience, which is the model wrapped in a harness. It’s normal and natural now to refer to the whole system as ‘the model’ informally, even though that is technically not accurate. That ship sailed a while ago.

Since the LLM is now designed to run in a harness, it’s really not even wrong any more.
robotresearcher
·vor 12 Stunden·discuss
Apart from the ports, that’s roughly the AppleTV hardware. A macOS or Linux port to that would be a cute thin client. Not gonna happen, but cute.
robotresearcher
·gestern·discuss
Some Americans say ‘a quarter of X’ and even after 30 years I can’t remember if that’s before or after hour X.
robotresearcher
·vor 7 Tagen·discuss
There's an up-market brand for everything:

https://www.reef.com/collections/mens-best-selling-footwear#...
robotresearcher
·vor 10 Tagen·discuss
In the context of weight lifting, or neuromuscular demand, a one rep max is very high intensity exercise. In the context of metabolic demand, it is not.

Your tone is very aggressive. Not necessary.
robotresearcher
·vor 10 Tagen·discuss
Going for one rep max is intense. If it weren't, you could get a better max.
robotresearcher
·vor 12 Tagen·discuss
> Now cryptography is used by governments and corporations to protect themselves from us.

Just in case you're not kidding, I'll remind you it was always thus. The Nazi Enigma machines were not created by libertarian anarcho-punks to distribute The Whole Earth Catalog.
robotresearcher
·vor 14 Tagen·discuss
Correct. Hence "the price is zero".

Author still normally transfers copyright to the publisher. That's what gives the publisher the right to distribute copies and charge for them. By default they do not.
robotresearcher
·vor 14 Tagen·discuss
If I sell a novel to Simon & Shuster, and assign the copyright to them as part of the deal, I can't sell the same novel to HarperCollins under the same terms. I can't sell my movie to Disney AND Sony.

This is the same, but the price is zero. You can take or leave the deal at that price, and you'll probably take it for sufficient academic prestige points ('impact factor', visibility, etc).

By the way, some publishers such as IEEE explicitly allow you to post preprints for free download, eg. at arXiv and on your own web site.
robotresearcher
·vor 14 Tagen·discuss
> paying out reviewers

Reviewers are not usually paid.
robotresearcher
·vor 17 Tagen·discuss
Y’all aren’t running your agents as root?
robotresearcher
·vor 18 Tagen·discuss
We already had YOLO9000.
robotresearcher
·vor 18 Tagen·discuss
Postgres etc are more complex than Redis, are they not?

Does your argument assume you already have a database, so you might as well use it for your cache mechanism?
robotresearcher
·vor 18 Tagen·discuss
Your Paper C does not need to cite Paper A unless you are discussing some aspect of it that Paper B is not. Otherwise you inherit the A citation via B.

Spamming citations is unnecessary.
robotresearcher
·vor 19 Tagen·discuss
I suspect that you’re both right in the sense that ‘aligned’ is an important component of ‘superior’ from the vendors’ viewpoint.
robotresearcher
·vor 19 Tagen·discuss
Amen! The existence of 'helpers.js', 'utils.cc', makes me twitch.
robotresearcher
·vor 19 Tagen·discuss
Would you like me to outline some concrete steps for dealing with the struggle?
robotresearcher
·vor 19 Tagen·discuss
In the early 2000s I often saw juniors and students make staggeringly deep class hierarchies. The equivalent of:

Shape::Polygon::ConvexPolygon::FourSidedConvexPolygon::Square::BlueSquare...

"Intro to OOP" lectures/articles made a deep impression on some people in not quite the right way :)
robotresearcher
·vor 21 Tagen·discuss
Yep, I used an example where the provenance value was obviously large to make it very clear.
robotresearcher
·vor 21 Tagen·discuss
Both timestamps are useful in different ways. The early-as-possible hardware stamp is best for reasoning about causality, while the later-and-full-o-jitter middleware stamps are good for compensating for that inevitable jitter.

Time is one of the hard problems in robots, because they are inevitably but non-obviously distributed systems.

Robots are annoyingly, wonderfully difficult.