Viewing profile — rnhmjoj
rnhmjoj
HN member- Joined
- Thu, Nov 13, 2014, 8:33 PM UTC
- HN karma
- 2,685
- Public activity
- 687 items
- HN profile
- View on Hacker News ↗
About rnhmjoj
No profile information was provided.
Recent public activity
-
comment
Comment #49067319
It's literally not a monolith, but in practice it may well be, that was my point.
-
comment
Comment #49060099
Yes, systemd not being a monolith is a myth. You can forward logs to rsyslog or something, but you really can't disable systemd-journald. Technically you don't need to run systemd-…
-
comment
Comment #48899922
Since the rules are entirely reconstructed, I have to say I'm a bit skeptical of a game where a central point is keeping a count of moves up to 150. It seems too unpractical for a …
-
comment
Comment #48433009
Yeah, I don't know about the author, but my brain spatial memory is very much tied to Euclidean geometry. The holonomy effect (view is rotated when coming back to the same point) i…
-
comment
Comment #48233172
I'd say not much: you update the channel, run nixos-rebuild switch, fix all the warnings/errors due to renamed/changed options until it succeeds and you're done. If you have a data…
-
comment
Comment #48185727
No they can't. They obviously know the IP addresses, but that's not terribly useful since everything is behind a cloudflare proxy nowadays. The server hostname may provide some mor…
-
comment
Comment #48184462
> they still see the URL so they can get the content if they want it That's incorrect, a MitM can only reveal the server hostname by inspecting the SNI during the TLS handshake, bu…
-
comment
Comment #48145218
I just do this for the IP ranges of Amazon, OpenAI, Huawei and other companies that run these insane crawlers: it's 100% effective and it doesn't annoy real users with a captcha or…
-
comment
Comment #47944391
It's the devops team can manage a measly 87% uptime [1] you're talking about, you can do a lot better on your homeserver. [1]: https://mrshu.github.io/github-statuses/
-
comment
Comment #47852281
The breeding blanket is entirely contained inside a vacuum vessel, so there isn't any oxygen to react with. Also, the are many blanket designs, but the lithium is never present in …
-
comment
Comment #47822848
> How is that done if not using CSMA/CD (or something very similar at least)? AFAIK, WiFi has always been doing CSMA/CA and starting with the 802.11ax standard also OFDMA. See http…
-
comment
Comment #47822544
Previous discussions: https://news.ycombinator.com/item?id=14986324 (2017) https://news.ycombinator.com/item?id=20167686 (2019) https://news.ycombinator.com/item?id=25568766 (2020)…
-
comment
Comment #47782265
So, I did a bit of research and I wasn't going crazy: there are apparently two competing definitions of "elementary" in use [1]: > the class of functions [...] is what I would call…
-
comment
Comment #47779320
I guess you're right, I was probably mislead this whole time. I went through my old analysis class book [1] and there doesn't seem to be an explicit definition of elementary functi…
-
comment
Comment #47775138
> My concern is that the word “elementary” in the title carries a much broader meaning in standard mathematical usage, and in this meaning, the paper’s title does not hold. > Eleme…
-
comment
Comment #47751747
> aren't exp and ln really primitives? Aren't they implemented in terms of +,-,/,* etc? They're primitive in the sense that you can't compute exp(x) or log(x) using a finite combin…
-
comment
Comment #47342763
I'm not sure what happens to the socket, maybe it's closed and reopened, but with this patch I have SSH sessions lasting for days with no issues. Without it, even roaming between t…
-
comment
Comment #47336955
I think it does, but that's not the issue: if the interface goes down all the temporary address are gone for good, not just "expired".
-
comment
Comment #47336724
Well, yss, but SSH is hardly ever anonymous and this could simply be a cli option.
-
comment
Comment #47334039
See this, for example: https://groups.google.com/g/opensshunixdev/c/FVv_bK16ADM/m/R... It boilds down to using a Linux-specific API, though it's really BSD that is lacking support …
-
comment
Comment #47332304
Well, for different reasons, but you have similar issues with IPv6 as well. If your client uses temporary addresses (most likely since they're enabled by default on most OS), OpenS…
-
comment
Comment #47124680
The magnetron itself has about about 65% efficiency, but the paper conjectures that the longer duration of the pulses is due to defects in the cavity that result in some emission a…
-
comment
Comment #46957613
What is the point of restricting a certificate to "server" or "client" use, anyway?
-
comment
Comment #46956947
I have been using GitHub since 2011 and it's undeniable that the performance of the website have been getting worse. The new features that are constantly being added are certainly …
-
comment
Comment #46935900
> MSS clamping is non-negotiable with tunnels. Every layer of encapsulation eats into the MTU. Can this tunnel be avoided somehow? If I have to choose between owning my prefix and …