cyberic

joined 1 year ago
MODERATOR OF
[–] [email protected] 30 points 4 days ago

A Chrome extension titled “Hide YouTube Shorts,” used by 100,000 people, was recently discovered to secretly collect users' browser activity, raising serious concerns about user privacy on Google Chrome Web Store.

[–] [email protected] 2 points 5 days ago

It's pretty amazing. I never thought it would be possible, honestly.

[–] [email protected] 1 points 1 week ago

One possible future

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

Does Hot Ones count as a game show?

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

But what about the Factorio DLC on Monday?

[–] [email protected] 46 points 2 weeks ago (6 children)

You know there's something a little cruel about being a satisfactory fan and a factorio fan at the same time...

[–] [email protected] 2 points 3 weeks ago

Welcome Aboard Captain!

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

Yes, in the main picture. However all the gameplay photos from Subnautica 2 are in the first person perspective.

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

Thanks for your comment, I gave it 2 episodes and stopped. I'll give it another go.

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

I actually really enjoyed the studio task. Teams needed to get their number of legs from 21 to 22. So when one team immediately received one extra leg, they were done. It was refreshing to have a team pick up on the rules so quickly.

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

TL;DR

  • Added NVIDIA Blur Filter and Background Blur.
  • Added preview scrollbars.
  • Added v210 format support for AJA device capture.
  • Added Amazon IVS service integration
  • Added QSV AV1 Screen Content Coding
  • Enabled first-party YouTube Chat features.
[–] [email protected] 2 points 1 month ago (1 children)

Can we close it before he steps back?

21
submitted 1 month ago* (last edited 1 month ago) by [email protected] to c/[email protected]
 

This is a favorite of mine.

3
submitted 5 months ago* (last edited 5 months ago) by [email protected] to c/[email protected]
 

As we wrap up the school year I've been thinking about gamifying my classroom next year. Does anyone have any experience with it?

 

I have a TrueNAS scale NAS setup and I would like to host a matrix server. Do I have any options? Any particular implementation that I should go with? Does anyone have any experience with this?

 

I've been trying this app out to try to identify a specific bird call by my house. I've found out to be pretty helpful.

22
submitted 7 months ago* (last edited 7 months ago) by [email protected] to c/[email protected]
 

I'm looking for an Android python ~~compiler~~ interpreter that runs locally on my phone. Any suggestions are appreciated. FOSS apps preferred of course.

Edit: changed compiler to interpreter

Edit 2: I ended up going with Pydroid3. I wish there was a FOSS alternative.

 
28
submitted 9 months ago* (last edited 9 months ago) by [email protected] to c/[email protected]
 

Sorry, I don't know of a community to post this in. However, anyone else having trouble creating watch parties?

I am no longer able to host watch parties on things that are free on prime. I can however, start a watch party for seasons/movies I "own" through amazon.

Edit: Put own in quotes.

 

Release announced for 2025. At least we got more details.

 
 

Today I found a video series that I was datahoarding... I know...

Anyway, I found this old reddit post from 3 years ago on how to download from Brightcove. So I thought I would repost this here for posterity.

Here's the post below with some small revisions from 3 years ago by u/publiusvaleri_us

I had a short video that I wanted to try to download, but the brightcove style seems to be hard to parse. I was wondering if there's a way to find out the actual URL to do the download, and I started on a hunch.

Of course I visited the webpage with the video and let it play. In Firefox, I use Web Developer Tools, then I selected the Network tab. It listed a lot of the streams of the video (mp2t) that appeared to be a form of streaming. The secret is to look for a file type of "x-mpegurl" which is the key to feeding youtube-dl the correct video URL.

I found this step was made easier by uBlock Origin (I only had to look for the red blocked packets)

Here is my command: (You must use ffmpeg, because of the multiple streams)

youtube-dl --prefer-ffmpeg --ffmpeg-location ..\ffmpeg\bin --restrict-filenames [URL FROM Web Developer Tools->Network.]

The only problem I found out is that some of the x-mpegurl files produce an end result without sound. They were combined in ffmpeg as render-render.mp4. But I found another one that downloaded to a slightly larger file, and it was called "master-master.mp4" when it was done. That video has sound. So if you examine your URL possibilities, look for the word "master" somewhere in it.

...BLAH-BLAH/master.m3u8?fastly_token=BLAH,BLAH

Let me know if anyone has questions or needs a few pointers. I'm surprised I figured it out without a lot of problems. When youtube-dl gave me the error for the main URL, I figured one of you guys knew all about how to do this... turns out that I do.... shocked emoji.

view more: next ›