Live data from Hacker News

Viewing profile — Rogach

Rogach

HN member
Joined
Sun, Jul 07, 2013, 3:32 AM UTC
HN karma
86
Public activity
46 items

About Rogach

No profile information was provided.

Recent public activity

  1. comment
    Comment #46784000

    Here's one article: https://mort.coffee/home/wayland-input-latency/ It's specifically about cursor lag, but I think that's because it's more difficult to experimentally measure app…

  2. story
  3. comment
    Comment #46214366

    I feel that I need to preface my answer with the defusing disclaimer: I understand that you love the language very much. And statements like the ones I make may hurt, because they …

  4. comment
    Comment #46214360

    True, Scala (the language) offers lots of great functionality. And Scala 3 brought some important improvements. But safety is not the only important aspect of a programming languag…

  5. comment
    Comment #46202419

    They didn't explicitly propose replacing the syntax, true. But to an outsider, it sure looked like the new syntax was a priority - all the examples and code snippets in the officia…

  6. comment
    Comment #46202318

    Wow, 34 companies with "possibly" 233 more! I don't see the chart with changes of number of companies using Scala over time. But even without the chart - if after 15 years there ar…

  7. comment
    Comment #46091854

    We’re (Probably) Not Alone Out Here.

  8. story
  9. comment
    Comment #45919115

    Inside a single bank - definitely. But if you have dollars in different banks then they suddenly start having very different value. Couple examples just in case: 1. Spending dollar…

  10. comment
    Comment #45914404

    You mean this only for cash US dollar - i.e. physical bills? Not USD in bank accounts?

  11. comment
    Comment #45757519

    No. The string is split to extract at most one argument. See: https://linux.die.net/man/2/execve So in fact "-S" is not passed as a separate argument, but as a prefix in the first …

  12. comment
    Comment #45752403

    Without -S, `uv run --script` would be treated as a binary name (including spaces) and you will get an error like "env: ‘uv run --script’: No such file or directory". -S causes the…

  13. story
  14. comment
    Comment #45435890

    > Yes, this means there's the small loophole of traveling to another country (which is usually a long travel, this country is huge and the ocean is wide) I'm a frequent traveler, s…

  15. comment
    Comment #45423259

    Thanks for the info! They do look nice and the prices are very affordable. I'm a bit worried by their lack of focus, though - looks like they are spreading themselves a bit thin, t…

  16. comment
    Comment #45423237

    I've got this covered :) I use a separate phone for these apps. So I have a "normal" phone that I use regularly and can do whatever I want with it, and a "certified" phone that has…

  17. comment
    Comment #45423220

    That sounds quite dystopian. I did consider this possibility, but thought that it was sufficiently far in the future. Sad that this future already arrived :( But can you elaborate …

  18. comment
    Comment #45411116

    I see a lot of comments here talking about "end of free computing" and similar stuff. However, I'm trying to find ways to be somewhat optimistic. There are already companies that a…

  19. comment
    Comment #44487178

    Sounds like attempting to always inline a recursive function should be an error instead. But it's probably undesirable to make that change because it would likely break existing cr…

  20. story
  21. comment
    Comment #40440088

    I moved to alacritty from gnome-terminal. Wasn't for latency or throughput - I didn't notice any difference in latency, and difference in throughput is only visible when cat'ing 3M…

  22. comment
    Comment #38459203

    There's a project called "wmonad" on GitHub, but it's actually another X11 window manager, no relation to Wayland. There was the Waymonad project, but AFAIK it was never usable and…

  23. comment
    Comment #38456746

    Not OP, but for me the use case is Xmonad (window manager).

  24. comment
    Comment #38262312

    Doesn't look like it: $ host archive.is 1.1.1.1 archive.is has address 192.210.214.166 $ host archive.is 8.8.8.8 archive.is has address 192.210.214.166

  25. comment
    Comment #34450395

    I don't want to debate the presence or absence of merits in this tool (these are extensively covered in other comments), but I want to point out that even in the demo examples 2 ou…