• 0 Posts
  • 25 Comments
Joined 3 years ago
cake
Cake day: July 12th, 2023

help-circle




  • I run one of these free cloud vms as a reverse proxy for my reverse proxy. It runs rathole, which my homelab rathole client connects to, and it patches traffic through ports 80/443 into my homelab to my caddy container. My home ip is never made public and I don’t have to forward any ports at home or worry about traversing NAT. It’s a neat setup, but rathole hasn’t been updated in some time and I’m looking to replace it with an actively developed alternative like gost or connet.



  • I don’t know about the rescan requirement you have, but Symfonium handles my very large Jellyfin music library (and supports local libraries and many other libraries as well). Has good equalizer options including volume boost and very good native theming that supports dark mode and material you. Paid app but very well worth it if you listen to lots of music on Android. I’ve been using it for years and it’s regularly updated, I’m very happy with it.



  • Almost every single deployment has failed lmao

    https://github.com/netgoat-xyz/netgoat/deployments

    Edit:

    Oh my god they’re committing their .env with their “DiamondKey” (different from their API_STREAM_KEY) and they’ve committed TWO .exe files named agent.exe and agent.exe~. They’re also looking for strategic partnerships who should reach out via Discord(???) and Gmail. Their quickstart includes only two things: a link to unpublished docs and the sentence “We recommend datalix for cheap and highly avaliable [sic] vps’ses [sic]” (no closing punctuation like a period, despite that being common throughout the readme). You can tell very obviously which parts were written by the person behind this project and which were generated by an LLM.

    Edit 2:

    Their 1.0.1-alpha.1 - Syncronizing [sic] versioning - Minor Changes commit rewrites like the entire project??? Very obviously an ai slop project by some teenager who had an idea far beyond their skill level and decided to use ai instead of building up their skills over several years and changing the scope of their project to be a building block towards their idea that helps them develop the knowledge they would actually need to develop a project like this. They’ll realize at some point that they’re in over their head and that fancy code generators don’t magically fix that; I’d be surprised if this project is still being worked on by the end of the year.








  • paris@lemmy.blahaj.zonetoOpen Source@lemmy.mlWhat's up with FUTO?
    link
    fedilink
    arrow-up
    6
    arrow-down
    1
    ·
    5 months ago

    Holy moralizing and bad faith presentation from that takedown you linked. I feel like you have to be primed to dislike the guy going in to take that thing seriously. By the end of the essay they were straight up lying about DeVault saying he “bans projects he personally dislikes” which is obviously not what happened to those who read the linked SourceHut TOS change.

    Almost the entirety of that takedown is “this guy likes drawn loli art oooooo how DISGUSTING how REVOLTING we just HATED meticulously cataloguing every image he tagged on a booru site but we HAD to look at all this loli porn that we HATE so we could put this dossier together.” I stg these people are all closeted enjoyers of the stuff they run moral crusades against.

    Also hilarious that the anonymous author complains about DeVault writing an anonymous report on someone else as a point of contention in their anonymous report on DeVault. These people are so unserious.


  • Recently switched to ucore. While I cannot for the life of me get SELinux to let my containers run without Permissive mode (my server was previously Endeavour OS and either didn’t have it or I disabled it long ago), I’ve otherwise had great success.

    The config is a single yaml file that gets converted into a json file for Ignition, which sets everything up on first boot. It’s an OCI-based immutable distro with automatic updating, so I can mostly just leave it to its own devices and everything has been smooth for the first week I’ve been using it.

    My Docker root directory is on a separate drive with plenty of space, so setting up involves directing Docker to that new root directory and basically being done (which my Ignition config handles for me).