Live data from Hacker News

Viewing profile — arthur-st

arthur-st

HN member
Joined
Sun, Jun 30, 2019, 3:55 AM UTC
HN karma
67
Public activity
56 items

About arthur-st

No profile information was provided.

Recent public activity

  1. comment
    Comment #47586776

    Yes, that's essentially the only practical reason.

  2. comment
    Comment #46950889

    Self-hosted Gitea is a good time if you're comfortable taking care of backups and other self-hosting stuff.

  3. comment
    Comment #46331856

    There are two Graphite companies. The time series DB for metrics (not this) and the stacked diff code review platform (this). Looking at other comments under the post, they seem to…

  4. comment
    Comment #46301753

    For real. I consider myself to be “into Python typing,” and yet I had no knowledge of Zuban before the parent comment and a very faint memory of Jedi.

  5. comment
    Comment #46237490

    I mean, that is what the term implies.

  6. comment
    Comment #45920767

    OpenAI is BYOK-only on OpenRouter, which artificially depresses its utilization there.

  7. comment
    Comment #45418403

    It is exactly that

  8. comment
    Comment #45085347

    To be fair, you do get enums and pattern matching from base language.

  9. comment
    Comment #44852007

    4o on ChatGPT.com vs. Opus in an IDE is like cooking food without kitchen tools vs. using them. 4o is neither a coding-optimized model nor a reasoning model in general.

  10. comment
    Comment #44623540

    I did work for a Russian financial multinational just before COVID-19, as a native Russian speaker, and it was a free-for-all mess interally. The IT side had a load-bearing, old-sc…

  11. comment
    Comment #44109002

    Aider has been doing that for a long time now, it was the first project to do this afaik.

  12. comment
    Comment #43909120

    They have a healthy enterprise customer base, and an engineering team that clearly knows how to work with power users (which OpenAI is bad at).

  13. comment
    Comment #43909050

    They have an old-school enterprise sales operation that is doing superb work. Apart from that, ChatGPT's projects are useless crap (can't read other convos in a project; can't gene…

  14. comment
    Comment #43894989

    Having experience with digitizing a university textbook in physics by hand, this is a very nice LaTeX guide for everyone interested. One thing worth noting from 2025 perspective th…

  15. comment
    Comment #43894954

    No, the parent clearly indicates that they consider XeTeX a worse choice than LuaTeX.

  16. comment
    Comment #43868257

    > They weren't contributing before That is not true. Companies like AWS had paid staff working as OSS Redis core maintainers before the licencing schism. This talk of "achieving th…

  17. comment
    Comment #42877214

    Pyright has semantic improvements (and also some differences) over MyPy. As for using the type checker as a language server, it's difficult to go back to “it's compiling” after you…

  18. comment
    Comment #42877200

    Check if your configuration allows pyright to use other files in the workspace.

  19. comment
    Comment #42877196

    To round out the big 4, there's also Pyre from Meta. I haven't used it myself, as when I last checked it had a low number of PEPs covered, but I've heard some good words for it.

  20. comment
    Comment #42871262

    MyPy's rules are reference-grade, being as close to an official spec as we get until the Typing Council is done establishing their moat. To understand shortcomings of MyPy, I stron…

  21. comment
    Comment #41493315

    This depends on the model, e.g., the non-entry level Forerunner series watches have had training load-related metrics for a while now. That said, Garmin is mainly a cardio watch, a…

  22. comment
    Comment #40943583

    This was interesting, cheers!

  23. comment
    Comment #40934763

    > especially after ... the white house praise for rust What's the threat model here, that Rust is a trojan language from the feds?

  24. comment
    Comment #40922635

    Speaking about strictly PyTorch, it's actually elementary on the distribution side. I know that there are packages which do some weird setup magic at runtime, unfortunately, but py…

  25. comment
    Comment #40919630

    Unfortunately, installing pytorch via Poetry was not for the faint of heart, last I tried. [1] For example, it used to download wheels for all matching distributions (say pytorch f…