Goofed Home

Jeraldin Privè

$$5603
https://feddit.it/u/Jeraldin posted on Mar 1, 2026 09:28

https://t.me/+VMMgT0uvcnw5MzM0

https://feddit.it/post/27217096

$$5608
https://programming.dev/u/SammyJK posted on Mar 1, 2026 09:46
In reply to: https://feddit.it/post/27217096

Wrong place to post this.

https://programming.dev/comment/22459556

Can’t see my video file sizes on PeerTube.

$$5224
https://lemmy.fedioasis.cc/u/Cantaloupe posted on Feb 28, 2026 04:58

So, I’ve uploaded some videos on peertube.wtf and I can’t see how large each one is, nor can I sort them. I want to be able to delete large videos if I run out of total quota. This is on version 8.0.1

https://lemmy.fedioasis.cc/pictrs/image/6ed87615-2f91-41d1-9fa9-d89666bec454.webp

I do think a video quota is a good idea, and PeerTube has two quotas, your daily limit, and total limit.

https://lemmy.fedioasis.cc/pictrs/image/7b1fe8e4-522d-4121-aa8f-3363524b0271.webp

The total limit will fill up eventually if the account is active, and I think a way to see the largest videos you have on your account would help a ton.

https://lemmy.fedioasis.cc/post/22070

$$5249
https://lemmy.fedioasis.cc/u/Cantaloupe posted on Feb 28, 2026 08:09
In reply to: https://lemmy.fedioasis.cc/post/22070

This is my first PeerTube experience, the site is slow when browsing content, but it works. Peertube.wtf is federated with over 1,531 other platforms, so content is coming from a wide range of places.

https://lemmy.fedioasis.cc/pictrs/image/e51d5e15-c135-4165-a793-25f8af5bfc8e.webp

The quota given is quite generous, You get a daily upload limit of 10GB and a total limit of 100GB. For someone’s computer space, that’s quite generous.

One thing I don’t like is that the subscriptions feed takes like 30 seconds to load before telling me I have no subscriptions.

https://lemmy.fedioasis.cc/comment/88445
$$5322
https://lemmy.world/u/freamon posted on Feb 28, 2026 19:30
In reply to: https://lemmy.fedioasis.cc/post/22070

You can get a rough idea of how big each video is via an activitypub query for each video. For example:

curl --header 'accept: application/activity+json' https://peertube.wtf/w/mhghLtY5dkLguNq5oFB2Ut | jq .

Buried in there is a url entry, and buried in some of those is a tag entry and buried in some of those are details for the size of the video and audio for each upload.

Peertube’s video channels have an outbox (similar to how Lemmy’s communities do, but not limited to 50 entries), so you can step through that to find the relevant info for everything in your channel.

Doing that for your channel, I got:

Shitpost #2
video: 482 x 480: 2.27 MB
audio: 0.3 MB

Shitpost #1
video: 480 x 480: 8.69 MB
audio: 0.94 MB

Will this replace the internet?
video: 1080 x 1920: 19.26 MB
video: 720 x 1280: 11.9 MB
video: 360 x 640: 5.23 MB
audio: 16.75 MB

Cat
video: 1920 x 1080: 7.77 MB
video: 1280 x 720: 2.14 MB
video: 640 x 360: 0.41 MB
audio: 0.23 MB

If you assume that the size of the audio is ignored, and that lower resolutions are transcoded as requested, and add the sizes for the highest resolutions together, you get 2.27 + 8.69 + 19.26 + 7.77 = 37.99 (which is the 38 MB visible in your screenshot).

The information is available, but it’s a pain in the arse to get, so it’s probably annoying for PeerTube themselves to show (a brief look suggests that the API response doesn’t provide it, so there’s nothing for the web frontend to display). It’s also possible that they may drop the higher resolutions for videos with low engagement, so the size of each upload isn’t static, which adds an extra complication.

https://lemmy.world/comment/22400611

Some may find this amusing and interesting: Digg doesn't seem to be as active as the Fediverse.

$$4414
https://piefed.social/u/Skavau posted on Feb 26, 2026 02:07

Digg’s officially launched now for about a month and it’s… really underwhelming.

Check their equivalent of Hot.

The “Most Dugg” posts by upvotes as of this post:

+110, +107, +89, +86, +84, +84, +79, +79 (roughly in the last 24 hours)

As compared to Lemmy/Piefed/Mbin as seen on Lemmy.world (Top in last 24 hours):

+1.22k, +952, +855, +751, +669, +646, +620, +612

That’s really poor from Digg honestly.

https://piefed.social/c/fediverse/p/1817809/some-may-find-this-amusing-and-interesting-digg-doesn-t-seem-to-be-as-active-as-the-fed

49 posts in conversation

$$5277
https://lemmy.world/u/GarboDog posted on Feb 28, 2026 13:39
In reply to: https://sh.itjust.works/comment/23989795

IKR it was weird and ridiculous

https://lemmy.world/comment/22394985
$$5315
https://lemmy.ml/u/thoro posted on Feb 28, 2026 18:49
In reply to: https://mander.xyz/comment/25518010

I understand how probable things can be, but good lord, I would be so aggravated if people judged me based on my father’s politics

https://lemmy.ml/comment/24243179

There should be an indicator when an instance no longer federates with a community besides posts no longer loading

$$5060
https://startrek.website/u/firelight posted on Feb 27, 2026 18:36

