Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror

Comment Re:Need a prescription. (Score 1) 49

As the other poster says, the reason for the shortage is because successive British governments have cut funding in the NHS in real terms, and are now flailing around as those cuts have really started to bite.

And every time the doctors or nurses strike to make a point, they get gaslit because "think of the patients".

Healthcare systems run on two things - staff, and good will.

The government has reduced the staff well below minimum, and burned up all the good will, so now theres nothing left. Fewer doctors are coming into the NHS through British training schemes because those are capped and indeed some have been reduced recently, and more doctors are retiring early or leaving the country.

And thats not counting the doctors who were forced to retire early because of the Tory governments cap on lifetime pension contributions - when the government dictates how much you pay into your pension, and also dictate that above a certain threshold of lifetime contributions you become liable for a huge tax bill immediately, and you cant withdraw from the pension contributions without also forfeiting the pension itself, then your only option to avoid a huge tax bill is ... retirement....

Comment Re:Regulations? (Score 1) 53

For a pro-capitalist, anti-socialist country, its astounding how much US law makers get involved in the running of businesses, whether it be with regulations, hearings or "opinions". US law makers love to do it.

Of course, its all performative - calling CEOs into hearings to berate them rather than actually doing fact finding, basically using the hearings as a court where the people appearing have already been judged and sentenced. Got to be seen doing something, but lets certainly not fix the issue through good legislation, because berating people in public is more fun.

Comment Re:A useful skill to have. (Score 1) 218

Cursive is not generally less movement in the 2d plane of the paper

The problem is that the most-often taught English cursive style is bad. Spencerian cursive _is_ faster than block letters, because it allows you to smoothly move the pen. It's also slanted because slanted movements are faster than straight up/down lines.

Comment More than meets the eye (Score 2) 218

At first blush, this bill looks like just another Republican attempt to appeal to the base while at the same time distracting people from the real reasons why the US education system doesn't stack up well internationally. This is probably true, but there's something far more important at stake. Teaching children cursive writing at a young age develops fine motor skills, and that's something that can pay big benefits down the road.

Comment Re:Need a prescription. (Score 2) 49

My wife is one of those who left.

Yes, a lot of it is to do with the over worked and under paid, but not all of it - a lot of it is also due to the unbelievable stress of the responsibility heaped on you as a doctor, coupled with the diminishing respect for being a doctor by pretty much everyone.

For example, GPs being told that they have to open in the evenings and weekends, despite not having enough staff to run a 9-5 Monday to Friday service already - and your budget is being taken by the pharmacists who are doing random pointless examinations or reviews on anyone who comes through the door (because the pharmacy makes money that way, but they can charge the GP for doing it). And if you refuse to, then a GMC complaint is raised.

How about being rung up by the police at 6pm and told to do a wellness check on a patient, despite it being the police’s responsibility and not yours - but because you have now been told, you have a duty of care if anything happens. Which means a GMC complaint being raised.

How about the physicians associate refusing to take your guidance, and putting in complaints if you have any feed back at all which isnt glowingly positive, despite them being under your license and insurance. Which means a GMC complaint being raised.

How about having to spend £100,000 and two years of your life defending your license because someone thought you had too much to drink at the staff party and thus must be an alcoholic, with no evidence at all.

How about the government dictating how much you pay into your pension fund each month, how much you will get back, the pension fund being massively in profit to the point where the government gets £6Billion in rebates from it annually, and STILL requires you to pay more in and take less out

How about patients coming into your consulting room clutching the Daily Mail, complaining that you get paid too much because thats what the newspaper says and ranting for 20 minutes, and then still complaining that you are running behind.

How about the only way to get a specialist training position is to have an interview on one specific day of the year, but your current training program absolutely refusing you the ability to go to it?

I can go on and on.

Comment Re:C/C++ code covers more complex legacy code (Score 1) 32

Rust [...] makes it harder for you to work around the compiler when it comes to memory.

... which, to be clear, is a good thing. Working around the compiler is dangerous and a code smell, so it shouldn't be something that is easy to do. It usually indicates that either the compiler's capabilities aren't sufficient to meet your needs (in which case, a better solution would be either a better compiler, or to re-evaluate the wisdom of your approach), or that you are doing something the wrong way and should find a way to do it that works with the compiler, rather than around it, so that you get the benefits of the compiler's co-operation.

Comment Re:Can we get (Score 1) 36

That made sense if you saw the Apple product line which had dozens of computers at many different price points all with subtle variations all meant to satisfy some niche.

Jobs knew Apple could not sustain such a product line. Restaurants in trouble often have sprawling menus for the same reason - some small percentage of the customer base likes one menu item, and now the menu bloats to dozen pages with dozens of dishes on each.

The call to simplify was required because Apple had no business with dozens of variants of a computer to the point a customer didn't know what they want. Many were also superfluous - you had a model with X and Y, and one with Y and Z, and a customer didn't know which to choose. (In reality, a model with X, Y and Z might be easier, and cheaper).

Jobs understood the illusion of choice - having dozens of choices is often worse than having a very limited set of choices.

By cutting choice down, it meant Apple had a simpler product matrix they could handle with dwindling resources, and customers no longer had to go to a department store to look at one line of computers, a computer store for another line, and an electronics store for a third line, all of which are subtly different and with confusing price points. Jobs simplified the menu at a time so Apple could concentrate on making a small range of products that fills the widest possible market - even if it meant the one configuration perfect could not be fulfilled. This simplified menu turned away customers, but it meant scarce resources could be used to maximum returns. Once Apple was on more solid footing, they then expanded their catalog of products, but also observing to avoid needless overlap which only adds confusion.

When struggling restaurants get overhauled, their menu is often simplified from the huge book to a single page listing at most a half dozen dishes they can concentrate on doing really really well that causes customers to come back for more. Once the restaurant is back on solid footing, they can start to expand the menu - by adding a dish, and being ruthless about cutting out underperformers.

Comment Re:Need a prescription. (Score 2) 49

Antibacterial soap doesn't contain antibiotics... At least, it never has in any country I've lived in.

Their properties are supposed to be chemical in nature, not medication based - the fact that they haven't exactly stood up to scrutiny isnt surprising, but they arent adding to the current antibiotic-resistent problem...

Slashdot Top Deals

"If you want to eat hippopatomus, you've got to pay the freight." -- attributed to an IBM guy, about why IBM software uses so much memory

Working...