Of course, this is the same country that allows asset forfeiture. I'm sure your wallet is guilty of some crime or other...
It doesn't have to be, here's how it goes:
It looks like you're carrying lots of money. Drug dealers carry lots of money. Hence I will confiscate this money as possible drug profits. If you can show a paper trail in court, you can have it back some day. If you can't, tough. If you need the money right now, tough. Oh and there's no presumption of innocence and no free legal aid since it's a civil matter, if you lose as you very well might you'll also lose a ton on lawyer and court costs.
One joint was sufficient to confiscate a sailboat. A cheating husband's wife lost their jointly owned car because he was illegally using it to have sex with prostitutes. People's homes have been confiscated because their kids or tenants have been selling drugs out of their room. Rental companies have lost their property because the people who rented it used it for smuggling, even though the company wasn't even a suspect. Basically you can get robbed without any fourth amendment protection, it's insane.
In most wealthy countries, kids are a liability because you have to feed, clothe, and shelter them without them delivering any kind of return on investment. In poor countries they tend to be an asset because they end up being extra farm hands, laborers, etc.
The value of child labor is quite modest, they work at slave labor rates. The primary reason to have kids is to have them support you economically and otherwise when you're elderly and they are young adults because being old and childless is harsh in many poorly developed societies. High risk of child death leads to "insurance", 95% of the women have an extra child because 5% of them will die. Losing a child is of course always a tragedy, but in the western world you'll still get to live at a decent nursing home and have most your needs taken care of so you don't need a fallback plan.
From what I understand, the population boom in Africa is not really necessary anymore. But it takes quite some time from you stop needing it until people realize it. Not to mention a lot of cultural momentum, if it's normal to have five kids many women will have five kids. And as you get wealth the pyramid starts turning, instead of having five kids to support you maybe it's you who want to divide your wealth on two kids and not six poor kids. It's a lot of psychology involved, not just economics.
Well, eventually they will figure it out how to make self driving cars safer than more than 99% of human drivers. When that happens, I'm not sure, but it will happen. Now, if you introduce them too early, a very risky and unsafe version of self driving cars that is maybe safer than 20% of the human driver population, but less safe than 80%, then anybody of those 80% using a self driving car would mean a safety risk.
Except that's not really how it happens, you don't need to be a race car driver to be a good street driver. A good street driver is merely consistent, appropriate speed, paying attention, obeying the traffic rules. It's not a skill level, it's a fail rate. You do things right for a year or five years or twenty years and then for some reason you fuck up. As in failed to yield, ran a red light, didn't see the pedestrian, fell asleep at the wheel, didn't check their blind spot, lost control of the car fail. I can guarantee you that all the SDC test vehicles are better than 100% of humans at not rear-ending anyone.
If it's not coming officially it's coming unofficially with all sorts of assistants where technically you drive yourself. And people will ignore it, but we'll dismiss them as Darwin awards.
Scroll down to the CrystalDiskMark 4K test, it kills the 960 Pro with 307 MB/s compared to 62 MB/s read performance. Big transfers or deep queues? SSD better. Short burst of performance at low queue depths? Super quick. Write speed is not super impressive but assuming the primary goal is to read from slow storage and cache it's good enough. The downside with this and all hybrid systems is of course that it's not consistent. Scan through a big folder of 20MP+ photos, what happens to your application cache? Quite possibly evicted. I like to have an application drive (SSD) and media drive (HDD) and manage it myself. But for the more average user who wants a single big volume this looks like an okay pairing.
They do. All Tesla Superchargers in Europe have standard Mennekes connectors. They have to, by law.
Everything you said is wrong, so I assume you're trolling. Tesla uses a special connector so it can connect to Type 2, others can't fully connect to the Tesla superconnector, it's not the law and nobody else gets to charge at their superchargers.
Will a child growing up in a UBI household have a different attitude towards the need to get a job or attend school? Is there even any point in getting an education if you know that the state will provide everything - and that there probably won't be any jobs for you anyway?
Well we have research on welfare clients here in Norway indicates it might be "inheritable", but not massively so. So I think it would be more "as a child in an UBI society..." and as for the latter I assume basic will mean quite basic. Here in Norway you have a basic guarantee (sosialstønad) if you are a legal resident and have no savings or other means to support yourself, for singles it's 5950 NOK + housing which in USD is about $700/month, but since Norway is more expensive it's effectively $500/month. And housing can easily mean a 100 sqft room with shared kitchen and bathroom facilities.
Essentially if you take your basic needs like food, clothes, personal care, a monthly card for public transportation and misc. household articles the budget is nearly spent. You can afford a microwave, cellphone, a TV, a crap PC and that's it. You're not going to any pubs, cafes, restaurants, concerts, cinemas or theaters. You don't have a car. You're not going on any vacations. You exist comfortably, if all you want is a $15/month WoW subscription. Most people want a little more in life...
When he started there was no such thing as an entire operating system of free software and no hardware you could run it on. This exists today - it didn't then. It's not as readily and easily available as it should be - but it exists. And, as he rightfully pointed out, if he had compromised the ideal of that existing - it would still not exist at all. It only exists because he never settled for less than that.
Well evil tounges would suggest that without Linus we'd still be waiting on GNU/Hurd. GCC forked off and became ECGS. "Linux libc" forked away from glibc and was only later "gnu-ified" again like ECGS. The rest the FSF made seems mostly to be small utilities, for sure having a GNU/free ls, awk, sed, grep etc. is important but hardly the showstopper. His one (admittedly huge) crowning achievement was writing the GPL, but most the projects seemed to refuse his leadership.
And even then the adoption by some of the core players seemed to be more by chance than ideological success, like Linus primarily wanted to see what other developers were doing to learn so he could run it on his box. User freedom was never a big deal for him nor most other Linux kernel core developers, which is why the GPLv3 was met with a "meh". X11 and Wayland doesn't use the GPL. Apache isn't using the GPL. Android isn't using the GPL except the kernel. It is popular? Yes. Is it the only commonly used open source license? Very far from it.
According to Black Duck GPLv3 + LGPLv3 + Affero GPL = ~10% of all projects and GPLv2 + LGPLv2 ~20% so most projects haven't really been following Stallman since 2007. And that's not counting the non-GPL licenses, my impression is that the Apache license has gained a lot of popularity particularly with corporations like Google (Android), Apple (Swift) and Microsoft (ASP.Net). The kernel is the one project that seems to get away with copyleft because you can run any userspace on top. And because it doesn't really crack down on shims and driver blobs.
I work far more with SQL than programming languages really, but I do work a lot with doing operations on large data sets so I definitively try to avoid looping through a million rows. I use in-memory or temp tables to chain operations without storing state. And that's all neat and well, but without a ton of state in between those set operations to say what's ready, what's running, what's done etc. I'd go nuts. The functional bits are the stretches between the state almost like barriers in computer shaders and other synchronization methods. A pure functional application well I couldn't really imagine it unless it read one file as input and spit out a result, it just flows through the whole application. Every time I try to understand state in FP my head hurts.
Stallman is more like the kind of political extremist who would tell everybody not to vote because it perpetuates the system. He doesn't force anybody to do anything, he only forces himself and suggests to others. Forcing is what he's against.
And how is this not wanting to use the force of law to impose his ideological views on others?
"Instead of the DMCA, which makes it a crime to show people how to break DRM, it should be a crime to make, import or lease or sell devices with DRM," Stallman says. "Both the players and the media. It should be a crime. The executives of the companies that are now pulling the strings of the W3C, they should go to jail for doing DRM. "
Hyperbole detection check: Failed. We have eloquently tried to express our concerns and displeasure with this development among mainstream users to gain broader support and failed.
Instead, prepare a set of laws and regulations that we recommend. Get the process started.
And the first thing any politician will ask is whether anyone wants this. The industry doesn't want it? People don't want it? If there is neither money nor votes behind it the proposal is dead on arrival. Besides what would these laws and regulations do, outlaw services? Agreeing to the Windows 10 EULA isn't even close to the stupidest thing you can legally do to yourself. Become a 500lb tub of lard. Get a face tattoo. Be the goatse guy. Proximity flying in a wingsuit. Become a NAMBLA spokesman. The EULA might not even make the top ten.
One thing I've learned over the years is that Slashdot commenters are generally not good at reacting to abuse. Slashdot commenters make excuses, or react to abuse weakly.
I see the last 20 years have done nothing to dampen your idealism, good for you but maybe an ounce of reality wouldn't hurt? Back then your data was local, you had the executable and the only thing you didn't have was the source code to inspect it. Even though things like email went from your server to their server instead of peer to peer, things were pretty distributed and decentralized. Having access to the source code was mostly about being able to fix and extend it, not that it did something nasty.
Not only have consumers ignored open source solutions, they've gone totally the other way. Much of their data lives in the cloud, where they have no control of what's done with it. They use huge, centralized services like Facebook that collects a ton of data. Auto-updating devices download and install new executable code all the time and often rely on online servers. People don't care that they're being tracked and in many cases even accuse those who object of having something to hide. They sign away all rights in mile-long EULAs without thought.
We've ranted. We've raged. We've raised the banners and tried to proclaim YotLD many times. XPs online activation in 2001. Slammer & friends in 2003. Vista in 2006. "Trusted Computing" sometime late 2000s. Windows 8 in 2012. Windows 10 in 2015. Stealth telemetry in all VS apps in 2016. I'm sure there's many more things I've forgotten. I'm sure there's bad things about Apple, Google, Adobe and many others. We've raged out. It's like "OMG OMG Microsoft is... wait, what's the point? Why is anyone going to listen now, when they never have in the past?"
They earn billions of dollars that way. And in between screwing us over they sometime make pretty good software, so yeah... maybe open source is more efficient but one idealist versus a hundred paid developers is unfair teams. So I run Win7 and I got an iPhone. Should it have been Linux and a rooted Android phone? Maybe. But like I said, raged out. If I can't even stand the hassle myself, it's pretty hard to ask anyone else to fight a fight I feel is pretty hopeless. Pretty sure I'm not the only disillusioned ex-revolutionary here.
It's been quite a while since I was in high school, but I remember a much higher percentage of bastards than that.
Asshats have a much bigger chance of being raised by asshats, nature vs nurture and all that. Being a bastard is just one of those "kick where it hurts" words like that you're fat, have freckles, wear glasses, wrong skin color, have a funny dialect or speech impediment, it's f-f-f-f-f-unny you see. I've been on the receiving end of a lot of teasing but ultimately I've understood it's all about some people's need to establish a pecking order. And I've kicked downwards where maybe I shouldn't, but it felt good to have someone below me. I wasn't very mature at the time and I didn't act very mature.
We act like children are born innocent and all that, but there's a saying that from kids and drunk men you hear the truth. Well from kids and drunk men you're also more likely to get punched in the face. We're far from innocent, we're a bundle of raw emotion caught in a web of civilization. Not behaving like wild animals is a trained behavior. I tend to think we have a far greater capacity for cruelty than anyone really likes to think about, the Nazi concentration camps are but one example. Having done that analysis on myself, if I genuine believed in something... I'm scared to consider how far I'd really go.
As long as it stays as an init program, it's fine because it can be swapped out easily. But if it starts becoming a required component for turning up the volume, that is clearly a sign of poor design.
Well it has to talk to something. I mean we had applications that used to talk directly to the hardware back in the DOS days, this application can talk to Soundblaster and Gravis Ultrasound, I don't want to go back there. So you want to fix it a bit on the hardware side so all the apps can talk to one interface and it'll play on all sound cards. And you want to fix it on the software side so more than one application can play sound at the same time.
And then the ball starts rolling, does it have a hardware mixer? Is it a 5.1 surround setup or a 2.0 headphone? Does it have positional sound? Can it bitstream compressed audio to another device? Can we have ann equalizer? Per-application audio controls? Etc. and so eventually you end up with a form of "sound system service". Eventually you have to decide on a standard.
Actually research indicate there aren't, at least not after birth control, legalized abortion and the awareness of DNA tests. Current estimates are 1-3% of the population. The excessively high numbers you get quoted from time to time are because they've self-selected groups where the paternity is in doubt, in these low confidence selections it's 10-30%.
Easy to use. Works well. Tons of features. Free to a point. After that, inexpensive.
After that, not so inexpensive... $14k/core for the Enterprise edition at "no level" list price is pretty harsh. You could build a pretty sweet database server for the licensing money. That said, for an organization that doesn't have any OSS culture and thus doesn't understand anything that doesn't answer an RFQ it's okay. If we somehow managed to get approval for a PostgreSQL server with no vendor backing us up I fear that some sales droid would convince some higher-ups somewhere to go Oracle, DB2, SAP/SAS or Teradata.
If they do not want to be legally held responsible for what the services they do, then the answer is simple - do it for free, with disclaimers about not promissing anything.
Doesn't work that way. You can be held liable for:
Malice: Give away "free candy" with rat poison Recklessness: Give a free foot rub but confuse the massage oil with caustic soda Negligence: Give a free house, it collapses and kills someone because of poor foundation work Strict liability: Give a minor a free blowjob, even if he's got a fake ID
Software mostly gets away with it by saying "these are just blueprints, we're not making any claim they can actually be used for anything". But the moment you start actually doing anything you can't really get away from liability.
You didn't even read to the end of the summary, it seems. The problem is they are not suing over the mistake made by the clinic, but that the child has the wrong genes. Suing the clinic over medical malpractice is fine, but the couple has sued for a completely different formulation of the problem.
You keep talking about "right" and "wrong" genes as if it was a flawed designer baby that didn't match the contract specifications. If you make a child, you pay child support. If it's not your child, you don't pay child support. If it doesn't have dad's genes, biologically it isn't his which leaves half of the child's expenses unpaid. If the accidental donor can't be held economically responsible, the clinic should. If a man can have a one night stand and pay for it the next 18 years, I don't see why they can't have one lab accident and pay for it the next 18 years.
I think the clinic is lucky to only pay 30%, I'd say the cuckolded father has every right to disavow this child and for the mother to demand the clinic pays half in the absentee father's place. The man in this couple has essentially agreed to become the adoptive dad of someone else's child and pay 20% of the expenses himself, I think that's overly generous. In fact I bet in the US they'd both sue the hospital for many millions of dollars over the emotional trauma of discovering "their" child isn't their child.
Its also good to point out that the fraud was in the review process, not the work itself. So the tools that did it were extra stupid in their laziness.
If they didn't do the peer review, it's probably because the work wouldn't survive it.
As for AC's hand wringing, climate science is not cancer research, with obscure aspects only a few people know anything about.
Climate models are huge and complex, only a few people can truly claim to understand them. They're not lab experiments where you can easily isolate causes and exclude other factors or extrapolate how the ecosystem will respond. There's huge local variations in climate that people use as proof or counter-proof because this year was particularly cold or warm without any validity as a global phenomenon.
That said, just because there's a lot of detail we're working on doesn't mean there's much doubt about the big picture. Take evolution for example, we're still doing tons of research into the exact mechanisms that create and divide species but there's no real scientific competition from creationism or lamarckism that genetics isn't real. "Survival of the fittest" does work as a one-liner summary.
The greenhouse effect is clearly real, if Earth had no atmosphere it would have a surface temperature of -18C instead of +14C. So when they're talking about trying to keep the temperature change because of human activity under 2C we're really talking about a <10% change in the effect. We are just a small part of a pretty big puzzle of how this all works.
Everyone (Many people) are suffering from some kind of version fatigue. It's as simple as that. Owning any software run device these days is like having someone come and and re-arrange all the furniture in your house every week. The novelty might seem nice at first, but after a while, any change that you don't specifically want becomes irritating.
Pretty much this, to use the car analogy I have a car that's 10+ years old and I know exactly how it works. I know pretty much every knob, dial and lever, pedal response, how it handles on the road, how much space it takes to park, how much luggage will fit, pretty much everything. And I don't want any of it to change on anyone else's schedule or because they've decided the new way is better than the old way, obviously if there's a safety recall I want that but otherwise... no. I have computer software that's pretty much like that, it does what I want and I don't want it to change. But because software gets hacked I feel a need to stay patched. But often I can't stay patched unless I'm also on a constant upgrade treadmill.
The downside for the developers is of course that you have to live with ancient versions and bugs that were fixed years ago. Like IE6, how many of us hasn't wished for that to die in a fire. I remember one discussion on the Debian mailing list where a developer was so tired of getting bugs for older versions he had time-bombed the code, any older than X months and it'd pop up a big warning saying this version is obsolete and demanded to be upgraded. But as a user, I did not mind running almost 10 year old WinXP. I don't mind running almost 10 year old Win7. And if Microsoft gave us a home version of the Enterprise LTSB with no feature upgrades only 10 years of security patches I'd take it.
And I'd like it to be loosely coupled, so I can run a mix of old and new software. With Linux distros the packages and dependencies have often meant that if I want to run a newer version of one particular package it'll drag in a whole kitchen sink of library updates forcing other applications to upgrade. It's okay that you can dist-upgrade everything every 6 months or every 2 years, but often you cross fingers and pray nothing important changed. Without backports, PPAs and such I'd go nuts. Of course some software is very conservative and pragmatic, you can start a release years later and drop right in. Others... it's pretty much UI design fashion, it'll change just to be hip and cool.
Letting one corporate giant rifle through your personal email is bad enough. Letting two of them? Why? "I have a hole in my head. Let me improve it by drilling another hole in the head"!!!! How can that be an improvement?
More like if you don't care that the patio door is open, opening your bedroom window doesn't make much of a difference. Your data is as secure as the least secure place you keep them. If that's "in the cloud", well you don't care much if the thief uses the door or the window. If you keep your data in three vaults, it's still pretty secure same as one vault. If you keep your data in three clouds, it's still pretty insecure same as one cloud. It's the people thinking well I share my data with Google but at least not with Microsoft and think that makes a difference that are the foolish ones. If you don't care more install iTunes and put it in the iCloud too. The odds are hackers have stolen your data anyway.
I can get really frustrated with other drivers in a matter of seconds, but in reality I always get where I'm going a minute or two later. Then I can get pulled into an hour long BS meeting but hey, I'm getting paid to sit here so... sure, the computer can frustrate me for a few seconds here and there. But I doubt it's really a big time sink, even if I got the ultra-extreme top of the line model. That said, I have some issues with the servers/SAN...
I haven't paid any attention to the Wayland/Mir development for quite some time. When they were introduced the stated plan was not to support any sort of remote display natively. Has that gap been closed?
The way X does it through draw calls will never happen, because Wayland doesn't draw. I'm not sure how far they've gotten on detecting damaged sections and compression, but it's all bitmap based. I did read something to indicate they were considering a "smarter" rdp where you did the composition on the other end so you could move windows around without lag. I think it should also be possible with client support to expose a bigger virtual window that you have a viewport into so you could have smooth scrolling in a browser because what you actually see is a 1000 pixel cut from a 1200x pixel tall window buffer.
But if you want the client to interpret and render it's probably either a web application, a speciality format like video streaming or a dedicated client-server protocol. Basically the size advantage comes from intimate knowledge of the nature of the data, I once created a system that forwarded much of Qt's signals and slots to a remote window. That worked quite well because you could just tell it you wanted a QDialog with a QPushButton, all the logic to draw it was already client side. It's basically reinventing a "heavy" version of HTML and DOM manipulation though and the opposite direction of where Wayland is going.
Eventually it's going to reach a tipping point where you choke enough people into poverty that eventually they're just going to say "fuck it, I have to survive somehow"
Except the people living in extreme poverty is dropping rapidly, in 2016 the estimate was 9.1% of the world population. This is down from 9.6% in 2015, 20.4% in 2005 and 35.0% in 1990. This year a famine was declared in South-Sudan because of the civil war, but otherwise the world has been free of famine for the last six years. World literacy is at an all time high at 86.1% and climbing with youth literacy at 91.4%. Average life expectancy was 71.5 years in 2014, up from 67.2 years in 2010. About 46.1% of the population have access to a residential Internet connection, up 2.7% from last year and 4.77 billion people have a cell phone, up from 4.61 billion.
Yes, I know US median household income has been stagnant since the 1970s but for the world as a whole almost every arrow is pointing in the right direction. The poor people are still poor, in some cases relatively speaking even poorer compared to the 1%ers. But the poor aren't starving or freezing to death or dying from unclean water and basic sanitation and medicine, at least not in anywhere near the numbers they used to. Short of active war zones we pretty much manage to give aid where it's needed. China and India is rapidly modernizing. Africa is still a disaster area, particularly south of Sahara but even there progress is just sluggish not spiraling downwards.
Maybe robots will fuck all that up but I doubt it, it's easier to just let us have reasonable comfortable lives and let us produce 1.x kids reducing the population naturally, if the robots are so efficient the dead weight won't be much of a burden. Less than riots and revolutions and all that, I think we got a pretty good idea how far people can be pushed before they really hit the "fuck it, I got nothing to lose" level. I mean most of us have a fairly civilized society, looking at actual war zones it could be a lot worse than living on food coupons.
Some places actually write the tip into the bill. You do not have the option to not pay or even to change the amount. It's bullshit.
Legally I'm pretty sure you can refuse to pay it if you make a scene, but yeah... 99% won't do that. If they pick a percentage/sum by default I think they should be forced to advertise prices with that service fee though. As long as they're honest about what the total will be, they can call it whatever they want.
I'm guessing they took fewer sick days, not because they were healthier, but because they now actually had time to run errands at places that are only open while they're normally at work. Don't need to take any "sick" days to get shit done.
Nurses typically work shifts, several days a week they come off the night shift or start the evening shift. Being able to run errands in regular business hours is the least of their concerns, in fact most will wish they could work more then and less evenings/nights. And Easter, Christmas, New Year's Eve and all the other days most people take for granted will be time off.
P.S. If you're a developer and work for a company that won't let you flex a couple hours with no meetings in exchange for an early morning/late evening go find an employer that's not being a dick. I can understand if you work retail and have to be there the opening hours, but there is seriously no reason to be that rigid for white collar labor.
Of course, this is the same country that allows asset forfeiture. I'm sure your wallet is guilty of some crime or other...
It doesn't have to be, here's how it goes:
It looks like you're carrying lots of money. Drug dealers carry lots of money. Hence I will confiscate this money as possible drug profits. If you can show a paper trail in court, you can have it back some day. If you can't, tough. If you need the money right now, tough. Oh and there's no presumption of innocence and no free legal aid since it's a civil matter, if you lose as you very well might you'll also lose a ton on lawyer and court costs.
One joint was sufficient to confiscate a sailboat. A cheating husband's wife lost their jointly owned car because he was illegally using it to have sex with prostitutes. People's homes have been confiscated because their kids or tenants have been selling drugs out of their room. Rental companies have lost their property because the people who rented it used it for smuggling, even though the company wasn't even a suspect. Basically you can get robbed without any fourth amendment protection, it's insane.
In most wealthy countries, kids are a liability because you have to feed, clothe, and shelter them without them delivering any kind of return on investment. In poor countries they tend to be an asset because they end up being extra farm hands, laborers, etc.
The value of child labor is quite modest, they work at slave labor rates. The primary reason to have kids is to have them support you economically and otherwise when you're elderly and they are young adults because being old and childless is harsh in many poorly developed societies. High risk of child death leads to "insurance", 95% of the women have an extra child because 5% of them will die. Losing a child is of course always a tragedy, but in the western world you'll still get to live at a decent nursing home and have most your needs taken care of so you don't need a fallback plan.
From what I understand, the population boom in Africa is not really necessary anymore. But it takes quite some time from you stop needing it until people realize it. Not to mention a lot of cultural momentum, if it's normal to have five kids many women will have five kids. And as you get wealth the pyramid starts turning, instead of having five kids to support you maybe it's you who want to divide your wealth on two kids and not six poor kids. It's a lot of psychology involved, not just economics.
Well, eventually they will figure it out how to make self driving cars safer than more than 99% of human drivers. When that happens, I'm not sure, but it will happen. Now, if you introduce them too early, a very risky and unsafe version of self driving cars that is maybe safer than 20% of the human driver population, but less safe than 80%, then anybody of those 80% using a self driving car would mean a safety risk.
Except that's not really how it happens, you don't need to be a race car driver to be a good street driver. A good street driver is merely consistent, appropriate speed, paying attention, obeying the traffic rules. It's not a skill level, it's a fail rate. You do things right for a year or five years or twenty years and then for some reason you fuck up. As in failed to yield, ran a red light, didn't see the pedestrian, fell asleep at the wheel, didn't check their blind spot, lost control of the car fail. I can guarantee you that all the SDC test vehicles are better than 100% of humans at not rear-ending anyone.
If it's not coming officially it's coming unofficially with all sorts of assistants where technically you drive yourself. And people will ignore it, but we'll dismiss them as Darwin awards.
Scroll down to the CrystalDiskMark 4K test, it kills the 960 Pro with 307 MB/s compared to 62 MB/s read performance. Big transfers or deep queues? SSD better. Short burst of performance at low queue depths? Super quick. Write speed is not super impressive but assuming the primary goal is to read from slow storage and cache it's good enough. The downside with this and all hybrid systems is of course that it's not consistent. Scan through a big folder of 20MP+ photos, what happens to your application cache? Quite possibly evicted. I like to have an application drive (SSD) and media drive (HDD) and manage it myself. But for the more average user who wants a single big volume this looks like an okay pairing.
They do. All Tesla Superchargers in Europe have standard Mennekes connectors. They have to, by law.
Everything you said is wrong, so I assume you're trolling. Tesla uses a special connector so it can connect to Type 2, others can't fully connect to the Tesla superconnector, it's not the law and nobody else gets to charge at their superchargers.
Will a child growing up in a UBI household have a different attitude towards the need to get a job or attend school? Is there even any point in getting an education if you know that the state will provide everything - and that there probably won't be any jobs for you anyway?
Well we have research on welfare clients here in Norway indicates it might be "inheritable", but not massively so. So I think it would be more "as a child in an UBI society..." and as for the latter I assume basic will mean quite basic. Here in Norway you have a basic guarantee (sosialstønad) if you are a legal resident and have no savings or other means to support yourself, for singles it's 5950 NOK + housing which in USD is about $700/month, but since Norway is more expensive it's effectively $500/month. And housing can easily mean a 100 sqft room with shared kitchen and bathroom facilities.
Essentially if you take your basic needs like food, clothes, personal care, a monthly card for public transportation and misc. household articles the budget is nearly spent. You can afford a microwave, cellphone, a TV, a crap PC and that's it. You're not going to any pubs, cafes, restaurants, concerts, cinemas or theaters. You don't have a car. You're not going on any vacations. You exist comfortably, if all you want is a $15/month WoW subscription. Most people want a little more in life...
When he started there was no such thing as an entire operating system of free software and no hardware you could run it on. This exists today - it didn't then. It's not as readily and easily available as it should be - but it exists. And, as he rightfully pointed out, if he had compromised the ideal of that existing - it would still not exist at all. It only exists because he never settled for less than that.
Well evil tounges would suggest that without Linus we'd still be waiting on GNU/Hurd. GCC forked off and became ECGS. "Linux libc" forked away from glibc and was only later "gnu-ified" again like ECGS. The rest the FSF made seems mostly to be small utilities, for sure having a GNU/free ls, awk, sed, grep etc. is important but hardly the showstopper. His one (admittedly huge) crowning achievement was writing the GPL, but most the projects seemed to refuse his leadership.
And even then the adoption by some of the core players seemed to be more by chance than ideological success, like Linus primarily wanted to see what other developers were doing to learn so he could run it on his box. User freedom was never a big deal for him nor most other Linux kernel core developers, which is why the GPLv3 was met with a "meh". X11 and Wayland doesn't use the GPL. Apache isn't using the GPL. Android isn't using the GPL except the kernel. It is popular? Yes. Is it the only commonly used open source license? Very far from it.
According to Black Duck GPLv3 + LGPLv3 + Affero GPL = ~10% of all projects and GPLv2 + LGPLv2 ~20% so most projects haven't really been following Stallman since 2007. And that's not counting the non-GPL licenses, my impression is that the Apache license has gained a lot of popularity particularly with corporations like Google (Android), Apple (Swift) and Microsoft (ASP.Net). The kernel is the one project that seems to get away with copyleft because you can run any userspace on top. And because it doesn't really crack down on shims and driver blobs.
I work far more with SQL than programming languages really, but I do work a lot with doing operations on large data sets so I definitively try to avoid looping through a million rows. I use in-memory or temp tables to chain operations without storing state. And that's all neat and well, but without a ton of state in between those set operations to say what's ready, what's running, what's done etc. I'd go nuts. The functional bits are the stretches between the state almost like barriers in computer shaders and other synchronization methods. A pure functional application well I couldn't really imagine it unless it read one file as input and spit out a result, it just flows through the whole application. Every time I try to understand state in FP my head hurts.
Stallman is more like the kind of political extremist who would tell everybody not to vote because it perpetuates the system. He doesn't force anybody to do anything, he only forces himself and suggests to others. Forcing is what he's against.
And how is this not wanting to use the force of law to impose his ideological views on others?
"Instead of the DMCA, which makes it a crime to show people how to break DRM, it should be a crime to make, import or lease or sell devices with DRM," Stallman says. "Both the players and the media. It should be a crime. The executives of the companies that are now pulling the strings of the W3C, they should go to jail for doing DRM. "
"Ranting" and "raging" is infantile behavior.
Hyperbole detection check: Failed. We have eloquently tried to express our concerns and displeasure with this development among mainstream users to gain broader support and failed.
Instead, prepare a set of laws and regulations that we recommend. Get the process started.
And the first thing any politician will ask is whether anyone wants this. The industry doesn't want it? People don't want it? If there is neither money nor votes behind it the proposal is dead on arrival. Besides what would these laws and regulations do, outlaw services? Agreeing to the Windows 10 EULA isn't even close to the stupidest thing you can legally do to yourself. Become a 500lb tub of lard. Get a face tattoo. Be the goatse guy. Proximity flying in a wingsuit. Become a NAMBLA spokesman. The EULA might not even make the top ten.
One thing I've learned over the years is that Slashdot commenters are generally not good at reacting to abuse. Slashdot commenters make excuses, or react to abuse weakly.
I see the last 20 years have done nothing to dampen your idealism, good for you but maybe an ounce of reality wouldn't hurt? Back then your data was local, you had the executable and the only thing you didn't have was the source code to inspect it. Even though things like email went from your server to their server instead of peer to peer, things were pretty distributed and decentralized. Having access to the source code was mostly about being able to fix and extend it, not that it did something nasty.
Not only have consumers ignored open source solutions, they've gone totally the other way. Much of their data lives in the cloud, where they have no control of what's done with it. They use huge, centralized services like Facebook that collects a ton of data. Auto-updating devices download and install new executable code all the time and often rely on online servers. People don't care that they're being tracked and in many cases even accuse those who object of having something to hide. They sign away all rights in mile-long EULAs without thought.
We've ranted. We've raged. We've raised the banners and tried to proclaim YotLD many times. XPs online activation in 2001. Slammer & friends in 2003. Vista in 2006. "Trusted Computing" sometime late 2000s. Windows 8 in 2012. Windows 10 in 2015. Stealth telemetry in all VS apps in 2016. I'm sure there's many more things I've forgotten. I'm sure there's bad things about Apple, Google, Adobe and many others. We've raged out. It's like "OMG OMG Microsoft is... wait, what's the point? Why is anyone going to listen now, when they never have in the past?"
They earn billions of dollars that way. And in between screwing us over they sometime make pretty good software, so yeah... maybe open source is more efficient but one idealist versus a hundred paid developers is unfair teams. So I run Win7 and I got an iPhone. Should it have been Linux and a rooted Android phone? Maybe. But like I said, raged out. If I can't even stand the hassle myself, it's pretty hard to ask anyone else to fight a fight I feel is pretty hopeless. Pretty sure I'm not the only disillusioned ex-revolutionary here.
It's been quite a while since I was in high school, but I remember a much higher percentage of bastards than that.
Asshats have a much bigger chance of being raised by asshats, nature vs nurture and all that. Being a bastard is just one of those "kick where it hurts" words like that you're fat, have freckles, wear glasses, wrong skin color, have a funny dialect or speech impediment, it's f-f-f-f-f-unny you see. I've been on the receiving end of a lot of teasing but ultimately I've understood it's all about some people's need to establish a pecking order. And I've kicked downwards where maybe I shouldn't, but it felt good to have someone below me. I wasn't very mature at the time and I didn't act very mature.
We act like children are born innocent and all that, but there's a saying that from kids and drunk men you hear the truth. Well from kids and drunk men you're also more likely to get punched in the face. We're far from innocent, we're a bundle of raw emotion caught in a web of civilization. Not behaving like wild animals is a trained behavior. I tend to think we have a far greater capacity for cruelty than anyone really likes to think about, the Nazi concentration camps are but one example. Having done that analysis on myself, if I genuine believed in something... I'm scared to consider how far I'd really go.
As long as it stays as an init program, it's fine because it can be swapped out easily. But if it starts becoming a required component for turning up the volume, that is clearly a sign of poor design.
Well it has to talk to something. I mean we had applications that used to talk directly to the hardware back in the DOS days, this application can talk to Soundblaster and Gravis Ultrasound, I don't want to go back there. So you want to fix it a bit on the hardware side so all the apps can talk to one interface and it'll play on all sound cards. And you want to fix it on the software side so more than one application can play sound at the same time.
And then the ball starts rolling, does it have a hardware mixer? Is it a 5.1 surround setup or a 2.0 headphone? Does it have positional sound? Can it bitstream compressed audio to another device? Can we have ann equalizer? Per-application audio controls? Etc. and so eventually you end up with a form of "sound system service". Eventually you have to decide on a standard.
There are plenty of cucks out there
Actually research indicate there aren't, at least not after birth control, legalized abortion and the awareness of DNA tests. Current estimates are 1-3% of the population. The excessively high numbers you get quoted from time to time are because they've self-selected groups where the paternity is in doubt, in these low confidence selections it's 10-30%.
Easy to use. Works well. Tons of features. Free to a point. After that, inexpensive.
After that, not so inexpensive... $14k/core for the Enterprise edition at "no level" list price is pretty harsh. You could build a pretty sweet database server for the licensing money. That said, for an organization that doesn't have any OSS culture and thus doesn't understand anything that doesn't answer an RFQ it's okay. If we somehow managed to get approval for a PostgreSQL server with no vendor backing us up I fear that some sales droid would convince some higher-ups somewhere to go Oracle, DB2, SAP/SAS or Teradata.
If they do not want to be legally held responsible for what the services they do, then the answer is simple - do it for free, with disclaimers about not promissing anything.
Doesn't work that way. You can be held liable for:
Malice: Give away "free candy" with rat poison
Recklessness: Give a free foot rub but confuse the massage oil with caustic soda
Negligence: Give a free house, it collapses and kills someone because of poor foundation work
Strict liability: Give a minor a free blowjob, even if he's got a fake ID
Software mostly gets away with it by saying "these are just blueprints, we're not making any claim they can actually be used for anything". But the moment you start actually doing anything you can't really get away from liability.
You didn't even read to the end of the summary, it seems. The problem is they are not suing over the mistake made by the clinic, but that the child has the wrong genes. Suing the clinic over medical malpractice is fine, but the couple has sued for a completely different formulation of the problem.
You keep talking about "right" and "wrong" genes as if it was a flawed designer baby that didn't match the contract specifications. If you make a child, you pay child support. If it's not your child, you don't pay child support. If it doesn't have dad's genes, biologically it isn't his which leaves half of the child's expenses unpaid. If the accidental donor can't be held economically responsible, the clinic should. If a man can have a one night stand and pay for it the next 18 years, I don't see why they can't have one lab accident and pay for it the next 18 years.
I think the clinic is lucky to only pay 30%, I'd say the cuckolded father has every right to disavow this child and for the mother to demand the clinic pays half in the absentee father's place. The man in this couple has essentially agreed to become the adoptive dad of someone else's child and pay 20% of the expenses himself, I think that's overly generous. In fact I bet in the US they'd both sue the hospital for many millions of dollars over the emotional trauma of discovering "their" child isn't their child.
Its also good to point out that the fraud was in the review process, not the work itself. So the tools that did it were extra stupid in their laziness.
If they didn't do the peer review, it's probably because the work wouldn't survive it.
As for AC's hand wringing, climate science is not cancer research, with obscure aspects only a few people know anything about.
Climate models are huge and complex, only a few people can truly claim to understand them. They're not lab experiments where you can easily isolate causes and exclude other factors or extrapolate how the ecosystem will respond. There's huge local variations in climate that people use as proof or counter-proof because this year was particularly cold or warm without any validity as a global phenomenon.
That said, just because there's a lot of detail we're working on doesn't mean there's much doubt about the big picture. Take evolution for example, we're still doing tons of research into the exact mechanisms that create and divide species but there's no real scientific competition from creationism or lamarckism that genetics isn't real. "Survival of the fittest" does work as a one-liner summary.
The greenhouse effect is clearly real, if Earth had no atmosphere it would have a surface temperature of -18C instead of +14C. So when they're talking about trying to keep the temperature change because of human activity under 2C we're really talking about a <10% change in the effect. We are just a small part of a pretty big puzzle of how this all works.
Everyone (Many people) are suffering from some kind of version fatigue. It's as simple as that. Owning any software run device these days is like having someone come and and re-arrange all the furniture in your house every week. The novelty might seem nice at first, but after a while, any change that you don't specifically want becomes irritating.
Pretty much this, to use the car analogy I have a car that's 10+ years old and I know exactly how it works. I know pretty much every knob, dial and lever, pedal response, how it handles on the road, how much space it takes to park, how much luggage will fit, pretty much everything. And I don't want any of it to change on anyone else's schedule or because they've decided the new way is better than the old way, obviously if there's a safety recall I want that but otherwise... no. I have computer software that's pretty much like that, it does what I want and I don't want it to change. But because software gets hacked I feel a need to stay patched. But often I can't stay patched unless I'm also on a constant upgrade treadmill.
The downside for the developers is of course that you have to live with ancient versions and bugs that were fixed years ago. Like IE6, how many of us hasn't wished for that to die in a fire. I remember one discussion on the Debian mailing list where a developer was so tired of getting bugs for older versions he had time-bombed the code, any older than X months and it'd pop up a big warning saying this version is obsolete and demanded to be upgraded. But as a user, I did not mind running almost 10 year old WinXP. I don't mind running almost 10 year old Win7. And if Microsoft gave us a home version of the Enterprise LTSB with no feature upgrades only 10 years of security patches I'd take it.
And I'd like it to be loosely coupled, so I can run a mix of old and new software. With Linux distros the packages and dependencies have often meant that if I want to run a newer version of one particular package it'll drag in a whole kitchen sink of library updates forcing other applications to upgrade. It's okay that you can dist-upgrade everything every 6 months or every 2 years, but often you cross fingers and pray nothing important changed. Without backports, PPAs and such I'd go nuts. Of course some software is very conservative and pragmatic, you can start a release years later and drop right in. Others... it's pretty much UI design fashion, it'll change just to be hip and cool.
Letting one corporate giant rifle through your personal email is bad enough. Letting two of them? Why? "I have a hole in my head. Let me improve it by drilling another hole in the head"!!!! How can that be an improvement?
More like if you don't care that the patio door is open, opening your bedroom window doesn't make much of a difference. Your data is as secure as the least secure place you keep them. If that's "in the cloud", well you don't care much if the thief uses the door or the window. If you keep your data in three vaults, it's still pretty secure same as one vault. If you keep your data in three clouds, it's still pretty insecure same as one cloud. It's the people thinking well I share my data with Google but at least not with Microsoft and think that makes a difference that are the foolish ones. If you don't care more install iTunes and put it in the iCloud too. The odds are hackers have stolen your data anyway.
I can get really frustrated with other drivers in a matter of seconds, but in reality I always get where I'm going a minute or two later. Then I can get pulled into an hour long BS meeting but hey, I'm getting paid to sit here so... sure, the computer can frustrate me for a few seconds here and there. But I doubt it's really a big time sink, even if I got the ultra-extreme top of the line model. That said, I have some issues with the servers/SAN...
I haven't paid any attention to the Wayland/Mir development for quite some time. When they were introduced the stated plan was not to support any sort of remote display natively. Has that gap been closed?
The way X does it through draw calls will never happen, because Wayland doesn't draw. I'm not sure how far they've gotten on detecting damaged sections and compression, but it's all bitmap based. I did read something to indicate they were considering a "smarter" rdp where you did the composition on the other end so you could move windows around without lag. I think it should also be possible with client support to expose a bigger virtual window that you have a viewport into so you could have smooth scrolling in a browser because what you actually see is a 1000 pixel cut from a 1200x pixel tall window buffer.
But if you want the client to interpret and render it's probably either a web application, a speciality format like video streaming or a dedicated client-server protocol. Basically the size advantage comes from intimate knowledge of the nature of the data, I once created a system that forwarded much of Qt's signals and slots to a remote window. That worked quite well because you could just tell it you wanted a QDialog with a QPushButton, all the logic to draw it was already client side. It's basically reinventing a "heavy" version of HTML and DOM manipulation though and the opposite direction of where Wayland is going.
Eventually it's going to reach a tipping point where you choke enough people into poverty that eventually they're just going to say "fuck it, I have to survive somehow"
Except the people living in extreme poverty is dropping rapidly, in 2016 the estimate was 9.1% of the world population. This is down from 9.6% in 2015, 20.4% in 2005 and 35.0% in 1990. This year a famine was declared in South-Sudan because of the civil war, but otherwise the world has been free of famine for the last six years. World literacy is at an all time high at 86.1% and climbing with youth literacy at 91.4%. Average life expectancy was 71.5 years in 2014, up from 67.2 years in 2010. About 46.1% of the population have access to a residential Internet connection, up 2.7% from last year and 4.77 billion people have a cell phone, up from 4.61 billion.
Yes, I know US median household income has been stagnant since the 1970s but for the world as a whole almost every arrow is pointing in the right direction. The poor people are still poor, in some cases relatively speaking even poorer compared to the 1%ers. But the poor aren't starving or freezing to death or dying from unclean water and basic sanitation and medicine, at least not in anywhere near the numbers they used to. Short of active war zones we pretty much manage to give aid where it's needed. China and India is rapidly modernizing. Africa is still a disaster area, particularly south of Sahara but even there progress is just sluggish not spiraling downwards.
Maybe robots will fuck all that up but I doubt it, it's easier to just let us have reasonable comfortable lives and let us produce 1.x kids reducing the population naturally, if the robots are so efficient the dead weight won't be much of a burden. Less than riots and revolutions and all that, I think we got a pretty good idea how far people can be pushed before they really hit the "fuck it, I got nothing to lose" level. I mean most of us have a fairly civilized society, looking at actual war zones it could be a lot worse than living on food coupons.
Some places actually write the tip into the bill. You do not have the option to not pay or even to change the amount. It's bullshit.
Legally I'm pretty sure you can refuse to pay it if you make a scene, but yeah... 99% won't do that. If they pick a percentage/sum by default I think they should be forced to advertise prices with that service fee though. As long as they're honest about what the total will be, they can call it whatever they want.
I'm guessing they took fewer sick days, not because they were healthier, but because they now actually had time to run errands at places that are only open while they're normally at work. Don't need to take any "sick" days to get shit done.
Nurses typically work shifts, several days a week they come off the night shift or start the evening shift. Being able to run errands in regular business hours is the least of their concerns, in fact most will wish they could work more then and less evenings/nights. And Easter, Christmas, New Year's Eve and all the other days most people take for granted will be time off.
P.S. If you're a developer and work for a company that won't let you flex a couple hours with no meetings in exchange for an early morning/late evening go find an employer that's not being a dick. I can understand if you work retail and have to be there the opening hours, but there is seriously no reason to be that rigid for white collar labor.