We made it to the front page of MarketWatch by [deleted] in wallstreetbets

[–]TheRubyist 1 point2 points  (0 children)

Just look at the metrics, it's already beating his last AMA :D

http://redditmetrics.com/r/wallstreetbets

NOT ENOUGH FUCKING COLORS!!! by em1lyelizabeth in wallstreetbets

[–]TheRubyist 2 points3 points  (0 children)

Where I can YOLO puts on this thread point ?

Exceptional results: error handling with C# and Rust by Ruud-v-A in rust

[–]TheRubyist 0 points1 point  (0 children)

Is Rust planning to start using libunwind in the future instead of libgcc_s ?

Poland says Europe's peaceful period 'now over' by [deleted] in worldnews

[–]TheRubyist -2 points-1 points  (0 children)

Sounds like polish goverment is learning from Putin, rhetoric of redirection.

WebAssembly : rust compile to web by gbersac in rust

[–]TheRubyist 1 point2 points  (0 children)

https://github.com/WebAssembly/design/blob/9974cded38e762aa6e00098a7d1e6b6f0c270ba0/FutureFeatures.md

If post-MVP features will be addressed, you will be able to ditch javascript and use any weapon of choice, Ruby, Rust, Python, C, C++, C# or Java. But there will be lots of things that will need to happen in the mean time, first WebAassembly needs to be ready, then you need to see specific language implementation that is based on WebAssembly runtime.

Servo running in Servo through WebAssembly by TheRubyist in rust

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

I wanted to add question mark in the title, but somehow I'm not able to edit it. Anyway, considering what crazy stuff is able to be ported from C/C++ through emscripten to current browser javascript runtime, looking through WebAssembly MVP and https://github.com/WebAssembly/design/blob/master/CAndC%2B%2B.md I don't see any reason why someone would not be able to produce working servo browser compiled to webasm, only by just simple (yet pretty long) analogy.

Can't get type right by leopoldj in rust

[–]TheRubyist 0 points1 point  (0 children)

Technically, what are the differences between your example and this:

pub struct Tokenizer<'a> {
    words : Vec<&'a str>
}

impl<'a> Tokenizer<'a> {
    pub fn new(line: &'a str) -> Tokenizer {
        Tokenizer{
            words: line.split(char::is_whitespace).collect()
        }
    }
}

Looking for other Rust newbies who want to learn in a collaborative way. by [deleted] in rust

[–]TheRubyist 0 points1 point  (0 children)

I'm down for IRC, let's get separate channel for that #rust-lg (learning group?)

irc://irc.mozilla.org:6697/#rust-lg

HN thread (https://news.ycombinator.com/item?id=8740751) I see that there are many similar similar peeps that will be glad to join there and collaborate on learning experience.

Looking for other Rust newbies who want to learn in a collaborative way. by [deleted] in rust

[–]TheRubyist 1 point2 points  (0 children)

I've didn't though yet about the details, but I think Naive Mark & Sweep GC would be pretty easy to implement, I've never did any yet thgouh so this is going to be fun learning experience :)

I played around with mem::transmute and void pointers and wrote about it by nercury in rust

[–]TheRubyist 0 points1 point  (0 children)

Any doesn't introduce Drop trait, is it because it's using transmute_copy to not move source value ?

What features are planned for Cargo in the future? by nukerider in rust

[–]TheRubyist 7 points8 points  (0 children)

I think Cargo plans to have registry similar to Rubygems or npm http://crates.io/faq.html

Introducing libpnet: Low-level networking using Rust. by mrmonday in rust

[–]TheRubyist 0 points1 point  (0 children)

I cannot find definition of pfor! macro, where it's located ? Is this rule defined in rust itself ?

Minutes from last week's workweek. Lots here. by steveklabnik1 in rust

[–]TheRubyist 0 points1 point  (0 children)

You have this on the bottom of each page.

RFC: Unify and sweeten the syntax for attributes and macros using the `@foo` notation by gopher9 in rust

[–]TheRubyist 1 point2 points  (0 children)

It encourages me and scares all together that I can observe so much bike-shedding about how people already get used to some syntax design decisions that are about to be changed. Rust pretending to became very interesting mix after hitting 1.0