And guess who constantly lobbies and sues to keep things that way?
And guess who constantly lobbies and sues to keep things that way?
Their trackpad can and does work via USB so ???
I have one of their trackpads and it works great with Ubuntu over USB but not over Bluetooth for some reason. (It connects, but Ubuntu doesn’t handle it well.)
It comes full circle because the proposed solution is to increase the number of people who are able to work, with the idea that those people will take on more jobs, and those jobs will fund pensions.
I think this is a bad idea because we already have more workers than useful jobs. An increase in the population wont really help.
Your response was
It’s not about necessary jobs, it’s about paying into social security / pensions.
In my answer those are two topics that are not directly related, although they are linked by both having to do with the economy.
Hence I gave responses to both topics.
If the jobs aren’t necessary, then surely there’s a way to organize society without those jobs existing.
This is the fundamental argument behind universal basic income.
As to the question of how to fund stuff like pensions or UBI without everyone working, the answer is simply to tax those who are working more, especially those making huge amounts of money.
We already have far more people than necessary jobs. One person with modern trchnology can produce way, way more than one person could even just a century ago.
A couple newer games have raytracing that genuinely adds detail but it’s pretty subtle and you have to look for it. Cyberpunk 2077 is a good example.
Portal and Minecraft are particularly good examples of raytracing because of how their sandbox aspects let you play with it.
There absolutely is a factor that modern graphics are so even without ray tracing is doesn’t add a whole lot. I still think Destiny 2 is one of the best looking games I’ve played and it uses fairly “old” graphics technology. The reason it looks good is their artists do a good job.
A VPN helps
When Comcast’s monopoly is broken up by the government.
Could I run larger LLMs with multiple GPUs? E.g. would 2x3090 be able to run the 48GB models? Would I need NVLink to make it work?
I’m pretty sure it’s illegal to intentionally hide your plates
All I want is to host this on my server and have it download the latest offline installer of my GoG games automatically.
There are some attacks you are vulnerable to on public WiFi that a VPN can help with.
More generally, whoever is transporting your data knows who you are talking to. If you don’t use a VPN, your ISP and whoever owns the router know what websites you are visiting (although they don’t know the specific content). If you use a VPN, your ISP and router know you are using that VPN, but not what websites you are visiting. Now your VPN knows what websites you are visiting, but they still don’t know what the content is.
I hope that helps.
Also the improvements in computer speed from Moore’s law were from Denard Scaling, which says with transistors 2x smaller, you can run things 2x faster but produce 2x as much heat.
Heat dissipation has been the bottleneck for a long time now.
You can still make stupid mistakes in Rust. It may make it harder to make the most common mistakes, but pretending the guardrails are prevent any type of mistake is asking for a problem to happen.
IMO edge coming pre-installed isn’t a big deal. But I’d like to be able to uninstall edge and not have Windows periodically try to trick me into setting edge as my default browser again.
It may have originally had DRM but it doesn’t now.
Also the internet is the primary attack vector for most devices. I don’t have to worry about someone hacking my devices that just do their job and don’t have internet connectivity.
That being said though, the internet-based devices in the article are simply becoming non-internet-based devices, so my suggestion is kinda a moot point.
It’s been a while since I used Spotify since I use Apple now.
I remember being able to add my own music, but maybe it was just local to the computer.
Apple definitely lets you upload stuff to their servers though.
The reason you do stuff in a venv is to isolate that environment from other python projects on your system, so one Python project doesn’t break another. I use Docker for similar reasons for a lot of non-Python projects.
A lot of Python projects involve specific versions of libraries, because things break. I’ve had similar issues with non-Python projects. I’m not sure I’d say Python is particularly worse about it.
There are tools in place that can make the sharing of Python projects incredibly easy and portable and consistent, but I only ever see the best maintained projects using them unfortunately.