HackerTrans
TopNewTrendsCommentsPastAskShowJobs

oa335

1,014 karmajoined 6년 전

comments

oa335
·3일 전·discuss
> "A company whose first demo was completely fraudulent"

Could you expand on this?
oa335
·8일 전·discuss
Agree 100%. Costco exemplifies american dream... recent immigrants perusing well-stocked aisles, friendly employees, ample parking, cheap tasty hot dogs, etc.
oa335
·12일 전·discuss
> it costs >1000% to run inference

do you have a source for this claim? i thought LLM providers earn high margins from inference (charged by token). is this no longer the case?
oa335
·24일 전·discuss
"Our most likely estimate is that replacement costs are approximately $91 billion. Military and strategic assets — nuclear facilities, missile and drone production infrastructure, air bases, naval vessels, and air defense systems — make up roughly half that total, at approximately $46 billion, which is equivalent to 4-6 years of Iran’s pre-war defense budget"

How exactly did they arrive at this estimate? I would like to see a building-by-building breakdown, or at least a methodology. Feels very vibe-researched tbh.
oa335
·26일 전·discuss
as a math major i had the same confusion; for such that i use "s.t.". but apparently peano used ∋ to mean such that:

https://math.stackexchange.com/questions/15455/backwards-eps...
oa335
·지난달·discuss
> 8 queries implies 8 tables, which is well under the limit for both Postgres and MySQL where the planner may give up and choose a suboptimal plan.

I'm not sure thats true for Postgres. optimal join ordering is np-hard, and finding an optimal join requires exhaustive search through n! combinations (n=number of joins) - thats why postgres generally uses heuristics to figure out join order. 8 is also the default value of "join_collapse_limit" setting in postgres, so it can't ever reliably optimize over 8 joins at a time. Additionally, postgres starts using "genetic algorithms" aka testing random combinations of joins with 12 joins by default (geqo_threshold setting).

I generally agree its better to use database to its fullest, but I would say 8 joins is probably the "limit". Internally at work I've advised teams to try to avoid anything more than 6 joins for "hot-path" queries.
oa335
·지난달·discuss
why doesnt hackernews count as social media?
oa335
·지난달·discuss
compare list of conflicts in europe to those in middle east over past from 1000 AD - 1900AD:

https://en.wikipedia.org/wiki/List_of_conflicts_in_Europe

in particular state formation in late medieval and early modern europe saw immense bloodshed and turmoil.

middle east was comparatively peaceful in contrast, especially post mongol conquest.

e.g. compare 1700s and 1800s europe to middle east
oa335
·지난달·discuss
Can anyone explain why I would want to use this over an orchestration tool that lives outside the DB? Read through the Readme and some of the examples, I still don't get it.
oa335
·지난달·discuss
> Those numbers also show why the “wealth transfer from India” is mostly fake. India and China were both at a subsistence level. There was no meaningful wealth to transfer.

Can you expand? What was the EIC doing in India?
oa335
·지난달·discuss
Not an Elon fan, but markets dictate the value, not analyst reports or "fundamentals". The stock is simply worth whatever people will pay for it. The fact that people are paying an implied valuation of 2T for it currently is a strong signal IMO.
oa335
·지난달·discuss
nice work! we have handrolled something similar at work.

do you have any perf metrics? throughput, end-to-end latency, etc?
oa335
·지난달·discuss
only when rhetorically convenient i suspect
oa335
·지난달·discuss
> Just because Bangladeshis have the right of self determination doesn't mean we have to or want to live in a country with them.

why do you believe you and and your family (parents and sibling) belong in the USA?
oa335
·지난달·discuss
it depends greatly on the majority though. e.g. he believes democracy should be suppressed ("crushed") in Muslim- majority nations, etc.
oa335
·지난달·discuss
> People really need to read their history.

agreed.

but i bet i can make a bunch of confounding factors appear.

from 1800 to 1870 gdp per capita growth rate was about 1.1 percent.

from 1870 to right before great depression growth rate was about 1.6 percent.

from start of great depression until 2022 it was about 1.8 percent.

economy and standards of living have gotten better faster as the state has gotten more bureacratic.

source: Maddison project database, see excel file here: https://www.rug.nl/ggdc/historicaldevelopment/maddison/relea...
oa335
·지난달·discuss
> same progressives that gave us eugenics

ray, why are you now cosplaying as someone who doesn't believe in racial hierarchies?
oa335
·지난달·discuss
excellent article.

> The key correctness insight is this: any two majorities of nodes must overlap in at least one node. So between any two consecutive global state changes — whether two commits, two leader elections, or one of each — at least one node participated in both.

intuitively makes sense, but would be nice to see this result explicitly derived or illustrated the same way the fano planes were.
oa335
·2개월 전·discuss
yes, there is counterparty risk with both etfs and mutual funds. in general, stick to the well regarded issuers or fund managers. vanguard is the best imo, they do a lot to protect their shareholders.
oa335
·2개월 전·discuss
100%. i ran a trading desk predicated on this strategy, and know a couple of others who are still successfully running similar strats.