what would be the reason to let it go?

what would be the reason to let it go?

Does it effect their re-spawn rate, or do they evolve into gold?

u/yeaahnop — 2 days ago

that went pretty well

only 40 more levels to go. is it suppose to be this slow? did i miss an item or something by chance?

u/yeaahnop — 9 days ago

any chance of completing the set?

Im in memoria. Any chance of completing these this round, or new play thorough ahead?

u/yeaahnop — 16 days ago
▲ 0 r/webdev

[Help wanted] Media Player Theme

Hey all,

I'm making a web based play list manager / media server for personal use, and CV demo.

Got most of technical issues figured out, and now looking to make it look nice.

Any ux/ui guru, with keen eye, want to contribute to this?

you can implement, or/and I can do/help with the implementation. flexible.

the source is at: https://codeberg.org/eamanola/media-library

pm me for more info, if interested

cheers.

PS. might be braking rule #5, though don't think so. mods at your discretion

u/yeaahnop — 2 months ago
▲ 1 r/webdev

MediaSource long videos

Anyone played with MediaSource?

Whats the strategy for long videos (over SourceBuffer QuotaExceededError).

When giving a stream url directly to <video> src the whole buffered is seekable, say all 20min.

But going through MediaSource the seekable area is reduced to SourceBuffer size (eg. 10 min around video.currentTime)

How is the browser doing it? afaik there is no prepending to SourceBuffer, nor multiple SourceBuffers per video stream.

The documentation on mdn doesnt touch this. any help or resources to look into would be much appriciated.

thanks in advance

reddit.com
u/yeaahnop — 2 months ago
▲ 3 r/ffmpeg

av1 seeking help

trying to encode av1 video.

current command: `ffmpeg -y -i input -map 0:0 -c:v av1_nvenc -pix_fmt yuv420p -preset slow -f webm output`

it does the basics, and voila playable av1. But when seeking the video, it pauses for up to 5sec, before resuming playback.

any flags or options to address this?

thanks in advance

// edit: solved

reddit.com
u/yeaahnop — 2 months ago

[AskJS] are there any alternatives to npm registry in 2026?

my node libraries are commonjs, so jsr seems ruled out.

are there any others out there?

plus, if they use package.json, and not some custom file(s)

extra plus, if they work seemlessly with at least (p)npm i, after npm config set registry

thanks in advance

reddit.com
u/yeaahnop — 2 months ago
▲ 5 r/sqlite

sqlite one vs many

is there any advantages of having one db vs many files?

for consideration, the data sets are completely separate, no cross references at all.

thanks & sorry in advance, if redundant question.

reddit.com
u/yeaahnop — 2 months ago
▲ 4 r/ffmpeg

help with kill strategy

Hey all

this might be more of a design question.

Im making yet another media server for home use.

The files are in various formats/codecs, and no preprocessing is done.

basically:

  1. the client (<video/audio> in browser) asks for a file,

  2. gets it as a file download

  3. plays it, or fails to decode, in which case

3.1) asks for a transcoded version to a supported codec

3.2) the transcode (ffmpeg process) pipes chucks to client on demand, and halts when client have enough

this all works well.

Sometimes during transcode for one reason or another the client closes connection. 99% user has left the player view, and <video> is unloaded, in which case transcode is not needed anymore.

When connection closes the transcode process is killed.

With that background

Sometimes the halts between chucks can get too long. client downloads half, or more of the media, and while playing it, timesout/or other reason closes the connection, before requesting for the rest.

killing the process becomes problematic, since when the half already downloaded finished playing, transcode would have to start from 0:00, causing up to minutes of pause.

reattaching new connection to stdout/pipe doesnt seem to work (might be doing it wrong).

any ideas how to approach this. trying to

- to have no pre processing (save time)

- only transcode when necessary (save cpu/gpu)

- only transcode chunks on demand (save cpu/gpu)

- and resume transmission, if connection failed mid way

thanks in advance

reddit.com
u/yeaahnop — 3 months ago

vinkkejä kivityksen välistä kasvavaan rikkaruohoon

Otsikko. Onko hyviä konsteja / aineita, millä pääsisi eroon rikkakasveista, jotka kasvaa kivityksen välissä?

tattista etukäteen

reddit.com
u/yeaahnop — 3 months ago

haven't seen him around paddock for a while

or is he just avoiding sky broadcast?

u/yeaahnop — 3 months ago
▲ 3 r/docker

docker updates (.deb packages)

What is docker updating on the deb (others) packages?

they seem to have several updates per week. is it bug fixes, and development, or some sort of key/other sec variable update?

thanks in advance

curious user

reddit.com
u/yeaahnop — 3 months ago