Not necessarily: If they came out right now and said that games run great, it might build expectations that they can’t meet.
Not necessarily: If they came out right now and said that games run great, it might build expectations that they can’t meet.
Yes, because infrastructure, subsidies, education and social spending still need to happen and not paying your taxes will erode those things long before they stop a genocide. If you don’t care about getting in trouble with your government, there are more effective things that can be done.
Supposedly Nvidia has become a lot better on Linux lately. They finally dropped their weird framebuffer API or whatever (the one that was the reason for horrible Wayland compatibility and also caused a heated Linus Torvalds moment), and I think they even made their linux drivers open source.
Yes they are.
Here’s a TED talk on YouTube from “Hide the pain Herold” a guy who was in a stock photo that became a meme: https://youtu.be/FScfGU7rQaM?si=MFVrgwlJQ8DSOfVB
I don’t think money is the real issue here. It’s already budgeted for the military anyways - if it’s used to help other countries that’s a good thing in my book. Well unless it’s “helping” by funding the bombing of civilians, but what do I know.
What do you mean by email aliases?
Considering MRTs use 1.5-7 Tesla, I can’t imagine microtesla will be doing anything, unless you have a piece of metal in your head. Maybe it’s an ear infection or a migraine or something like that gets worse from the cup pressure. If it’s a problem, ask a doctor.
Can someone give some context why this is so heavily downvoted? Is the content misleading, or is it just that people misread the title as anti-vegan?
Looks to me like they’re trying to build something like office 365, but open source. Mostly by wiring other open-source components together I think?
This is probably a better starting point, unfortunately the text is in German: https://gitlab.opencode.de/bmi/souveraener_arbeitsplatz/info
Here are some corrections:
Blockchain has nothing to do with P2P. Blockchains are federated ledgers that can’t be changed later, unless the majority of federated servers decides to. P2P means that two devices communicate without a server in the middle. Maybe you meant federated?
Blockchains can absolutely be hacked. You can gain majority control over the servers, in which case you can rewrite the blockchain as you want. Alternatively you can gain access to accounts/wallets by hacking the software that users store them in or by social-engineering people to give you their keys.
If proper end-to-end encryption is used, there is little security difference between server-based and P2P communication, but it’s much more inconvenient: You cannot save sent messages on the server for later retrieval, so if you’re trying to reach someone who’s currently offline, your device has to wait until they’re back before sending the message. Also if you use multiple devices, keeping them in sync is very complicated, because they have to be online at the same time.
Edit: formatting
LLMs work by always predicting the next most likely token and LLM detection works by checking how often the next most likely token was chosen. You can tell the LLM to choose less likely tokens more often (turn up the heat parameter) but you will only get gibberish out if you do. So no, there is not.