Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:In other words - they were doing their job (Score 5, Insightful) 133

Maybe from an American point of view this isn't such a story. But I can assure you from an Australian and Indonesian point of view this is going to be massive.

The Australian government has already received heaps of flak about phone tapping the Indonesian president's wife which was a very big deal. Indonesia were not happy. The president even took the unprecedented step of tweeting his displeasure. Then the Australian government decided it was a good idea to start towing asylum seeker boats back to Indonesia - they claimed the policy was to "turn the boats back" - turns out they've been actually towing them and going straight into Indonesian waters with our war boats. Stupid, stupid. Plus they "accidentally" did this 5 times.

And only two days ago some Aussie girl was just released early after having been locked away in an Indonesian prison for 10 years. This will have raised the Indonesians ire too. This will just give them another excuse.

In 2 hours there will be another spluttering prime minister on the TV trying to put this fire out claiming that it's nothing new, "all's fair in love and war" etc etc, but it really depends on how the Indonesians react - if the headline is "Aussie's listening to ALL our phone calls, 1.8 million keys stolen, collaborating with the US", the people will react and protest, the government will look weak in front of their people, and they will have to react.

I think there's going to be a bit of a storm about this one.

Comment Re:Your boss is an idiot. (Score 1) 716

Having worked with a lot of software developers, I can assure you that some bugs can definitely be caused by developer incompetence. There are people who don't know the language they are coding in, people who are just plain sloppy, people who don't test their code, people who compile it and check it in, and people who only test it with "right" data. Maybe you've been lucky and only worked with great developers.

The brick wall analogy is not nonsensical. I bet there are lots of edge cases, requirement changes and mortar leaks to consider when building a wall.

Comment Re:Tell your boss... (Score 1) 716

A builder builds a wall. A week later, bricks begin to fall out of the bottom, but he continues to build the wall higher.

There is an important question here. Did the builder know any better, and should the builder be expected to know any better?

If this is something that is clearly taught in brick laying school, and the company expects their builders to conform to the rules of bricklaying school, and the person just knowingly willingly continued on, then the builder's company "technically" should suck up the cost. This is not the client's fault.

Whether the builder is fired or has to fix it outside of hours is a completely different question. That's up to the discretion of management. If the builder had continued on their merry way knowing they were doing the wrong thing, then asking them to fix it outside of their paid hours could be a good learning opportunity. Or if it's willful negligence then maybe it's a firing issue (if the building will fall down). Of course the best way to get them to learn their lesson is to show them the impacts of their work - now everyone has to stay back and fix their shoddy work, and they won't be popular for a while :)

However, if this is something that isn't taught in bricklaying school, but is something that only a bricklayer with 5 years of experience should know, and this dude was a fresh-faced apprentice, then the company needs to ask themselves "should we have had better quality control methods to stop this problem occurring earlier?". Should he have been supervised? Should he have been doing it in the first place? Should someone have inspected his work periodically?

This is actually quite a good question and not a silly analogy.

The next step is to try to apply this to software engineering. As we all know, building a wall and fixing up a shoddily built wall is quite a different thing to fixing bugs. Most (I would hope!!!) bugs are not caused intentionally or as a result of willful negligence. If a developer is committing work that is full of bugs and other people are building on top of that work, The same analogy applies as to the builder scenario. You expect someone to work according to their level of expertise. If they don't, you better start reviewing their work more often or move them to an easier task.

Comment Re:Checking out the beta.. (Score 1) 136

I know what you mean, but I think it would actually have the reverse effect than what you think. Not having some basic formatting tools just reduces the quality of posts - because it's harder to do decent formatting. It won't keep people away, if anything it would reduce the quality of comments, as people who don't know HTML will just post lower quality posts. I wonder if there's some good stats on this.

The best way to improve comment quality is to vote up the good comments. Not to make it more difficult to enter good comments. Look at stackoverflow. Great commenting system with a realtime preview, fantastic.

Comment more commnets on the beta... (Score -1, Flamebait) 136

