uranibaba
@uranibaba@lemmy.world
- Comment on Beware, another "wonderful" conservative instance to "free us" has appeared 5 days ago:
maybe I’m in the echo chamber
I always try to have that in mind when I talk to my SO. I usually say “I’ve read X and lemmy but lemmy is VERY left bla bla”. Not to invalidate what I read here, but to be mindful of my sources.
- Comment on What happened with Sublinks? 5 days ago:
@mark@programming.dev posted a link to an issue. The original dev became a father and took a break (also mental health). :-)
- Comment on What happened with Sublinks? 5 days ago:
Thanks! I was hoping to contribute when I have more free time in a few years.
- Comment on Is communist idea of base & superstructural bullshit? 5 days ago:
The Nazis brutally oppressed the working class
Can you please elaborate on this? I thought the Nazi party was great for the German economy, taking the country out of a great recession. Nothing I learned hinted at the german population having it bad, the “only” problem was killing on an industrial scale.
- Comment on What happened with Sublinks? 5 days ago:
From what I remember, the idea was that since a lot of people already use Java for work, they wouldn’t have to relearn a language to contribute.
- Submitted 5 days ago to fediverse@lemmy.world | 12 comments
- Comment on If you had to buy a new TV, what brand would you get? 1 week ago:
I second LG. Probably even if I don’t connect it to the internet. OLED + webOS + magic remote. If it was super important to not require internet etc, still LG but JB it.
- Comment on how to start with self-hosting? 3 weeks ago:
Same here. I remember playing minecraft and wanted to install some mod on my server. There were instructions and I followed them. Problems? Search the web.
- Comment on how to start with self-hosting? 3 weeks ago:
You are welcome.
- Comment on how to start with self-hosting? 3 weeks ago:
- Figure out what you want to host.
- Read up on what is required to host that.
- Understand what is required to host that.
- Skip step 3, wing it and search the internet as you go.
- Comment on how to start with self-hosting? 3 weeks ago:
I second Debian because of the amount of information out there.
- Comment on How to Build a Powerful Reverse Proxy Firewall for Blocking the Evil Web-Scraping Robot Hordes from Hell 3 weeks ago:
Since multiple people will be using the same IP when using a VPN. If one person is a bad actor and causes the IP to be blacklisted, it will affect you too.
- Comment on Self hosting Signal server 5 weeks ago:
From their README. Have you looked at their forum?
We cannot provide direct technical support. Get help running this software in your own environment in our unofficial community forum.
This thread has a link to someone’s Dockerfile for their development.
- Comment on Stinky is cute y'all why ban him 5 weeks ago:
A Moomin scholar
Nice, I also want to read Moomin as a job.
- Comment on [deleted] 5 weeks ago:
Here is two enteries from my
Caddyfile
:ip.domain.tld:80 { respond "{client_ip}" 200 } git.domain.tld { reverse_proxy forgejo:3000 }
This is all I need and Caddy will handle the rest. I have created a network with podman/docker that I add to any container that I need to reverse proxy to.
- Comment on YSK about Changing your Profile Picture to Clippy 1 month ago:
Thanks writing it all out instead of making us watch the video.
- Comment on What's up, selfhosters? It's self hosting Sunday! 1 month ago:
I meant more figuratively. Finally managed to move my compose files to nix files thanks to compose2nix. One thing that throw me for a loop was that podman (or perhaps nix) creates a service named <backend>-<service>. Compose2nix handles this accordingly but I had a few hours of head scratching until I figured that out.
- Comment on [deleted] 1 month ago:
I mean keep using port 22 on the server and redirect whatever port you want in your firewall (your router unless you have a dedicted fw) to port 22. Don’t change the ssh port on the server at all.
- Comment on [deleted] 1 month ago:
Why change the SSH port of a home server, which most likely is not reachable from the outside anyway?
And if it is, why change it on the server and not in the fw?
- Comment on What's up, selfhosters? It's self hosting Sunday! 1 month ago:
I installed a new server at home and went with NixOS. It looks super cool but it takes so much time to learn everything. The only thing keeping me from going back to Debian is how easy it was to permanently mount drives (and save a configuration for any future install or mishaps).
(I.e. mount,
nixos-generate-config
,nixos-rebuild switch
and done!) - Comment on Slurrrrrrrrrrrrrrrrrrrrrrrrrrrrp 1 month ago:
Probably installed as a unit, computer with monitor. Perhaps a modifed version of a Linux OS?
- Comment on Microsoft admits it would have to let Trump spy on EU data if demanded 1 month ago:
Didn’t Microsoft say not too long ago not to worry, because they didn’t have to give access to data?
- Comment on romm v4.0.0 (self-hosted ROM manager/player) has been released 2 months ago:
From the readme:
RomM (ROM Manager) allows you to scan, enrich, browse and play your game collection with a clean and responsive interface. With support for multiple platforms, various naming schemes, and custom tags, RomM is a must-have for anyone who plays on emulators.
- Comment on How do you combat boredom? 2 months ago:
Go to a concert.
- Comment on Reitti (v1.1.0) Update: Family mode, faster processing, colors! 2 months ago:
I can’t say I agree or disagree because I don’t have any data to prove your right nor wrong. I can say that I understand some shit people give Java but your argument was a first for me. I was intrigued.
- Comment on Reitti (v1.1.0) Update: Family mode, faster processing, colors! 2 months ago:
That’s the first time I ever hear someone call Java a legacy language.
- Comment on Reitti (v1.1.0) Update: Family mode, faster processing, colors! 2 months ago:
It’s a spring framework project. It is a solid choice if Java is your language and you need a predefined web server to build on.
Also, what is odd with Java?
- Comment on Why doesn’t Apple/Samsung/Google use new tech like every other phone maker? 2 months ago:
Agreed, have used both android and iOS over the years and both OSes has their pros and cons. Currently staying with iPhone because nothing beats their face ID in my opinion.
- Comment on What are the advantages/disadvantages of the different backup solutions? 2 months ago:
I am currently looking into borg because it can take incremental backups. I just need figure out how I should handle a running system, if I need to turn of all my docker images or if there is some kind of snapshot function I can use.
From what I read on their FAQ, Borg cannot verify the integrity so I would need to turn everything off during the backup process. A filesystem like ZFS could have solved that problem (cannot find the link, something about shadow copy I think?) but since I don’t have a backup yet nor physical access, I need to work with what I have.
I think I will set it to take a backup every night.
- Comment on YSK: If you set up a Lemmy instance, and follow the Docker setup instructions to the letter, it will send lemmy.ml your admin password during the setup process 2 months ago:
Here is the commit github.com/…/b3bd2afd6af18e71048ade7e82b541ff903a…
It creates the docker file and updates the docs to (among other things) point to the he file, the old being raw.githubusercontent.com/…/docker-compose.yml.
I wonder why it does not point to the main repo. The PR does not discuss the it. github.com/LemmyNet/lemmy-docs/pull/315