Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×
Education

Ask Slashdot: Stepping Sideways Into Programming? 152

thundertron writes "I'm a 28-year-old, non-technical, UX-focused Product Manager at a startup. Overall I'm very happy with my work, but I'm endlessly frustrated that I'm not committing code. I love the few occasions where I commit some front-end code or put together a fairly sophisticated query, but if the onus were on me to put together an entire site my hands would be tied. I've thought about going back to school (or even taking time off from my career to take courses) in CS to immerse myself in programming. The flip side is that I know I won't want to do that forever — I won't want to be employed primarily as an engineer because I like too many other aspects of the business. My best option seems to be to dive into Ruby on Rails and just pick up what I can in my spare time. Perhaps others in the Slashdot community have some suggestions/recommendations?"

Comment Re:Color me skeptical. (Score 1) 213

The thing that determines how much work the database has to do in order to produce the results is the FROM, the WHERE and the GROUP BY, because those are the ones that determine what's going to be accessed, joined, sorted and how. The SELECT (except for the use of aggregate functions) primarily just decides what information to present from the join results and how to present it.

I don't think this is correct. The SELECT list does impact the performance of the query because if it requires un-indexed columns that are not used any other clause(WHERE, FROM) than a lookup or a table scan will be needed to retrieve the values. This being said the only way that removing a column form the select list of a query will make it slower is if the query planner has some bugs :)

Comment Re:Nice Try but... (Score 1) 158

you get out, nothing gets in

Can someone explain this? I was under the impression that having an IPv6 address is exactly like having a public IPv4 address now (if your software can handle it). That is everyone can get in/out and you can easily host your own server and stuff..

Comment Most people are not bothered (Score 3, Informative) 197

Most people in the UK are happy to be profiled in exchange for financial benefits. When the Tesco Clubcard was introduced it was so popular that people stopped shopping at other supermarkets like Sainsburys, which then had to introduce their own "loyalty card" schemes. Tesco announced last year that there are now 16 million active clubcards in the UK. As a comparison point there are around 25 million households in the UK , so a significant number of British households are having their shopping profiled in detail already.

Comment Re:Thermodynamics (Score 1) 187

I dont get why you guys are discussing the possiblity of a hydrogen burn/explosion. This would only happen if the hydrogen is stored, and then only if it gets stored in large amounts. At the infinitessimal amounts that appears to be released during this process, it makes no sense to even try to store it beyond what makes for an efficient amount to bother igniting it. Storing hydrogen is impractical at best, and as hydrogen has the smallest possible atomic structure, it can pretty much escape any container, so noone stores hydrogen beyond what they need for immediate use anyway.
So obviously, the hydrogen needs to be used (almost) immediately, and very little if any amount stored. Presumably it would be burned to produce electricity for lights, or during winter for heating the highways, Both of which would produce safer, greener highways. Or during summer and daylight, being transmitted directly into the electric grid, similar to power from water/windmills, wavemachines or solar cells.

Comment Re:You're right (Score 1) 601

I guess I fall under the category of "liberal," although I think in just about any other developed democracy I'd be far closer to the center. And I watch FOX news from time to time, but only in the sense of being fascinated by the train wreck. Maybe there are other liberals who watch for other reasons, but I suspect that is the common one.

Comment Re:sweet (Score 1) 335

Regardless of cost, you might not even be able to get business cable unless a lot has changed at Comcast. I had Comcast as a provider in northern Florida several years ago. I wanted to run my own mail and web servers and I was willing to pay the premium for "business" service to get static IPs. One would think that if I had consumer cable internet from them I would be able to upgrade that to business cable. Not so. After several hours being switched from one call center to another it was "determined" that business cable was not available in my area.

Again, this was several years ago and the situation may be different now.

Comment Re:infernal machines (Score 1) 419

I see this comparison all the time when talking about the effects of the bomb. It almost seems like the bomb saved lives. It did not. The effect was 200K dead (+-). The alternative to that was not invading Japan (and millions of casualties) but not invading Japan and negotiating peace - that was the rational way out. The dead were caused by America's lack of willingness to accept anything less then unconditional surrender.

Slashdot Top Deals

"More software projects have gone awry for lack of calendar time than for all other causes combined." -- Fred Brooks, Jr., _The Mythical Man Month_

Working...