

It seems to work for me. There is a prompt warning you of a “mismatching instance”, and if you return, it uses the right API.
I’m the developer of the Photon client. Try it out
It seems to work for me. There is a prompt warning you of a “mismatching instance”, and if you return, it uses the right API.
I discovered linkwarden, it lets me dump links I find more organized. It’s pretty cool and easily selfhostable (this sounds like an ad)
My residential IP (an inconspicuous Comcast network) gets blocked by this garbage on so many websites. I don’t know why VPNs are less suspicious to sites than my random california ip
Why not then just make it a setTimeout or something so that it doesn’t nuke the CPU of old devices?
any “bot stopper” ends up stopping me somehow. Including anubis. I’m pretty sure ive been cursed by the rng gods because even at 40 KH/s, I get stuck on the pages for like 2 minutes before it tells me success.
Similar things like hcaptcha or cloudflare turnstile either never load or never succeed. Recaptcha gaslights me into thinking I was wrong.
Only difficult part is moving pull requests and issues.
It would be kinda funny as an excuse to run away from the issues tab though
I made a beta but I think I’m gonna throw all the code for that out since it’s very poorly made.
I will support it eventually, but I’m not sure if it’s gonna be very soon.
I might use and contribute to the threadiverse
@aeharding@vger.social made, since it almost nearly completely works for Photon.
Yes, it’s very simple too. You don’t even need to extract anything from a database or do some complicated stuff. As an admin you have free access to all moderation tools no matter where the post is from, including the option to “view votes”.
I cannot listen to lyrical music, it ends up making me mad. I can’t explain it. I just stick to instrumental or game soundtracks to listen to
If you’re an instance admin, for any post, you can just click “view votes” and see everything tied to usernames, even outside your own instance. Moderators can too, but it’s restricted to the communities they moderate.
FOSS = Free and Open Source Software. Open source means the source code of a program is available for anyone to view, and free (as in freedom) means the community can contribute to it (this is an oversimplification). FOSS software, like Lemmy, is not owned by a company and as such the software is (usually) developed for the benefit of everything rather than for maximum profit.
Irrelevant but its funny how in English “x aren’t shit anymore” can mean it got better or it got worse simultaneously
deleted by creator
photon.ani.social’s on a old version that uses a different way of lemmy’s resizing, they’re ~11 months out of date
I could potentially add an option to waste heaps of bandwidth and load full images for everything (like everyone else, including lemmy-ui) but it seems wasteful
Not just flatpaks, same with .deb and .rpm, bloat files. Actually, all packaged binaries suck too, they’re unoptimized. The only decent solution is to compile every binary yourself. Actually, that’s a waste and sucks because what if the developer didn’t code with the oversight of god himself? So we should write the software ourselves in C, because Rust is bloat. But wait, then we’re using a premade compiler, so we just need to write raw x86 machine code (only a bad dev needs 64 bit registers).
Actually, x86 has too many instructions that are pointless which complicates the architecture of the CPU. Do we even need a CPU? What’s the point of half of this system anyway? I don’t need a computer to do the math. I can do it myself. I don’t need programs.
Wait, but even just myself has bloat. You’re telling me that 15-20% of my body is just wasted energy, never to be used? Need to get that down to 0℅. What’s the point of 2 lungs when I can function with 1? Two kidneys? Eyes? Ears? Why do we have duplicates when one works just fine? What’s the point of an appendix or a gallbladder?
Well, it seems that even the human body alone isn’t a bloat free native replacement. So it’s time to ascend beyond the mortal flesh. But even then, we’re confined to 3 dimensions. Stupid sandbox, what’s the point?
Unfortunately I can’t think of any further solutions so it looks like for now I’m gonna be stuck with the oh so terrible flat pack
Well the IPv4 spec only allows 4 octets, so having 5 or more is impossible. We could fix it by changing the protocol, but at that point it’s more worth it to just migrate to IPv6.
As in a regex or …?
An ipv4 parser would also be sorta difficult.
you have to account for the fact that all the octets can be added to decimal: http://2130706433 (valid 127.0.0.1)
or the fact that octets can be in different formats: http://0x7F.0x0.0x0.0x1 (127.0.0.1)
or the fact that you can mix octet formats: http://0xC0.0250.0.1 (192.168.0.1)
I looked at threativore’s REST API, and it raised a question about how the flairs should be displayed.
Were user flairs intended to be displayed inline in a comment section next to their username? Or if you specifically visit their profile? I ask this because there’s only an API endpoint to get details regarding a single user, which would require dozens of API calls for a single comment section or post feed.
HTTPS can in fact be cached, and most modern browsers will do so unless given a header or something to tell it not to.
Source: Devtools network tab + https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/Caching