giacomo
@giacomo@lemm.ee
- Comment on 2 Instances are being used for coordinated vote manipulation, and should be defederated. chinese.lol lemmy.doesnotexist.club 3 days ago:
i thought the votes didnt matter on lemmy
- Comment on Celebrate 50 years of Microsoft with the company's original source code. 1 week ago:
wow, that website, its just wow
- Comment on AdNauseam is a uBlock fork that goes further: it actively attacks marketers by auto-clicking every ad before blocking 1 week ago:
if thats true, brb setting up a website and a not farm
- Comment on [deleted] 4 weeks ago:
Aurora, its fedora kinoite (atomic w/ KDE) with some extra desktop stuff and regular flathub flatpaks.
- Comment on Digg is about to be rebooted. Thoughts? 4 weeks ago:
they should call it dugg.com
- Comment on DOGE Plan to Push AI Across the US Federal Government is Wildly Dangerous 4 weeks ago:
its icetown all over again!
- Comment on FBI nabs worker at DVD company for ripping prerelease blockbusters 4 weeks ago:
what kinda 2009 headline is this?
police also confiscated 50 pairs of counterfit ray-ban sunglasses and 20 lbs of zippo lighters
- Comment on Reddit adds new tools, including Post Insights and Rules Check, which lets users see if what they are posting potentially goes against a subreddit's rules and will suggest communities for your post. 5 weeks ago:
probably never. i mean, Facebook and tiktok are still around.
- Comment on Kevin Rose, Alexis Ohanian acquire Digg 5 weeks ago:
meh
- Comment on Scientists move to Bluesky, transitioning away from X and Meta platforms 1 month ago:
from one monoplatform to another? OK cool, what could go wrong?
- Comment on DOGE Reportedly Cuts FDA Employees Investigating Neuralink 1 month ago:
because why wouldn’t they?
- Comment on I created a community for the game OpenTTD 1 month ago:
what is openttd?
- Comment on Elon Musk’s X blocks links to Signal, the encrypted messaging service 1 month ago:
sounds like you do your own research
- Comment on Elon Musk’s X blocks links to Signal, the encrypted messaging service 1 month ago:
but for real, who is still using x? i thought it was just a bunch of mouth breather magas at this point.
- Comment on First home server advice 1 month ago:
Haha, you’re not wrong about it seeming a little extra to get installed.
I used coreos live ISO and
coreos-installer
with the ignition file produced from a ucore-autorebase.butane file. I lightly edited the example butane file with the ssh keys I wanted to use, password hash, and “ucore-minimal:stable-nvidia” since I’ve got an old 1060 gpu in the server for jellyfin. - Comment on First home server advice 1 month ago:
proxmox is awesome, but i dont think its a right fit for what you’re looking to do. if you just want to run a few podman containers, I’d probably go with a server os that is geared towards containers.
check out fedora’s coreOS or maybe ucore from the universal blue project. it seems like they’re both good candidates for podman. i think opensuse has a similar offering in microOS.
i recently migrated containers from an older Ubuntu server running docker to a ucore server with mainly rootless podman containers. i think I prefer ucore as updates are automated, reboots are scheduled for off hours, and the podman containers are kept updated by systemd service. and cockpit comes on the os image container, so i can poke stuff on a webpage too I guess.
- Comment on Looking for personal cloud storage alternatives 1 month ago:
ah I missed that part.
- Comment on Looking for personal cloud storage alternatives 1 month ago:
why not just NFS or smb in a tailscale network?
- Comment on [deleted] 1 month ago:
so like, everyone did?
- Comment on DeepSeek iOS app sends data unencrypted to ByteDance-controlled servers 2 months ago:
its nice of them not to encrypt it at least. it can get harvested along the way!
- Comment on Podman rootless and ufw 2 months ago:
ah you may need to make sure the pods are added to the network. i specified the network in the .pod quadlet.
im kinda digging the podman network setup as I dont have to map a bunch of port 80s to ports on the host and keep track of them. i can just tell the proxy whatever service is running on http://{container_name}:80. that is, after I found out I needed to make a new podman network because the default “podman” network doesn’t do DNS lol.
- Comment on Podman rootless and ufw 2 months ago:
i too am on the docker to podman quadlet train! i switched from a ubuntu server running docker to a pretty stock ucore server with podman.
i put all my containers in a podman network. im using nginx proxy manager with inside ports 80, 81, and 443 mapped to 9080, 9081, and 9443 to keep the container rootless. i have the firewall configured witn port forwarding 80, 81, and 443 back to 9080, 9081, and 9443.
ucore is from the universal blue project and based on fedora’s coreos, so it comes with firewalld instead of ufw.