[-] taaz@biglemmowski.win 1 points 4 days ago* (last edited 4 days ago)

I know, I've linked that to show the correct mimetype.

Is your web server returning the correct mimetype for the FooBar.mp4 file ? Also codecs part should probably look more like this: type='video/mp4; codecs="av1, ogg"' (omit the ogg in your case)

E: if you are opening the html with the element as a file:// in firefox, you probably wont be able to load resources from http:// (only https:// it seems), and it will show the same error in this case but it's because of security not because it can't decode the media. You can see the detailed error (for loading the file) in developer tools ctrl+shift+i and switch to network tab.

[-] taaz@biglemmowski.win 3 points 4 days ago* (last edited 4 days ago)

Your second example has wrong type for that file should be video/mp4.

https://tekeye.uk/html/html5-video-test-page

[-] taaz@biglemmowski.win 2 points 6 days ago* (last edited 6 days ago)

Note: Amds Zero RPM is getting support in 6.13 kernel.

https://www.phoronix.com/news/Linux-6.13-AMDGPU-Zero-Fan

46
submitted 3 weeks ago* (last edited 2 weeks ago) by taaz@biglemmowski.win to c/mildlyinteresting@lemmy.world

From https://www.youtube.com/watch?v=TSFJ2OH1PQA
Not affiliated with this in an way, I just think this guy (N-O-D-E) is making some great stuff that's worth sharing.

19
submitted 4 weeks ago by taaz@biglemmowski.win to c/factorio@lemmy.ml
28
submitted 1 month ago* (last edited 1 month ago) by taaz@biglemmowski.win to c/linux@lemmy.ml

I've remembered this exists and there seems to be some very recent activity in the repo so if you didn't know what was possible with TUI graphics now you know! (recommended watching with sound :)

Official site: https://notcurses.com/
Repo: https://github.com/dankamongmen/notcurses

PS: dank (the guy behind it) is definitely one of a kind, just read the releases haha

PPS: here is a doom running through notcurses in the terminal: https://www.youtube.com/watch?v=a_w5rh3c76g

12

My PCs encountered a vampire. The barbarian successfully trips the vampire and then grabs her.

Que the vampires turn and I am thinking about using the vampires special vapor form, Turn To Mist to get rid of the conditions - there is nothing preventing the vampire using it, it's not even manipulate.
But some of my well-versed-in-rules players seemed to really dislike it, mainly the "free" getting up (which I countered with the polymorph trait, you are getting magically reformed).

In my book it still costs 2 actions (physical to gas then gas to physical) same as removing the grabbed and then Standing up would, it does bypass rolling the fortitude check and any reactive strikes though.

253
submitted 2 months ago by taaz@biglemmowski.win to c/opensource@lemmy.ml

cross-posted from: https://biglemmowski.win/post/2418820

For me, the most interesting point was the short mention of open sourcing Factorio (around 2:40). Kovarex seems to be very much open to the idea, he mentions that (as an approximation) maybe two years after the DLC after things calm down ...

(Hope this is not much of a titlegore)

14
submitted 2 months ago by taaz@biglemmowski.win to c/factorio@lemmy.ml

cross-posted from: https://biglemmowski.win/post/2418820

For me, the most interesting point was the short mention of open sourcing Factorio (around 2:40). Kovarex seems to be very much open to the idea, he mentions that (as an approximation) maybe two years after the DLC after things calm down ...

1
submitted 2 months ago by taaz@biglemmowski.win to c/factorio@lemmy.world

For me, the most interesting point was the short mention of open sourcing Factorio (around 2:40). Kovarex seems to be very much open to the idea, he mentions that (as an approximation) maybe two years after the DLC after things calm down ...

[-] taaz@biglemmowski.win 72 points 3 months ago* (last edited 3 months ago)

1 is nixos

and 8 does not exist so nan:P

[-] taaz@biglemmowski.win 127 points 3 months ago

