Viewing profile — aliceryhl
aliceryhl
HN member- Joined
- Tue, Apr 23, 2019, 3:06 PM UTC
- HN karma
- 748
- Public activity
- 306 items
- HN profile
- View on Hacker News ↗
About aliceryhl
Website: https://ryhl.io/
GitHub: https://github.com/Darksonn
[ my public key: https://keybase.io/aliceryhl; my proof: https://keybase.io/aliceryhl/sigs/4XnrKMF2tmZZw8k0hEZ9EOvyl7KKQ0x9FUICXUtxzbo ]
Recent public activity
-
comment
Comment #47995300
This is not psychosis.
-
comment
Comment #47305722
Interesting. Though looking at the code, it does still check VM_MAYWRITE, so the mapping needs to be something you could remap as writable.
-
comment
Comment #47128083
Ah thanks for clarifying.
-
comment
Comment #47104724
Thank you. I was wondering about that.
-
comment
Comment #47098648
Hmm, I read some of the decision, and now I'm not sure what to make of all of it. When I came to the opinion from Jackson, J., I found it extremely compelling. He says this: ... Bu…
-
comment
Comment #46409555
I asked about this when they presented the project at the Linux Plumbers conference. They replied that it's not really intended to be a security boundary, and that you should not l…
-
comment
Comment #46386980
I have no insight into the Asahi project, but the LKML link goes to an email from James Calligeros containing code written by Hector Martin and Sven Peter. The code may have been w…
-
comment
Comment #46386955
That's an email from James Calligeros. All this patch says is that the author is Hector Martin (and Sven Peter). The code could have been written a long time ago.
-
comment
Comment #46327845
Where I'm from, it probably would not be stolen by anyone.
-
comment
Comment #46114632
How?
-
comment
Comment #45618792
It never made it into upstream Linux, but there is already a sample implementation that Wedson wrote in 2022: https://github.com/Rust-for-Linux/linux/pull/798
-
comment
Comment #45618751
It won't be different from Tokio. When you pass a future to tokio::spawn, that will also eagerly execute the future right away.
-
comment
Comment #45604424
It's trivial to implement an async runtime in the kernel. The kernel's workqueue is already essentially a runtime.
-
comment
Comment #44983850
> IIRC Alice from the tokio team also suggested there hasn't been much interest in pushing through these difficulties more recently, as the current performance is "good enough". We…
-
comment
Comment #43936910
I'm quite careful to tightly control the dependencies of Tokio. All dependencies are under control by members of the Tokio team or others that I trust.
-
comment
Comment #39539341
The caption for the picture says this: > The six planets orbit their central star HD 110067 in a harmonic rhythm with planets aligning every few orbits.
-
comment
Comment #38831393
Regarding the review process ... one thing that I find challenging and don't know a good solution to is documentation. I've received many PRs where the change itself is fine, but t…
-
comment
Comment #38723773
It's well known that what is being stabilized today is lacking the Send bounds stuff. In fact, there was a lot of discussion about whether they should completely block this feature…
-
comment
Comment #38722872
If you pay too much in bounties, you risk having your own red-team employees leave so that they can report bugs externally and get paid much more via bounties.
-
comment
Comment #38135631
I'm surprised that CLN-003 made the list even as low severity. It's intended to make reverse engineering of the binary harder, but the code is already freely accessible (and CLN-00…
-
comment
Comment #36978245
In Denmark, there's a national system for authentication used for government sites and banks. I have a small device with a single button on it that shows a 6-digit code when you pr…
-
comment
Comment #36708965
The best tool for voice-to-text for programmers is Talon. https://talonvoice.com/
-
comment
Comment #36354993
Running the experiment until you have a specific pre-determined number of observations is okay. However, the deceptively similar scheme of running it until the results are statisti…
-
comment
Comment #36194589
That's my understanding as well.
-
comment
Comment #36194561
Dual licensing should be fine. (IANAL)