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

mattvr

no profile record

投稿

LLM Latency Leaderboard

llm.orgsoft.org
2 ポイント·投稿者 mattvr·10 か月前·0 コメント

コメント

mattvr
·先月·議論
Is there information on the license of this flag? Not how/if clear you can reproduce it legally.
mattvr
·先月·議論
This helps explain the dissonance in Microsoft's recent Humanist Superintelligence article about creating "AI companions for everyone".

https://microsoft.ai/news/towards-humanist-superintelligence...

In an otherwise pleasant, humanist framing, they jarringly conclude Microsoft's primary AI application will be putting people into parasocial AI relationships for profit.
mattvr
·先月·議論
Ah yes, viral AI gain-of-function research in a secure lab. What could go wrong?
mattvr
·4 か月前·議論
It implies high performance, reliability, and a higher degree of mastery of the developer.

(Which may not all be true, but perhaps moreso than your average project)
mattvr
·4 か月前·議論
Deno Deploy is actually an excellent product.

My choice ranking is Deno Deploy > Fly.io > AWS for new projects, depending on complexity and needs. They also have a new Deno sandbox feature which is great for running untrusted code, AI agents, etc.

The real question is can they adapt to customer feedback fast enough, focus priorities, adequately market & grow, make it profitable, etc. Bumpy road but definitely not doomed.

[0] https://deno.com/deploy
mattvr
·8 か月前·議論
In a nutshell, ideally `peer.connect(remoteId)`. An API like peer-js/simple-peer. And symmetric negotiation would be great as well.

WebRTC should be the universal networking primitive for the next phase of the web, but the API exposes too many implementation details – its abstractions leak.

This plus the overall weight of integrations limit mass adoption by developers.
mattvr
·8 か月前·議論
While WebTransport is promising, it's limited to client-server communication unlike WebRTC.

WebRTC supports peer-to-peer UDP connections as well. Thus it's better for use cases like low-latency games, video calling, and secure direct communication between devices.

A better push might be to make WebRTC more simple and modern, but I'm not sure if any standards committees are working on this yet.
mattvr
·8 か月前·議論
I believe this article is largely wrong and misleading.

Pattern matching is still Stage 1, meaning it’s not a standard: https://github.com/tc39/proposal-pattern-matching

Pipeline operator is Stage 2 and won’t use the “|>” syntax: https://github.com/tc39/proposal-pipeline-operator
mattvr
·8 か月前·議論
The detectors are wrong. Here’s the thing: AI slop has a distinctive structure that many of us spot from a mile away.

The kicker? This setup-punchline format sets off a red alert for astute readers’ AI detectors.

This isn’t just AI slop, it’s an industrial AI sludge factory.

(note: this was ironically written by a human)
mattvr
·9 か月前·議論
You could also use JSON Merge Patch (RFC 7396) for a similar use case.

(The downside of JSON Merge Patch is it doesn't support concatenating string values, so you must send a value like `{"msg": "Hello World"}` as one message, you can't join `{"msg": "Hello"}` with `{"msg": " World")`.)

[1] https://github.com/pierreinglebert/json-merge-patch
mattvr
·10 か月前·議論
Many mobile apps encounter this because React Native still doesn't have a good solution for selectable text [0].

Workarounds exist [1], but aren't great for text that spans multiple lines and styles.

[0] https://github.com/facebook/react-native/issues/13938

[1] https://github.com/bluesky-social/react-native-uitextview