Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:How I accidentally solved this problem (Score 1) 257

And sadly, it was only an accident.

I used to work for a company that still maintains a VB3 system. We also used a licensed rich-text-format textbox control for reporting. We had to buy the company to get the source code for it when it went out of business, just in case it had a critical bug and we needed it fixed.

Proprietary platforms will, as you say, only stick around by dint of luck. Free software is the only software you're guaranteed to have stick around.

As for hardware, buy redundant units.

Comment Re:Burning people? (Score 3) 219

Why? Because those people are clearly of insufficient value to be considered viable, deemed so by the All Jerking Invisible Hand of the Holy Market?

Viewing the poverty line as if it were made of piano wire is a dangerous thing, especially since with the increasing levels of automation in the world, it will continue to sweep towards the right of the income curve.

IT

Ask Slashdot: Dealing With Service Providers When You're an IT Pro? 479

New submitter username440 writes: So, a lot of us will have been here: You have a problem with your ISP, cable TV, cellphone whatever technology and you need to call the provider. Ugh. Foreign call centers, inane fault-finding flowcharts (yes, I have turned it off and on again) and all the other cruft that you have to wade through to get to someone with the knowledge to determine that YOU in fact also have a degree of knowledge and have a real problem.

Recently I had a problem with my ISP, where the ISP-provided "modem" — it's a router — would lock up at least 3 times per day. I had router logs, many hundreds of Google results for that model and release of hardware showing this as a common problem, and simply wanted the ISP to provide a new router (it's a managed device). I replaced the router with a spare Airport Extreme and the problems disappeared, to be replaced with a warning from the ISP that they could't access my managed device" and the connection is provided contingent to using THIER router. However my point was to prove that their router is at fault.

How do you fare when trying to get through to a service provider that they actually DO know something in the field? How do you cut through the frontline support bull*hit and talk to someone who knows what they are doing? Should there be a codeword for this scenario?

Comment Re: More like a bad design for voting system (Score 1) 57

Electronic is a bad design for a voting system, because only a tiny priesthood of nerds can audit it. It's easy to get wrapped up in all the cool cryptographic technology, it's undeniably fun, but something as important as deciding the figurehead of the free world should be open to inspection. And a counting room composed ofa few square millimetres of impure silicon is not. Use a pencil, and hand count ballots.

Comment Re:Almost (Score 1) 263

Indeed. It's been shown by tracking eye movements, that while beginners laboriously pore over code to determine what it does, the eyes of the experienced coder mostly flick over the indent structure of the code, and only dip into the lines when they need to refer to detail.

This is why experienced coders feel so strongly about consistent indenting - not because they are all neat-freaks, but because it directly impacts their ability to comprehend the code. Bad indenting is like scratching the needle on a beautiful piece of music, or shouting random words, or *shudder* listening to sales people describe requirements.

Python forces you to indent consistently. If only Guido / PEP-8 hadn't chosen the wrong indent sequence as the preferred standard (4 spaces instead of a tab) ;-)

Comment Re:Good for them (Score 1) 336

bonus rewards

It's known that bonuses in creative jobs do jack shit for motivation and worsen performance.

Just look at all the CEOs leaving with golden parachutes. How is their pay linked to their performance?

We had a bonus package announced earlier in the year. I will work the same regardless, because I know if I work based on the notion I will get a bonus, then my work will be worse.

Comment Re:STEM Shortage (Score 1) 336

High pay for a STEM degree actually correlates with the notion of a STEM shortage - supply and demand determining wages.

At least for programming, I think it's true. Whenever I've had to hire, virtually all the candidates have been incompetent*. And since I was working for a government org, the wage scale wasn't enough to tempt the competent ones to hire on.

* We're not talking "slightly iffy programmer" here, we're talking "can't explain how they would implement a simple collection class"

Comment Re:That's not all (Score 1) 336

> When people respond negatively

When they do, they don't usually respond with "This is a shit game!" and leave it at that.

They respond with a tirade directed against the minority they think has wronged them in some way.

They may well be right - the game might have been written to push an agenda rather than just be fun. But they also lack the mental maturity to realise that if they don't want this to happen, giving this game, that they feel opposes and threatens the stability of their world view, the oxygen of a thousand vile hate comments, the attention that doxxing and SWATting people attracts, well, that's the worst thing they could have done.

The appropriate thing to do for a game you dislike is to thumb down it and demand a refund.

Here's a thought - what if these works ARE #GamerGateBait placed there by "SJWs"? Aren't they being spectacularly successful? WHY are they being successful? Answer : because the attitudes they are exposing are not generally considered acceptable.

Comment Re:Plutonium Thermal-Electric? (Score 3, Interesting) 116

It's way too heavy. An RTG needs a lot of metal to work, encapsulation of the plutonium, radiators, and it needs size - there has to be a temperature differential for it to work, and for that you need a certain amount of distance to dissipate the heat across.

And it's way too inefficient. The RTG used on the Voyager Probes produced about 2400 Watts of thermal power, which was enough for 157W of electricity. The total weight of the device was 37.7 kg. This Parrot drone consumes 14.5 W when hovering, so even if RTGs scaled in a linear manner (which is optimistic), a large enough unit would be larger than the payload capacity.

The hydrogen tank in the structural members carries 120g of fuel. You could extend the longevity of the thing enormously by fitting a secondary fuel tank as part of that 1kg payload you're allowed.

Slashdot Top Deals

Love may laugh at locksmiths, but he has a profound respect for money bags. -- Sidney Paternoster, "The Folly of the Wise"

Working...