Not for years. It’s Rust now.
Doh, should have kept reading 😆 Rust is used in production now.
Not for years. It’s Rust now.
Doh, should have kept reading 😆 Rust is used in production now.
You can, it’s just more complex.
Yes. But it was a while ago (pre Rust) when I ran my own accounts server. I only self-host sycserver-rs now.
That being said, I’m pretty sire the mail verification is built in, so even if you self host accounts you’d have to make modifications.
I never understood the idea of using the command numbers. Ctrl-R is just so much easier.
This is a terrible argument, IMO. Domains are almost always auto renew, and there are typically grace periods.
Not at all, since I run my own. https://github.com/docker-mailserver/docker-mailserver
Pay to play? Finance to FOSS.
All of them at once: SearXNG.
It aggregates results from whichever you select.
If you’re familiar with Fittrackee and/or Wanderer, any comparisons?
Yup. No-one (non techie) needs a specific Linux distro. They’re all easy to use for normie activities once installed.
Oh… Oh no…
Debian. Used to use others but realized they all just added crap I didn’t want, or could add myself with a simple script.
I was a Slackware then Fedora, then Ubuntu as my daily drivers (whipe trying other distros, or Kali for specific purposes) before settling here.
Take the location limit off. Way too annoying for common OSM updates.
We simply don’t need Reddit users. We need Lemmy users who desire to start communities. Lemmy is Reddit 10 years ago, and that’s just fine.
I’ve been working with some smart people on something to hopefully become a “federated account” that can be used with any service, and is 100% compatible with OIDC, so its easy for systems to implement as the authentication vehicle: https://fedid.me
Just presented it at IIW and interest is building thus far, so my hopes are high 😉
All good suggestions, but mine is: Start with something redundant.
Do you use Google Drive? Set up Nextcloud and use both for a while.
Also, decide on user management first. It’s way better to have a central system for managing passwords/etc. Personally I use an Active Directory based off Samba4: https://github.com/Fmstrat/samba-domain because it’s got LDAP and expandable with Keycloak to OAuth and OIDC. This may sound overwhelming, but once you learn what they are, its fairly straight forward.
But, is this bad? Google makes a crap-ton of revenue compared to publishers who are now struggling with AI content competition. They need revenue to pay journalists.
Hard to define the good guys on this one.
Note: It’s also a misrepresentation. The EU asked Google to do this.
This is the opposite of what you think it is.
Google says it’s running the “time-limited” test because EU regulators and publishers “have asked for additional data about the effect of news content in Search.” The company says it will continue to show results from websites and news publishers located outside the EU, and it will resume showing results from EU news publishers once the test ends.
This is the EU testing what it would be like if they ditched Google, not Google testing what it would be like without the EU. The test also doesn’t impact the US.
Go to the source. Debian.
Yea, it works for me, but there were no great guides. If nothing is in the DB, try checking HTTP error codes, or setting the
RUST_LOG
totrace
(which gives you a log line for every item synced).A problem I had that seemed like nothing was saving was the nginx proxy wasn’t doing things right, and I couldn’t tell. Using the local IP worked, and after making some nginx config tweaks I got it working.
I ended up making suggestions here based on my experience: https://github.com/porelli/firefox-sync
I didn’t exactly use that repo, but started with it and use their images. Their nginx config works, though.