As it stands right now, it looks like we have to just judge based off of how old posts are to see if we can still interact with a community.

https://startrek.website/post/36167557

16 posts in conversation

$$5275
https://lemmy.world/u/admiralpatrick posted on Feb 28, 2026 13:15
In reply to: https://sh.itjust.works/comment/24011184

Yep.

it doesn’t save my settings or my favorites and multi-communities.

It should save/persist the favorites to your browser’s local storage. If you’re using a browser that clears site data on close or something, then they’ll reset. But it also wouldn’t persist your profile and you’d have to log in every time, so….🤔 It doesn’t, however, save any settings beyond your device. I’m working on a way to securely save those to whatever Tesseract server you use but don’t have it implemented yet.

This version (1.4.42) also changes where and how the favorites, community groups, and filters are stored in addition to not storing useless data like the community sidebar info, etc. They’re also no longer stored inside your profile in a single local storage object. Since these save to the browser’s local storage, there’s a hard 5 MB limit per object (everything gets written to a JSON string), so maybe your profile exceeded that somehow? If so, there should be browser console logs to that effect. Regardless, this version splits those all up into separate storage objects to address that problem.

Not sure what you mean by multi-communities, though. There was a feature to create custom feeds (which is kind-of similar to multi-community) but I took that out a long time ago because API changes in 0.19.3+ made it untenable. I think that was removed in 1.4.40 or thereabouts, so if you’re on a version older than that, then maybe that feature is still present. That feature was pretty broken for a long time which is why I finally removed it and put it out of its misery.

https://lemmy.world/comment/22394693
$$5296
https://sh.itjust.works/u/pelespirit posted on Feb 28, 2026 16:01
In reply to: https://lemmy.world/comment/22394693

It doesn’t, however, save any settings beyond your device. I’m working on a way to securely save those to whatever Tesseract server you use but don’t have it implemented yet.

Thank you for explaining that. I clear the cache quite often. I haven’t tried to save the favorites in a bit because I thought it was tied to the settings. Changing the settings each time isn’t a big deal, but saving favs kind of is. I’ll give it another try since it’s pretty great.

https://sh.itjust.works/comment/24025838

FR#155 – Where Does Community Live – updates

$$5039
https://piefed.social/u/wisdomchicken posted on Feb 27, 2026 18:03

A big grab bag of news, that ties into the question of ‘Where Does Community Live?’

https://piefed.social/c/fediverse/p/1824760/fr-155-where-does-community-live-updates

$$5216
https://lemmy.ml/u/ryelolium posted on Feb 28, 2026 03:58
In reply to: https://piefed.social/c/fediverse/p/1824760/fr-155-where-does-community-live-updates

This was an insightful read. Thanks!

https://lemmy.ml/comment/24231120

Conversation

$$4820
https://piefed.zip/u/Cris_Citrus posted on Feb 27, 2026 01:59
In reply to: https://piefed.zip/comment/3844856

Thanks! Previously I had looked for a way to import settings and was unable to find it so that held me up, but I got all my comms imported so I’m gonna give piefed.zip a try as my new instance ☺️

Username is slightly different now, it was probably time for it to change

https://piefed.zip/comment/3989226

4 posts in conversation

$$5163
https://piefed.zip/u/Cris_Citrus posted on Feb 27, 2026 23:38
In reply to: https://piefed.zip/comment/3993858

Thank you! I really appreciate the help ☺️

Hope you have a lovely day blaze!

https://piefed.zip/comment/4004347
$$5214
https://piefed.zip/u/Blaze posted on Feb 28, 2026 03:55
In reply to: https://piefed.zip/comment/4004347

I am, hope you too!

https://piefed.zip/comment/4006916

Conversation

$$5211
https://piefed.social/u/rimu posted on Feb 28, 2026 03:32
In reply to: https://activitypub.space/post/1408

Oh :)

Once per day a request is made all instances to retrieve the list of their admins. If that request fails then they’re flagged as ‘dormant’. If dormant for 5 days, flagged as ‘gone forever’ and then PieFed doesn’t try to federate with them again and all their communities have that warning on them.

https://piefed.social/comment/10325963

Conversation

$$5179
https://lemmy.world/u/thedoginthewok posted on Feb 28, 2026 00:44
In reply to: https://sh.itjust.works/comment/5548402

I know I’m replying to a two year old comment, but who cares.

I’ve had a Motorola Milestone (Motorola Droid in the US) in 2009 and I got an internet enabled plan immediately.

It was very expensive and capped at 200 Megabytes per month, so I only really used it for basic web browsing. Fucking loved that phone, though. I played through a few GBA games on an emulator, with the keyboard it worked great.

I’ve had spotify back then, but I never streamed anything, because of the data cap.

https://lemmy.world/comment/22387335

Conversation

$$5175
https://piefed.social/u/rimu posted on Feb 28, 2026 00:31
In reply to: https://activitypub.space/post/1407

It looks like this - https://piefed.social/c/adultswim@lemm.ee

https://piefed.social/comment/10324532

What I'm up to: February 2026 edition 👩‍💻 - elenarossini

$$5049
https://piefed.social/u/mesamunefire posted on Feb 27, 2026 18:19

a blog post that chronicles what I’ve been up to this month: from attending FOSDEM in Brussels to creating an easy-to-follow self-hosting guide for newbies…

https://piefed.social/c/fediverse/p/1824804/what-i-m-up-to-february-2026-edition-elenarossini

Create New Post