

Seems like the threat to stop support was just a marketing ploy to get more people to the latest data harvest version OS


Seems like the threat to stop support was just a marketing ploy to get more people to the latest data harvest version OS


Before the bullshit? Bullshit on Reddit or did they pull some idiocy in Jedi survivor since I last played?
I agree too. The game is gorgeous and felt really fun to play! I did not change the looks that often though.
I did try to collect as much as I could and explored a lot. And as a consequence encountered some forking hard bosses by accident.


I have neither the tools, nor the skill to do something that clean.
Well done you!
It looks great
Email notification and the like usually don’t work out of the box and require SMTP configuration. This is usually available in the app admin consoles or configurable through Environment variables in the console.
I’m not running it ( and I haven’t checked it for Monica HQ ), but those would be the first things I’d look for.
The .env.example file shows SMTP settings. The example file notifies to a logfile rather than an email.
https://github.com/monicahq/monica/blob/main/.env.example
# Mailing
# Set the MAIL_MAILER to 'smtp' if you want to send emails.
MAIL_MAILER=log
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS=hello@example.com
MAIL_FROM_NAME="${APP_NAME}"
MAIL_REPLY_TO_ADDRESS=hello@example.com
MAIL_REPLY_TO_NAME="${APP_NAME}"


The USA is not part of the ICC and does not recognize its jurisdiction.
https://asp.icc-cpi.int/states-parties
These are the states that signed the Rome Statute.


It’s the reason I didn’t buy it honestly. Maybe they’ll remove it eventually.
We’ll see. I am in no rush :)


Edit: going through the actual link I assume you’re referring to the whole thing being vibe coded now.
Ignore the original content of my reply if you saw it. Carry on :)


I mean Microsoft should be paying people to use it because it’s so god-damned awful.


I mean Microsoft should pay users to use it. Because it’s so god-damned aweful


Microsoft teams users should get paid to use it*
I have no clue as I’ve not set this up myself unfortunately. :(
There are also certain Linux distros have SElinux enabled ( like red hat or fedora ). This could also block docker from accessing the file if it is enabled.
You’d have to search online how to set a policy in selinux to allow it.
SElinux does not appear in Ubuntu/Debian based distros.
Easiest check would be to run getenforce. If it works and it returns 1 it’s enabled and possibly the culprit.
You can try running your docker after running setenforce 0. This will temporarily disable it until a restart IIRC. You can enable it again by setting it to 1.
I wouldn’t recommend disablint it permanently
I think if the source path doesn’t exist, docker will mount a directory ( IIRC, but not 100% sure ).
Can you triple check if the path to your wg0.conf file on your host actually exists and that the path is definitely correct?
stat /home/docker/test/Wireguard/wg0.conf
I haven’t tried any other ones actually. But this specific one is configured with mDNS and I think that might be the cause.
I’d have to check.
For some reason it refuses to load a ( local ) http site for me. I have no idea why.
No complaints otherwise.


There’s comaps. Which is good, but doesn’t have the same amount of content. It’s not exactly barren either.
It also doesn’t have all the whistle and bells as gmaps. ( like RTT, estimating traffic if you would leave on a certain day at a certain time, … )
Outcast and academy definitely improved on the lightsaber combat. Jedi knight dark forces 2 definitely had a more challenging saber combat.
Man Jedi knight games were the best. I still search online to see if there are any new Jedi games like Jedi knight or the force unleashed or Jedi academy.
Only to be disappointed of course. There never is…
Don’t get me wrong. The Jedi survivor and Jedi fallen order games are good ( or at least I enjoyed them ) in their own right. But I miss the old ones. The latter ones are more dark souls in play style ( though not nearly as hard to luckily). Maybe it’s rose tinted glasses.
If I’d replay them now they might not hit that same spot. But still!


Hodgepodge.
AI will vibecode that into production in a week. And to make it all easier…it’ll have merged your account with 10 competitors too so you know what they’re working on!
How do you enforce consistent backups of the database? Do you dump the data periodically? Copying the data on the docker volume won’t give you consistent ( and possibly corrupted ) backups IIRC if the database itself isn’t stopped.