HackerTrans
トップ新着トレンドコメント過去質問紹介求人

vmchale

no profile record

投稿

Utopia and Historical Actions

vmchale.com
1 ポイント·投稿者 vmchale·2 か月前·0 コメント

Utopia and Historical Actions

vmchale.com
2 ポイント·投稿者 vmchale·3 か月前·0 コメント

The Obsolescence of Political Definitions (1991)

vmchale.com
37 ポイント·投稿者 vmchale·10 か月前·130 コメント

コメント

vmchale
·先月·議論
It's not American evangelicals. It's been a long campaign and the evangelicals are still being targeted by Israel because no one else is left, but there aren't enough American evangelicals to swing things.

Not to mention, it often comes down to primary voters, to say nothing of Hollywood/media blacklists

> the Democrats are necessarily adversarial, but they clearly aren't as agreeable as a whole).

Democrats only changed recently. For some decades before that, the Israel lobby had significant sway over them (including allowing dems to publicly admit certain things).
vmchale
·3 か月前·議論
Might be ridiculous but at least they're not parading kidnapping victims on Instagram to advertise as one sees in Israel. https://x.com/trackingisrael/status/2039724748309930448?s=20

Humanity is always beset by annoying people but at least Canada is blessed to be dealing with frivolities.
vmchale
·3 か月前·議論
kdb does two of those by default—columnar and it uses memory mapping (no serialization/deserialization)

Not entirely forgotten in the database world!
vmchale
·3 か月前·議論
"long term storage" for CO2 is to spew it into the air where it remains forever... free for Germany, not so much Australia, California, Florida, etc.
vmchale
·6 か月前·議論
Cool, we can be like Cuba except we did it to ourselves
vmchale
·6 か月前·議論
> The US car manufacturers are cooked.

Biden put a 100% tariff on Chinese cars and then Trump added tariffs on inputs.

Americans are getting screwed!
vmchale
·9 か月前·議論
> When stated that way you can see that there are several levers to pull, the most obvious being compensation.

Ford's profit margin was 1.7%. Lots of innovative/productive American companies since 1970 for workers to aspire to = the enterprise can't continue.
vmchale
·10 か月前·議論
> no social democrats in sight

The US already has social security, medicare, medicaid. It is often just plain worse/more brutal than Western European countries but the difference isn't a radical reimagination of the social order.

> barring the occasional Bernie

Western Europe has likewise not imagined any new government welfare since the 1970s.
vmchale
·10 か月前·議論
> only have use as propaganda

Propaganda helps you ascend to power and then constrains what you do with that power.

Ultimately if you want to look objectively, you have to look at the concrete, at history. But propaganda matters: history would unfold differently without it!
vmchale
·10 か月前·議論
> These words have more conventional meanings.

Kondylis disputes the typical interpretation of "conservatism." Historically it was a backwards justification of feudalism. Easy to see why someone would talk up "history," "tradition" when they're at the top of the social order and an upstart comes on to stage.
vmchale
·5 年前·議論
Every time I hear about McKinsey in a headline it's for doing something reprehensible.
vmchale
·5 年前·議論
I don't think citadel did anything shady here, seems like people misunderstanding things to get mad.
vmchale
·6 年前·議論
Well they're advertising XCode so
vmchale
·6 年前·議論
My compiles take like 8 minutes at worst.
vmchale
·6 年前·議論
I feel like with various things being restricted, people were desperate for that social outlet at the beginning of lockdown.
vmchale
·6 年前·議論
the language of choice for people who enjoy writing a sort function five times.
vmchale
·6 年前·議論
also hdl, no?
vmchale
·8 年前·議論
Haskell actually has a reasonably functional way of approaching things like I/O (in part due to laziness), so that you can e.g. parallelize I/O actions by passing them to a `parallel` function.
vmchale
·8 年前·議論
> It seems to me like monads must be the logical conclusion to this style of programming, or else you wind up with a mess (or just abandoning this technique.)

Monads are nice, but there's a lot of work on algebraic effects/effects in general which may pan out into something useful (and more general).