Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:Required & Beneficial (Score 1) 292

A degree (in literally anything) has benefits. A degree in a CS field has more benefits, regardless of when it was obtained.

I consider myself "self taught" - in that I taught myself to program when I was 6 and was already being paid to code by the time I was 16. That was over 20 years ago so I have a fair amount of experience under my belt too. But I still consider my formal education an essential part of the engineer I am today, and make use of it every single day.

Hiring is a tricky business. I have one document and maybe a couple of hours of conversation to figure out how good you are, how well you'd fit in my organization, how much you have lied about your skills, how much you'd benefit from & enjoy the role (strangely enough I don't want to hire someone who'd be miserable) and a bunch of other stuff. An appropriate degree from a decent school tells me a lot about you, along with your past work experience. The lack of a degree isn't a dealbreaker but you better be damn impressive everywhere else.

Comment Re:They'll deliver too... (Score 1) 141

Kickstarter should only ever be used for new projects. Established businesses, artists, engineers, etc should not be allowed to sully the waters for people or projects that could legitimately use it

So what you're saying is one of the world's most successful smart watch manufacturers, with a healthy cash flow and established production and retail channels shouldn't be using kickstarter to launch their third generation device?

Comment Re:node is going away. (Score 1) 319

Of course you don't need tomcat to write a web service in Java. I don't even remember the last time I used tomcat - typically I spin up a simple JVM process with an in-process http server (I like simplehttp, there are plenty of others) and take it from there. The nice thing about that approach is your process isn't tied to http as a protocol - want something else? Just add another in-process server for JMS or whatever. Where I work we front plain jvm processes with haproxy (apache is a dog, and even nginx is overkill for simple proxying) and can get hit rates up to 100k/s per node depending on the workload.

The whole container model (e.g. tomcat, weblogic, etc) is heavy and while it does confer some benefits, if performance is a concern you shouldn't even consider it. In my previous enterprise life a hit rate of 5/s was considered high so honestly I could have used anything :)

The nice thing about using the jvm for this kind of thing is it's stable, tested and well understood. Not something I can say about the latest branch of a fork of something originally built for a browser.

Comment Re:Electric cars work great in an urban landscape. (Score 1) 215

I frequently hear this comment about how desolate the US is compared to Europe (whether it's discussing broadband, cell service, electric vehicles, etc). I've lived in both significantly - and the difference really isn't that great. Yes there are great areas with few people in the middle of the US - but get anywhere near a coast or major city and it's plenty populated. And guess what? That's where most people live and therefore where most people drive. No one is proposing electric vehicles as the only choice (yet), but for a majority of the population they are or soon will be a viable choice - vehicle cost aside.

Comment Re:College requirements are why.... (Score 3, Insightful) 809

Meh. I wouldn't hire you because you come across as an arrogant prick who thinks he knows better than everyone else. That's a team dynamic issue, which is every bit as important as what you can or can't do technically.

That aside, your general point is sound - what matters is the person not what certifications they have. However, as others have mentioned there is a value to a (good) formal CS education, at least for the work I do. Self taught people tend to learn the minimum needed to solve the problem they face. There's a whole bucket of academic stuff (logic, complexity, stats) that don't often fall into that category but which are really useful as background knowledge. Someone teaching themselves python or ruby is unlikely to spend much time learning about CPU cache design, but that can be surprisingly useful when it comes to optimizing stuff. Just examples, there are always exceptions :)

Comment Re:Are reviews objective? (Score 1) 135

Since most reviews are prohibited from coming out before the game

Review embargoes are, in general, a good thing. I know you don't believe me :) If the outlet doesn't get the final version of a game until a few days before launch they don't have time to play the thing and write a decent review if they're competing with every other outlet to get that all important first post. Having an embargo takes that first past the post advantage away and lets the outlets actually spend the time they need to do the job properly.
That said, a game which puts it's embargo actually past the release date (as opposed to the day before or something) is likely doing so because they know the reviews are not going to be great and they don't want to scare away preorders. But that in itself is useful information for the savvy consumer :)

and one assume most of these websites are getting paid for favorable reviews

You might assume that, I think you're crazy. If it were true we'd see a lot less major sites closing down - Joystiq could have saved their jobs by just adjusting some review scores. Stop listening to the GG morons and take off the tin foil hat.

