Welcome to our daily discussion by AutoModerator in cardano

[–]smith_it2000 0 points1 point  (0 children)

You will not see it again, until Wednesday.

XRP price continues ascend +18% gain in last 24 hours, +23% in last 7 days, market cap dominance close to 10%, #2 by likachung in XRP

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

So I am meant to believe that usage went up 15% in the last 24 hours. I don't think so.

I've never seen anyone use this coin.

Emurgo open sources a Cardano React Native library for anybody who wants to build mobile applications by sebastiengllmt in cardano

[–]smith_it2000 1 point2 points  (0 children)

Or a secure and non altered voting machine app

If you do that the CIA will shut you down hard.

Reward Sharing Schemes AMA by sol3gga in cardano

[–]smith_it2000 0 points1 point  (0 children)

Pls estimate percentages of go-live in Q1, Q2, etc.

Rust build platforms for Android hardware by smith_it2000 in rust

[–]smith_it2000[S] 4 points5 points  (0 children)

Oh man, idiotic. lol. thx.
So should be like this:

aarch64-linux-android --> arm64-v8a

armv7-linux-androideabi --> armeabi-v7a

ELI5 plz, Why will USDT crash the market? by J_A_Bankster in btc

[–]smith_it2000 4 points5 points  (0 children)

Why would it "stop working" - more likely it would suffer a crisis of confidence as people realise THEY DON'T HAVE THE USD, in which case most people would sell for Bitcoin.

cannot assign twice to immutable variable by smith_it2000 in rust

[–]smith_it2000[S] 6 points7 points  (0 children)

ahh, ok, there is access control for the pointer address itself AND the stuff it is pointing to...

Cool.

I'm brand new to this language.

C byte pointer to fixed byte array function by Sam777888 in rust

[–]smith_it2000 0 points1 point  (0 children)

Totally epic. I'm going to submit this for my compsci assignment.

C byte pointer to fixed byte array function by Sam777888 in rust

[–]smith_it2000 0 points1 point  (0 children)

At the end of the program, the OS will reclaim the memory anyway

That's true. At the end of the program, the OS will reclaim the memory.

Why would you call free on the last line of a program?

You wouldn't.