@gabek you are a wonderful person 💚
@hisaac jakeenos is like parkway but better IMO.
Savoy is for when u want a solid centimeter thick of cheese on your pizza. IMO the one with Giardiniera, the chicago one, is the best at savoy
@hisaac I live near wrecktangle Detroit style pizza, apparently they are critically acclaimed, I think they are ok.
Otherwise jakeenos and savoy are good.
Just be warned savoy puts an insane amount of cheese, I always ask them to reduce the cheese quantity but its still too much
@t54r4n1 source: I have ridden an impossible wheel
@t54r4n1 aaahcktually, its an electronic impossible wheel
LOL
https://scholar.google.com/scholar?q=%22thank+alexandra+elbakyan%22
My brother is gonna love this hahaha
Okay, this is nuts!
While viewing a live #owncast stream, you can follow, as you'd expect from the #fediverse
BUT!!! When using the #liveChat you can link your identity to your #mastodon account with #FediAuth !!!! What!;?
It then sends you a DM with the AuthCode directly to mastodon!
Wow, #activitypub is awesome!!
> why use them?
Because its the only way to implement login without requiring JavaScript.
Cookies aren't inherently bad. There are some quirks, specifically the SameSite attribute. I eventually settled on two cookies, one SameSite strict and one SameSite lax. Both HTTP Only (not exposed to js) and both having a server side session token.
That way I can allow 3rd party referrer links to be logged in for specific actions ( click link in webmail to confirm email address ) while staying secure against 3rd party request forgery vectors in general.
@teal@cannibal.cafe @em@cassilda.house @mauve
At least last time I was looking at this, the libp2p libraries worked OK for apps, just not for browsers / interoperability w/ browser stuff.
I think a large part of the problem is that what libp2p is trying to do is kinda impossible, the image that they "sell" where it "just works" with pure p2p and no server, is and always will be unrealistic. Because of the "original sin" of ipv4 and NAT, there will always be a need for a server / rendezvous point.
I still use the UPnP client from libp2p, I its really good IMO. https://git.sequentialread.com/forest/go-libp2p-nat
I think webrtc is the way to go for publishing cuz it supports browsers, I like the Pion webrtc libraries cuz I can fairly easily get server<->server, server<->browser, and browser<->browser, working, and it has a feature where you only have to open / forward one UDP port on the server so it makes it easier to host. WebTorrent is also pretty cool.
> "How do you maintain audiovisual materials? Proper care. First, wash and dry your hands thoruffly. Then, use ffmpeg."
@genevieve I don't know the details and could be wrong in the case of flac audio but for a lot of formats, ffmpeg is able to concatenate / trim / cut the media without re encoding it, that's a large part of what makes it so special I think. It tries to do that by default unless you tell it to do something that requires re encoding
@genevieve I love ffmpeg but its so annoying to use sometimes 🫠
@genevieve maybe you could try generating the silence in a different way, like by recording silence and converting it to flac, or something. Or maybe if it was very quiet but not quite silent it might help
@genevieve sometimes I have to use a different program to resample / convert them 1stin order to make it work. For example I had this with a screen capture video on Mac osx. It was 300mb and I wanted to compress it properly using ffmpeg. But it would crash like this if I tried to convert it directly.
I tried to convert it using apples built in video program but it had a slider for the quality level and the lowest quality was way too high ( I don't think it was using variable bit-rate, so it was very bad at compressing screencasts). So it was like 70mb in the end.
After that I exported it at high quality via the built in video program, then tried to compress it properly from there with ffmpeg. It worked and I got it down to ~5mb before it started losing too much quality.
Might have been a bit better if it was only re encoded once but it worked out for what I wanted.
I am a web technologist who is interested in supporting and building enjoyable ways for individuals, organizations, and communities to set up and maintain their own server infrastructure, including the hardware part.
I am currently working full time as an SRE 😫, but I am also heavily involved with Cyberia Computer Club and Layer Zero