HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mattvr

no profile record

Submissions

LLM Latency Leaderboard

llm.orgsoft.org
2 points·by mattvr·10 ay önce·0 comments

comments

mattvr
·geçen ay·discuss
Is there information on the license of this flag? Not how/if clear you can reproduce it legally.
mattvr
·geçen ay·discuss
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
·geçen ay·discuss
Ah yes, viral AI gain-of-function research in a secure lab. What could go wrong?
mattvr
·4 ay önce·discuss
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 ay önce·discuss
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 ay önce·discuss
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 ay önce·discuss
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 ay önce·discuss
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 ay önce·discuss
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 ay önce·discuss
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 ay önce·discuss
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