e0qdk

joined 7 months ago
[–] [email protected] 8 points 4 weeks ago (1 children)
[–] [email protected] 6 points 4 weeks ago

IIRC, Mozilla doesn't ship Firefox with DNS-over-HTTPS (DoH) enabled by default in most countries -- and I think it only does Encrypted Client Hello (ECH) if DoH is enabled.

From LibreWolf's website:

By default DoH is not enabled in LibreWolf.

I assume that also disables ECH by default.

[–] [email protected] 6 points 1 month ago (3 children)

Is this for game consoles only, or would stuff like experimenting with similar looking (low-poly) art techniques on modern computers be acceptable there as well?

[–] [email protected] 7 points 1 month ago (1 children)

To clarify, the word OP brought up is "aiseki".

(Takoboto is a dictionary site.)

[–] [email protected] 11 points 1 month ago

I don't know how to do it with KDE's tools, but on the command line with ffmpeg you can do something like this:

ffmpeg -i video_track.mp4 -i audio_jp.m4a -i audio_en.m4a -map 0:v -map 1:a -map 2:a -metadata:s:a:0 language=jpn -metadata:s:a:1 language=eng -c:v copy -c:a copy output.mp4

Breaking it down, it:

  • runs ffmpeg
  • with three inputs (-i flag) -- a video file, and two audio files.
  • The streams are explicitly mapped into the result, counting the inputs from 0 -- i.e. -map 0:v maps input 0 (the first file) as video (v) to the output file and -map 1:a maps the next input as audio (a), etc.
  • It sets the metadata for the audio tracks -metadata:s:a:0 language=jpn sets the first audio track (again counting from 0...) to Japanese; the second metadata option sets the next audio track to English.
  • -c:v copy specifies that the video codec should be copied directly (i.e. don't re-encode -- remove this if you DO need to re-encode)
  • -c:a copy specifies that the audio codec should be copied directly (i.e. don't re-encode -- remove this if you DO need to re-encode)
  • output.mp4 -- finally, list the name of the file you want the result written into.

See documentation here: https://ffmpeg.org/ffmpeg.html

If you need another language in the future, I think the language abbreviations are the three letter codes from here: https://en.wikipedia.org/wiki/List_of_ISO_639-2_codes -- but I'm not certain on that.

[–] [email protected] 3 points 1 month ago (3 children)

Got it. Best of luck in your bug hunt!

[–] [email protected] 3 points 1 month ago (9 children)

Thanks. I'm still seeing some long load times, so it looks like the issue is still present.

Do the RC releases have the federation changes to ditch the sequential transfer model? If so, I wonder if the DB is getting hammered or something...

[–] [email protected] 2 points 1 month ago

No; I just thought it was probably a typo but wanted to make sure I'm not missing a pun or something.

[–] [email protected] 1 points 1 month ago (2 children)

Shouldn't that be Seibaa (セイバー)?

[–] [email protected] 2 points 1 month ago

Now imagine if to buy a car you had to tolerate cameras and other forms of tracking your telemetry just to get to work and feed yourself.

Sorry to be the bearer of depressing news, but that's basically already happening in new cars.

https://foundation.mozilla.org/en/blog/privacy-nightmare-on-wheels-every-car-brand-reviewed-by-mozilla-including-ford-volkswagen-and-toyota-flunks-privacy-test/

https://jacobin.com/2024/03/car-spying-insurance-surveillance-data/

[–] [email protected] 8 points 1 month ago (1 children)

A fairly vocal portion of lemmy is AI-hostile, and even for the people who aren't outright hostile to it, it can be annoying at times -- AI content does tend to drown everything else out when it's permitted, so making a community explicitly for it would probably work better.

lemmy.dbzer0.com might be a good place to host a community specifically for exploring AI generated music if you're interested in running one. That instance is explicitly open to AI gen and already has several image gen communities, but I don't think they have a music gen community yet. (Double check though before making one in case I just missed it.)

[–] [email protected] 2 points 1 month ago (1 children)

I wonder what cuil things it will say if you start asking questions about hamburgers instead...

view more: ‹ prev next ›