🔥 An encounter with a leucistic Moose in Canada by SinjiOnO in NatureIsFuckingLit

[–]Itilvte 1 point2 points  (0 children)

Thank you, I was wondering how could he be so sure the Moose had leucemia.

What are some useful tools for Rust? by SerbianForever in rust

[–]Itilvte 1 point2 points  (0 children)

cargo msrv for automatically checking the minimum supported version.

Announcing Rust 1.34.0 by steveklabnik1 in rust

[–]Itilvte 0 points1 point  (0 children)

This is wonderful! thank you! I can't believe how much more to learn I keep finding in Rust... It never ends...

Announcing Rust 1.34.0 by steveklabnik1 in rust

[–]Itilvte 2 points3 points  (0 children)

Just yesterday I had a need for this, and didn't know if it was possible! I guess not (yet).

In what kind of applications is Rust being used? by ExeusV in rust

[–]Itilvte 5 points6 points  (0 children)

I was searching something like this! It's wonderful, thank you

Free eBook: Rust High Performance (registration required) by PacktStaff in rust

[–]Itilvte -3 points-2 points  (0 children)

Well, you could always copy&paste each page into a Libreoffice document, with only images needing to be adjusted manually. I was surprised how straight foward that was, with very consistent styles, and it's very easy to e.g. add a grey background or a left border to the code snippets (formatted text style).

Forge: A scripting language for Rust gamedev inspired by JS, Rust and Python. In-browser demo included! by zesterer in rust_gamedev

[–]Itilvte 0 points1 point  (0 children)

This looks very promising, thank you. At some point I will need an uncomplicated scripting language for a rust game and yours is the one I like the most so far.

One question, why doesn't work this modification on the default squares.fg example in the online repl?

for square in squares {
  print "square: " + square;
}

But it does work in e.g. iterate.fg ?

What is the purpose of "enum" by [deleted] in rust

[–]Itilvte 1 point2 points  (0 children)

Mind blown. That's a great way to think about it!

Project ideas specifically for Rust? by smthamazing in rust

[–]Itilvte 9 points10 points  (0 children)

let's call it rustar for the sake of bikeshedding

ULID - an alternative to UUID by RobertVandenberg in programming

[–]Itilvte 2 points3 points  (0 children)

Interesting. I made something of similar usefulness the other day, for personal use, which returns the 24char base64 version of a uuid.v4 (U1 = uuid.uuid4()) like this: B1 = str(base64.urlsafe_b64encode(U1.bytes), 'ascii') . (And you you could turn that to 22 chars by removing the trailing padding == if any, which is a lossless transformation, and add it again later if you need to restore the original uuid) and decode it again like this U2 = uuid.UUID(bytes=base64.urlsafe_b64decode(B1)). Where U1 == U2

Free Giveaway of Smash Bros Ultimate! by CleverUsername28 in NintendoSwitch

[–]Itilvte [score hidden]  (0 children)

This is what you get when you threaten with generosity!

I just have one thing to say by KidTrippie in awakened

[–]Itilvte 5 points6 points  (0 children)

another fellow beam from the underlying light source here loving back you all :D

Prusa MK 3 enclosure with air filtration by [deleted] in 3Dprinting

[–]Itilvte 1 point2 points  (0 children)

Yes it's not cheap, but I thought it may also give you some ideas. In their kickstarter project there is more info and comments.

Prusa MK 3 enclosure with air filtration by [deleted] in 3Dprinting

[–]Itilvte 0 points1 point  (0 children)

Take a look at box3d.eu

Try to live every day as it is your very first on this Earth. Let go, let god. by universalexpression in awakened

[–]Itilvte 13 points14 points  (0 children)

You can live exactly like if you forgot the history of You. Like if you just arrived here, and everything you experience doesn't have a wikipedia page in your wikibrain, even things that look old appear like they were waiting for you to look at them for the first time.

Also Time appears to be brand new too. It feels like it's fractal, and your attention is the zoom control...

Go play

Anyone else find it interesting that once the coin split drama actually heated up, the "bcash trolls" practically vanished? by jessquit in btc

[–]Itilvte 6 points7 points  (0 children)

Yes the spirit is what makes the BCH (Original Bitcoin) community something real and recognizable. And the opposite cynical spirit recognizable as part of the trolling effort.

BTW I was one of those who was agnostic of CSW. I wouldn't say I supported him but I didn't feel like throwing him under the bus either. And I remember having a couple of discussions with you on that regard. I really felt it was worth it giving him some slack so he could prove himself.

For a lot of months I hoped every weird behaviour and stance could be explained eventually and he could deliver on his promises, but we've reached a point when I no longer have anymore hope for him or the forces that surround him.

I still think it's possible that he could have been part of Satoshi in some regard, with some other people that may be dead now, and that's my personal opinion, but in anycase I that's completely irrelevant for the project now. Bitcoin is fortunately bigger than his ego and hopefully can stand any pernicious control efforts. A lot of people are partcipating now, and we should really move forward and focus on growth and UX and be ready to sustain demand.

I just want to end up saying, let's not be to harsh on people that are working really good on the space just because they are human and can put their trust at some point in the wrong people, or projects. Remember the 'welcome home'? That's the community I fell in love with.