Viewing profile — Rogach
Rogach
HN member- Joined
- Sun, Jul 07, 2013, 3:32 AM UTC
- HN karma
- 86
- Public activity
- 46 items
- HN profile
- View on Hacker News ↗
About Rogach
No profile information was provided.
Recent public activity
-
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…
- story
-
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 …
-
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…
-
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…
-
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…
-
comment
Comment #46091854
We’re (Probably) Not Alone Out Here.
- story
-
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…
-
comment
Comment #45914404
You mean this only for cash US dollar - i.e. physical bills? Not USD in bank accounts?
-
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 …
-
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…
- story
-
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…
-
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…
-
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…
-
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 …
-
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…
-
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…
- story
-
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…
-
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…
-
comment
Comment #38456746
Not OP, but for me the use case is Xmonad (window manager).
-
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
-
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…