Viewing profile — Nemo157
Nemo157
HN member- Joined
- Tue, Oct 07, 2014, 2:35 AM UTC
- HN karma
- 227
- Public activity
- 54 items
- HN profile
- View on Hacker News ↗
About Nemo157
Recent public activity
-
comment
Comment #37089834
But you are the second party, there is no third party involved when you use the software for yourself.
-
comment
Comment #36708895
You don't need to pay to have an organization, I just created a personal organization to hold my non-experimental source repos.
-
comment
Comment #35035706
Since unsoundness is a property of an interface, that private safe function would be unsound but could be used as part of the implementation details of a sound public API. It's not…
-
comment
Comment #35035660
Then your code calling `pre_exec` is unsound, it is calling into `foo1` which is not documented to be async-signal-safe. Without any documentation saying otherwise you can't assume…
-
comment
Comment #33369240
If you're improving the UI around here it would also be good to see how the list was determined. For automated detection in particular it seems like the tooling used also should be…
-
comment
Comment #32424854
The hash you have is computed from the hash of the content and other data. You would need to send that additional data out-of-band to allow the client to compute the overall hash a…
-
comment
Comment #32424675
A long time ago Cloudflare was experimenting with support for E2E integrity via their public gateway: https://blog.cloudflare.com/e2e-integrity/ It looks like they've taken the FF …
-
comment
Comment #31934489
JS being required for the interactive features would be fine. My personal problem is that I end up on some random gitlab instance to just take a look at the source or issues for so…
-
comment
Comment #31740402
Though IIRC from some bugginess I was noticing a while ago, only to the JS API, it will still obey the dark color scheme media query (but sometimes inconsistently, I would load the…
-
comment
Comment #26512935
> In most cases, it just blocks or hides cookie related pop-ups. This bit is actually the opposite. All tracking _must_ be opt-in, therefore by blocking the pop-up and not opting-i…
-
comment
Comment #26434402
Just block them in your ad blocker, because they must be opt-in, by not interacting with them you are asserting your right to not be tracked.
-
comment
Comment #25629780
A good one-time-sign-in-link implementation will send a link to authenticate a session elsewhere, so you can click the link on your phone to complete login on the computer.
-
comment
Comment #24877539
JSON has the equivalent JSON Pointer described in RFC 6901 ( https://tools.ietf.org/html/rfc6901 ).
-
comment
Comment #24695400
IPv6 != static addresses. My IPv6 prefix changes at least once a day too.
-
comment
Comment #23768379
It would if it worked, but every time I've tried using it I've hit some combination of crashes and weird false positives.
-
comment
Comment #22747018
Yes, this is basically erasing type invariants by moving them into runtime code. Similar things have been done with things like GPIO pins in embedded code, having the pin numbers c…
-
comment
Comment #22691775
Wow, did not expect to see grarr mentioned on HN. I should mention that it's basically dead at this point, and IMO would need a full rewrite to resurrect (the web framework it's bu…
-
comment
Comment #22566007
The long term plan is to make assert! smart enough to recognise the assertion and provide good error messages based on its shape, maybe eventually deprecating assert_eq! etc.
-
comment
Comment #22044537
I have a feeling that's a bug. I have an app that I want to have background location and was asked twice soon after upgrading to iOS 13, then iOS was silent for about a month, then…
-
comment
Comment #21842951
non_exhaustive only affects downstream code, within the crate you can still treat it exhaustively. For example in this playground[0] if you build in test mode the match works insid…
-
comment
Comment #21473911
It's impossible to use the guarantees provided by the `Pin` type without `unsafe` code, except in `async fn`.
-
comment
Comment #20532850
The email address I use for Apple ID is not the same one my contacts would have.
-
comment
Comment #19927638
In your link there is a photo of what looks to me like a school hall that could very easily be a cropped and color changed version of a photo included in the OP (/vice-versa).
-
comment
Comment #19504003
And yet iOS calendar is also more powerful in that you can set different time zones on the start and end of a single event, which macOS calendar will show but not let you edit.
-
comment
Comment #19334536
It also supports a catch-all alias though.