Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment But the range changes with the season and usage (Score 3, Informative) 613

Before deciding you don't need much range, keep in mind that cold weather (I live in the Northeast) saps 25 percent of the battery's range. Then if you use the heater (or in the summer, the air conditioner), you lose another 25 percent. So that 30-mile range (just for example) may end up being only 15 miles. Most people don't need 300 miles (which can become a still-comfortable 150 mile range in the dead of winter), but crunch the numbers carefully before you buy an EV so you don't end up trying to be *too* efficient and end up with a too-small battery.

I still believe that hybrids are the way to go for now. EVs aren't ready for prime-time yet, in my opinion.

Comment Complex Issue for the Enterprise (Score 1) 25

Here's why this is complex:
1. The enterprise has hundreds of legacy VBA macros, each one running mission-critical Production processes.
2. Companies are determined to sunset every single one of these VBA macros. However ...
3. It would cost far too much money, time, and design effort to re-write all those macros on another platform (pick your poison there, whether it be Java, Python, or some other), and in the meantime, the business depends on them. Remember, proper replacement means new UI design, new database design (in SQL Server or Oracle), developer effort to code those designs, User Acceptance Testing to make sure it all works, and ongoing Production Support to handle the inevitable bugs for each of those hundreds of macros.
4. Currently, there's nothing to stop Power Users in the company from continuing to create their own new macros, instead of submitting a request to the proper people in the company for a better-designed-and-implemented solution. It's worse than walking up the down escalator.

The solution would be for Microsoft to make it frictionless for users to continue to run existing macros, while putting something in place to guarantee that only someone with a higher-level of access than an ordinary user or manager can create new macros. Only solves part of the problem, but it's better than nothing.

Simply preventing all macros from working is a completely brain-dead "solution" that helps no one and doesn't fix the issue.

Comment The Most Secure Way to Safeguard Your Data (Score 1) 112

When it comes to securing your data, forget computers; stick with pencil and paper. Think about it for a second. Not only does someone need access to the specific piece of paper where the data is stored, but they also need physical access to you and the pocket the paper is stored in. No amount of computer or network hacking and no amount of communications interception will gain someone access to your data. Sure, copying or actually using that data is less than practical, but you can't have everything.
If you need to make copies of your data, there's always carbon paper and heavier pressure on the pencil (remember that copy machines are also computers and can be hacked)! Downside is it doubles the vulnerability of your data (or triples, quadruples, etc., depending on how many copies you're making).

Luddite FTW!

Comment More Involved in Work, not Less (Score 1) 96

Depending on the meeting, if I don't have to participate, I turn off camera and mic and continue to get work done while the presenter drones on in my ear. The funny thing is, upper management recently scheduled a required-attendance meeting to tell us all to stop having unnecessary meetings!
(sigh)
TANJ! ("There aint no Justice." -- Larry Niven)

Comment It's the Oscars that are Dying (Score 1) 249

The Oscars, and similar award shows, have always been Hollywood patting itself on the back for being so very clever. It was always about The Art, and never The Entertainment, so is it any wonder that people have learned to ignore the broadcast entirely? Besides, even if one liked a particular movie, why would they care who won what award? If they did care, they could find out the next morning on the Internet. The broadcast is a boring, overlong waste of bandwidth that would be better replaced by one of those same Artistic films Hollywood is so proud of.

In any case, just because nobody cares about the Oscars doesn't mean no one cares about the movies themselves. Movies aren't dying, the waste-of-time award ceremonies are! The only votes that really matter are the ones at the box office.

Comment You Can't Generalize Human Beings (Score 2) 189

Let me see here.
The rest of my team members are scattered around the country, and my customers are on the other side of the planet. Tell me again how driving two hours to work in an uncomfortably cold office (70 degrees F year-round) only to meet with people on Zoom creates a better collaborative environment than working in a comfortable home office (with no commute and zero gasoline consumption FTW) and meeting with Team mates and customers ... on Zoom?
Articles and "studies" like these do more harm than good, as it gives managers an excuse to ban working from home for everybody. The truth of the matter is that management won't believe employees are working unless they can *see* them at their desk all day. All they need is a reasonable-sounding excuse to support their already-formed opinion.

Comment Practical concerns (Score 2) 165

I'm concerned about weight and structural integrity. How much wood is needed to keep the satellite stable during liftoff and orbital insertion? I don't have the numbers handy, but I suspect the mass would need to be be significantly greater than that of an all-metal satellite. Possibly the bulk as well. Also, you'd likely have to enclose the wooden satellite in a metal shell to survive liftoff, which would still leave metal debris in a (possibly decaying) orbit,
A possible alternative to natural wood would be something like aligned paper, which in theory could be made stronger and lighter than wood. But I don't believe the tech to make that is available yet.

Unless this whole thing is someone's idea of a joke, in which case ... nevermind.

Comment Re:I don't code (Score 1) 515

This is why computer programming in school needs to be carefully targeted and introduced, not applied to every single student like history or math. As I've stated elsewhere, programming is art, not science. You don't require every last student to be a musician, so why require them to be a programmer? You want to expose every student to some sort of music, just in case they might like it and be good at it, but not everyone's cut out for it. Good programmers think differently from other people. They find the challenge of "thinking like a computer" isn't a challenge at all, but comes naturally. In the words of an old pop song by Al Stewart, "If it doesn't come naturally, leave it."

Comment 100 Percent Self-Taught (Score 1) 515

Bought a C-64 and 1541 disk drive back when they first came out and taught myself BASIC and Assembly Language with the help of books and articles from RUN magazine. Eventually wrote a few articles and programs (Runterm was one of mine) for RUN, as well as a couple of small commercial programs (Colorez was one of mine as well). Even to this day, I'm at my best when I teach myself a new computer language and start using it for a project, whether that language is Object Pascal (aka "Delphi"), C++ or C#. Today, I do work for state governments and large international corporations. I think I've got the whole programming thing down.

Programming, IMHO, isn't science. It isn't math (I'm terrible at math), it's art. You can't really learn to be a musician or an artist in a classroom. Sure, a teacher can instruct you in the techniques, but your heart and soul has to be in it first. Oh, sure, expose kids to computer programming early so they can see if it interests them, but don't ruin the experience by reducing it to "name the five ..." or "what is the difference between ..." questions. You either learn something to know and master it, or you learn something to take a test on it. You can't do both.I know that from personal experience.

Slashdot Top Deals

If you want to put yourself on the map, publish your own map.

Working...