Servo is getting funded? Let's go!
| Github | https://github.com/sstadick |
| Github | https://github.com/sstadick |
I would like to thank everyone who has donated. It has made it possible for me to run this server instance.
I have some moderators in various time zones that help me with reports.
We've had 15 reports so far, all of them resolved. So we are doing well in that regard.
I've done some basic modelling on costs/user as the number of users increases. Please see image.
Also note, that this does not include taxes, making the numbers a tad lower than they actually are.
Servo is getting funded? Let's go!
The experimental Rust PR to add a more expressive "interop" ABI on top of the C ABI is IMHO the most exciting new effort that happened in Rust in the last few years.
Thanks to @josh and others for starting this very important work 🥳
https://github.com/rust-lang/rust/pull/105586
Also @Mara's reply seems to indicate that some serious thought is now also put into other related areas, especially for handling Rust dynamic libraries.
https://github.com/rust-lang/rust/pull/105586#issuecomment-1349332850
Very exciting stuff for making Rust a better choice in various areas where exactly these topics were slowing down or hindering adoption.
> It’s one of the reason I’ve pushed back on supporting alternate aligners in the nf-core consensus reads from UMIs pipeline: fastquorum. I’ve found that getting the nf-core RNASeq pipeline working for clients is very cumbersome, and folks are invariably disappointed about how long it takes to customize it. It’s too complex. So that’s why I’m pushing hard to keep fastquorum as simple as possible. Do one thing well; a jack of trades is a master of none.
@tangming2005: https://www.linkedin.com/posts/%F0%9F%8E%AF-ming-tommy-tang-40650014_release-nf-corernaseq-v310-rhodium-rudolph-activity-7011483161855426560-cjQk?utm_source=share&utm_medium=member_ios
Well 🚒 I finally understand lifetimes in #rustlang!
Also the #Android team just open sourced their four day, intro to Rust course!
https://google.github.io/comprehensive-rust/welcome.html 🤸🏻
@bioinformatics You've transcended us all and _become_ bioinformatics 😂
Well played.
The nice little 5-10% performance bump when swapping in FxHashMap for the default HashMap never gets old.
🦀📕 Rust Atomics and Locks is now available as ebook! 🎉
Pre-ordered printed copies should start shipping in a few weeks. ⌛️
Linter to replace all python linters, analyzers and formatting tools? ruff: https://github.com/charliermarsh/ruff/ by @charliermarsh
Python interpreter in rust? Sure got that too. https://github.com/RustPython/RustPython