AI screengrab service to be opt-in, features encryption, biometrics, enclaves, more
Link Actions
Admittedly, I have a fairly serious bias against Microsoft, so it's unlikely they'll every say much I can trust; but I am genuinely surprised their marketing department didn't even bother coming up with another name to try selling this atrocity.
Despite early promises, moving between providers remains a complex and costly endeavor
Link Actions
Despite early promises, moving between providers remains a complex and costly endeavor
Yea, it feels an awful lot like VC funded businesses - they lure you in with low pricing, bankrupt and buy out the competition and then hold you by the balls.
There are a few reasons why pict-rs might not be running, upgrades being one of them. At the moment the whole of lemmy UI will crash and burn if it cannot load a site icon. Yes, that little thing. Here's the github issue.
To work around this I have set the icon and banner (might as well since we're working on this) to be loaded from a local file rather than nginx.
Here's a snippet of nginx config from the server block:
undefined
location /static-img/ {
alias /srv/lemmy/lemmy.cafe/static-img/;
# Rate limit
limit_req zone=lemmy.cafe_ratelimit burst=30 nodelay;
# Asset cache defined in /etc/nginx/conf.d/static-asset-cache.conf
proxy_cache lemmy_cache;
}
I have also included the rate limitting and cache config, but it is not, strictly speaking, necessary.
The somewhat important bit here is the location - I've tried using static, but that is already used by lemmy itself, and as such breaks the
I'm using a v2 - notice the lack of a dash between docker and compose.
I've recently learnt of the default filenames docker compose is trying to
source upon invocation and decided to give it a try. The files are:
compose.yml
compose.override.yml
I have split the default docker-compose.yml that lemmy comes with into 2
parts - compose.yml holds pict-rs, postfix and, in my case,
gatus. compose.override.yml is responsible for lemmy services only. This is
what the files contain:
Using optimization techniques, the wireless spec can support a theoretical top speed of more than 40Gbps, though vendors like Qualcomm suggest 5.8Gbps is a more realistic expectation
That is insane! Not that I would, but this could utilise the full pipe of my home connection on wifi only!
Researchers from the National Institute of Information and Communications Technology (NICT, President: TOKUDA Hideyuki, Ph.D.), in collaboration with the Eindhoven University of Technology and University of L’Aquila demonstrated a record-breaking data-rate of 22.9 petabits per second using only a si...
Apache Foundation president David Nalley on Amazon Linux 2023, Free software, and more
Link Actions
Doesn't happen very often, but I agree with AWS. Open source has very much become a vendor-sponsored affair and there are fewer and fewer actual community-driven projects.