Live data from Hacker News

Viewing profile — eterevsky

eterevsky

HN member
Joined
Mon, Aug 28, 2017, 12:06 PM UTC
HN karma
1,361
Public activity
472 items

About eterevsky

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #49096220

    With my minimal steering Fable wrote 20k LoC porting JAX library to Mac with Apple Silicon. It currently passes 98.4% test from the original JAX test suite. The performance is abou…

  3. story
  4. comment
    Comment #48626943

    Within OS consistency is much less of thing a thing than Web design conventions. Windows by itself has had several different UI frameworks over the years, so different "native" Win…

  5. comment
    Comment #48377755

    They are comparing it to Haiku 4.5. Not Opus, not Sonnet, but Haiku, the smallest Anthropic model, 3 versions old.

  6. comment
    Comment #48304855

    You can absolutely negotiate to work 4 days weeks and get 80% salary. I've been working like this for the last 3-4 years.

  7. comment
    Comment #48005245

    It was an alternative to RSS from 20 years ago that didn't catch on.

  8. comment
    Comment #47385022

    I don't often use AI to cleanup my texts, but when I do, I fully own the output. I make a conscious decision whether to leave in every AI suggestion or not. The final text _is_ wha…

  9. comment
    Comment #46430854

    It's a good advice, if you are watching on a reference monitor in a dark room.

  10. comment
    Comment #46430852

    James Cameron is one of the few who do this.

  11. comment
    Comment #46400235

    I think whether any text is written with the help of AI is not the main issue. The real issue is that for texts like police reports a human still has to take full responsibility fo…

  12. comment
    Comment #45873906

    In all seriousness, XSLT looked stillborn even 25 years ago when it was introduced.

  13. comment
    Comment #45844427

    If they are replacing a fixed cosmological constant by a model with variable dark energy, doesn't it introduce extra parameters that describe the evolution of dark energy over time…

  14. comment
    Comment #45809343

    Probably not for 32” monitor, but I think 8k would be noticeably better for a 43”.

  15. comment
    Comment #44050321

    The plan is to improve AI agents from their current ~intern level to a level of a good engineer.

  16. comment
    Comment #43330805

    This article seems to argues from the way scientific discoveries are made by humans. It seems to me that its gist is similar to some article from the 80s that claims that computers…

  17. comment
    Comment #43011830

    If we achieved local maximum at something, the only way to progress is to make a big leap that brings you out of it. The trouble is that most of such big leaps are unsuccessful. Fo…

  18. comment
    Comment #42976522

    ZIP codes are a simple approximation, which does their job good enough in most cases. The alternatives that the author suggests are much more complicated, both in terms of the impl…

  19. comment
    Comment #42931304

    I would assume some limit no higher than 2^64, since all common file systems have file size limits: https://en.wikipedia.org/wiki/Comparison_of_file_systems

  20. comment
    Comment #42930550

    Government employees are never elected. They are hired by the elected officials. In this case the general public in the US was aware of DOGE before the election and chose to vote f…

  21. comment
    Comment #42374659

    Because it was the only widely used generic text format for structured data.

  22. comment
    Comment #42363618

    To be precise, JSON was a replacement for XML, not the other way around. And the problem with XML was that it's way to verbose and difficult to write by hand, so it's exactly the o…

  23. comment
    Comment #42341012

    This entirely depends on the subscription fee, doesn't it? The amount of ad revenue that the service is getting for you is limited, even accounting for the fact that as a paying us…

  24. comment
    Comment #42339297

    It is always possible to have several tiers of subscriptions, a cheap tier with some additional feature and ads, and a higher tier with no ads at all. I am perfectly willing to pay…

  25. comment
    Comment #42326771

    In C++ you can force the move of the parameter by wrapping it with std::move() this should take care of unnecessarily cloning the argument in the example.