Live data from Hacker News

Viewing profile — arisudesu

arisudesu

HN member
Joined
Mon, Mar 01, 2021, 3:32 PM UTC
HN karma
26
Public activity
30 items

About arisudesu

No profile information was provided.

Recent public activity

  1. comment
    Comment #48882444

    But it really is, in a sense that another program is required to interpret IL format, even if it is JIT-compiled after loading. Think of it similar to the ELF interpreter for dynam…

  2. comment
    Comment #48880874

    "Go ... ergomonics" "G# compiles straight to managed assemblies and runs on the modern .NET runtime" These two are nothing close because it completely misses Go's ergonomics of com…

  3. comment
    Comment #47199801

    [flagged]

  4. comment
    Comment #46658266

    What do you mean by 'LAN', everything should be routable globally with IPv6 decade ago anyway /s

  5. comment
    Comment #44297971

    Doesn't it require a central server for communications?

  6. comment
    Comment #44297616

    And so, WhatsApp has reached parity with Telegram in features, in the sense that both now show ads (even though Telegram was initially promoted as always free and without ads, it w…

  7. comment
    Comment #43715234

    Having short-lived certificates is good, replacing them too often is not. This is implemented trivially for single-host deployments which just run certbot or ACME each subdomains. …

  8. comment
    Comment #43266719

    Doskey is a (kind of) Windows replacement for shell aliases, and it can be configured to auto-execute macros file in new cmd.exe windows.

  9. comment
    Comment #43266667

    Surely this is possible way to alias commands, but keep in mind that PATH extensions are made available not only in shell, but to all programs started from it, well, because it is …

  10. comment
    Comment #42728038

    May it happen that CloudFlare stops sending their call invitations to me. I have an account at them which has shared access to company domains, because sometimes I was needed to as…

  11. comment
    Comment #42271582

    Either I don't understand the problem completely, or why wasn't it possible to introduce something like 'ex' address family that allowed to pass and disambiguate extended parameter…

  12. comment
    Comment #40946830

    There's no update in app. I'm on 115.12.2 esr. How's Thunderbird's branches work, again?

  13. comment
    Comment #40101052

    This script is explicitly a Bash script and it is not executable by every other shell present on modern unix-like systems. Examples are Korn shell, Almquist shell. Hence the distin…

  14. comment
    Comment #40100936

    I am not familiar with zsh, but is it really interpreted by zsh? Because the script has #!/usr/bin/env bash in its shebang, isn't it executed by bash on your system, even if launch…

  15. comment
    Comment #40097021

    As a bash script actually, not a (implied POSIX) shell script. Do not mix these two.

  16. comment
    Comment #39801611

    musl support would be highly appreciated.

  17. comment
    Comment #39772719

    I understand that rustup can be convenient, but I don't get why they insist on using this tool. It should be enough to distribute the toolchain and std as a zip file.

  18. comment
    Comment #39718471

    Why are all these problems? Wasn't this solved already years ago in another software, I mean, Xorg? Why do we need to revisit the problem again?

  19. comment
    Comment #39156320

    Mind sharing the reasons?

  20. comment
    Comment #38954548

    Don't confuse the Internet and networks please. Older machines are completely fine to be used in private firewall-protected networks, as long as they're facing only LAN. SSH still …

  21. comment
    Comment #37834987

    By request flood I mean, request flood, as in sending insanely high number of requests per unit of time (second) to the target server to cause exhaustion of its resources. You're r…

  22. comment
    Comment #37834785

    Is is a fundamental HTTP/2 protocol issue or implementations issue? Could this be an issue at all, if a server has strict limits of requests per IP address, regardless of number of…

  23. comment
    Comment #37831724

    Can anyone can explain what's novel about this attack that isn't plain old requests flood?

  24. comment
    Comment #37657473

    If you run only the software you wrote, then yes, it is useful feature. Otherwise I won't trust automated pulls of whatever other devs put into their public images, nor won't I tru…

  25. comment
    Comment #37656990

    The syntax and examples in the article assumes usage of SystemD as service manager. Does it work on distros without SystemD too? Docker-compose does. I also do not understand separ…