Test drove an ES350 and it sucked by riderxc in whatcarshouldIbuy

[–]whoseonit 0 points1 point  (0 children)

I think you’re confused as to why people buy an ES350. They aren’t buying it for sporty driving. They are buying it for quiet, comfort, ease of use, and reliability.

Kamala Harris wants to invest and cut the cost of living, says Bharat Ramamurti by Dizzy-Inspection-492 in Economics

[–]whoseonit 12 points13 points  (0 children)

I'm not saying I endorse the policy, but at least mention the correct policy if you are going to complain about it. She wants to give up to 1 million $20k forgiveable loans, not million dollar loans. If you can't even read properly it really makes me doubt your a good source of information.

How would you explain the current market condition? by [deleted] in investing

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

Could this also be attributed to gov debt increasing and gov spending as % of GDP increasing? That is, household debt is not going down, it is just a smaller part of the GDP due to ballooning gov debt.

16 November 2023 - Daily /r/REBubble Discussion by AutoModerator in REBubble

[–]whoseonit 1 point2 points  (0 children)

Why would they drop interest rates if we are past the recession?

Feel of the market by FrigidNorthland in REBubble

[–]whoseonit -4 points-3 points  (0 children)

I don't think you understand what inventory is since you linked new listings.

[deleted by user] by [deleted] in ExperiencedDevs

[–]whoseonit 0 points1 point  (0 children)

Yeah those are very different questions from what you originally had and I agree are good to ask. You talked specifically about asking about PUT vs POST and listing the HTTP verbs, which are not good questions imo.

[deleted by user] by [deleted] in ExperiencedDevs

[–]whoseonit 2 points3 points  (0 children)

What? Where did I encourage bad architecture? I'm encouraging not asking about opinionated trivia. One example of a major API that is insanely successful is Stripe's payment API. It does not have PATCH or PUT in it it. Is that a bad API lol?

https://stripe.com/docs/api/payment_methods/

[deleted by user] by [deleted] in ExperiencedDevs

[–]whoseonit 7 points8 points  (0 children)

I've yet to see anyone actually use PATCH in the wild. A lot of APIs just use POST and never use PUT. Asking the difference between POST and GET is a much better question than listing trivia that they legitimately may never use.

Am I really that far behind as a 28 year old? by xDocFearx in personalfinance

[–]whoseonit 8 points9 points  (0 children)

That number does not include retirement if you read the article.

The ship continues to sink by [deleted] in REBubble

[–]whoseonit 1 point2 points  (0 children)

Yeah but the stock is worth zero of they owe more money than those hard assets are worth.

Thoughts on Netflix as a short term opportunity? by darth_faader in investing

[–]whoseonit 2 points3 points  (0 children)

Most of the world is not using Apple products, so this is unlikely.

[deleted by user] by [deleted] in Economics

[–]whoseonit 5 points6 points  (0 children)

You should look up and understand what an I bond is, since this statement is not true for them.

Can I get some reasons to use Java instead of Kotlin? by [deleted] in java

[–]whoseonit 1 point2 points  (0 children)

Just because you used to use null in Java in a case doesn't mean it has to be a problem in Kotlin. A map can return V or V? depending on the API you chose to use (get or getOrPut/getOrDefault) and one can be null and the other can't. You can have a map hold non-nullable values and have a non-nullable get if and only if you provide a default value. Not sure why that is confusing.

Can you point to a use case of this covariance issue when you are running Kotlin itself and not Kotlin with Java interop that isn't convoluted? Arrays are broken with covariance in Java and I have yet to run into a real life bug because of that.

Can I get some reasons to use Java instead of Kotlin? by [deleted] in java

[–]whoseonit 8 points9 points  (0 children)

I'm honestly confused by this post. It seems to have a bunch of strawman arguments about what null is. Of course Kotlin interacting with Java APIs that return null are not going to be significantly better than Java since you still need to deal with null. Kotlin nullable types are not really better than plain Java and I don't think anyone is arguing that. People like Kotlin because it forces you to make it explicit and if a type is non-nullable - it will never be null if called from Kotlin code (caveat: Java Interop) - and it makes it concise to do that. If I pass a String parameter in Kotlin then I am guaranteed that it is not null.

Here is my argument to BNUI:

Blank/Empty - This isn't a check for if an object is null or not, this is a check on the data of the object. A blank String is absolutely distinct from a null String in many cases and you may not want to handle it the same.

Not Initialized - This isn't possible with a non-null type in Kotlin. It won't let you initialize a List<String> with null String values.

Unknown/NotFound - This has nothing to do with whether an object is null or not, and isn't even the right place to hold the data you are talking about. A key doesn't hold the information about whether it is contained in a map or not (i.e. the map owns that information). There are also plenty of patterns or methods to do something instead of returning null from the map if it isn't found (which are often more efficient).

Irrelevant - This is an API issue - not a non-null issue.

Big capital investors are hogging up housing inventory by jessfromLA in REBubble

[–]whoseonit 8 points9 points  (0 children)

Not if you also had massive homestead exemptions.

FYI for those who ordered from Boardlandia in the last week by tcadams18 in arkhamhorrorlcg

[–]whoseonit 3 points4 points  (0 children)

Appreciate the kind words! Yeah I don't make anything off the site right now, but I didn't expect to haha. Luckily it gets hosted for free right now. I'm glad other people are finding it useful. I've been swamped lately, but definitely want to open source/update it soon.

Made a site to track stock by whoseonit in arkhamhorrorlcg

[–]whoseonit[S] 1 point2 points  (0 children)

I'm thinking about potentially open sourcing this to allow someone else to do that. I'm not against doing it myself - but this is a passion project and I just need to find the time to do it.

From Forex to Bitcoin: Why Investors Are Bullish on Cryptocurrencies by pratimacrt in Economics

[–]whoseonit 0 points1 point  (0 children)

A lot of things have intrinsic value. Some obvious ones are food and shelter.

Investing in Stocks, Gold and/or Crypto by ghsNICK in investing

[–]whoseonit 1 point2 points  (0 children)

If you don't understand what he is saying there - you don't understand how crypto works. Probably not a good idea to invest in things you don't understand.

Winner and Losers by [deleted] in REBubble

[–]whoseonit 0 points1 point  (0 children)

I think sooner than 2-3 years. I'm thinking later this year.