Comment Re:Diminishing Returns (Score 1) 422

What you describe has always been the case, I'd guess even more so in the film days when the rate of change of bodies in particular was much slower. I think the theory is that as established photographers slow down their purchasing, new ones come up and are buying kit. I know I bought less last year than previously, but I still probably spent $1000 or so. The concern is whether people are being put off making the switch to SLR from phones or whatever.

I honestly don't see that - I see so many people spending money on a Canon or Nikon low end DSLR and running around using the kit lens thinking it'll magically improve their shots. They're not spending thousands but $700 or whatever isn't nothing.

My guess (and I haven't seen the numbers) is that we're in a situation similar to gaming. The bar has been raised so high that R&D is WAY more expensive than it used to be, and the market is struggling to support it. So it's not that sales are down or the audience is diminishing, it's that the cost of doing business is so much higher sales have to be that much higher again.

Comment Re:So much for stability and uptimes... (Score 5, Interesting) 175

You know it's interesting. I used to work in finance. We, like you it seems, had a very locked down production environment with huge amounts of testing - pushing builds through multiple stages, reviews and signoffs. Once every month or so we'd shut everything down for a few hours in the middle of the night and roll the world forward. Stability was everything. Downtime was OK if scheduled, a disaster if not.

Now I work at a web company. We push to prod multiple times per day. There's a process, there are reviews and approvals, but it all happens much more quickly and at a more granular level. Change is constant but small, as opposed to infrequent but total. What's more we're a 24/7 operation so no downtime (as visible to the user) is acceptable. We simply can't schedule a few hours to do our rollout - everything has to happen live.

You know what I've noticed? We're no less reliable, overall, than the bank was. Yes we have issues, but they tend to be noticed, and fixed, much much faster. When you change everything all at once you run the risk of not being able to figure out what broke when inevitably something does. Rollback is painful because you have so many interdependent changes - in the end you have to pull the whole release to avoid one small issue in a single module. When you roll frequently the scale of change is small so isolating the bug is trivial, and rolling it back the same. Now of course there are huge differences in risk when you're handling people's money vs their cat photos, but I think the view that people working on an agile schedule don't care about stability, and that the only way to achieve stability is through reducing the frequency of change, is demonstrably wrong.

Comment Re:Alright, time to pirate it! (Score 4, Insightful) 134

The GIMP *wishes*.

Inkscape is one of those 'Best of Breed' open source apps where it's pretty much all you need to do the task you're downloading it for. It beats the ever-living SNOT out of Illustrator on simplicity, ease-of-use, and, of course, price. You're not locked into Adobe's new SasS model or a huge license fee, yet can create great looking vector art with fantastic compatibility.

Compare to, say, PuTTY, or VLC Media Player. They do a single job, and they do it REALLY freakin' well.

GIMP does not. GIMP's UI is STILL a cluster@#$@ after years and years of development and user feedback, and the last time I checked, it still lacked the support for color matching that would make it viable for creating images that were print-ready.

Frankly, if you're working on Windows, you are far more behooved to use Paint.Net than you are The GIMP.

Comment Re:So is the Internet Archive just a piracy site n (Score 3, Insightful) 198

And you're clearly going to be shocked if you ever learn how a library actually works.

Hint: the books (and CDs, and DVDs, and games) on the shelves are legally purchased copies, and are lent to a single patron at a time. They are not printouts of torrented epubs.

I love the Internet Archive but I seriously have no idea what they think they're doing here.

Comment Re:Missing from my iPhone (Score 1) 421

You should look at DLNA more closely (note it's a certification of UPnP so you'll see things listed under that category too). It's very common, there are plenty of FOSS clients and servers (here's a small list), and it's been around for years. It does not require any new hardware - most devices & software clients capable of streaming media already support it (check the page I linked - something like 18000 models). It seems like you're raging against something which does exactly what you want - allows you to easily stream your local content to local or remote devices over an open & cross platform protocol.

The reason devices are less likely to support SMB is that DLNA exists, is easier to implement, and provides a better user experience. There's literally no reason (that I can think of) to use SMB.

Slashdot Top Deals

An authority is a person who can tell you more about something than you really care to know.

Working...