Viewing profile — RustyConsul
RustyConsul
HN member- Joined
- Sun, Jul 04, 2021, 5:43 PM UTC
- HN karma
- 239
- Public activity
- 88 items
- HN profile
- View on Hacker News ↗
About RustyConsul
Recent public activity
-
comment
Comment #33592159
I was at the Jump Crypto hackathon during the terra luna depeging. Jump crypto has a unique structure because as part of their investment, they get a chunk of coins to market make …
-
comment
Comment #32780199
I think you are both right. There can be a process for business and personal. The two are different, why lump them together?
-
comment
Comment #32628104
have you seen the goop that chicken nuggets are made out of? Have you seen the McDonalds chickens and cows? They are estrogen-riddled monstrosities. The chickens can barley stand u…
-
comment
Comment #32215884
Captcha's, rate limiting, slight changes to the way you interact such as changing words, changing positions, etc. This is a solved problem, but these things create friction for the…
-
comment
Comment #32215331
> A javelin-shaped vehicle big enough to fit a person comfortably inside is a train. or a cybertruck.
-
comment
Comment #32215242
>Batteries at the core are commodities I would argue that might have been true 5 years ago, but now it's proving to be the competitive advantage. Batteries and the materials that p…
-
comment
Comment #32215151
so what you're saying is they are not only copying the good parts of Tesla (Electrification) but also the bad parts (lying about future production?). Ford made 30k electric vehicle…
-
comment
Comment #32215040
>the failure of Henry Ford's utopian city in the Amazon That title is extremely loaded. Ford rubber mining operations in the amazon fail when synthetic rubber is invented is the tr…
-
comment
Comment #31647167
Bias exist in us all. It's innate. It's what makes us alive. However, We've never been able to effectively label our bias. We build up these preconceived notions based on our exper…
-
comment
Comment #31573872
A.) you are expecting farmers to be quants , B.) There are 10000 more inputs to farming than what you described. Labor being a major one. Financier: "Well Jim, I know you were focu…
-
comment
Comment #31554115
that was my initial thought as well, but you are limited by the availability of financial instruments as you move up the chain to inputs. Outputs are easy to craft instruments arou…
-
comment
Comment #31545045
why do you need math for machine learning? Code first, learn the math as you go. Otherwise, you will learn a bunch of math you don't need when your actual goal is machine learning.…
-
comment
Comment #31369027
Every step of the way some armchair comes up and concludes that Elon is broke and this deal won't go through. Why wouldn't he put up more Tesla as collateral? How do you know he ca…
-
comment
Comment #31368965
It's interesting that people are using this moment to fault Elon, when it's one of his finest moments. Making an 'offer' on what you believe to be good faith. Hidden in your pocket…
-
comment
Comment #31113390
Wow, didn't know about this. Thanks! Slightly peaved once i read over the outline of the test tho.... linked below but series 65 assumes and prepares me to give advice on these mat…
-
comment
Comment #31113271
OTC is small compared to bonds and other markets.
-
comment
Comment #31063233
My original point was referencing the use of smart pointers. They are indeed very smart, but can be used stupidly as a bandaid kind of like .clone(). The difference really lies in …
-
comment
Comment #31055515
Monero's Market Cap is 4,2B & Volume was $164M today so... Kinda. but also, no one moves that kind of money without thousands of microtransactions, plus the arbitrage bots start to…
-
comment
Comment #31055470
OTC in US is 12.6T. Big crypto fan, but we are currently at around .01% of the total financial system.
-
comment
Comment #31055453
Looked another way, it may make our security systems more robust. Much rather have to pay money to some hacker to get my data back then wait for some future where a nationstate doe…
-
comment
Comment #31055376
letting ordinary people invest in what they please does generate alot of harm for individuals who are indeed too stupid to spend their money wisely. But it also oppresses that clas…
-
comment
Comment #31054777
I think what he's saying is there is a way to carelessly use smart pointers in rust. pub enum List { Empty, Elem(i32, Box ), } instead of : pub struct List { head: Link, } enum Lin…
-
comment
Comment #31054586
least-Fun simulation ever, but i'm sure the creators did alot of research into troop movements to paint this picture so great job. The only thing that it doesn't take into account …
-
comment
Comment #31054497
There was a virus and i couldn't find toilet paper. You think you'd be able to find any basics after a nuke goes off? Hope ya have a farm. GL trying to get through an airport, GL t…
-
comment
Comment #31054411
Four risks with margin loans. The first two also apply with crypto: 1.) Amplified losses if the securities in your account decline in value 2.) Margin calls or liquidation of secur…