No space and time for creativity or "doing it right", just do it fast, like yesterday also that feature we talked about three months ago? yeah, client also needs this added ...

Or even better: this is what up to 20 years of technical debt does to people

115
submitted 4 months ago by taaz@biglemmowski.win to c/canvas@toast.ooo

Small disclaimer this is from the txt log which is not exactly complete, there are few pixels missing here and there.

One second of the video is about 30 minutes of drawing (one frame contains 1 minute of drawing, 30 frames per second)

Also a little bit of bragging - couldn't resist the challenge and got this all glued together in Python! Which is obviously a valid tool for this considering the rich data processing ecosystem.
Well maybe except the video generation part... definitely except the video generation - Pyav - bindings for ffmpeg, are really badly documented, luckily they have at least good enough examples.

The short story of how:

  • little bit of python script to convert the txt log into csv
  • from csv to pandas, there I made a few cleaning passes to get the "format" just right (mainly dealing with the mod_fill action)
  • pyav, ffmpeg and the world of video - oh boy:
    • for each one minute of drawing data
    • replay them over the canvas (numpy RGB array)
    • embed/copy the canvas into the video frame (another ndarray)
    • (add the timestamp above the canvas - cv2)
    • invoke pyav magic to mux/append it into the video
    • hope that your numpy array slices, splices, "broadcasts", pyav codec options and stream configurations are correct. Otherwise, watch as you end up with 1GB+ of mp4 file - 3 hours to watch whole (1s/30fps) with really bad resolution or inverted/wrong colors:)

If anyone wants to tweak this or has ideas how to make this better just hit me up. Can also put the code somewhere if wanted.

What a wild ride ha!

19
submitted 4 months ago* (last edited 4 months ago) by taaz@biglemmowski.win to c/lemmy_support@lemmy.ml

cross-posted from: https://biglemmowski.win/post/1465956

If you are using https://github.com/wereii/lemmy-thumbnail-cleaner please stop and disable it as soon as possible.

We have found a security issue that allows any user to make LTC delete any locally hosted image.

I will be posting more details soon and editing this to include the information.

E: https://github.com/wereii/lemmy-thumbnail-cleaner/issues/10

79
submitted 4 months ago* (last edited 4 months ago) by taaz@biglemmowski.win to c/lemmy@lemmy.ml

If you are using https://github.com/wereii/lemmy-thumbnail-cleaner please stop and disable it as soon as possible.

We have found a security issue that allows any user to make LTC delete any locally hosted image.

I will be posting more details soon and editing this to include the information.

E: More information here https://github.com/wereii/lemmy-thumbnail-cleaner/issues/10

25
submitted 5 months ago by taaz@biglemmowski.win to c/asklemmy@lemmy.ml

The server does not even respond to pings but I can see some comments/posts from the instance made few days ago.

[-] taaz@biglemmowski.win 90 points 5 months ago* (last edited 5 months ago)

Steam is close but actually not electron, they use CEF - Chromium Embedded Framework which is something Electron uses too under the hood (afair)

22
submitted 5 months ago by taaz@biglemmowski.win to c/factorio@lemmy.ml
[-] taaz@biglemmowski.win 59 points 6 months ago

It hurts itself in confusion?

[-] taaz@biglemmowski.win 126 points 8 months ago

Welcome to federation, where basically every instance is a proxy to all others.

Btw you are also free to block any instance yourself.

[-] taaz@biglemmowski.win 60 points 9 months ago

https://github.com/nikitasius/Telegraher

No one gets to decide what i run on my device
No one gets to decide where i run my app
No one gets to decide what must be deleted

[-] taaz@biglemmowski.win 53 points 10 months ago* (last edited 10 months ago)
[-] taaz@biglemmowski.win 52 points 1 year ago

Oh and it seems this is not all of it, an ex-employee came out on twitter about sexual harassment, extremely bad work conditions and so much more.
The timing of it is weird to say at least but there's a lot.

view more: next ›

taaz

joined 1 year ago