towerful

joined 2 years ago
[–] towerful@programming.dev 10 points 2 months ago (4 children)

Self driving teslas

[–] towerful@programming.dev 29 points 2 months ago

Art of the deal, not art of the understanding-what-is-super-fucking-obvious

[–] towerful@programming.dev 9 points 2 months ago

Thank you for doing the dirty work

[–] towerful@programming.dev 6 points 2 months ago

Windows XP error "duhhn" sound.

[–] towerful@programming.dev 6 points 2 months ago

Make voting accessible and more people vote?
No, that's crazy talk. Get out

[–] towerful@programming.dev 1 points 2 months ago (1 children)

A LiveUSB that has memory checking, storage checking, gpu checking along with stress testing of these would be amazing.
Building a new PC? Slap in the liveUSB, check all the components then stress test soak it to confirm its all good

[–] towerful@programming.dev 9 points 2 months ago* (last edited 2 months ago) (1 children)

\ instead of / is really annoying.
I recently had to do a template variable replace is batch, resulting in a JSON config file for another program.
A bunch of paths and stuff. And the variables I was substituting in were also used in batch cmds.
It was a pain figuring out when and where to escape or not-escape backslashes.

[–] towerful@programming.dev 56 points 2 months ago (1 children)

Unlike the reference series, the comment was not done in 1 take and didn't have the budget for professional editing.

[–] towerful@programming.dev 7 points 2 months ago (1 children)

Uh, don't?
You want a Lemmy instance - that I presume you would want to be somewhat reliable - without doing anything? WiFi prioritises convenience over speed and reliability. So, things will randomly fail.

I guess pay for a Lemmy instance provider. Probably the easiest. But this is self hosting, and it sounds like you want a place to start and have chosen "hosting a Lemmy instance" as your learning ground.

Something like cloudflare tunnel will let you punch through a firewall without having to mess with network stuff.
A docker compose stack makes things as easy as they can be in such scenarios.
These are terms you can google "Lemmy docker compose cloudflare tunnel"

Here is 1 result: https://lemmy.world/post/299429

Here is a GitHub for Lemmy in docker compose https://github.com/Drakeyves/lemmy-docker-setup

This looks like it covers cloud flare in a compose stack: https://joelparkinson.me/self-hosting-with-cloudflare-tunnels-docker-compose/

Read through, learn docker compose, understand cloudflare & cloudflare tunnels

[–] towerful@programming.dev 2 points 2 months ago (1 children)

Wouldn't it be better to have highly available storage for the git repo?
Something like Ceph, Minio, Seaweedfs, GarageFS etc.
Cause git is file system based.

[–] towerful@programming.dev 21 points 2 months ago (1 children)

What a stable government

[–] towerful@programming.dev 0 points 2 months ago

my router and my reverse proxy (traefik) is able to receive the necessary SSL/TLS certificates however

From something like LetsEncrypt?
As an HTTP-01 Challenge? Not an DNS-01 challenge?
Http challenge means that port 80 is accessible from the public internet (because that's how LE can confirm it can reach your server via the public DNS records, proof of server ownership).
DNS-01 is about proof of DNS record ownership, and doesn't prove public internet access.

Also, what are you self hosting?
Does it really need to be publicly accessible? Or just accessible by you and people you trust?

view more: ‹ prev next ›