

True, nobody should ever have billions. There’s simply no need for that much money, you can’t ever use it up.
True, nobody should ever have billions. There’s simply no need for that much money, you can’t ever use it up.
most personal trips can be done safely and easily using an E-bike (much smaller batteries that can be produced en mass with existing supply chains) and cars should be reduced in usage outside of particularly rural areas where they truly are a necessity (which is a tiny portion of the overall population).
E-bikes are often not an option for many reasons. Needing to bring cargo, bad weather, danger from other traffic. If they were actually such an amazing option everyone would be using them because they are hella cheaper than cars. Even in the netherlands where bike infrastructure is great, people are extremely car-centric.
Personally I think subsidised public transport is a much better option.
And nuclear is not cheaper and it doesn’t even factor in waste storage and decommissioning otherwise it would not have been viable. Right now when a nuclear plant is closed the operator walks off scot free and the cleanup costs are borne by the public. The mining of the uranium is also pretty polluting. There’s a lot of this externalisation to make it viable.
The only reason it worked in the past was that the governments were building nuclear arsenals and invested in nuclear industry (note that this industry was not necessarily capable of producing weapons-grade plutonium but still, it was about building up an industry). It’s no coincidence that most countries relying heavily on nuclear power are also nuclear armed.
Also, environmental pollution is also a safety issue. Don’t just look at human deaths. Even Fukushima was a major disaster despite not leading to many deaths. The regulation is there for a reason and that still didn’t manage to prevent Fukushima (not talking about Chernobyl there because that was just human idiocy fucking up at its worst). And other first-world countries have also had meltdowns.
Personally I also feel bad about dumping our waste problem on future generations. That kind of thinking is exactly what led to the climate crisis. But admittedly this is a lesser issue for nuclear in particular because we do this with pretty much everything (as this article also mentions)
Maybe this research and language is intended to suggest that there is a point past which “confusingly and unintuitively designed” strongly resembles “intentionally deceiving”? We’re probably not going to get internal emails saying “make it complicated so that we can collect users’ data”.
This is Apple that pride themselves on UX as you mention. They mainstreamed opinionated design. If they do it a certain way there is a reason, which is not always with the user’s interests in mind. It’s not because Bob in development couldn’t think of a better way. Other brands might get away with that excuse but not Apple.
Depends on whether you consider dark-patterns to be “lying”
https://www.apple.com/privacy/ “Privacy. That’s Apple.”. That and then doing dark patterns, I consider that lying, yes.
Much better for sure.
Also a lot less functionality of course.
Yeah for sure. I run the server + a bunch of bridges (whatsapp, signal, telegram, chatgpt) on an old atom NUC with 8GB RAM and it only actually uses 2 GB.
Here’s the documentation for the playbook: https://github.com/spantaleev/matrix-docker-ansible-deploy
I can really recommend it. It takes some reading to set it up because it’s insanely configurable. But in the end I have a config file with like 20 statements in it and that sets it all up and keeps it up to date.
Actually the ansible playbook creates a bundle of docker containers so you get the best of both :)
It’s not as snazzy as Discord but it’s fully open-source and federated. So everyone can run their own server (I do, too). If you don’t care about running your own you can just sign up at https://app.element.io/ . It’s free of course. It basically is for chat what lemmy and mastodon are to social media.
It also offers many “bridges” to other protocols, like WhatsApp, Telegram, even Discord. Those are not quite as mature and mostly third-party provided but they generally work well.
There’s a really great ansible playbook for installing your own. If you would like to have the full bridged experience, beeper is probably best.
All these maintainers of all these lemmy servers would have to do the exact same thing if Nintendo came to them.
yes but then the community would move to another lemmy host and it would turn into a game of whack a mole for Nintendo. There is no other Discord host.
Yes but it’s a small effort to sign up for somewhere else. Matrix is just as good and they do care about your privacy.
I find it really weird for a project like Home Assistant where the whole goal of the package is to wrestle control of your home from the big tech clouds. Only to put their own comms data in a big tech cloud… :X
In other words: Matrix.
Yeah me either. It spies on your computer, they ban third-party clients. It’s owned by bytedance. When I use the web version it kicks me out every day and I have to log in again.
I don’t mind it being around but I really hate the way open source projects (e.g. Home Assistant) use it as their only platform for collaboration. The make me give up my data just to collaborate with them on a privacy tool.
The Netherlands is extremely docile to big business interests.
On telegram it’s one of the many things you get if you pay for premium.
I really like Telegram, they are really thinking about what the user wants. Live translations, icon packs, bots that can add amazing features to channels. I gladly pay for it because I use it so much, most of the communities here use Telegram.
Whereas the signal devs are just sitting on their high horse and doing nothing but stupid cryptoscams.
Yeah I understand, Kagi is a good service!
Ah I see. I didn’t really understand the requirement. That would indeed be a nice one though pretty hard to configure for general search because the results can come from so many sources.
As well as that, for special-purpose things like movies it does in fact have a ranking for those by querying common sites like IMDB directly as an engine. So in that case you can use the weighting system to show preference. It doesn’t seem to support letterboxd as a source but it does some others:
Yeah but accuracy isn’t a given with the other methods either. If I ask some randos on reddit I won’t get a perfect answer either. If I google specs or reviews online they are often biased, wrong (think the magical Chinese lumens of torches) or even literally fraudulent paid reviews too.
So yeah for me the LLM output is more than good enough with a bit of verification if necessary.
I don’t really understand why people are suddenly hung up about holding LLMs up to this lofty ideal of an unbiased super-truth. Where did that requirement come from all of a sudden? It’s not really realistic and not something we’ve ever had in the past.
I feel the same about self-driving systems. People get all hung up if they crash once in a while, expecting them to be 100% perfect in all situations. But ignoring the concept that they already might be a hell of a lot safer than human drivers. They fail in different situations generally but why do we suddenly demand perfection?
I know. But I’m often not really looking for accuracy. I just need to know something for myself. Most of the stuff I look up is absolutely not critically important. It’s not like I’m trying to write a PhD dissertation or something.
I know it can be inaccurate but I can verify the results (and they usually are totally fine).
I put in the name of my home town and the first 2 links were escort sites offering ladies in that town… Seriously.
Not really impressed so far.
That’s true. They actually stopped supporting Nginx recently which really bothered me too because I want to keep using self-signed certs (my server is only reachable internally and I do not want to expose it to the internet). And the new server they use (I forgot which) didn’t really have that option. So right now I’m locked out from updating until I fix that.
And yes it is totally feasible to use upstream! Not a problem at all.
I would recommend to use the dockers though, as the whole debian thing becomes a bit of a mess with different python requirements for some of the bridges. I tried that in a long forgotten past and there is a reason I’m trying to forget that 🤭
Like you I know the ansible playbook has its limits (for example one other thing I run into is that I want to run several instances of the same bridge to bridge eg. 2 whatsapp accounts!) but I do think docker is the way to go. I’m interested to hear how you’re faring though as it’s a long time ago since I tried that.