HackerTrans
TopNewTrendsCommentsPastAskShowJobs

urams

139 karmajoined há 3 meses

comments

urams
·anteontem·discuss
If you can afford to test it seriously, running both in parallel, it's worth a test to see which you prefer. If you can't, don't bother. You're not likely missing anything since they are close to personal preference with most people I know who have meaningfully tried both preferring Claude
urams
·mês passado·discuss
It boggles the mind just how egregious this was.

I would not classify myself as anti-Israeli, fwiw. I just think wearing the military uniform of a foreign nation to your job governing our nation is despicable and borderline treasonous.
urams
·mês passado·discuss
I will remember from now on that you can compare war to Lebron playing in a championship game but not to him playing in a pickup game.

But to be clear, the comment I replied to was one in which you made an abstract point that it doesn't make a difference to someone if you can do something but in practice don't/aren't willing to and I think that this is obviously wrong (just because Lebron didn't dunk doesn't mean he can't or is a bad ball player). You don't like the Lebron analogy, that's fine. Let's use a war analogy: in 2025 Pakistan and India, two nuclear armed countries, exchanged significant fire. Neither was willing to use their nuclear arsenals. Should we now conclude from this that they can't use their nuclear arsenals and are therefore equivalent to being non-nuclear countries? I mean who cares if they have nuclear weapons which can (can't?) kill millions if this one time their political will wasn't there for them to use them in their defense?

> Rather, this is an object lesson that war is politics by other means, and here we tried to do war without any politics and it has not gone well for us.

Be careful not to trip over your rhetoric in an attempt do display profundity. If war is politics by other means, then doing war is always done with politics. This whole statement is word salad nonsense.
urams
·mês passado·discuss
Is it the case that if someone doesn't do something some time then they can't do that thing? Like, if you were playing basketball and Lebron James walked by and you threw the ball to him and said "dunk this!' and Lebron said "no, I'm not willing to" does this mean Lebron can't dunk?

Because personally, I'd still take Lebron on a basketball team even if he wasn't willing to dunk the ball that one time.
urams
·há 2 meses·discuss
This is really a non-answer. If your point is "Dropbox is a struggling company and therefore all criticism of it ever is fully validated no matter the timeline" then any criticism of any company ever will be validated eventually which is absurd.
urams
·há 2 meses·discuss
Point 3 was not "'viral' or income generating" and DBX pioneered one of the most viral campaigns (give-get) and generates almost $1B a year in free cash flows? How is that vindication?
urams
·há 2 meses·discuss
> Plus Uber's only increased their revenue 11->14B in the last 5yrs.

This is just incredibly off. A brief look at Yahoo Finance shows revenue has grown from $31.9B in 2022 -> $53.7B in trailing 12mos.
urams
·há 2 meses·discuss
Very possible Elon is doing this to make give Anthropic better chances against OAI while he attempts to reshape xAI.

Also possible he sees infra as the future of xAI if he really believes in the value of space compute.

Hard to see this any of this as anything other than a bearish sign for Grok though.
urams
·há 2 meses·discuss
I think you would be right if their post was substantive in relation to the topic, but it's not. It's a list of grievances almost all of which are unrelated. Despite this, it was at the top of the replies to the topic.
urams
·há 2 meses·discuss
It should be noted that this user is basically an OAI shill account. You can look through their history to see this quite clearly.

Anecdata, but I have a friend at OAI who claims that on both twitter and HN there is mild coordination of OAI employees to signal boost pro-OAI and anti-competitor messaging.
urams
·há 2 meses·discuss
Yes, I have a similar only usage but using JSONB_EACH. You can actually replace "CROSS JOIN LATERAL" with a comma which I think is clearer.

However, it working as a lateral join is critical as you need the function to fire for every row.
urams
·há 3 meses·discuss
https://fred.stlouisfed.org/series/AWHNONAG
urams
·há 3 meses·discuss
Probably the biggest issue is that it's primarily useful in the context of exploratory analysis and makes iteration on a plot much slower, requiring you to re-run the query to get a new viz. Iterating on a viz is best done with the data cached locally or elsewhere.

In the context of a query used for a dashboard in prod, you're likely using a different viz environment so it's not useful at all there.
urams
·há 3 meses·discuss
What feels like a lifetime ago, I made almost all of the R tooling at Uber and actually implemented what was effectively exactly this on top of the R DB tooling. Everyone, I think correctly in retrospect, I showed it to thought it was more or less useless. I had hoped it would be a nice way to pull and instantly visualize data but that was rarely all that valuable like this.