Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)S
Posts
3
Comments
457
Joined
3 yr. ago

  • Don't Python scripts need python at the beginning of the command that summons them?

    Not if the script has a python shebang (e.g. #!/usr/bin/env python3), then it will run like any other script.

  • You can setup a Forgejo Action that deploys the site using Cloudflare Wrangler. Codeberg uses Forgejo, and GitLab CI/CD should work too.

    If Wrangler is too hard I think there's a webhook thing, but I'm not too sure.

  • Deleted

    Permanently Deleted

    Jump
  • Pretty sure they're talking about why the meme says, 'WINDOWS', 'LINUX', and 'ios'.

  • It's worse with AppImages since they bundle everything in the same file. At least flatpaks do a little bit of deduplication with their platform packages.

  • Not OP, but BIOSes often give you a specific error code after a few wrong password attempts. You can put the code in here to recover the password: https://bios-pw.org/

  • Cert pinning is pretty uncommon in the self hosting community though, especially when both Cloudflare and Let's Encrypt have a 90 day validity period and often renews after 60 days.

  • Uhh, this might be true for WebRTC, except not much uses WebRTC other than for realtime streaming/calling. Jellyfin for example is just an mp4 stream over http; and http(s) will only use the IP in the DNS record. I'd like to see a packet capture if you are certain something is switching IP.

  • I’m pretty sure QWERTY telegraph keyboards post-date typewriters.

    Yeah they do! Actually a Japanese research paper (and this video) also theorises that they also grouped similar sounding letters in American Morse Code together (e.g. Z ∙ ∙ ∙  ∙ & SE ∙ ∙ ∙   ∙, or C ∙ ∙  ∙ & S ∙ ∙ ∙)

  • No worries! I believe there is a way to install desktop extensions on Android Firefox, but I'm not sure if it'll work.

  • Yeah, YunoHost explains why http://localhost:8536/ wouldn't be working. If cloudflared and Lemmy are in separate containers you have to put an actual IP in, since localhost points to the container itself.

  • How are you accessing it without Cloudflare? How do you know that Lemmy is actually listening?

  • What's the URL you using to access it without Cloudflare?

    Edit: Also that curl tells me it's not listening on that IP/port.

  • Can you access it without Cloudflare?

    Does curl http://localhost:8536/ work?

    You are using cloudflared right? Because normal (non-cloudflared) Cloudflare doesn't support port 8536.

  • With dynamic DNS? Yeah it always has, as long as you can host a http server.

    With a dynamic IP? It should do, the certs are only valid for 6 days for that reason.

  • I know this seems pretty much solved, but I just wanted to point out:

    Frigate doesn't need a TPU, OpenVINO is quite performant even on decade old Haswells, or if you've got a GTX 750 or higher you might be able to use that as well.

  • Oh okay, I had assumed compiling would be a bit more I/O bound, while gaming would be a bit more CPU bound, but I guess you're right about the benchmarks!

  • If it helps, I wrote a KDE widget to switch between the modes: https://github.com/Steve-Tech/KDE-AMD-X3D-Selector

    My understanding is amd_x3d_mode basically prioritises what cores the scheduler will assign tasks to. I usually keep it on cache since I do a lot of code compilation, but I will usually switch it to frequency for gaming and stuff.