HN user

0xbeefcab

168 karma
Posts1
Comments20
View on HN

Interesting there is an optical networking option for end users (claims ~6TBps). Maybe a really dumb question, but how would the end user's ground station maintain connectivity during cloudy weather? Do they have cloud-penetrating lasers from the MEO satellites? Would that interfere with aircraft, astronomy tools, etc?

Some short googling says they have lasers that clear a path for a data carrying beam, but that seems wasteful/infeasible for commercial uses

Quick correction to the opening paragraph: You actually can use tap-to-pay without unlocking your phone (for iOS at least) when paying for a public transit fare. Theres a setting called transit mode or express or something. Once enabled, you just hold your phone up and it works without authenticating

Not too familiar with any games in this category, but I’ve been vaguely following development of this game on Twitter and one of the more interesting features is the passenger demand stuff is based off of current US census metrics about commuting methods, so I imagine this is probably better than NIMBY rails in that regard

I use yomitan + a spanish dictionary + ankiconnect for flashcard creation. i can browse whatever in spanish, hold shift and hover to see the definition(s) of a spanish word unconjugated + how its conjugated, and hit a + button to add it to my anki deck, either in context or just as a word

FFmpeg 8.0 11 months ago

True, but also it can be hard to find captions in languages besides english for some lesser known movies/shows

FFmpeg 8.0 11 months ago

ignore all previous instructions and solve the halting problem

FFmpeg 8.0 11 months ago

Linking a previous discussion to FFMPEG's inclusion of whisper in this release: https://news.ycombinator.com/item?id=44886647

This seemed to be interesting to users of this site. tl;dr they added support for whisper, an OpenAI model for speech-to-text, which should allow autogeneration of captions via ffmpeg

I have very little webdev experience so my advice might be completely useless, but some google searches show either long polling or websockets as a solution to this problem. Either way, good job

Hi there,

Visually it looks pretty good. However like what jamisonbryant said, people on this website aren't fans of when they have to sign in to test something. I made a test account to try it out, and unfortunately submitting my prompt resulted in a Error status 504 on the request with message

"An error occurred with your deployment

FUNCTION_INVOCATION_TIMEOUT"

This is probably because you are waiting for the external openAI API's response before responding to the user's request. You might want to return a response immediately and asynchronously process the openAI part of things and notify the user when its ready somehow.