Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment People made this decision not company (Score 4, Insightful) 79

I'm sick of hearing "Company A" committed fraud. Companies don't commit fraud, people do and they need to be charged, prosecuted, and if found guilty fined or jailed. Fining companies doesn't work because they (especially banks) just roll their fines into cost of doing business. If people were charged and had to pay the price this would stop or at least be slowed down.

Comment But most computers are running at 1/2 speed (Score 1) 306

While I agree that many programmers have absolutely no idea what they are asking the system to do when they write code, there is a much easier fix to slow software that is just a BIOS setting away. I find that most computers that I touch that my clients are using have power savings turned on (Balanced Power in Windows control panel). I "theory" the CPU is supposed to slow down when little activity is going on and speed up when it gets busy. I the "real world" most machines never speed up or take so long to speed up that they never shift out of low power mode. I can't tell you how many 3+GHz systems I've touched that are running a 1+Ghz pretty much all the time. Turning this "crap" off in the BIOS ALWAYS speeds up the system by a significant amount. Yesterday I tripled (3x) the performance of a new Dell server that was being deployed by one of my clients by just turning off the power savings in the BIOS.

Comment Nothing built in Windows, but you can add it (Score 1) 51

I would never expose RDP port to the Internet without using something like RDP Guard. You can set it up to protect RDP (and other ports as well) from brute force attacks. I'm an avid user of the software and recommend it to clients all the time. Best $79.00 you can spend to add a significant amount of protection to your servers.

Comment Re:'opted to pay the ransom demand' (Score 1) 76

Therein lies the problem (fraud?). DDS Safe is endorsed by the ADA but apparently they aren't really taking secure onsite and offsite backups as promised. Otherwise they would have just restored from the backup images. Also, everyone touting "just copy to an external hard drive and disconnect" don't understand the amount of data or the time that that solution will take for a dental office that has digital X-rays, 3D pans, etc. and you can't have enough hard drives to rotate through to protect yourself. We had one office where the ransomware infection slept for 10 days before kicking in (we were able to restore their program volume back 11 days and their data one day before the encryption to recover). Shameless plug: as a provider of backup and disaster recovery solutions for 15 years we can say that doing this properly and in a timely manner is WAY more difficult than it might first appear. Manually making a single copy of your entire server at the end of the day and disconnecting the drive would give you poor coverage (you can lose an entire day's production) and require hours per day to accomplish (many dental offices have >1TB of active data), which most offices are not willing to endure (nobody wants to stay around until 8:00-9:00pm to make the backups and leaving the drive connected makes it vulnerable). www.timetravelerbackups.com

Comment Criminal Organization needs RICO charge (Score 2) 64

RICO act - The Racketeer Influenced and Corrupt Organizations Act, commonly referred to as the RICO Act or simply RICO, is a United States federal law that provides for extended criminal penalties and a civil cause of action for acts performed as part of an ongoing criminal organization. This has proven over and over to be a criminal organization and needs to be treated that way. How many times do they have to steal huge sums of money from their clients until something is done about it. BTW-there are other banks that fall into this same category (JP Morgan, HSBC).

Comment Re:Fool-proof insurance policy (Score 1) 86

You are correct that regular CIFS shares (external USB/eSATA hard drives, shares that are accessed with user level security) don't work against the REALLY ugly versions of ramsom ware. My company (shadowsafe.com) found out years ago that this can be solved by placing your backups on a device that isn't accessed by any regular users and only by the application taking and maintaining the backups. You, of course, also need offsite copies of things, but that protects against a different set of events.

Comment How about infinite loops? (Score 1) 600

Some would say this is bad programming, but if you are programming a pacemaker, heart monitor or the like, an infinite loop is EXACTLY the construct you want. I've written some pretty ugly code (breaking out of deeply nested loops) when a simple GOTO would have cleaned things up a lot. They are all tools that have a place and time to be used.

Comment Re:How to do anything in 2017 (Score 1) 312

Python not used in production code? Many of Google's services are (if I understand correctly) written in Python. I've written production applications in Python for 10+ years. I think you underestimate the power of this language both as a superb teaching tool and as a real world cross-platform application programming language.

Comment Corporations don't break laws, people do (Score 1) 79

This is fraud and the people that committed it should be arrested, tried, and convicted. Having them pay "fines" won't stop this sort of activity, but sending corporate management to jail will most certainly stop it. This is just like the banks who pay the fines and chalk it up as a cost of doing business.

Submission + - Waiting half my life on computers

lbates_35476 writes: [begin rant]
I've been working with computers since the early 70's (I know that makes me a REALLY old guy). I find that I've become increasingly less patient with computers taking forever to install software/updates, respond to mouse clicks, and basically giving me spinning cursors at every turn. By now these systems should respond INSTANTLY to every request. I'm not talking about things I KNOW should take a while, just unexplained terrible performance. I work on 100's of different machines in the course of a month, so it isn't an isolated phenomenon. Seems like I spend half my day waiting for machines to actually do something. I feel like there are "built in" pauses for just about every function (browsing local network, starting/closing applications, switching focus between windows). I recently fired up an old Windows 3.1 machine and frankly was amazed at how fast everything responded. Am I the only one?
[end rant]

Slashdot Top Deals

Today is a good day for information-gathering. Read someone else's mail file.

Working...