

Honestly, all the way up to S08E02, then just pretend that everyone died in the battle of winterfell.
It did drop off a bit after S04, but it was still a good series after that.


Honestly, all the way up to S08E02, then just pretend that everyone died in the battle of winterfell.
It did drop off a bit after S04, but it was still a good series after that.


Sure but to be fair the vast majority of devices charges fine with the baseline 5V/1A, even if a bit slower.
Exception is larger devices like laptops but I can’t say it’s a huge problem as their larger chargers are distinct enough


This is true but it’s also important to remember that if you use an AI model hosted by the same party that trains it it’s likely that they will pass any data you input to the training stage. Unless you have an enterprise contract regulating training use.
OP mentioned he will use a self-hosted LLM though and in that case it’s no risk of the data being used for training.


Important context to the headline:
Temperatures downwind of data centers averaged 1.3 to 1.6 degrees F warmer than upwind temperatures and reached as high as 4 degrees F above upwind temperatures. The heat impact was detectable up to a third of a mile, or about five city blocks, distant from the perimeter of datacenters.
So it sounds like a very local effect, that is not measurable more than 1/3 miles from the datacenter. Doubt it will be noticeable at all in a climate as warm as Arizona
Isn’t there a Not interested option in the context menus for all videos? Have you tried that since it seems to be the intended way to tune recommendations? As opposed tontrying to manipulate the view history.


No. It does come with a default list of blocked instances, but that is fully admin configurable.
The block/silence list people have been referred to is piefed.social specific, which is often mixed with the software in general because it’s the “flagship instance”.


In the home/lab, I use public addresses with mostly SLAAC, but the host server has a static IP. I get A public /56 prefix via DHCPv6-PD from my ISP. There is a bit of a pain point if the prefix changes but it hasn’t happened since I moved here.
My ”production” setup is a bit more controversial. Since Hetzner charges extra for extra IPv6 subnets I simply created small /80 subnets for the VMs. While this does mean that SLAAC doesn’t work I can simply generate and assign static IPv6 IPs, same way as I do with IPv4. All generated from an ansible playbook that creates the VMs.
I have some ULA ranges as well, but it’s a bit of a special case as I only use it as internal IP ranges in a Kubernetes cluster. This is completely separated from the external network, with the cluster doing NAT to the node IPs anyway (even for IPv6), and all internal traffic being on an overlay network.


I think you are vastly underestimating the amount of people that only interact with social media through apps in this day and age. Even on Reddit I would be surprised if the old design is more than a few percent of the user base.
It honestly does raise the question of why they are still maintaining the old UI. It seems like it would be an annoying legacy product to keep alive for a tiny part of the user-base. Perhaps it’s used as an API stability canary or something though.


Finally. I looked at fully electric cars recently but damn, almost all of them seem to be trying to hard to copy everything I hate from Tesla, not least the minimalism taken to far with over reliance on touch infotainment at the center.


I’ve set up a https://stalw.art/ server recently, and I’m quite impressed. I appreciate that the entire mail service stack is taken care of by a single unified service, except webmail but Bulwark seems really solid. It also works nicely together with Postgres and S3, so I can have the same backup strategy as most other apps I’m hosting.
First and foremost for the outgoing needs of https://nord.pub/, but I’m seriously considering moving personal domains to it as well.
For infrastructure I’m using dedicated Hetzner hosts, with extra IPs for the mail servers, so that reverse DNS is consistent.
Largest problem I’ve seen is that Outlook.com is classifying the emails as spam, even with SOF, DKIM, DMARC properly set up… which is a big reason I’m hesitant to move all personal email as well. I realised that it could be a problem if I ever want to contact companies who use Office 365, which is a lot.
Is it really that different with proof of work? In the end the control is going to end up with relatively few entities that have the resources to build large scale mining farms…
Seen a bunch of theories on this but the most likely one is that the washer ended up in a loop of failing firmware updates, downloading the same thing over and over again. It fits with the graph showing that it’s downloaded data. Could also straight up be a reporting bug in the router as someone else said.


Best option is probably to look for providers that support custom domains, so you can point your domain directly to their mail servers. This usually require a paid subscription. Upside is that you retain control over your domain without having to host any email server.
The problem is that by putting a mail relay in between, while technically possible will break the SPF and DKIM chain for all emails that you forward. I don’t think there is a good way around this since they check against the senders domain (and assuming that you can’t get the email provider to trust your relay server)
Yes, exactly. And by not paying for the subscription you agree to pay with your time.
It also comes down to whether or not it’s reasonable to expect to be able to access streaming media for free. You are making a choice: listen to advertisements, or pay the subscription.
Kind of a stretch to call it getting scammed when he didn’t pay anything…


This really has nothing to do with Smart TVs in itself though… It’s just a problem if you choose to play YouTube videos on your TV, which seems like a pretty reasonable thing to want to do.


You can bind an exposed port to a specific IP by prefixing the IP address like this “-p xxx.xx.x.360:80:80”. Should work in a compose file “ports” list as well.
For outgoing traffic it’s a bit trickier, but if you create a separate network I think it should be possible to inject an iptables SNAT rule to use a specific source IP. Might be handy to make sure you’re sending emails from the correct IP but with your setup I would just make sure to use the primary IP as email egress…
… and the Nextcloud developers think it’s completely reasonable to build a plugin system where you give this access to a web facing PHP application.