Viewing profile — lasiotus
lasiotus
HN member- Joined
- Tue, Nov 29, 2022, 5:29 AM UTC
- HN karma
- 48
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About lasiotus
No profile information was provided.
Recent public activity
-
comment
Comment #45733730
Motor OS is now a Tier-3 target in Rust.
- story
-
comment
Comment #44233683
> If anything does present a concrete issue we are eager to address it. That's great to hear! I think it is a bit too early to spend extra effort on porting Wasmtime to Motor OS at…
-
comment
Comment #44231982
> Not sure how to help with this [...] I guess not much can be done at the moment: dependencies are often the primary obstacle in porting crates to new targets, and just comparing …
-
comment
Comment #44229339
I'm not the OP, but I have a similar experience with Motor OS: wasmi compiles and works "out of the box", while wasmtime has a bunch of dependencies (e.g. target-lexicon) that won'…
-
comment
Comment #41541785
Motor OS
-
comment
Comment #41090334
Motor OS ( https://motor-os.org ) attempts to do exactly that, by focusing on a rather narrow, from a "mainstream OS", point of view, niche. Kind of "do this one thing better" appr…
- comment
- story
-
comment
Comment #40045162
Motūrus OS ( https://github.com/moturus/motor-os ) has a newer microkernel.
-
comment
Comment #39552072
Some extra context for comparison: Talc is faster than Frusa when there is no contention, but slower when there are concurrent allocations. Both are much slower than Rust's system …
-
comment
Comment #39218078
SEEKING VOLUNTEERS: Motūrus OS Motūrus OS is a new operating system for VMs written in Rust. A lot of interesting things to do for someone interested in systems-level Rust projects…
-
comment
Comment #38914185
The lainding page at https://github.com/moturus/motor-os explicitly says that both networking and file I/O are slow and have to be improved. The only claim is about fast bootup, an…
-
comment
Comment #38913494
I tried with async in the kernel first, but the cruft that was needed two years ago was not worth it in the kernel itself. The net I/O is actually async-first, see here: https://gi…
-
comment
Comment #38913398
Yes! And because of sandbagging :)
-
comment
Comment #38913313
I'm the project author/dev. Thanks a lot for posting this, and for comments/discussions! I see two main concerns raised here: (a) long-term viability and support (b) compilers, bin…
-
story
Ask HN: Why Google is a poster startup, and not Amazon?
Hello! Many YC school videos casually mention Google as a great example of a successful startup, and how investors are looking for "the next Google". But I've never seen Amazon men…
-
story
Ask HN: Are there any useful pure Rust servers/utilities?
Are there any useful pure Rust servers/utilities? Context: I'm working on an experimental Rust OS, and I'm doing the "Rust first" approach, i.e. my goal is to make sure that Rust p…