TarantulaFudge

joined 2 years ago

This is really cool! I'd be interested to find out what lower cost / recycled materials can achieve with this design. Also designs for the other connecting pieces like chains etc

[–] TarantulaFudge@startrek.website 24 points 2 months ago (4 children)

You have to be stupid to think WhatsApp, a Facebook company, doesn't have access to your messages.

[–] TarantulaFudge@startrek.website 9 points 2 months ago (3 children)

Discord has been taking down free bot systems that people have created to cross check user history and keep them away from minors by banning them from all servers that subscribe to the service. It was entirely opt in and discord obviously doesn't care that people are groomed they are in fact facilitating in and blocking any organized efforts to stop predators.

Poopy diarrhea chargers

Clearly post does not understand kernel booting. Initrd will never go away, you need a way to tell the kernel to start systemd, which is usually part of initramfs. Both can be compiled as part of the kernel image which can be directly booted from EFI. So basically EFI->Kernel->Decompress InitramFS->Run Initrd Boot Script (usually ends by kicking off SystemD). Initramfs is compressed to reduce boot partition usage, load faster into ram (more noticeable on HDD). You want the bare minimum of kernel modules available in initramfs to load storage drivers, filesystem, LVM, LUKS. Everything else should be modules on the root filesystem, unless it needed for boot. You can compile these static into the kernel too. Generally modules are preferable as they can be unloaded/reloaded if there is an issue. Also updating initramfs modules is annoying. I wrote my own initrd scripts and custom initramfs. You can build it all with bash scripts and configure the kernel to include the payload.

[–] TarantulaFudge@startrek.website 2 points 3 months ago (1 children)

The AI translations still suck big time. Yes I run whisper on my local stuff, but I shouldn't be able to tell that much from Crunchyroll. Like common at least review the subtitles... What the heck am I even paying for

This is gold.. damnit geordi fix the fuckin wifi!

Sad because prodigy was really good.

Yes we need more of this! Make a statement by taking rainbow wraps to the range.

[–] TarantulaFudge@startrek.website 6 points 3 months ago* (last edited 3 months ago) (2 children)

It's perfectly fine to host jellyfin online. Use a proxy server to enable TLS and do not use default ports 80/443. Use letsencrypt for free certificates. No need for VPN to access here either. Do not expose any other ports such as SSH on default ports. Lock down your jellyfin server and any other related services behind a VPN service and block access to Internet through other interfaces (except for port forwards on your ISP for jelly). Go high on port ranges since they typically aren't scanned or blocked. Go dual stack for best results and don't use your router address for IPv6 more than likely you have your own /64 choose a different address for port forwards. Do not assign this address to your internal servers. Use a reserved unrouted IPv6 range internally and do NAT6. Do not allow any raw IPv6 internet access

view more: ‹ prev next ›