"Load More"??? What the hell??? When I post my comment I expect to be able to see it, not have to click "Load more" 3 times and then hunt around to find it.

Some of the comments use font size 0.85rem (never heard of REM before for a font size), and some of them use 1.5em. Can't work out why some are different. Don't care either.

Scrolling through the comments the big problem is that the important stuff, like you know, the actual content of the comment, isn't given prime position. It's hard to find the actual comment inside all of the "subject, commenter, whitespace". It's hidden. Stupid, very hard to read. Notice how reddit comments the actual comment text is bigger? That's so you can read it. They should also condense the subject into the "who" section, and be in the same line. There's enough room.

Oh and I can't see the member ID now of the commenter. That sucks. I liked looking at it to see how long the person had been a member for.

I like the "comment threshold" gears icon to make it easier to filter per level. But damn, it uses Ajax. Could be nice, but I bet if it runs on a post with 500 comments it's going to run slower than a snail. When I choose one of those thresholds I just get a "load more" button - what the hell? There's nothing to load. So those filter options are pointless as well if there's nothing to show.

Ok I can see what people are complaining about now.

Comment Checking out the beta.. (Score -1, Flamebait) 136

Ok, I like the "Leave comment" box right at the top instead of having to pick a random thing to reply to.

I don't like the fact that there are two boxes, and neither are labelled. It's obvious to me that the first one is a subject but it's not explained. Not a good UI.

The "From you're-grounded dept" is below the article, that doesn't make sense.

The comment box isn't a wysiwyg editor. Can't I just highlight text and hit control-B and make it bold? C'mon, this is 2014, we had this functionality 20 years ago.

Menu bar static at the top of the screen? Pointless. If I need that I'd scroll to the top.

Ok I've previewed my comment... newlines aren't converted to BR's. What the hell. Apart from a slightly different CSS what the hell is this beta all about?

Comment Re: Giant contribution (Score 1) 155

You can choose between monstruous XML formats with no real type checking, leading to a whole lot of runtime errors, or annotations that are slightly less verbose, and yet are just as prone to runtime errors.

This. THIS.

I was so happy to ditch Java after 2 years and move to .NET. Java is just configuration hell. Everything takes twice as long because you're fighting the infrastructure instead of actually getting stuff to work. The language itself is the easy part - it's the setup, the config files, the extra config files, the extra extra extra XML files... hell on a stick. Eclipse didn't make it easier, it made it even harder. I couldn't believe how easy c# and visual studio was in comparison. And because Microsoft seemed to have completely ripped of Java's syntax for .NET it was a cinch making the switch.

Comment Re:Still using it (Score 1, Troll) 155

I've used Basica, GW-Basic, QBasic, Logo, Visual Basic for DOS, VB6, Turbo Pascal, Turbo C++, Watcom, Visual Studio 2002/2003/2005/2008/2010/2012, Netbeans, XCode, Notepad, Notepad++, Vi, Watcom, Progress4GL and Eclipse.

Hands down, Eclipse was the slowest and most confusingest I've ever used out of ALL of the above.

Comment Re:I do this for a living (Score 3, Informative) 299

>That should get you started. DON'T TALK TO SALESMEN. They will try to sell you things.
>Things you probably don't need. Focus on what your interests and skills are, and then build your studio around that.

Very helpful advice. Check out gearslutz.com for some other (hopefully) useful answers. The forum is very good.

Comment Re:Must use MacOS (Score 1) 299

>For serious music production use MacOS, its the right tool for the job.

THIS.

I resisted getting a mac for about 15 years. Just do yourself a favour, buy a macbook pro, or even an air, and you will be amazed at how easy everything is and how well everything works. Open source is a waste of time.

Windows will work ok, but for various reasons the music industry has chosen Macs as the standard. In theory you could run everything on Windows ok, but I wouldn't bother. Don't fight it, just get a Mac, you will be saving yourself months of "stuffing around" time.

Slashdot Top Deals

To do nothing is to be nothing.

Working...