HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cuttysnark

no profile record

comments

cuttysnark
·11 gün önce·discuss
I experienced this. I only lived in the U.K. for 6 months, but the number of chiefly British phrases/words/idioms that nestled their way into my way of speaking and stayed (20+ years on) was interesting and somewhat surprising.

For example, I never said "supposed to" again — "meant to" has always sounded and felt so much better. Similarly, "can't be bothered/asked" often exactly describes the situation in a way that "I don't want to" seemingly can't.

I'd also like to add "bum bag" v. "fanny pack" was a valuable lesson and a memorable laugh.
cuttysnark
·28 gün önce·discuss
I've had some success with local models by chaining "agents" together in a workflow. Each agent has a different prompt and uses a different ollama model based on what their role is. The project manager, schema agent(qwen3:14b), etc. doesn't use the same model as the coding agent (qwen2.5-coder:7b). Between each step is an orchestrator and with a Playwright task which attempts to surface errors to the agent who introduced the previous code block. Only error-free blocks are forwarded to the next workflow step.

Probably the biggest improvement was including a backend-for-agents service definition which instructed the schema agent they were to only produce only a manifest based on the task, and to pass off that off to the next agent.

In short, I split tasks up into many pieces by defining a workflow where agents are only allowed to do very specific things before their work is passed along. This keeps them grounded and capable while also creating places for me to intervene if a workflow was say 25% or 90% successful.
cuttysnark
·3 yıl önce·discuss
> deeply emotionally retarded

It's best to lead by example. There are a million other words to use to express how you feel about this. Consider shaking your vocab tree. I come in peace.

Edit: I stand corrected. I was unaware that this phrase is acceptable and even commonly used. My apologies.
cuttysnark
·4 yıl önce·discuss
> Now I don't get it: how do the pirates who "webrip" those have access to the quality stream

The front-end players (sometimes) have a UI element that allows you to explicitly set which bitrate is streamed. Otherwise, the player is beholden to what the connection speed deems appropriate. Regardless, if the original file was transcoded to include 1080p, 4k stream, they exist even if your player is downgrading based on a poor connection. This can feel like a loss of control, because it is. "But it's for our the user's own good."

When using tools like ffmpeg or similar, you can simply target the highest bitrate available.

If you ever try to download a ".m3u8" file you'll see it's more or less a manifest that lists all available bitrates.