on another note just thought of (ab)using direct posts to inject stuff into my timeline
and maybe even having some kind of automations on interacting with them
though i dont really have a practical use case apart from bridges to have an aggregated timeline
follow requests are weird
like, what's the point if your posts are still public?
if someone really wanted to they would just scrape them.
or is it more about the followers-only posts...
@[email protected] ну система тоже жрет ресурсы) и нет способа понять насколько она безопасна))
но вообще они в среднем опенсурсные все. что конечно само по себе ничего не значит, но все же
@[email protected] тап-ту-клик не нужен. а клик двумя пальцами прекрасно работает. неправильно трекпад используешь
imagine having to raise your finger just to click something
@[email protected] pretty much same. ~~maybe its just nostalgia kicking in~~
though i have returned to it like 2.5 years ago and it was still really good and much more stable and smooth than basically anything else (and i even tried bare openbox)
@[email protected] this was my main reason to stop using Linux on desktop
this was happening to me like every day and it was so annoying
never really fixed it anyhow, so just kinda gave up and switched to windows
@[email protected] does anyone really follow mdnis lol??
i must have grown in very different parts of the internet where literally nobody ever gave a shit about other people's age. i always thought such dni-s were there just to avoid pedo allegations or something
@[email protected]
this is indeed a weird take (thus the "help" at the end)
im just trying to cope or whatever.
im a slut for dopamine, and work gives me a lot more of it than relationships ever did. maybe i haven't met the "right person" yet, or maybe im just not meant for this, idk
i literally stayed up all night today because my fucking adhd got hyperfixated on that mp4 remuxing thing. and when i made some progress it gave me such a kick that i can't even explain it in words. relationships (or even people in general) never gave me this.
solving puzzles is fun. even if there's no point in solving them really. but for some reason i keep doing this. maybe its just me trying to prove myself that im worth something. and me trying to compare myself with my older self, how i struggled with similar problems earlier and how much easier they are for me now.
some kind of validation that i am indeed getting better idk..
relationships only gave me something similar to that at the initial "crush" stage. after a few months, when the hormones die down, it starts feeling pointless and meaningless again.. which makes me turn back to work. which in contrast makes the relationship even less meaningful.....
sorry
thankfully safari at least supports hls natively. i sure hope i will be able to feed it to the browser from a service worker, otherwise ill have to implement these stupid ranges 😭
mp4 remuxing part finally finished btw (took me way too long fiddling around with stupid bytes and samples), now to the opus->flac reencoding 🥴
@[email protected] they all use MediaSource API. the issue is:
- on ios its not supported. so you'll either have to use ManagedMediaSource (non-standard safari-specific api only available on ios 17+) or use hls (natively supported by safari)
- it supports a very limited number of codecs and encodings. and i have no control over this, except the ability to re-encode stuff browser-side
- i wasn't really able to get it to work with my mp4 chunks
OH MY FUCKING GOD ASDLKJASLKDJASLKDJKLAS
safari doesn't support proper http streaming. and requires the server to support `Range` header. otherwise the video just plain refuses to load altogether.
i fucking hate safari i hope it dies miserably and everyone just uses chrome and everything is bliss
and i've seen people decoding it with wasm into wav just to play it in safari.
except you can't put wav into mp4 (which is what i need - play an mp4 with opus-encoded audio in safari). which means i'll probably have to reencode opus into flac or some shit in-browser 🥴
fucking hell
@[email protected] i was testing if webfinger requests can be proxied to change the domain (they can but that works weird), but that shouldn't have been federated, and i already removed it...