slazer2au
@slazer2au@lemmy.world
- Comment on YSK: You should enable peak refresh rate in Android 1 day ago:
Because manufacturers suck at software which is why they all use Android so they can do the minimum to get a product out.
- Comment on Do bots/scrapers check uncommon ports? 1 day ago:
Given enough time, yes. Just look at shodan.
- Comment on [Whitelight] You Don't Hate Remasters Enough 1 day ago:
I show my hate by not purchasing them.
- Comment on Mozilla Integrates Google Lens for Visual Search in Firefox Desktop 1 day ago:
At least it is opt in and not opt out like other Mozilla bullshit they have added.
- Comment on A sausage is meat in an intestinal casing so when you have anal sex with someone you turn them into a you sausage. 1 day ago:
You know it would have cost you nothing to post this right?
- Comment on [deleted] 1 day ago:
The instance not being online all the time will be a problem. If you miss to many posts an instance will thing yours is offline and stop sending you posts.
- Comment on Abu Dhabi royal family to take stake in TikTok US under Trump deal 3 days ago:
Because their data is going to be secure and it’s not going to be used as a propaganda weapon against our fellow citizens.
Jesus, I can smell the bullshit from Europe.
- Comment on How do you get over a really good manga or webcomic you've read that you want to read more of but you've caught up with all the current updates? 3 days ago:
Maybe I should start joining those translation discords so I know where they move publishing over to…
- Comment on How do you get over a really good manga or webcomic you've read that you want to read more of but you've caught up with all the current updates? 4 days ago:
Hope that comick.
iodev doesn’t have another multi day outage. - Comment on Those who are hosting on bare metal: What is stopping you from using Containers or VM's? What are you self hosting? 4 days ago:
For ease of moving containers between hosts I would use a docker-compose.yaml to set how you want storage shared, what ports to present to the host, what environment variables your application wants. Using Wordpress as an example this would be your starting point
github.com/docker/awesome-compose/…/compose.yamlall the settings for the database is listed under the db heading. You would have your actual database files stored in /home/user/Wordpress/db_data and you would link /home/user/Wordpress/db_data to /var/lib/MySQL inside the container with the line
volumes: - db_data:/var/lib/mysql
As the compose file will also be in home/user/Wordpress/ you can drop the common path.
That way if you wanted to change hosts just copy the /home/user/Wordpress folder to the new server and run docker compose up -d and boom, your server is up. No need to faf about.
Containers by design are suppose to be temporary and the runtime data is recreated each time the container is launched. The persistent data is all you should care for.
- Comment on Those who are hosting on bare metal: What is stopping you from using Containers or VM's? What are you self hosting? 4 days ago:
Not so much a fake one but overlay the actual directory with specific needed files for that container.
Take the Linux lib directory. It exists on the host and had python version 3.12 installed. Your docker container may need python 3.14 so an overlay directory is created that redirects calls to /lib/python to /lib/python3.14 instead of the regular symlinked /lib/python3.12.
- Comment on What is happening? 4 days ago:
When isn’t there one going?
- Comment on Those who are hosting on bare metal: What is stopping you from using Containers or VM's? What are you self hosting? 4 days ago:
containerisation is to applications as virtual machines are to hardware.
VMs share the same CPU, memory, and storage on the same host.
Containers share the same binaries in an OS. - Comment on [deleted] 5 days ago:
Kids talk about awesome stuff. Not boring adult stuff.
Plus who wouldn’t want Kenpachi at their table.
- Comment on The reason there aren't more women on panel shows is we're less willing to put up with being dicked about on set for two hours 6 days ago:
Depends on the show.
If Roisin Conaty is on 9 out of 10 cats does countdown I will give the episode a skip. But in Taskmaster and Big fat quiz she is good.
- Comment on Looking for a PC FPS with deep gunplay, where NPC enemies are humans 1 week ago:
I never said to buy it. There are alternative means of acquisition.
- Comment on Why can't countries with vast deserts make solar farms to power the world? 1 week ago:
power loss because of distance is the common factor being said. But there is active work on using the Australian outback to power 15% of Singapore and some of Indonesia en.wikipedia.org/wiki/Australia-Asia_Power_Link
- Comment on Looking for a PC FPS with deep gunplay, where NPC enemies are humans 1 week ago:
Is the inbuilt pve any good? Last I played it was only scavs and you didn’t keep what you found.
- Comment on Looking for a PC FPS with deep gunplay, where NPC enemies are humans 1 week ago:
I would say Division 2 But that is online only, stupid Ubisoft.
Another option would be Escape from Tarkov while using the Fika PvE mod. - Comment on Between Codeberg, Forgejo, Gitea, etc., which do you prefer and why? 1 week ago:
Work is gitlab, private is Forgejo.
- Comment on [deleted] 1 week ago:
Apart from being troll how to you go from trees do less then you think to remove all trees in one particular forest?
- Comment on [deleted] 1 week ago:
No, most oxygen is algae farts. Trees do surprisingly little for the co2 -> o2 process.
- Comment on Why do some gamers invert their controls? Scientists now have answers, but they’re not what you think 1 week ago:
Most games have seperate controls for each transport type and of the ones I have played flying controls come as inverted.
- Comment on Why do some gamers invert their controls? Scientists now have answers, but they’re not what you think 1 week ago:
Makes sense. Some controls work better when inverted.
I always use inverted when flying but anything ground based is non inverted.
- Comment on Shipping costs will no longer exist if teleportation is invented. 1 week ago:
I see you are missing the the ever present influence of corporate greed.
Pay us $30 to get the package to your customer in 3 days, or $150 to get it there in the next hour. Why $150? because people will pay it.
- Comment on [STATUS] Comick is down 1 week ago:
Ah, that explains the hsts error and new nginx page I was getting.
- Comment on How often do guys have a haircut? 1 week ago:
Because of hair loss or do you have one hell of a mane?
- Comment on Beginners Questions about Audiobookshelf, DNS and nginx 2 weeks ago:
That’s fair.
- Comment on Google fined EUR 3 billion by EU for blocking competition in online ad sales 2 weeks ago:
Now we wait for them to appeal the decision and another judge agrees with them being fined by the fine is too high so it gets dropped to 30-50 million at most.
- Comment on Beginners Questions about Audiobookshelf, DNS and nginx 2 weeks ago:
Might want to upgrade that Ubuntu os. 20.04 went EOS in May. 24.04 has support til 2029