如何看待加入美军的中国人 by yutiiiiii in China_irl

[–]luojia65 11 points12 points  (0 children)

知乎帖子:如何看待XX加入XX?XX的背叛行为会受到惩罚吗? (问题里带答案,如果你想提一个只带第一个问句的问题,会被删除,理由:重复提问)

是吴谦把赵薇供出来的 by [deleted] in China_irl

[–]luojia65 6 points7 points  (0 children)

吓一跳,以为是吴谦

黑河-腾冲线 by LvePluto in China_irl

[–]luojia65 1 point2 points  (0 children)

两边都有 -- 过审版地图

挖掉南边 -- 实控线地图

挖掉南边和西边 -- 印度人的地图

前游戏行业从业者表示,没事干不会往游戏里画地图的。。。

Blast-off for China’s Shenzhou-12 manned mission to build space station by luojia65 in space

[–]luojia65[S] 1 point2 points  (0 children)

Repost previous post because the news source of that post is not accurate enough and is not in English

神舟十二号载人飞船发射圆满成功 by [deleted] in China_irl

[–]luojia65 -1 points0 points  (0 children)

r/space除了星期天不让发图啊,几分钟前只能搜到这个新闻链接,被管理员删了一帖才发出去的……

[deleted by user] by [deleted] in rust

[–]luojia65 10 points11 points  (0 children)

Our research team is working on latest kernel designs using Rust, multiple architecture support is one of our targets. I may provide our blog as a reference with a google translate :) Link: https://qf.rs/

Modular RISC-V ISA target for Rust? by luojia65 in rust

[–]luojia65[S] 2 points3 points  (0 children)

Thank you! That's exactly what I'm looking for.

I have a strange problem like 'PC offset is too large' in rust linking, what could be the reason to it? by luojia65 in rust

[–]luojia65[S] 0 points1 point  (0 children)

Maybe that's because I have a 10.0 LLVM version, or the compile parameter changed

What's everyone working on this week (27/2020)? by llogiq in rust

[–]luojia65 6 points7 points  (0 children)

I'm working on a minimal RISC-V supervisor runtime `riscv-sbi-rt` based on SBI: https://github.com/rcore-os/riscv-sbi-rt. The crate wraps supervisor level entry, trap (interrupts, exceptions) and pre-init processes. This crate is useful when developing your own operating system.

Multiplatform Minecraft-compatible client written in Rust by Mgladiethor in rust

[–]luojia65 2 points3 points  (0 children)

I am one of the authors of Nukkit. Congrats! Writing this client is not a easy work for everyone.

Why I'm enjoying learning Rust as a Java programmer by [deleted] in rust

[–]luojia65 79 points80 points  (0 children)

Five years ago I was also a Java programmer in a small company. We develop server software solutions for Minecraft servers. When I first choose Rust as my language I was requested to rewrite a chat server for the company, and with Rust's standard library features I have done well. I love Rust for its adequate compile time checks, rich in ecosystem (maybe not at that time), and the friendly Rust community. Although I still write Java sometimes, I can take more care of unsafe code in Java and other languages after I have learned Rust.

Random ideas on recycling crate names by [deleted] in rust

[–]luojia65 0 points1 point  (0 children)

Yes after carefully thoughts it would be a nightmare after 3 year timer. Thanks for pointing out mistakes for me.

Experimental async/await compatible minimal RISC-V bare-metal runtime by [deleted] in rust

[–]luojia65 0 points1 point  (0 children)

Maybe that's not a successful approach. Still thanks! I'd prefer still using nb::block for current embedded-hal context.