typescript 6 7
typescript 6 7
its not even people i follow, it just appears
but yea should probably ignore it, its not healthy, but damn it triggers the brain in a bad way so fast, you don't even have a moment to ignore it, it goes straight to "omg bruh" mode
ok, if rn i only need to host static content but would want to host like discord bots or something, should i:
a) get an s3 bucket
b) get a vps
c) both
speaking in the context of not wanting to spend a lot of money and probably upcloud (unless someone recommends something else)
i saw one complaining about moderation because someone said something actually fucked up and got suspended for 3 days, while claiming its sarcasm
like I don't even know at this point, how was that sarcasm, how are they supposed to know its sarcasm
ughhhh this is not good for my mental health
i should unpin atproto feed, its literally the worst of bsky
i dont wanna miss the cool stuff tho :(
at this point im amazed that ozone even works
also funny to consider that block lists can just nuke someone's account if they want
yup, its because they want to redesign profile page or something, everyone else just implemented it
pdsls.dev/at://did:plc...
oh my cod...
bro posted the entire feed
like i tried reading this a few times and i still don't really know much, i think i need subway surfers
www.ietf.org/archive/id/d...
i still cant comprehend MOQT draft
everyone is gonna make cool stuff before me, WAIT FOR ME ๐ญ
(i guess more motivation to actually try, no webtransport/quic in node/bun doesnt help)
stealing this at some point
why do some of them talk like they are investing into bsky and not tangled ๐
omg bruh
video sources cause they are good:
(insert your nitter instance or just twitter)/drunkyapsession/status/2025554088273002644
www.tiktok.com/@iris_hasnos...
const server = Bun.serve({ routes: { "/": index, "/video/:name": async (req) => { if (existsSync(`./transcoded/${req.params.name}.webm`)) return new Response(Bun.file(`./transcoded/${req.params.name}.webm`)); const stats = await $`ffprobe -v quiet -print_format json -select_streams v -show_streams ./raw/${req.params.name}.mp4`.json(); const bitrate = stats?.streams[0]?.bit_rate ?? -1; console.log(bitrate); const vid = spawn( [ "ffmpeg", "-hide_banner", "-i", `./raw/${req.params.name}.mp4`, "-map", "0", "-c:v", "libsvtav1", "-c:a", "libopus", bitrate !== -1 ? "-b:v" : null, bitrate !== -1 ? `${bitrate}` : null, "-f", "webm", "-", ].filter((val) => val !== null), { signal: req.signal, stderr: "pipe", } ); const teedOff = vid.stdout.tee(); setTimeout(async () => { await Bun.write(`./transcoded/${req.params.name}.webm`, await teedOff[1].blob()); }); return new Response(teedOff[0], { headers: { "Content-Type": "video/webm" } }); }, }, fetch(req) { return new Response("Not Found", { status: 404 }); }, });
making some bullshit
streaming re-encoded av1 from ffmpeg through a js server while also saving it to the disk
(btw why tf is av1 bigger than h264 mp4, what a scam)
ok ported leaflet-md to standard.site and it all seems to work correctly
wasnt that bad
tangled.org/sharpmars.ne...
android peeps starving ๐ชฆ
if you mean if its gonna be backwards compatible to the current spec, yea
its most likely just gonna be an extension so old apps will work the same but if they want to they can use the new stuff
they talked about wanting to add separate apis for this
only place that would need to update is the PDS
nothing public yet, these posts are meant as a proposal to share what the team thinks and to get feedback
needs a tilling window manager
ngl it would be kinda interesting if no one could talk and we only could change profile data
someone steal that
also thats one way to fix all bsky problems, no posts
all my skeets gone
yup its fine now, it was weird
strength to carry all the groceries in one go
you need to lift those heavy buckets somehow
bsky.app/profile/surf...
I JUST HAD THAT WHEN TRYING TO REPLY TO SOMEONE
the proof has been captured
idk that was weird, whenever i replied, it would not appear in the replies and on my profile it would just be orphaned and parent was "post deleted"