HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mattvr

no profile record

Submissions

LLM Latency Leaderboard

llm.orgsoft.org
2 points·by mattvr·vor 10 Monaten·0 comments

comments

mattvr
·letzten Monat·discuss
Is there information on the license of this flag? Not how/if clear you can reproduce it legally.
mattvr
·letzten Monat·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
·letzten Monat·discuss
Ah yes, viral AI gain-of-function research in a secure lab. What could go wrong?
mattvr
·vor 4 Monaten·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
·vor 4 Monaten·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
·vor 8 Monaten·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
·vor 8 Monaten·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
·vor 8 Monaten·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
·vor 8 Monaten·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
·vor 9 Monaten·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
·vor 10 Monaten·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