Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:No chance... (Score 1) 732

Completely nonsense. Thinking the government benefits from the revenue of speeding tickets in Europe is ridiculous.

It may be the case in countries where the government does not cover the medical expenses of an injured person in a traffic accident. An ambulance transfer and one broken arm costs an European government with an universal healthcare system like more than a hundred speeding tickets, not to mention several broken bones, or even your funeral that would also be covered at zero cost for you or your family in many European countries.

Comment Re:dd (Score 1) 295

Not really. Since a long time ago, hard drives have spare sectors to reallocate the bad ones when a read error is encountered. If the disk has reallocated sectors, faulty sectors could keep data because they are not accessible or writable through the IDE/SATA interface anymore. After sequentially erasing the drive with dd, those sectors could be read using vendor specific commands, by manipulating the reallocation table or using a modified firmware on the drive, etc.

This does not mean that an HDD cannot be erased without damaging it, just that dd alone is not enough. Chances are small, but disks with reallocated sectors (specially 4K sectors) can still contain sensitive data.

Comment If it's not broken, don't fix it. (Score 4, Informative) 197

That's a golden rule.

Most consumer equipment does not need or tolerate frequent maintenance. Cracking open an LCD monitor is not going to make it last longer, on the contrary, you are putting stress on plastic tabs (specially if it doesn't have screws), and on marginal quality harnesses and connectors that are meant to be assembled once.

Comment Re:You don't (Score 2) 683

On the contrary! it is your duty and responsibility, as a team member, to check your colleagues work and the code quality. Otherwise you are not only a bad team player, you are also unprofessional as a developer. Just a solo code typist.

Of course, It would be easier to avoid confrontation, do your s*it and home like parent does. Just easier, not right.

His code is the team code and therefore your code as well. Code reviews are to critique code, not to criticize team mates, however, if you cannot even make a remark like 'Do WE see how much better...' you have a bigger problem than just bad code, you have a rotten team, and if you STFU, you are only making it worse.

For the sake of your project, your company (and then your job), you must do all you can to shed light on these team issues. Talk with other team mates, learn how to organize a team retrospective, ask for help on this matter. Care.

And specially, don't count on managers to solve these issues by themselves, they can help, but they are not your babysitters.

Comment Not ready (Score 1) 110

Many Android users have to remove the battery now and then to restart their phones when an offending application completely freezes Android. IMHO, if you need to run a custom (and only) app, it is not worth the hassle. As for the cost of the hardware, there are many cheap SBCs that could do the job running an OS more fit for the job, like Linux or any other free OS, maybe with real-time scheduling and proper GPIO to wire-up a satellite.

Comment Re:Move to Azure, spend on connectivity (Score 1) 284

It is not our case, we have both Amazon and Azure deployments and when including licensing costs Azure is cheaper. It's probably not linear as you scale up, so it may be the oposite depending on size. In any case, what I wanted to point out is that it's cheaper than having expensive iron or a private cloud.

Comment Move to Azure, spend on connectivity (Score 1) 284

  • - Move your application to Azure if migration is possible, if not, evaluate Amazon costs. (Amazon will provide you with something more similar to your current server, but it's more expensive).
  • - Spend some bucks in a second backup internet connection from another provider and technology (ie: If you have Cable get DSL, Wireless, etc.).
  • - Get a decent SOHO router with WAN failover capability.
  • - Forget UPSs, your restaurant won't probably work without electricity anyway.
  • - Keep it simple! Restaurants existed since ancient Rome, it wont hurt training your people to use good ol' paper and pen if everything else fails.

Comment Will it work? (Score 1) 53

I had many iDEN phones ten years ago in Argentina, I was always amazed by how fast the connection is made, as soon as you press the PTT button the beep comes in and you can already speak, it takes less than hald a second. It was also very fast for international connections. Part of the trick is that your voice is already streaming even before the other peer has been found (that's why you could also get an error tone over your own voice when already 3 seconds into your speecBEEEEEEEEP!).

In the other hand, other two providers tried to implement PTT over GSM, it was a total dissaster. The main problem being that you had to hold the PTT button for almost 4 seconds in the first connection. I guess that GSM was not designed for such low latency operation. The question is...

Is CDMA be fast enough to replace iDEN?

Slashdot Top Deals

It's a naive, domestic operating system without any breeding, but I think you'll be amused by its presumption.

Working...