Viewing profile — arisudesu
arisudesu
HN member- Joined
- Mon, Mar 01, 2021, 3:32 PM UTC
- HN karma
- 26
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About arisudesu
No profile information was provided.
Recent public activity
-
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…
-
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…
-
comment
Comment #47199801
[flagged]
-
comment
Comment #46658266
What do you mean by 'LAN', everything should be routable globally with IPv6 decade ago anyway /s
-
comment
Comment #44297971
Doesn't it require a central server for communications?
-
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…
-
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. …
-
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.
-
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 …
-
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…
-
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…
-
comment
Comment #40946830
There's no update in app. I'm on 115.12.2 esr. How's Thunderbird's branches work, again?
-
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…
-
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…
-
comment
Comment #40097021
As a bash script actually, not a (implied POSIX) shell script. Do not mix these two.
-
comment
Comment #39801611
musl support would be highly appreciated.
-
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.
-
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?
-
comment
Comment #39156320
Mind sharing the reasons?
-
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 …
-
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…
-
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…
-
comment
Comment #37831724
Can anyone can explain what's novel about this attack that isn't plain old requests flood?
-
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…
-
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…