Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment LOL (Score 0, Flamebait) 28

Because this "opensource" data was so safe until now. Totalitarian regimes sucking up big data have been a thing for more that 20 years. This is just pathetic attention grabbing and value signaling. It's also a complete joke if the data was truly "opensource" as there are already thousands if not millions of copies floating around in that is really true.

Comment Re:Stop using windows (Score 1) 38

Yeah. Why is this news? It's not surprising that a system from 2018 doesn't utilize SecureBoot. A purpose built system like this, it's even less surprising. Technically yes, this is a weakness, but it isn't one that is practically going to be exploited. If an attacker can get into your server room or lab and pull the hard drive, you have far bigger issues...

Comment The problem isn't grades (Score 3, Interesting) 234

I think colleges have become a charade and largely need to be abolished. With the possibility of highly technical and theoretical fields, the degrees aren't teaching people useful skills, and are charging premiums for educations that are effectively worthless. Since everyone had a degree these days, it isn't even a gate keeping mechanism anymore. No one cares if you have your degree in most cases.

Comment WTF is this deranged judge talking about? (Score 1) 71

I have three app stores on my phone:

Google Play
FDroid
Aurora Store (Google Play, alternative that mostly uses Google Play backend).

Name literally any other phone OS that allows me to do that without rooting my phone? I can side load any app I want. I can root my phone without needing an exploit. I can develop for my phone without needing to pay a developer's license. I can make my app available for free in the official app store.

Comment Re:The problem with all these kind of studies... (Score 1) 293

I'm not sure I can see what is "capitalist" about force wealth redistribution which is effectively what UBI is. You'd necessarily have to tax some part of your population at a much higher rate than UBI to fund UBI for those who actually needed it. The only other alternative is to print money, which would also lead to rapid inflation, and effectively tax everyone by lowering the strength of the currency.

Comment Re:The problem with all these kind of studies... (Score 1) 293

Tax cuts, and UBI are both just different mechanisms of government forcefully and (I would argue) inefficiently redistributing wealth. I personally don't want either. I want minimal taxation and no carve-outs / handouts. To the extent that they "must" exist, they should be extremely small and targeted. Both you and the original responder seem to be trying to read into / attack my supposed political ideology without really understanding what I believe, which I think is highly irrelevant to the original points I made. But here it is (in this post), if you really want to go there.

Comment Re:The problem with all these kind of studies... (Score 1) 293

I suspect you are trying to "own" me, but I wouldn't disagree with you, if the tax cut is large enough and general enough, and I would argue that we've seen similar types of market distortion when very large tax cuts have happened in the past. So in short, yes, you are right, and it further bolsters my concerns.

Comment The problem with all these kind of studies... (Score 0) 293

These studies fail to exhibit two very likely effects that are very hard to test, if UBI became "universal":

1) There is almost certainly a very serious inflationary aspect when this money goes to everyone. Basic goods and services can become more expensive because everyone reliably has some "extra" cash to spend.

2) Right now, these tests are effectively the gods picking you out of the crowd and giving you money. It doesn't feel like you're entitled to it, or that you can rely on it. So peoples' behaviors will be objectively different than if UBI were in place. People are still motivated to get a job and try to stabilize themselves because these programs will end some day and they never had reason to suspect in the past that this would exist. Fast forward to 30 years after UBI is in play. Everyone just assumes that they deserve this money and that it is always there. They are going to be far less motivated to get a job if they can survive on the UBI money because that money isn't going anywhere. It is now just "part of living". It's also no longer a wonderful gift or an opportunity to drag themselves out of poverty. It is just money they "deserve" that appears in their bank account each month.

Comment Re:I won't make a new project with it (Score 1) 94

Python really only has two package managers. The "old" (and I would argue, far simpler, and thus better): "pip" and the newer (and I would argue Systemd of Python): poetry. Either will get you where you're going. If you want to move quickly, and don't want to learn a bunch of annoying setup, I highly recommend sticking to pip and a requirements.txt file. If you want virtual environments, you can either go directly to venv, but I prefer pipenv. Poetry will do all of the above for you, but at the expensive of being complicated, and pretty brittle at the moment. It hasn't really matured yet.

None becoming "None" seems to me to be a misunderstanding of what is happening. In Python you shouldn't be coercing types. It is a bad practice, but unlike PHP it hasn't become so ingrained in the language that everyone just accepts it as "the way things have always worked". Every type has a "repr" which represents it as a string for None, the value is "None". This has the rather nice side effect that it will break code where people incorrectly try to coerce a None into a string without knowing what they are doing.

Not sure what you mean by "static class members". If you mean "@classmethod" then even the creators have acknowledged that this was a mistake.

Comment It isn't just about taxes (Score 4, Interesting) 187

As the recent writer's strike showed, Disney and likely others have entered into insane contracts with writers, actors, etc, where they agree to pay residuals partially based on total watches across all of their videos on the platform to writers of any show on the platform (not just watches of the show the writers contributed to). Therefore, if a show or movie performs very badly, the streamer has even more incentive to pull it so that they don't have to split profits with these bad writers when their show isn't contributing much to total watchtime/traffic. Related, the screen writers' strike want even greater residuals based on these non-performance-based metrics, so this is likely to become an even more common occurrence in the future.

Comment Welcome improvement, still not a replacement (Score 2) 203

I really, really like WSL, and I use it pretty much everyday. This is a really great feature and one that VcXSrv didn't fully provide (didn't work well with electron/chrome-based apps for some reason). However, until Microsoft allows a proper network stack, the ability to keep it running in the background with services, and at least some common kernel modules (like fuse), it is always going to be more of a toy than a true substitute for dual booting or a VM.

Slashdot Top Deals

A university faculty is 500 egotists with a common parking problem.

Working...