Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:Uh, sure.. (Score 2) 359

I've used VC6, VS2003, 2005, 2008, & 2013. VS is perfectly fine & performs well for C#. 2008 and earlier absolutely sucked for C++ (I've not done C++ in VS2013), because of intellisense, which you cannot turn off. You're writing code, trying to invoke a function, and intellisense kicks in and you're stuck waiting for minutes, while the UI is hung, for it to give you suggestions on what I already know I want to do. To boot: you cannot disable it. The C# experience is quite different, and the IDE was a pleasure to use for that. The debugger, regardless of the language is still one of the best I've used. For C++, give me vim any day.

Comment Re:"Safety Requirements"? (Score 5, Funny) 314

Its because these non-cabbies tend to drive in a safe and predictable manner, rather the the cabbies that drive erratically, changing lanes without signalling, running lights & stop signs, generally being a nuisance. Obviously not safe to mix the two. (This based on Chicago experiences, I assume CA cabbies are likewise assholes).

Comment Re:Old News (Score 1) 172

I used to donate every other month. I stopped donating when my work hours changed to 7a-7p, and the donor group started calling & emailing weekly asking me to come in. I told the first caller I was unable to donate due to work hours. I kept getting the calls & emails. Even after asking to be removed from their calling/email lists, it continued for years. Even now that my hours would accommodate donating, I refuse to deal with that organization over their previous harassment.

Comment Re:Prior Art Exists. (Score 1) 264

Yes, but ancient Greeks didn't use the period, sorry, "full stop". I'd wager, however, that one would be able to find at least a few thousands of examples of "Pi" followed by a "full stop" in the multitude of scientific and mathematical journals, papers and books published in the last several centuries.

Comment Re:Ghost in the machine (Score 1) 128

Altering the power of the assist shouldn't make this any more dangerous. Worse case, you lose power assist. Although that's bit GM hard lately with their ignition switch recall.

That's by biggest concern with this: if you engine stalls or turns off (for whatever) reason, do you completely lose steering, or you just lose power assist? There is a huge difference, even though suddenly losing assist can cause trouble.

Comment Re:Tears of a clown (Score 1) 149

You CANNOT change the meaning of words in advertisement. You can only advertise minimum data-rates when advertising connection speeds.

Great, this is groundbreaking. All ads now read: OFFERING 0 MBPS! Just because your ISP provides up to X Mbps, doesn't mean whomever you're talking to can actually supply it that fast. If someone connects a server to the internet on a 1200 baud modem, is it my ISP's fault that I can't download faster than several bytes a second? Or, what if I'm trying to access a site that is being DOS'd? Is that *my ISP's* fault? What you're suggesting is a step back, not forward.

I'm not advocating "fast lanes" or non-net neutrality, but what you suggest is so asinine, that when I tried to see things from your perspective, I failed, because I can't shove my head that far up my ass.

Comment Re:Average (Score 1) 466

Personally, I've had days where 5-10,000 lines of C++ happened. Those are extremely few, and very far between, and the result of weeks of mental churning over how to solve a problem. What non-programmers don't realize is that 99% of development isn't the physical act of writing the code, it's identifying the problem and figuring out the solution. You can't write the code until you've done both.

LOC could be a relatively naive metric for a new code base, but if you're talking about adding onto an existing code base, immediately divide by 10 or more LOC output.

I've had days where the only commit to fix a bug was to alter 1 character. How long did that take? 8 hours. Why? No, it didn't take 8 hours to alter a character. It took 8 hours to identify which of the half-million characters to alter, make the change, build it, document it, and test it.

Comment Re:Software "Engineers" Have it Easy (Score 1) 183

Another difference is that traditionally licensed Professional Engineers have to accept personal liability for designs they sign off on. Companies may accept the liability, but at the end of the day, a licensed engineer has to sign their individual name to a building or bridge design (at least of a certain significant scale). There may be a number of engineers involved, but if a structure fails or a building catches fire due to an engineering defect, you will most assuredly be able to find the engineer(s) that signed off on the design. (at least in the US).

Also, it's unclear to me what you qualify as a minor civil engineering defect. Just last week, here on /., there was an article about the possibility of skyscraper collapses in NYC if high winds and a prolonged power outage coincided. What about specifying the wrong grade of steel for a bridge (or failing to ensure proper quality) - see the Minneapolis/St Paul bridge collapse? Or failing to properly account for wind harmonics - see Tacoma Narrows Bridge?

Comment There are already codes of ethics (Score 1) 183

See IEEE Code of Ethics (a simple, yet succinct and to-the-point code), and ACM's Software Engineering Code of Ethics and Professional Practice. Even reading section 1 of the ACM code, it is abundantly clear it is not being legally enforced. In particular 1.03 & 1.06 jump out at me.

Problem is, professional ethics codes are generally not legally binding unless you are professionally licensed in a discipline by the state, and the licensing indicates the code of ethics that must be followed. Additionally, the ethics code might only apply if you are officially acting within your licensed capacity. (I error on the side of caution in that I assume everything I do professionally falls subject to my licensed discipline - just in case). Some states refer to professional organizations for the code of ethics (i.e. for Electrical Engineers, the IEEE code may be referenced), some states may provide their own code of ethics. I'm also unaware of any US states that professionally license software engineers.

I personally had one instance at my previous employer where my boss asked my to do something unethical, and illegal. I stalled for two weeks while I debated resigning or blowing the whistle to HR on my boss (and also possibly resigning). In the end, I didn't have to do either, because my boss was fired in that time for unrelated things and I was never asked by another manager to do the same action.

Comment No. Non-compete != Non-disclosure (Score 1) 97

Don't they stop employees from taking any kind of IP and running away with it, which would basically kill the industry?

You're confusing non-compete with a non-disclosure agreement. Non-competes are generally illegal/unenforceable and rarely upheld, unless the company you're coming from pays you to effectively remain out of the employment market for a period of time. Non disclosures are absolutely enforceable (and these are about taking IP from one company to your next), and is usually what gets former employees in trouble. I'm under an NDA from my last employer, and a non-solicitation through the first week of next month. I'm not under a non-compete, and the company I now work for indirectly competes with my former employer. But, I still can't divulge any trade secrets I know of to my current employer (not that I can't tell my new employer how *not* to do something based upon knowledge).

Slashdot Top Deals

"Look! There! Evil!.. pure and simple, total evil from the Eighth Dimension!" -- Buckaroo Banzai

Working...